{ "ID": 2010703, //切层,回1层 (左下角的位置) "Events": { "OnStart":{ "Actions":[ { "$type": "Share.CConfigJump", "Jump": "OnOnce", "Predicates":[ //第一次 { "$type": "Share.CConfigEventByHollowVariable", "Key": "EndCount.2010701", "CompareType": "Equal", "Count": 0 } ] }, //判断是否已走错过一次这条路 { "$type": "Share.CConfigJump", "Jump": "OnWrong", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "WayCount.2010703", "CompareType": "Equal", "Count": 1 } ] }, { "$type": "Share.CConfigJump", "Jump": "OnNormal" } ] }, "OnWrong":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_20"//已验证的错路 ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] }, "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.CConfigSetConditionProgress", "ConditionID":30060138, "Progress":1, "ModifyType":"Add" }, //观测任务判断用:一次成功找到正确路线,变量为1表示不是一次找到(不包括第一次必错) { "$type": "Share.CConfigSetHollowVariable", "Key": "Event.30060138", "Value": 1 }, //记录走错过一次,提示不再走用 { "$type": "Share.CConfigSetHollowVariable", "Key": "WayCount.2010703", "Value": 1 }, { "$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.CConfigSetConditionProgress", "ConditionID":30060138, "Progress":1, "ModifyType":"Add" }, //观测任务判断用:一次成功找到正确路线,变量为1表示不是一次找到(不包括第一次必错) { "$type": "Share.CConfigSetHollowVariable", "Key": "Event.30060138", "Value": 1 }, //记录走错过一次,提示不再走用 { "$type": "Share.CConfigSetHollowVariable", "Key": "WayCount.2010703", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnFloor" } ] } ] }, { "OptionText": "Event2010707_16", "OptionText2": "Event2010707_17", "OptionIcon1": 106, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnQuit" } ] } ] } ] } ] }, "OnFloor": { "Actions": [ { "$type":"Share.CConfigEmpty" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_12",//错路结果 "Event2010707_12_1" ] }, { "$type": "Share.CConfigCloseDialog" }, //错误记错 { "$type": "Share.CConfigSetHollowVariable", "Key": "EndCount.2010701", "Value": "scenevar(EndCount.2010701)+1" }, //记录1层新的层号 { "$type": "Share.CConfigNewHollow", "HollowMaps":[ "20107-1" ], "SectionID": "NextLayer" }, //拿到新增层数 { "$type": "Share.CConfigSetHollowVariable", "Key": "Level.2010702", "Value": "specials(NextLayer)" }, { "$type":"Share.CConfigPrepareNextHollow", "SectionID":"specials(NextLayer)", "ShowOther":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":999 } ] }, { "$type": "Share.CConfigGotoNextHollow", "SectionID":"specials(NextLayer)" }, //切层收益 { "$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" } // { // "$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.CConfigLogText", "Messages": [ "Event2010707_19"//重新思考 ] }, { "$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 } }