{ "ID": 9991137, "Events": { //起始执行的事件 "OnStart": { "Actions": [ { "$type": "Share.CConfigOpenDialog" }, { //设置随机池子 "$type": "Share.CConfigRandomDropID", "Type": "Card", "Rare": [ 4 ], "SpecialName": [ "RandomCard_SSR" ] }, { //对话框内容 "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1288" // 你发现了一处以太涡流,一种以太物质剧烈反应汇集的异化现象 ] }, { //根据选项模式选择选项 "$type": "Share.CConfigChoiceServer", "OptionsMode": "Normal", "Description": "JsonText_1289", // 要不要冒险利用一下呢? "Choices": [ { "OptionText": "JsonText_1290", // 观察涡流的走向 "OptionText2": "JsonText_1300", // ({30+scenevar(EventShowPath.9991135)*scenevar(EventSpiritFail.9991138)}%概率揭露一条捷径) "OptionContents": [ { "Weight": "30+scenevar(EventShowPath.9991135)*scenevar(EventSpiritFail.9991138)", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_1_Over_1" } ] }, { "Weight": "100-(30+scenevar(EventShowPath.9991135)*scenevar(EventSpiritFail.9991138))", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_all_Over_2" } ] } ] }, { "OptionText": "JsonText_1292", // 直接闯入涡流内 "OptionText2": "JsonText_1301", // ({50+scenevar(EventFly.9991136)*scenevar(EventSpiritFail.9991138)}%概率前进5步) "Predicates": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "EventSpiritFail.9991138", "CompareType": "Equal", "Count": 0 } ], "OptionContents": [ { "Weight": "50+scenevar(EventFly.9991136)*scenevar(EventSpiritFail.9991138)", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_2_Over_1" } ] }, { "Weight": "100-(50+scenevar(EventFly.9991136)*scenevar(EventSpiritFail.9991138))", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_all_Over_2" } ] } ] }, { "OptionText": "JsonText_1302", // 利用涡流的力量 "OptionText2": "JsonText_1303", // ({80+scenevar(EventClearFight.9991137)*scenevar(EventSpiritFail.9991138)}%概率移除1场战斗) "Predicates": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "EventSpiritFail.9991138", "CompareType": "Equal", "Count": 0 } ], "OptionContents": [ { "Weight": "80+scenevar(EventClearFight.9991137)*scenevar(EventSpiritFail.9991138)", "Actions": [ { "$type": "Share.CConfigEventModification", "ModifyID": 9991141 }, { "$type": "Share.CConfigJump", "Jump": "Op_3_Over_1" } ] //太长 }, { "Weight": "100-(80+scenevar(EventClearFight.9991137)*scenevar(EventSpiritFail.9991138))", "Actions": [ { "$type": "Share.CConfigJump", "Jump": "Op_all_Over_2" } ] } ] //太长 } ] //太长 } ] }, //太长 "Op_1_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1294" // 剧烈的涡流反应揭露了一段捷径 ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigSetMapState", "Position": "Relative", "NodeType": "All", "Radius": 1, "Count": 1, "FromVisibleState": [ "VisibleByTriggerEvent" ], "ToVisibleState": ["Visible"] }, { //设定失败计数器为0 "$type": "Share.CConfigSetHollowVariable", "Key": "EventSpiritFail.9991138", "Value": 0 }, { "$type": "Share.CConfigFinishEvent" } ] }, "Op_2_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1295" // 旋转汇集的以太物质将你们“卷”向了远方 ] }, { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigTransfer", "X": -1, "Y": -1, "Random": false, "EventID": 9991134 }, { "$type": "Share.CConfigCameraMove", "StretchKey": "Back", "Type": "Player" }, { //设定失败计数器为0 "$type": "Share.CConfigSetHollowVariable", "Key": "EventSpiritFail.9991138", "Value": 0 } ] }, "Op_3_Over_1": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1304" // 以太能量猛然爆发,远方似乎传来了以骸的悲鸣 ] }, { //设定失败计数器为0 "$type": "Share.CConfigSetHollowVariable", "Key": "EventSpiritFail.9991138", "Value": 0 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "Op_all_Over_2": { "Actions": [ { "$type": "Share.CConfigLogText", "Messages": [ "JsonText_1311", // 以太能量并未如你所期望的那般爆发,但它残留了一些影响: "JsonText_1309" // 你找到了一些可用物资(获得一张卡牌) ] }, { "$type": "Share.CConfigDropPool", "Type": "Card", "ItemID": "specials(RandomCard_SSR)", "Num": 1 }, { //设定失败计数器为1 "$type": "Share.CConfigSetHollowVariable", "Key": "EventSpiritFail.9991138", "Value": 1 }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigCloseDialog" }, { "$type": "Share.CConfigFinishEvent" } ] } } }