{ "ID" : 2020805, "EventTypeTag": [ "Chest" ], "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_Energy" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_Critical" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_Stun" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCard_Evade" } ] } ] } ] }, "OnCard_Energy":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1004 ], "Rare": [ 2, 3, 4 ], "Num": 1, "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "OnDropCard" } ] }, "OnCard_Critical":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1005 ], "Rare": [ 2, 3, 4 ], "Num": 1, "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "OnDropCard" } ] }, "OnCard_Stun":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1010 ], "Rare": [ 2, 3, 4 ], "Num": 1, "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "OnDropCard" } ] }, "OnCard_Evade":{ "Actions":[ { "$type": "Share.CConfigDropCard", "Type": 0, "Genre": [ 1011 ], "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 } }