{ "ID": 2020202, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1005" // “!@^$&宝...箱!哪...#$..个?\n又一次收到了奇怪的信号,这次似乎能听懂了一些 ] }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Description": "JsonText_1001", // 该怎么做 "Choices": [ { "OptionText": "JsonText_1006", // #!@金...色¥&…… "OptionText2": "JsonText_1007", // 金色的宝箱? "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_1_Over_1" } ] } ] }, { "OptionText": "JsonText_1008", // #!@银...色¥&…… "OptionText2": "JsonText_1009", // 银色的宝箱? "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_2_Over_1" } ] } ] }, { "OptionText": "JsonText_1010", // #!@木...制¥&…… "OptionText2": "JsonText_1011", // 木制的宝箱? "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 } }