{ "ID": 2020804, "EventTypeTag": [ "Chest" ], "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_Shield" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_HP" } ] } ] } ] }, "OnCard_Shield":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1006 ], "Rare": [ 2, 3, 4 ], "Num": 1, "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "OnDropCard" } ] }, "OnCard_HP":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1003 ], "Rare": [ 2, 3, 4 ], "Num": 1, "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "OnDropCard" } ] }, "OnDropCard":{ "Actions":[ { "$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" } ] } ] } ] } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0, "genre":0 } }