{ //小怪战 "ID": 1000319, "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.CConfigEventModification", "X": 3, "Y": 1, "Position": "Absolute", "Radius": 0, "ModificationNum":1, "ModificationType":1, "TargetEventID": [ 1000318 ], "TargetEventType":1, "EventID":[ 1000314 ], "EventState":"ShowEvent", "VisibleState":"Visible" }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "BattleID": 0, "MessageID": 1009 } }