{ "ID": 2010007,//缘分的标价 "Specials": { "Price_1": 5000, "Price_2": 2500, "Price_3": 1000, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CActionChangeHollowEventWeightCfg", "EventID": 2010007, "WeightFactor": 0 }, { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title":"Event2010007_Title", "Description": "Event2010007_1", "QuestionDescription": "Event2010007_2", "Choices": [ { "OptionText": "Event2010007_3", "OptionText2":"Event2010007_4", "OptionIcon1": 101, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_A" } ] } ] }, { "OptionText": "Event2010007_5", "OptionText2": "Event2010007_5_1", "OptionIcon1": 107, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Option_1" } ] } ] } ] } ] }, "Option_1":{ "Actions": [ { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title":"Event2010007_Title", "Description": "Event2010007_7", "QuestionDescription": "Event2010007_8", "Choices": [ { "OptionText": "Event2010007_9",//-2500 "OptionText2":"Event2010007_10", "OptionIcon1": 101, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_B" } ] } ] }, { "OptionText": "Event2010007_11", "OptionText2":"Event2010007_11_1", "OptionIcon1": 107, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Option_2" } ] } ] } ] } ] }, "Option_2":{ "Actions": [ { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Title":"Event2010007_Title", "Description": "Event2010007_13", "QuestionDescription": "Event2010007_21", "Choices": [ { "OptionText": "Event2010007_14",//-1000 "OptionText2":"Event2010007_15", "OptionIcon1": 101, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Random" } ] } ] }, { "OptionText": "Event2010007_16", "OptionText2": "Event2010007_16_1", "OptionIcon1": 107, "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Quit" } ] } ] } ] } ] }, "Random":{ "Actions":[ { "$type": "Share.CConfigJump", "Jump": "NoMoney", "Predicates":[ { "$type": "Share.CConfigEventByItemID", "ItemID": 1, "CompareType": "Less", "Count": "specials(Price_3)" } ] }, { "$type": "Share.CConfigSwitchServer", "Switch": [ { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_C" } ] }, { "Weight": 50, "Actions": [ { "$type": "Share.CConfigJump", "Jump": "End_D" } ] } ] } ] }, "End_A":{ //-5000,S "Actions":[ { "$type": "Share.CConfigJump", "Jump": "NoMoney", "Predicates":[ { "$type": "Share.CConfigEventByItemID", "ItemID": 1, "CompareType": "Less", "Count": "specials(Price_1)" } ] }, { "$type":"Share.CConfigLogText", "Messages":[ "Event2010007_6" ] }, //扣钱 { "$type": "Share.CConfigAddItem", "ItemID": 1, "Count": "-specials(Price_1)" }, //给4稀有骸章 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare":[ 4 ], "SpecialName": [ "RandomCard_1", "RandomCard_2" ] }, { "$type": "Share.CConfigJump", "Jump": "OnChooseCard" } ] }, "End_B":{ //-2500,S "Actions":[ { "$type": "Share.CConfigJump", "Jump": "NoMoney", "Predicates":[ { "$type": "Share.CConfigEventByItemID", "ItemID": 1, "CompareType": "Less", "Count": "specials(Price_2)" } ] }, { "$type":"Share.CConfigLogText", "Messages":["Event2010007_12"] }, //扣钱 { "$type": "Share.CConfigAddItem", "ItemID": 1, "Count": "-specials(Price_2)" }, //给4稀有骸章 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare":[ 4 ], "SpecialName": [ "RandomCard_1", "RandomCard_2" ] }, { "$type": "Share.CConfigJump", "Jump": "OnChooseCard" } ] }, "End_C":{ //-1000,A "Actions":[ { "$type":"Share.CConfigLogText", "Messages":[ "Event2010007_17" ] }, //扣钱 { "$type": "Share.CConfigAddItem", "ItemID": 1, "Count": "-specials(Price_3)" }, //获得骸章 //给3稀有骸章 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare":[ 3 ], "SpecialName": [ "RandomCard_1", "RandomCard_2" ] }, { "$type": "Share.CConfigJump", "Jump": "OnChooseCard" } ] }, "End_D":{ //-1000,S "Actions":[ { "$type":"Share.CConfigLogText", "Messages":[ "Event2010007_18" ] }, //扣钱 { "$type": "Share.CConfigAddItem", "ItemID": 1, "Count": "-specials(Price_3)" }, //给4稀有骸章 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare":[ 4 ], "SpecialName": [ "RandomCard_1", "RandomCard_2" ] }, { "$type": "Share.CConfigJump", "Jump": "OnChooseCard" } ] }, "Quit":{ "Actions":[ { "$type":"Share.CConfigLogText", "Messages":[ "Event2010007_19" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "NoMoney":{ "Actions":[ { "$type":"Share.CConfigLogText", "Messages":[ "Event2010007_20" ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnChooseCard": { "Actions": [ { "$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" } ] } ] } ] } ] }, "OnEnd":{ "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }