{ //命运3 "ID": 2021004, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "Event_2021005", "Value": "scenevar(Event_2021005)+1" }, { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title":"Event2021004_Title", //调查员…… "Description": "Event2021004_1", "QuestionDescription": "Event2021004_2", "Choices": [ { "OptionText": "Event2021004_3", "OptionText2": "Event2021004_4", //增加{specials(Stamina)}压力,随机获得3枚[暴击]骸章 "OptionIcon1": 101, "OptionContents": [ { "Actions": [ { //-20压力值 "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "specials(Stamina)" }, { "$type": "Share.CConfigDropCard", "Type": 0, "Num":3, "Genre":[ 1005 ], "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "Op_1_Over" } ] } ] }, { "OptionText": "Event2021004_5", "OptionText2": "Event2021004_6", //增加{specials(Stamina)}压力,随机获得3枚[闪避]骸章 "OptionIcon1": 101, "OptionContents": [ { "Actions": [ { //-20压力值 "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "specials(Stamina)" }, { "$type": "Share.CConfigDropCard", "Type": 0, "Num":3, "Genre":[ 1011 ], "Specials": [ "RandomCard_1", "RandomCard_2", "RandomCard_3" ] }, { "$type": "Share.CConfigJump", "Jump": "Op_2_Over" } ] } ] } ] } ] }, "Op_1_Over":{ "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2021004_7" ] }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_1)", "Num": 1 }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_2)", "Num": 1 }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_3)", "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Op_2_Over":{ "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2021004_8" ] }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_1)", "Num": 1 }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_2)", "Num": 1 }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_3)", "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, // "Op_3_Over":{ // "Actions":[ // { // "$type": "Share.CConfigLogText", // "Messages": [ // "...", // "它并没有理会你们。" // ] // }, // { // "$type": "Share.CConfigDropPool", // "Type": "Card", // "ItemID": "specials(RandomCard_1)", // "Num": 1 // }, // { // "$type": "Share.CConfigDropPool", // "Type": "Card", // "ItemID": "specials(RandomCard_2)", // "Num": 1 // }, // { // "$type": "Share.CConfigDropPool", // "Type": "Card", // "ItemID": "specials(RandomCard_3)", // "Num": 1 // }, // { // "$type": "Share.CConfigJump", // "Jump": "OnEnd" // } // ] // }, "OnEnd":{ "Actions":[ { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060140, "Progress": 1, "ModifyType":"Add" }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { "Stamina":30, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0 } }