{ "ID": 2020203, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1013" // “三个...宝...箱!选...哪#$..个?\n又一次收到了奇怪的信号,这次似乎没什么听不懂的了 ] }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Description": "JsonText_1001", // 该怎么做 "Choices": [ { "OptionText": "JsonText_1014", // 观赏用..&*金...色¥&箱 "OptionText2": "JsonText_1015", // 观赏用宝箱 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_1_Over_1" } ] } ] }, { "OptionText": "JsonText_1016", // 平凡#!@银...色¥&箱 "OptionText2": "JsonText_1017", // 普通的宝箱 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_2_Over_1" } ] } ] }, { "OptionText": "JsonText_1018", // 超大#!@木...制¥&箱 "OptionText2": "JsonText_1019", // 珍贵的宝箱 "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_3_Over_1" } ] } ] } ] } ] }, "Op_1_Over_1": { "Actions": [ { "$type": "Share.CConfigSetSpecial", "SpecialName": "Rare", "SpecialValue": "2" }, { "$type": "Share.CConfigJump", "Jump": "OnChoose" } ] }, "Op_2_Over_1": { "Actions": [ { "$type": "Share.CConfigSetSpecial", "SpecialName": "Rare", "SpecialValue": "3" }, { "$type": "Share.CConfigJump", "Jump": "OnChoose" } ] }, "Op_3_Over_1": { "Actions": [ { "$type": "Share.CConfigSetSpecial", "SpecialName": "Rare", "SpecialValue": "4" }, { "$type": "Share.CConfigJump", "Jump": "OnChoose" } ] }, "OnChoose": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "“!@^$&*$^#...”", "“$^#...”", "JsonText_1012" // “...”\n一段奇怪的信号逐渐减弱,正当大家感到疑惑之时,一个骸章反应出现在了附近 ] }, { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare": [ "specials(Rare)" ], "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": { //表格参数 "op_1_0": 600, "Rare":3, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0 } }