{ "ID": 2010701,//开始事件 "EventTypeTag": [ "CanInterruptWhenTeleport" ], "Events": { "OnStart": { "Actions": [ //判断层数2 { "$type": "Share.CConfigJump", "Jump": "OnCamera", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": "scenevar(Level.2010702)",//新建一层 "CompareType": "Equal" } ] }, { "$type": "Share.CConfigJump", "Jump": "OnTips_1", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": "scenevar(Level.2010701)",//新建二层 "CompareType": "Equal" } ] }, { "$type": "Share.CConfigJump", "Jump": "OnTips_2", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": 3, "CompareType": "Equal" } ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnCamera":{ //新建一层 "Actions":[ //tips { "$type": "Share.CConfigShowTip", "TipID": 400010823, //走错路 "Delay": 0, "Predicates":[ { "$type":"Share.CConfigEventByOr", "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "WayCount.2010703", "CompareType": "Equal", "Count": 1 }, { "$type": "Share.CConfigEventByHollowVariable", "Key": "WayCount.2010710", "CompareType": "Equal", "Count": 1 } ] } ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnTips_1":{ //新建二层 "Actions":[ //流程任务:到达深处 { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060134, "Progress":1, "ModifyType":"Add" }, //出口镜头 // { // "$type": "Share.CConfigCameraMove", // "StretchKey": "Far", // "Type": "CustomBound", // "BoundIndexX":15, // "BoundIndexY":115 // }, // { // "$type": "Share.CConfigWaitSeconds", // "Time": "2" // }, // { // "$type": "Share.CConfigCameraMove", // "StretchKey": "Back", // "Type": "Player" // }, { "$type": "Share.CConfigShowTip", "TipID": 400010821, //三个出口 "Delay": 0, "Predicates":[ { "$type": "Share.CConfigEventByHollowVariable", "Key": "WayCount.2010703", "CompareType": "Equal", "Count": 0 }, { "$type": "Share.CConfigEventByHollowVariable", "Key": "WayCount.2010710", "CompareType": "Equal", "Count": 0 } ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnTips_2":{ "Actions":[ { "$type": "Share.CConfigShowTip", "TipID": 400010822, //找对路了 "Delay": 0 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd":{ "Actions":[ { "$type": "Share.CConfigFinishEvent" } ] } } }