{ "ID": 758, "EventTypeTag": [ "NormalBattle" ], "Events": { "OnStart": { "Actions": [ //打开dialog { "$type":"Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1123" // 一个普通难度的战斗 ] }, //选择要看哪种相机 { "$type":"Share.CConfigTriggerBattle", "BattleID":2010134, "EndHollow":false, "OnSuccess":"End" } ] }, "End":{ "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1124" // 打完了,继续前进吧 ] }, //关闭Dialog { "$type": "Share.CConfigCloseDialog" }, //关闭事件 { "$type": "Share.CConfigFinishEvent" } ] } } }