{ "ID" : 2020801, "Events": { //起始执行的事件 "OnStart": { "Actions":[ { "$type": "Share.CConfigOpenDialog" }, { //根据选项模式选择选项 "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title":"Event2020801_0", "Description": "Event2020801_1", "QuestionDescription": "Event2020801_2", "Choices": [ { "OptionText": "Event2020801_3", "OptionIcon1": 107, "OptionContents": [ // { // //不扣血 // "Weight": 10, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "Op_ReduceHp_Zero" // } // ] // }, { //扣30% "Weight": 90, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_Small" } ] }, { //扣75% "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_High" } ] } // { // //扣50% // "Weight": 10, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "Op_ReduceHp_Middle" // } // ] // } ] }, { "OptionText": "Event2020801_4", "OptionIcon1": 107, "OptionContents": [ // { // //不扣血 // "Weight": 30, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "Op_ReduceHp_Middle"//"Op_ReduceHp_Zero" // } // ] // }, { //扣30% "Weight": 30, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_Small" } ] }, { //扣50% "Weight": 70, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_Middle" } ] } ] }, { "OptionText": "Event2020801_5", "OptionIcon1": 107, "OptionContents": [ { //不扣血 "Weight": 30, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_Zero" } ] }, // { // //扣30% // "Weight": 30, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "Op_ReduceHp_Small" // } // ] // }, { //扣75% "Weight": 70, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_ReduceHp_High" } ] } ] } ] } ] }, "Op_ReduceHp_Zero": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_6" ] }, { "$type": "Share.CConfigJump", "Jump": "OnRandom_Zero" } ] }, "Op_ReduceHp_Small": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_7" ] }, { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-property(HpMax_Battle)*specials(HpPercentage_Small)*0.01" }, { "$type": "Share.CConfigJump", "Jump": "OnRandom_Small" } ] }, "Op_ReduceHp_Middle": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_8" ] }, { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-property(HpMax_Battle)*specials(HpPercentage_Middle)*0.01" }, { "$type": "Share.CConfigJump", "Jump": "OnRandom_Middle" } ] }, "Op_ReduceHp_High": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_9" ] }, { "$type": "Share.CConfigModifyProperty", "Property": "Hp", "Count": "-property(HpMax_Battle)*specials(HpPercentage_High)*0.01" }, { "$type": "Share.CConfigJump", "Jump": "OnRandom_High" } ] }, "OnRandom_Zero": { "Actions":[ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCoin" } ] }, // { // "Weight": 10, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnCard" // } // ] // }, { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnNothing" } ] } ] } ] }, "OnRandom_Small": { "Actions":[ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCoin" } ] }, // { // "Weight": 10, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnCard" // } // ] // }, { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnNothing" } ] } ] } ] }, "OnRandom_Middle": { "Actions":[ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 20, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCoin" } ] }, // { // "Weight": 20, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnCard" // } // ] // }, { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnNothing" } ] } ] } ] }, "OnRandom_High": { "Actions":[ { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 20, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnCoin" } ] }, // { // "Weight": 50, // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnCard" // } // ] // }, { "Weight": 10, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnNothing" } ] } ] } ] }, "OnCoin": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_10" ] }, { "$type": "Share.CConfigAddItem", "ItemID": 1, "Count": "rand(666,999)" }, { "$type": "Share.CConfigCloseDialog" }, // { // "$type": "Share.CConfigFinishEvent" // } { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, // "OnCard": // { // "Actions":[ // { // "$type": "Share.CConfigLogText", // "Messages": [ // "逃跑的过程中你看到了一些骸章,你随手就捞起来了!" // ] // }, // { // "$type": "Share.CConfigCloseDialog" // }, // { // "$type": "Share.CConfigRandomDropID", // "Type": "Card", // "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" // } // ] // } // ] // } // ] // } // ] // }, "OnNothing": { "Actions":[ { "$type": "Share.CConfigLogText", "Messages": [ "Event2020801_11" ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions":[ // { // "$type": "Share.CConfigCloseDialog" // }, { "$type": "Share.CConfigFinishEvent" } ] } }, "Specials": { //表格参数 "HpPercentage_Small": 30, "HpPercentage_Middle": 50, "HpPercentage_High": 75, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0, "genre":0 } }