diff --git a/project/floors/BH10.js b/project/floors/BH10.js index 243012e..6fa8f80 100644 --- a/project/floors/BH10.js +++ b/project/floors/BH10.js @@ -20,7 +20,7 @@ main.floors.BH10= "2,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -63,7 +63,7 @@ main.floors.BH10= "2,5": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -106,7 +106,7 @@ main.floors.BH10= "2,4": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/BH4.js b/project/floors/BH4.js index dd7b068..b857559 100644 --- a/project/floors/BH4.js +++ b/project/floors/BH4.js @@ -29,7 +29,7 @@ main.floors.BH4= "7,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/BH8.js b/project/floors/BH8.js index b933fbc..a361dfa 100644 --- a/project/floors/BH8.js +++ b/project/floors/BH8.js @@ -20,7 +20,7 @@ main.floors.BH8= "4,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/CZ10.js b/project/floors/CZ10.js index 6f9bf5e..6aae50b 100644 --- a/project/floors/CZ10.js +++ b/project/floors/CZ10.js @@ -130,7 +130,7 @@ main.floors.CZ10= "data": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -186,7 +186,7 @@ main.floors.CZ10= "data": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/CZ7.js b/project/floors/CZ7.js index 5f5b4f6..5f6771b 100644 --- a/project/floors/CZ7.js +++ b/project/floors/CZ7.js @@ -31,7 +31,7 @@ main.floors.CZ7= "10,8": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/CZ8.js b/project/floors/CZ8.js index 8187877..b40f5e9 100644 --- a/project/floors/CZ8.js +++ b/project/floors/CZ8.js @@ -20,7 +20,7 @@ main.floors.CZ8= "5,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -62,7 +62,7 @@ main.floors.CZ8= "7,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/DL6.js b/project/floors/DL6.js index 038f8cd..5bc0259 100644 --- a/project/floors/DL6.js +++ b/project/floors/DL6.js @@ -20,7 +20,7 @@ main.floors.DL6= "2,7": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/GM1.js b/project/floors/GM1.js index 9e78d5e..ff9b35f 100644 --- a/project/floors/GM1.js +++ b/project/floors/GM1.js @@ -93,7 +93,22 @@ main.floors.GM1= "parallelDo": "", "events": { "6,6": [ - "上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧,从上到下,依次是准圣子宫、村庄、精灵王国。\n右侧,从上到下,依次是智慧神殿、东凌帝国/莫析家族、水神殿\n下侧,从上到下,依次是圣子宫、南荒帝国、圣女宫" + "上方,从左到右,依次是光明学院、光明神殿、北寒帝国/北纳家族\n左侧,从上到下,依次是准圣子宫、村庄、精灵王国。\n右侧,从上到下,依次是智慧神殿、东凌帝国/莫析家族、水神殿\n下侧,从上到下,依次是圣子宫、南荒帝国、圣女宫", + { + "type": "input2", + "text": "请输入圣骑士名字" + }, + { + "type": "if", + "condition": "flag:input", + "true": [ + { + "type": "setValue", + "name": "flag:shengqishi_name", + "value": "flag:input" + } + ] + } ], "1,3": [ "\t[莫析辉,hero]\b[hero]没事还是不要乱走吧", diff --git a/project/floors/GM2.js b/project/floors/GM2.js index 3e88daf..0dd7692 100644 --- a/project/floors/GM2.js +++ b/project/floors/GM2.js @@ -49,6 +49,11 @@ main.floors.GM2= "operator": "+=", "value": "1" }, + { + "type": "setValue", + "name": "flag:itemDetail", + "value": "true" + }, "\t[莫析辉,hero]\b[hero]多谢教皇陛下!", "\t[光明教皇,N464]\b[this,6,5]哈哈,以后你和蜜西娅、葛尔丹一样就叫我教皇爷爷吧!", "\t[莫析辉,hero]\b[hero]好。", diff --git a/project/floors/GM4.js b/project/floors/GM4.js index 9179f6b..d40db10 100644 --- a/project/floors/GM4.js +++ b/project/floors/GM4.js @@ -465,7 +465,7 @@ main.floors.GM4= "11,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/GM5.js b/project/floors/GM5.js index b00f567..4933648 100644 --- a/project/floors/GM5.js +++ b/project/floors/GM5.js @@ -27,7 +27,7 @@ main.floors.GM5= "2,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -70,7 +70,7 @@ main.floors.GM5= "10,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/GM6.js b/project/floors/GM6.js index 068e019..062676e 100644 --- a/project/floors/GM6.js +++ b/project/floors/GM6.js @@ -184,7 +184,7 @@ main.floors.GM6= "10,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -227,7 +227,7 @@ main.floors.GM6= "2,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/MT6.js b/project/floors/MT6.js index a6fcc4c..b557bd0 100644 --- a/project/floors/MT6.js +++ b/project/floors/MT6.js @@ -20,7 +20,7 @@ main.floors.MT6= "4,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -63,7 +63,7 @@ main.floors.MT6= "8,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/MT7.js b/project/floors/MT7.js index 042d710..38e92ed 100644 --- a/project/floors/MT7.js +++ b/project/floors/MT7.js @@ -20,7 +20,7 @@ main.floors.MT7= "8,4": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -63,7 +63,7 @@ main.floors.MT7= "4,6": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SN10.js b/project/floors/SN10.js index 662713d..e5d02fd 100644 --- a/project/floors/SN10.js +++ b/project/floors/SN10.js @@ -258,7 +258,7 @@ main.floors.SN10= "10,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费200点魔力)", "yes": [ { "type": "if", @@ -313,7 +313,7 @@ main.floors.SN10= "2,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费200点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SN3.js b/project/floors/SN3.js index 5c29b7f..8fa52bf 100644 --- a/project/floors/SN3.js +++ b/project/floors/SN3.js @@ -20,7 +20,7 @@ main.floors.SN3= "2,2": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SN4.js b/project/floors/SN4.js index 98e2859..b2e8e95 100644 --- a/project/floors/SN4.js +++ b/project/floors/SN4.js @@ -20,7 +20,7 @@ main.floors.SN4= "1,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SN7.js b/project/floors/SN7.js index c903918..e9204d2 100644 --- a/project/floors/SN7.js +++ b/project/floors/SN7.js @@ -20,7 +20,7 @@ main.floors.SN7= "1,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR1.js b/project/floors/SR1.js index 77195a9..3ec5c8f 100644 --- a/project/floors/SR1.js +++ b/project/floors/SR1.js @@ -36,7 +36,7 @@ main.floors.SR1= "7,7": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费200点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR13.js b/project/floors/SR13.js index 819b29c..f6aecdd 100644 --- a/project/floors/SR13.js +++ b/project/floors/SR13.js @@ -20,7 +20,7 @@ main.floors.SR13= "8,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR14.js b/project/floors/SR14.js index cf15c63..2e5d4a2 100644 --- a/project/floors/SR14.js +++ b/project/floors/SR14.js @@ -20,7 +20,7 @@ main.floors.SR14= "9,4": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR18.js b/project/floors/SR18.js index 11e1801..c997600 100644 --- a/project/floors/SR18.js +++ b/project/floors/SR18.js @@ -20,7 +20,7 @@ main.floors.SR18= "11,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR23.js b/project/floors/SR23.js index ba57f31..cecbe17 100644 --- a/project/floors/SR23.js +++ b/project/floors/SR23.js @@ -20,7 +20,7 @@ main.floors.SR23= "11,6": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR4.js b/project/floors/SR4.js index 4270681..25ff821 100644 --- a/project/floors/SR4.js +++ b/project/floors/SR4.js @@ -48,7 +48,7 @@ main.floors.SR4= "1,9": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/SR5.js b/project/floors/SR5.js index a03fbae..1a5874c 100644 --- a/project/floors/SR5.js +++ b/project/floors/SR5.js @@ -20,7 +20,7 @@ main.floors.SR5= "3,3": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/XY1.js b/project/floors/XY1.js index 503a89f..043dfc3 100644 --- a/project/floors/XY1.js +++ b/project/floors/XY1.js @@ -20,7 +20,7 @@ main.floors.XY1= "7,8": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", @@ -63,7 +63,7 @@ main.floors.XY1= "5,8": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", @@ -113,7 +113,7 @@ main.floors.XY1= "7,4": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", @@ -156,7 +156,7 @@ main.floors.XY1= "5,4": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/XY5.js b/project/floors/XY5.js index 4b6011c..79b5eb2 100644 --- a/project/floors/XY5.js +++ b/project/floors/XY5.js @@ -20,7 +20,7 @@ main.floors.XY5= "3,9": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", @@ -63,7 +63,7 @@ main.floors.XY5= "4,9": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", @@ -106,7 +106,7 @@ main.floors.XY5= "5,9": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/XY7.js b/project/floors/XY7.js index 0a51028..8419fb7 100644 --- a/project/floors/XY7.js +++ b/project/floors/XY7.js @@ -20,7 +20,7 @@ main.floors.XY7= "1,4": [ { "type": "confirm", - "text": "确认要打开这个罐子吗?", + "text": "确认要打开这个罐子吗? (花费80点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/YS1.js b/project/floors/YS1.js index b60a6eb..456b081 100644 --- a/project/floors/YS1.js +++ b/project/floors/YS1.js @@ -62,7 +62,7 @@ main.floors.YS1= "11,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -105,7 +105,7 @@ main.floors.YS1= "1,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/YS5.js b/project/floors/YS5.js index ceba0f1..5d88836 100644 --- a/project/floors/YS5.js +++ b/project/floors/YS5.js @@ -51,7 +51,7 @@ main.floors.YS5= "10,9": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -94,7 +94,7 @@ main.floors.YS5= "11,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/YS6.js b/project/floors/YS6.js index 6720c05..5c1ede6 100644 --- a/project/floors/YS6.js +++ b/project/floors/YS6.js @@ -20,7 +20,7 @@ main.floors.YS6= "7,5": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/ZL1.js b/project/floors/ZL1.js index 4a6ea6f..1c1f60a 100644 --- a/project/floors/ZL1.js +++ b/project/floors/ZL1.js @@ -73,7 +73,7 @@ main.floors.ZL1= "11,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -116,7 +116,7 @@ main.floors.ZL1= "11,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -159,7 +159,7 @@ main.floors.ZL1= "1,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -202,7 +202,7 @@ main.floors.ZL1= "1,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/ZL10.js b/project/floors/ZL10.js index b37077f..8809da8 100644 --- a/project/floors/ZL10.js +++ b/project/floors/ZL10.js @@ -130,7 +130,7 @@ main.floors.ZL10= "10,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", @@ -173,7 +173,7 @@ main.floors.ZL10= "1,11": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/ZL3.js b/project/floors/ZL3.js index c46e353..70c1f60 100644 --- a/project/floors/ZL3.js +++ b/project/floors/ZL3.js @@ -20,7 +20,7 @@ main.floors.ZL3= "8,5": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/floors/ZL6.js b/project/floors/ZL6.js index aedc36a..fdc8045 100644 --- a/project/floors/ZL6.js +++ b/project/floors/ZL6.js @@ -20,7 +20,7 @@ main.floors.ZL6= "10,1": [ { "type": "confirm", - "text": "确认要打开这个宝箱吗?", + "text": "确认要打开这个宝箱吗? (花费50点魔力)", "yes": [ { "type": "if", diff --git a/project/items.js b/project/items.js index 4f29e88..4fcf432 100644 --- a/project/items.js +++ b/project/items.js @@ -1228,7 +1228,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = "text": "\t[选择打开自动拾取或者宝石血瓶详细信息]", "choices": [ { - "text": "宝石血瓶详细信息", + "text": "宝石血瓶详细信息 [${flag:itemDetail?\"ON\":\"OFF\"}]", "color": [ 254, 17, @@ -1277,7 +1277,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = ] }, { - "text": "自动拾取", + "text": "自动拾取 [${flag:shiqu?\"ON\":\"OFF\"}]", "color": [ 7, 245, @@ -1328,7 +1328,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = ] }, { - "text": "自动计算最优装备", + "text": "自动计算最优装备 [${flag:bestEquip?\"ON\":\"OFF\"}]", "color": [ 0, 255,