{ "ID": 9991179, "EventTypeTag": [ "Reward" ], "Specials": { "Gold": 1, "stamina": 30, "RandomCard_1": 0, "RandomCard_2": 0, "RandomCard_3": 0 }, "Events": { "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { "$type": "Share.CConfigJump", "Jump": "OnActions" } ] }, "OnActions": { "Actions": [ { "$type": "Share.CConfigIf", //二层挖矿 "OnSuccess": "OnActions2", //一层挖矿 "OnFailure": "OnActions1", "Conditions": [ { "$type": "Share.CConfigEventByHollowLevel", "Level": 1, "CompareType": "Equal" } // { // "$type":"Share.CConfigEventByHollowVariable", // "Key": "OpenDialog.9991171", // "Count":1, // "CompareType":"Equal" // } ] } ] }, "OnActions1": //降压 { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ // "这一处富集点的以太活性超出预期,或许能找到其它有价值的东西!" "Event_9991179_Log_1" //"弹tips,发放一枚代币(未实装)" ] }, //卡牌三选一 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare": [ 3, 4 ], "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" // } // ] // } // ] // } } ] }, "OnActions2": //降压 { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ // "这一处资源点的以太活性超出预期,或许能找到其它有价值的东西!" "Event_9991179_Log_2" //"弹tips,发放一枚代币(未实装)" ] }, //卡牌三选一 { "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare": [ 3, 4 ], "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": "OnChooseItem2" } ] } ] }, { "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": "OnChooseItem2" } ] } ] }, { "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": "OnChooseItem2" } ] } ] } ] // "ExtraChoice": { // "OptionContents": [ // { // "Actions": [ // { // "$type": "Share.CConfigJump", // "Jump": "OnChooseItem2" // } // ] // } // ] // } } ] }, "OnChooseItem2": //选择 { "Actions": [ { "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", // "Description" : "一顿翻找之后收集到了不少物品,可能有敌人在附近徘徊,要冒险继续翻找嘛?", "Description": "Event_9991179_Des_1", "Choices": [ { //获得2代币 // "OptionText" : "再找一会儿(压力上升{specials(stamina)})", "OptionText": "Event_9991179_OP_1", "OptionText2": "Event_9991179_OP_1_split", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigModifySceneProperty", "Property": "Stamina", "Count": "specials(stamina)" }, { //+残渣 "$type" : "Share.CConfigAddItem", "ItemID" : 5091, "Count" : "specials(Gold)" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] } ] }, { // "OptionText" : "见好就收(离开)", "OptionText": "Event_9991179_OP_2", "OptionText2": "Event_9991179_OP_2_split", "OptionContents": [ { "Actions": [ { "$type": "Share.CConfigJump", "Jump": "OnEnd2" } ] } ] } ] } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ // "这些东西对探索会有很大的帮助" "JsonText_1360" // 这些东西对探索会有很大的帮助 ] }, { "$type": "Share.CConfigJump", "Jump": "End" } // { // "$type": "Share.CConfigCloseDialog" // }, // { // "$type": "Share.CConfigFinishEvent" // } ] }, "OnDialog": { "Actions": [ { "$type": "Share.CConfigSetHollowVariable", "Key": "OpenDialog_2010601", "Value": 0 }, { "$type": "Share.CConfigShowTip", "TipID": 999117801, "Delay": 0 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd2" } ] }, "OnEnd2": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ // "差不多了,贪心不足蛇吞象,继续行动吧" "Event_9991179_Log_3" ] }, { "$type": "Share.CConfigJump", "Jump": "End" } // { // "$type": "Share.CConfigCloseDialog" // }, // { // "$type": "Share.CConfigFinishEvent" // } ] }, "End": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type":"Share.CConfigSetHollowVariable", "Key":"BIGReward.9991175", "Value": "scenevar(BIGReward.9991175)+1" }, { "$type": "Share.CConfigFinishEvent" } ] } } }