{ "ID": 760, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { //对话框内容 "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1132" // 一场Boss战,一般出现在切层战斗中,很难单独出现 ] }, { "$type": "Share.CConfigTriggerBattle", "BattleID": 2010134, "OnSuccess": "OnChooseCard" } ] }, "OnChooseCard": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "BattleEndMessages_{specials(MessageID)}_1", "BattleEndMessages_{specials(MessageID)}_2" ] }, { "$type": "Share.CConfigRandomDropID", "Type": "Card", "SpecialName": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "ShowMode": "Card", "Choices": [ { "OptionText": "Event_Common_Choose", // 选择 "OptionItemID1": "specials(RandomCard_1)", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_1)", "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] }, { "OptionText": "Event_Common_Choose", // 选择 "OptionItemID1": "specials(RandomCard_2)", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_2)", "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] }, { "OptionText": "Event_Common_Choose", // 选择 "OptionItemID1": "specials(RandomCard_3)", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_3)", "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] } ] // "ExtraChoice": { // "OptionContents": [ // { // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnEnd" // } // ] // } // ] // } } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "BattleID": 0, "MessageID": 1014, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0 } }