{ "ID": 9991142, "Specials": { "BattleID": 2010125 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1320" // 前方就是高威胁敌意单位!准备迎击! ] }, { "$type": "Share.CConfigJump", "Jump": "OnBattle" }, { "$type": "Share.CConfigFinishEvent" } ] }, "OnBattle": { "Actions": [ { "$type": "Share.CConfigTriggerBattle", "BattleID": "specials(BattleID)", "OnSuccess": "OnEnd" // "EndHollow": true } ] }, "OnEnd": { "Actions": [ // { // "$type": "Share.CConfigLogText", // "Messages": [ // "JsonText_1321", // 随着敌人的倒下,你感受到了空洞活性反应的衰退。 // "JsonText_1322" // 趁此机会赶紧撤离吧。 // ] // }, // { // "$type": "Share.CConfigCloseDialog" // }, { "$type": "Share.CConfigFinishHollow" } ] } } }