//目标点 { "ID": 9991234, "Specials": { "Speed": 1, "SelfLocation": 13, "StrategyLocation": -6 }, "Events": { // "OnCreate": [ // { // "$type": "Share.CConfigCameraMove", // "Type": "TriggerPosition", // "CanControl": false // }, // { // "$type": "Share.CConfigWaitSeconds", // "Time": 0.5 // }, // { // "$type": "Share.CConfigSetMapState", // "X": "specials(SelfLocation)", // "Y": 0, // "Position": "Relative", // "NodeType": "All", // "Radius": 0, // "Count": 1, // "FromState": [ // "Locked" // ], // "ToState": ["ShowEvent"] // }, // { // "$type": "Share.CConfigWaitSeconds", // "Time": 2 // }, // { // "$type": "Share.CConfigCameraMove", // "Type": "Player", // "CanControl": true // }, // { // "$type": "Share.CConfigFinishEvent" // } // ], "OnStart": { "Actions": [ //报告位置 { "$type": "Share.CConfigSetHollowVariable", "Key": "PalyerR.1000", "Value": 0 }, { "$type": "Share.CConfigSetHollowVariable", "Key": "PalyerP.1000", "Value": 0 }, { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1386", // 经过搜寻,成功找到了这支调查团队的个人物品 "JsonText_1387" // 遗物会转交给你们的家属的,安息吧 ] }, { "$type": "Share.CConfigCloseDialog" }, //重激活 { "$type": "Share.CConfigSetMapState", "X": "specials(StrategyLocation)", "Y": 0, "Position": "Relative", "NodeType": "All", "Radius": 0, "Count": 1, "FromState": [ "Finished" ], "ToState": ["ShowEvent"] }, //抗压药 { "$type": "Share.CConfigDropCurse", "CurseID": 1155003, "Stack": "Unique" }, //发放卡牌 { "$type": "Share.CConfigDropPool", "Type": "Card", "Rare": [ 4 ], "Num": 2 }, //显示终点 // { // "$type": "Share.CConfigEventModification", // "ModifyID": 9991210 // "ModifyID": 2010501 // }, { "$type": "Share.CConfigFinishEvent" } ] } } }