{ //小怪战 "ID": 1000310, "EventTypeTag": [ "CameraMoveToCenter_ban", "Battle" ], "Events": { "OnStart": { "Actions": [ { "$type":"Share.CConfigEmpty" }, // { // "$type": "Share.CConfigOpenDialog" // }, // { // //对话框内容 // "$type": "Share.CConfigLogText", // "Messages": [ // "威胁警报:\n侦测到敌意单位,请做好战斗准备。" // ] // }, { "$type": "Share.CConfigTriggerBattle", "BattleID": "specials(BattleID)", "OnSuccess": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigPreset", "PerformKey" : "Chessboard_BattleEnd_None" }, // { // "$type": "Share.CConfigLogText", // "Messages": [ // "来自以骸的威胁反应暂时解除!" // 来自以骸的威胁反应暂时解除! // ] // }, // { // "$type": "Share.CConfigCloseDialog" // }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "BattleID": 0, "MessageID": 1009 } }