HollowPS_TV_experiments/extras/zzz-0.1-jsons/Event2010607.json

902 lines
40 KiB
JSON

//狩猎队
{
"ID": 2010607,
"Specials": {
"RandomCard_1":0,
"RandomCard_2":0,
"RandomCard_3":0,
"Price":1000,
"AddPrice":-250,
"MaxCount":3,
"Sub":1,
"NextLayer":0
},
"Events": {
"OnStart":{
"Actions":
[
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart1",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Sub",
"Param": 1,
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart2",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Sub",
"Param": 2,
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart3",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Sub",
"Param": 3,
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart4",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Sub",
"Param": 4,
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "Last",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Sub",
"Param": 5,
"CompareType":"Equal"
}
]
}
]
},
"OnStart1": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010607_Title", //游商
"Description": "Event2010607_1",//「喂,好货,便宜的好货,要吗?」路边的箱子突然说起话,一个人从箱子里探出了头。....
"QuestionDescription": "Event2010607_2", //免费的骸章……
"Choices": [
{
"OptionText": "Event2010607_3", //岂有不要的道理!
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Merchant_2010607",
"Value":1
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_1"
],
"Rare":[4]
},
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Sub",
"SpecialValue": 2
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart2"
}
]
}
]
}
]
}
]
},
"OnStart2":{
"Actions":[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010607_Title", //游商
"Description": "Event2010607_13", //「怎么样,我没有骗你吧?在空洞里就是得互帮互助。我帮完了你,你是不是也意思意思?要是把我手上的存活全清了,还能告诉你们一条捷径。」商人充满期待地笑着,有些圆滑但没有恶意。
"QuestionDescription": "Event2010607_5", //商人手上还有{specials(MaxCount)}枚骸章,需要{specials(Price)}齿轮硬币。
"Choices": [
{
"OptionText": "Event2010607_6", //购买骸章。
"OptionText2": "Event2010607_7", //花费{specials(Price)}齿轮硬币
"OptionIcon1": 101,
"Predicates":
[
{
//拥有足够金钱钱
"$type": "Share.CConfigEventByItemID",
"ItemID": 1,
"CompareType": "GreaterEqual",
"Count": "specials(Price)"
}
],
"OptionContents": [
{
"Actions": [
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "-specials(Price)"
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Price",
"SpecialValue": "specials(Price)+specials(AddPrice)"
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Sub",
"SpecialValue": 3
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "MaxCount",
"SpecialValue": "specials(MaxCount)-1"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over"
}
]
}
]
},
{
"OptionText": "Event2010607_8", //不了不了,见好就收。
"OptionText2": "Event2010607_9", //离开
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"Op_2_Over":{
"Actions":
[
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
],
"Rare":[2]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_2"
],
"Rare":[3]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_3"
],
"Rare":[4]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_1",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart3"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_2",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart3"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_3",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart3"
}
]
}
]
}
]
}
]
},
"OnStart3":{
"Actions":
[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010607_Title",
"Description": "Event2010607_4",
"QuestionDescription": "Event2010607_5",
"Choices": [
{
"OptionText": "Event2010607_6",
"OptionText2": "Event2010607_7",
"OptionIcon1": 101,
"Predicates":
[
{
//拥有足够金钱钱
"$type": "Share.CConfigEventByItemID",
"ItemID": 1,
"CompareType": "GreaterEqual",
"Count": "specials(Price)"
}
],
"OptionContents": [
{
"Actions": [
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "-specials(Price)"
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Price",
"SpecialValue": "specials(Price)+specials(AddPrice)"
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Sub",
"SpecialValue": 4
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "MaxCount",
"SpecialValue": "specials(MaxCount)-1"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over"
}
]
}
]
},
{
"OptionText": "Event2010607_8",
"OptionText2": "Event2010607_9",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"Op_3_Over":{
"Actions":
[
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
],
"Rare":[3]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_2"
],
"Rare":[3]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_3"
],
"Rare":[3]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_1",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_1",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart4"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_2",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_2",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart4"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_3",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_3",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "OnStart4"
}
]
}
]
}
]
}
]
},
"OnStart4":{
"Actions":
[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010607_Title",
"Description": "Event2010607_14",
"QuestionDescription": "Event2010607_5",
"Choices": [
{
"OptionText": "Event2010607_6",
"OptionText2": "Event2010607_7",
"OptionIcon1": 101,
"Predicates":
[
{
//拥有足够金钱钱
"$type": "Share.CConfigEventByItemID",
"ItemID": 1,
"CompareType": "GreaterEqual",
"Count": "specials(Price)"
}
],
"OptionContents": [
{
"Actions": [
{
//获得金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "-specials(Price)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_4_Over"
}
]
}
]
},
{
"OptionText": "Event2010607_8",
"OptionText2": "Event2010607_9",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"Op_4_Over":{
"Actions":
[
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
],
"Rare":[2]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_2"
],
"Rare":[2]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard_3"
],
"Rare":[2]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_1",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_1",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "Last"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_2",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_2",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "Last"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"Predicates":
[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomCard_3",
"Param": 0,
"CompareType":"NotEqual"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "RandomCard_3",
"SpecialValue": 0
},
{
"$type": "Share.CConfigJump",
"Jump": "Last"
}
]
}
]
}
]
}
]
},
"Last":{
"Actions":[
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Sub",
"SpecialValue": 5
},
{
//搬空游商
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060111,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2010607_Title",
"Description": "Event2010607_10", //好,你们其实在找这个区域的头目吧?我刚好知道它在哪......
"QuestionDescription": "Event2010607_11", //说着递过来了一份地图
"Choices": [
{
"OptionText": "Event2010607_12", //查看地图
// "OptionText2": "Event2010202_6", //前往下一层
"OptionIcon1": 113,
"OptionContents": [
{
"Actions":
[
]
}
]
}
// {
// "OptionText": "Event_1019_op_5", //查看地图
// "OptionText2": "Event_1019_op_5_split", //查看地图
// "OptionIcon1": 106,
// "OptionContents": [
// {
// "Actions":
// [
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnFinish"
// }
// ]
// }
// ]
// }
]
},
{
"$type": "Share.CConfigCloseDialog"
},
//------观测任务------
{
//不借助提示完成任务
"$type": "Share.CConfigSetHollowVariable",
"Key": "Merchant_2010607",
"Value": 1
},
//------------
{
"$type": "Share.CConfigCameraMoveV2",
"StretchKey": "Target",
"Type": "TriggerPosition",
"PositionOffsetType":"Absolute",
"PositionOffsetX":"scenevar(PositionX_2010617)",
"PositionOffsetY":"scenevar(PositionY_2010617)",
"RadiusX":2,
"RadiusY":2,
"CanControl":false,
"UseStretchZ":true,
"FreezeZ":true,
"Parallel":true
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.2
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Absolute",
"NodeType": "All",
"X": "playerpos(X)",
"Y": "playerpos(Y)",
"Radius": 1,
"Count": 5,
"FromVisibleState":["VisibleByTriggerEvent"],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.1
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Absolute",
"NodeType": "All",
"X": "scenevar(PositionX_2010617)",
"Y": "scenevar(PositionY_2010617)",
"Radius": 0,
"Count": 1,
// "FromVisibleState":["VisibleByTriggerEvent"],
"ToVisibleState": ["Visible"]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 1
},
{
"$type": "Share.CConfigCameraMoveV2",
"StretchKey": "Back",
"Type": "Back",
"CanControl":true,
"UseStretchZ":false
},
{
"$type": "Share.CConfigFinishEvent",
"CanTriggerAgain":false
}
]
},
"OnEnd":{
"Actions":
[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010607_15" //「不要了吗?多可惜啊,这么好的骸章,再看看吧?」
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
// "OnFinish":{
// "Actions":
// [
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "好吧,好吧。我会在这里等你一会儿的。" //「不要了吗?多可惜啊,这么好的骸章,再看看吧?」
// ]
// },
// {
// "$type": "Share.CConfigCloseDialog"
// },
// {
// "$type": "Share.CConfigFinishEvent"
// }
// ]
// }
}
}