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

307 lines
11 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ID": 2010704,//切层到3层
"Events": {
"OnStart":{
"Actions":[
{
"$type": "Share.CConfigJump",
"Jump": "OnOnce",
"Predicates":[ //第一次无法找到正确的路
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "EndCount.2010701",
"CompareType": "Equal",
"Count": 0
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnNormal"
}
]
},
"OnOnce":{
"Actions":[
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010707_title",//寻找幽灵列车
"Description": "Event2010707_8",
//"QuestionDescription": "是否前进?",
"Choices": [
{
"OptionText": "Event2010707_9",
//"OptionText2":"切层",
"OptionIcon1": 113,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnFloor"
}
]
}
]
},
{
"OptionText": "Event2010707_10",
"OptionText2": "Event2010707_11",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnQuit"
}
]
}
]
}
]
}
]
},
"OnNormal": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010707_title",//寻找幽灵列车
"Description": "Event2010707_14",
//"QuestionDescription": "是否前进?",
"Choices": [
{
"OptionText": "Event2010707_15",
//"OptionText2":"切层",
"OptionIcon1": 113,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnFloor"
}
]
}
]
},
{
"OptionText": "Event2010707_16",
"OptionText2": "Event2010707_17",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnQuit"
}
]
}
]
}
]
}
]
},
"OnFloor":{ //去三层
"Actions":[
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010707_18"//对路
]
},
{
"$type": "Share.CConfigCloseDialog"
},
//流程任务:找到正路
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060135,
"Progress":1,
"ModifyType":"Add"
},
//观测任务:一次就找到正确路线
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060139,
"Progress":1,
"ModifyType":"Add",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Event.30060138",
"CompareType": "NotEqual",
"Count": 1
}
]
},
{
"$type": "Share.CConfigPrepareNextHollow",
"SectionID": 3,
"ShowOther": [
{
"$type": "Share.CConfigEventByCurse",
"CompareType": "Greater",
"Count": 999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":3
},
//切层收益
// {
// "$type":"Share.CConfigRemoveCurse",
// "RemoveType":"Initiative",
// "Count":1,
// "Predicates":[
// {
// "$type":"Share.CConfigEventByCurse",
// "CompareType":"Greater",
// "Count":0
// }
// ]
// },
{
"$type":"Share.CConfigModifySceneProperty",
"Property":"Stamina",
"Count":"-sceneproperty(Stamina)",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Equal",
"Count":0
}
]
},
{
"$type":"Share.CConfigSetHollowItem",
"EPCharge":"specials(EPCharge)",
"Predicates":[
{
"$type":"Share.CConfigEventBySpecials",
"ParamName":"HollowItem",
"Param":"hollowitem()",
"CompareType":"NotEqual"
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnFloor2": { //回一层
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010707_12",//错路结果
"Event2010707_12_1"
]
},
{
"$type": "Share.CConfigCloseDialog"
},
//真正出口出现
// {
// "$type": "Share.CConfigSetMapState",
// "Position": "Relative",
// "NodeType": "All",
// "X": 10,
// "Y": 7,
// "Radius": 0,
// "Count": 1,
// "FromVisibleState": [
// "VisibleByTriggerEvent"
// ],
// "ToVisibleState": ["Visible"]
// },
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "EndCount.2010701",
"Value": "scenevar(EndCount.2010701)+1"
},
// {
// "$type": "Share.CConfigPreset",
// "PerformKey":"Chessboard_FinishHollow"
// },
// {
// "$type": "Share.CConfigNewHollow",
// "HollowMaps":[
// "20107-1"
// ],
// "SectionID": "NextLayer"
// },
{
"$type": "Share.CConfigPrepareNextHollow",
"SectionID": 1,
"ShowOther": [
{
"$type": "Share.CConfigEventByCurse",
"CompareType": "Greater",
"Count": 999
}
]
},
{
"$type": "Share.CConfigGotoNextHollow",
"SectionID":1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnQuit":{
"Actions":[
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"Value": 10,
"NextLayer":0,
"BattleID": 0,
"difficult":40,
"EPCharge": 60,
"HollowItem": 0
}
}