{ "ID": 2020716, //全局,一层 "Specials": { "Empty": 0, "PlayerIndex": 0, "MoveCount": 0, "Once":0 //第一次走岔路判断用 }, "Events": { "OnPlayerMove": { "Actions": [ // { // "$type": "Share.CConfigEmpty" // }, { "$type": "Share.CConfigJump", "Jump":"PopWindows", "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "MoveCount", "Param": 4, "CompareType": "Equal" } ] }, { "$type": "Share.CConfigSetSpecial", "SpecialName": "MoveCount", "SpecialValue": "specials(MoveCount)+1" }, //PlayerIndex获取 { "$type": "Share.CConfigSetSpecial", "SpecialName": "PlayerIndex", "SpecialValue": "playerpos(Index)" }, { "$type": "Share.CConfigJump", "Jump": "Floor_1" } ] }, "PopWindows":{ "Actions":[ { "$type": "Share.CConfigShowPopWindow", "PopID": 2020701, "ShowDirectly": false }, { "$type": "Share.CConfigSetSpecial", "SpecialName": "MoveCount", "SpecialValue": "specials(MoveCount)+1" }, //PlayerIndex获取 { "$type": "Share.CConfigSetSpecial", "SpecialName": "PlayerIndex", "SpecialValue": "playerpos(Index)" }, { "$type": "Share.CConfigJump", "Jump": "Floor_1" } ] }, "Floor_1": { "Actions": [ // { // "$type": "Share.CConfigSetMapState", // "X": 1, // "Y": 1, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 2, // "Y": 1, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 3, // "Y": 1, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 1, // "Y": 2, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 3, // "Y": 2, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, //开始 { "$type": "Share.CConfigEventModification", "X": 4, "Y": 2, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020723 ], //开始 "TargetEventType": 1, "TargetEventState": [ "Finished" ], "TargetVisibleState": [ "Visible" ], "EventID": [ 1000 ], //空 "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigSetMapState", "X": 4, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromState": [ "Finished" ], "ToState": [ "Unstable" ] }, { "$type": "Share.CConfigSetMapState", "X": 5, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromState": [ "Finished" ], "ToState": [ "Unstable" ] }, { "$type": "Share.CConfigSetMapState", "X": 6, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromState": [ "Finished" ], "ToState": [ "Unstable" ] }, //目标点 { "$type": "Share.CConfigEventModification", "X": 7, "Y": 2, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020717 ], //目标 "TargetEventType": 1, "TargetEventState": [ "Finished" ], "TargetVisibleState": [ "Visible" ], "EventID": [ 1000 ], //空 "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigSetMapState", "X": 7, "Y": 2, "Position": "Absolute", "NodeType": "All", "Radius": 0, "Count": 1, "FromState": [ "Finished" ], "ToState": [ "Unstable" ] }, // { // "$type": "Share.CConfigSetMapState", // "X": 1, // "Y": 3, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 2, // "Y": 3, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, // { // "$type": "Share.CConfigSetMapState", // "X": 3, // "Y": 3, // "Position": "Absolute", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Finished" // ], // "ToState": [ // "Unstable" // ] // }, //一层追逐 { //a "$type": "Share.CConfigJump", "Jump": "OnDirection_a", "Predicates": [ //a位置的范围内有一个zzz { "$type": "Share.CConfigEventBySpecials", "ParamName": "PlayerIndex", "Param": 11, "CompareType": "Equal" }, { "$type": "Share.CConfigEventByOr", "Predicates": [ { "$type": "Share.CConfigEventByEventState", "X": 1, "Y": 1, "Position": "Absolute", "VisibleState": [ "Visible" ], //"State": ["ShowEvent"], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] }, { "$type": "Share.CConfigEventByEventState", "X": 3, "Y": 1, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] } ] } ] }, { //c "$type": "Share.CConfigJump", "Jump": "OnDirection_c", "Predicates": [ //c位置的范围内有一个zzz { "$type": "Share.CConfigEventBySpecials", "ParamName": "PlayerIndex", "Param": 19, "CompareType": "Equal" }, { "$type": "Share.CConfigEventByOr", "Predicates": [ { "$type": "Share.CConfigEventByEventState", "X": 1, "Y": 1, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] }, { "$type": "Share.CConfigEventByEventState", "X": 1, "Y": 3, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] } ] } ] }, { //d "$type": "Share.CConfigJump", "Jump": "OnDirection_d", "Predicates": [ //d位置的范围内有一个zzz { "$type": "Share.CConfigEventBySpecials", "ParamName": "PlayerIndex", "Param": 21, "CompareType": "Equal" }, { "$type": "Share.CConfigEventByOr", "Predicates": [ { "$type": "Share.CConfigEventByEventState", "X": 3, "Y": 1, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] }, { "$type": "Share.CConfigEventByEventState", "X": 3, "Y": 3, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] } ] } ] }, { //f "$type": "Share.CConfigJump", "Jump": "OnDirection_f", "Predicates": [ //f位置的范围内有一个zzz { "$type": "Share.CConfigEventBySpecials", "ParamName": "PlayerIndex", "Param": 29, "CompareType": "Equal" }, { "$type": "Share.CConfigEventByOr", "Predicates": [ { "$type": "Share.CConfigEventByEventState", "X": 1, "Y": 3, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] }, { "$type": "Share.CConfigEventByEventState", "X": 3, "Y": 3, "Position": "Absolute", "VisibleState": [ "Visible" ], // "State": [ // "ShowEvent" // ], "Count": 1, "CompareType": "Equal", "Radius": 0, "EventID": [ 2020701 ] } ] } ] } ] }, "OnDirection_a": { "Actions": [ //从右来 { "$type": "Share.CConfigJump", "Jump": "OnRight_a", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Right" ] } ] }, //从左来 { "$type": "Share.CConfigJump", "Jump": "OnLeft_a", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Left" ] } ] } ] }, "OnRight_a": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 1, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnLeft_a": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 3, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnDirection_c": { "Actions": [ //从上来 { "$type": "Share.CConfigJump", "Jump": "OnUp_c", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Up" ] } ] }, //从下来 { "$type": "Share.CConfigJump", "Jump": "OnDown_c", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Down" ] } ] } ] }, "OnUp_c": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 1, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnDown_c": { "Actions": [ //判断a开关状态 { "$type": "Share.CConfigJump", "Jump": "OnEnd", "Predicates": [ //判断a点是否为关闭 { "$type": "Share.CConfigEventByHollowVariable", "Key": "Eventa.2020719", "CompareType": "Equal", "Count": -1 } ] }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnDirection_d": { "Actions": [ //从上来 { "$type": "Share.CConfigJump", "Jump": "OnUp_d", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Up" ] } ] }, //从岔路过来 { "$type": "Share.CConfigJump", "Jump": "OnUp_d2", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Right" ] }, { "$type":"Share.CConfigEventBySpecials", "ParamName":"Once", "Param":0, "CompareType":"Equal" } ] }, //从下来 { "$type": "Share.CConfigJump", "Jump": "OnDown_d", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Down" ] } ] } ] }, "OnUp_d": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 3, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnUp_d2": { "Actions": [ { "$type":"Share.CConfigSetSpecial", "SpecialName":"Once", "SpecialValue":"specials(Once)+1" }, //fairy:居然跑了,追上它! { "$type": "Share.CConfigShowTip", "TipID": 100031008, "Delay": 0, "Type":"Duration", "Duration":50, "NextTips":[ { "$type": "Share.CConfigShowTip", "TipID": 100031009 } ] }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnDown_d": { "Actions": [ //判断a开关状态 { "$type": "Share.CConfigJump", "Jump": "OnEnd", "Predicates": [ //判断a点是否为关闭 { "$type": "Share.CConfigEventByHollowVariable", "Key": "Eventa.2020719", "CompareType": "Equal", "Count": -1 } ] }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnDirection_f": { "Actions": [ //从右来 { "$type": "Share.CConfigJump", "Jump": "OnRight_f", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Right" ] } ] }, //从左来 { "$type": "Share.CConfigJump", "Jump": "OnLeft_f", "Predicates": [ { "$type": "Share.CConfigEventByDirection", "Direction": [ "Left" ] } ] } ] }, "OnRight_f": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 1, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 1, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnLeft_f": { "Actions": [ { "$type": "Share.CConfigEventModification", "X": 3, "Y": 3, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, "TargetEventID": [ 2020701 ], //zzz "TargetEventType": 1, "EventID": [ 1000 ], //kong "EventState": "Unstable", "VisibleState": "Visible" }, { "$type": "Share.CConfigEventModification", "X": 3, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum": 1, "ModificationType": 1, //"TargetEventID": [ 1000 ],//空 "TargetEventType": 1, "TargetVisibleState": [ "Visible" ], "EventID": [ 2020701 ], //zzz "EventState": "ShowEvent", "VisibleState": "Visible" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ //无实际意义,空过用 { "$type": "Share.CConfigSetSpecial", "SpecialName": "Empty", "SpecialValue": "specials(Empty)+1" } ] } } }