{ "ID": 1012016, "Events": { //禁止通行 "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigLogText", "Messages": [ "Event_1012016_Log_1_1" ] }, { //根据选项模式选择选项 "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Description": "Event_1012016_Des_1", "Choices": [ { "OptionText": "Event_1012016_op_1", "OptionText2": "Event_1012016_op_1_split", "OptionContents": [ { "Actions": [ { //-15点压力 "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "-specials(op_1_0)" }, { "$type": "Share.CConfigJump", "Jump": "Op_1_Over_1" } ] } ] }, { "OptionText": "Event_1012016_op_2", "OptionText2": "Event_1012016_op_2_split", "OptionContents": [ { "Weight": "specials(op_2_0)", "Actions": [ { //获得1张随机R级卡牌 "$type": "Share.CConfigDropPool", "Type": "Card", "Rare": [ 2 ], "Num": 1 }, { "$type": "Share.CConfigJump", "Jump": "Op_2_Over_1" } ] }, { "Weight": "100-specials(op_2_0)", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_2_Over_2" } ] } ] }, { "OptionText": "Event_1012016_op_3", "OptionText2": "Event_1012016_op_3_split", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_3_Over_1" } ] } ] } ] } ] }, "Op_1_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event_1012016_op_1_over_1" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Op_2_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event_1012016_op_2_over_1" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Op_2_Over_2": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event_1012016_op_2_over_2" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Op_3_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "Event_1012016_op_3_over_1" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { //表格参数 "op_1_0": 15, "op_2_0": 60 } }