{ "ID": 2010707,//鹤 "Events": { "OnHollowCreated":{ "Actions":[ ] }, "OnStart": { "Actions": [ //判断循环次数,展示出口 // { // "$type": "Share.CConfigJump", // "Jump": "OnEndPoint", // "Predicates":[ // { // "$type": "Share.CConfigEventByHollowVariable", // "Key": "EndCount.2010701", // "CompareType": "Equal", // "Count": 1 // }, // { // "$type": "Share.CConfigEventByHollowLevel", // "Level": "scenevar(Level.2010702)",//一层数 // "CompareType": "Equal" // } // ] // }, { "$type": "Share.CConfigJump", "Jump": "OnEndNormal", "Predicates":[ // { // "$type": "Share.CConfigEventByHollowVariable", // "Key": "EndCount.2010701", // "CompareType": "Greater", // "Count": 1 // }, { "$type": "Share.CConfigEventByHollowLevel", "Level": "scenevar(Level.2010702)",//新一层 "CompareType": "Equal" } ] }, { "$type": "Share.CConfigJump", "Jump": "OnGoal", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": 3, "CompareType": "Equal" } ] }, //判断层数 { "$type": "Share.CConfigJump", "Jump": "OnFloorOne", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": 1, "CompareType": "Equal" } ] }, { "$type": "Share.CConfigJump", "Jump": "OnFloorTwo", "Predicates":[ { "$type": "Share.CConfigEventByHollowLevel", "Level": "scenevar(Level.2010701)",//新2层 "CompareType": "Equal" } ] } ] }, //在第一层的提示1 "OnFloorOne":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_1",//鹤1 "Event2010707_1_1", "Event2010707_1_2" ] }, { "$type": "Share.CConfigCloseDialog" }, //观测任务:看笔记(1/3) { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060137, "Progress":1, "ModifyType":"Add" }, { "$type": "Share.CConfigShowTip", "TipID": 400010825 //得深入 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, //在第二层的提示 "OnFloorTwo":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_2",//鹤2 "Event2010707_2_1" ] }, { "$type": "Share.CConfigCloseDialog" }, //观测任务:看笔记(1/3) { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060137, "Progress":1, "ModifyType":"Add" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEndNormal":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_3",//鹤3 "Event2010707_3_1" ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigShowTip", "TipID": 400010826 //值得参考 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEndPoint":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_3",//鹤3 "Event2010707_3_1" ] }, { "$type": "Share.CConfigCloseDialog" }, //观测任务:看笔记(1/3) { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060137, "Progress":1, "ModifyType":"Add" }, // { // "$type": "Share.CConfigEventModification", // "X": 2, // "Y": 5, // "Position": "Absolute", // "Radius": 0, // "ModificationNum": 1, // "ModificationType": 1, // //"TargetEventID": [ 1000 ], // "TargetEventType": 1, // //"TargetEventState":["Finished"], // "TargetVisibleState":[ "Visible"], // "EventID": [ 2010702 ],//切层 // "EventState": "ShowEvent", // "VisibleState": "Visible" // }, // { // "$type": "Share.CConfigEventModification", // "X": 7, // "Y": 7, // "Position": "Absolute", // "Radius": 0, // "ModificationNum": 1, // "ModificationType": 1, // //"TargetEventID": [ 1000 ], // "TargetEventType": 1, // //"TargetEventState":["Finished"], // "TargetVisibleState":[ "Visible"], // "EventID": [ 2010702 ],//切层 // "EventState": "ShowEvent", // "VisibleState": "Visible" // }, // { // "$type": "Share.CConfigEventModification", // "X": 4, // "Y": 3, // "Position": "Absolute", // "Radius": 0, // "ModificationNum": 1, // "ModificationType": 1, // //"TargetEventID": [ 1000 ], // "TargetEventType": 1, // //"TargetEventState":["Finished"], // "TargetVisibleState":[ "Visible"], // "EventID": [ 2010702 ],//切层 // "EventState": "ShowEvent", // "VisibleState": "Visible" // }, // //镜头 // { // "$type": "Share.CConfigCameraMove", // "StretchKey": "Far", // "Type": "CustomBound", // "BoundIndexX":15, // "BoundIndexY":115 // }, // { // "$type": "Share.CConfigWaitSeconds", // "Time": "1" // }, // { // "$type": "Share.CConfigCameraMove", // "StretchKey": "Back", // "Type": "Player" // }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnGoal":{ "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event2010707_7", //note "Event2010707_7_1", "Event2010707_7_2", "Event2010707_7_3", "Event2010707_7_4", "Event2010707_7_5", "Event2010707_7_6", "Event2010707_7_7", "Event2010707_7_8", "Event2010707_7_9", "Event2010707_7_10", "Event2010707_7_11", "Event2010707_7_12" ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigShowTip", "TipID": 400010829 //委托人 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd":{ "Actions":[ { "$type": "Share.CConfigFinishEvent" } ] } } }