diff --git a/project/data.js b/project/data.js index f33487e..3bd2dcf 100644 --- a/project/data.js +++ b/project/data.js @@ -860,6 +860,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = 44, 1 ], + "condition": "flag:shop1<=50", "action": [ { "type": "comment", @@ -885,6 +886,146 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = } ] }, + { + "text": "攻击+20", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 235, + 3, + 44, + 1 + ], + "condition": "flag:shop1>50&&flag:shop1<=100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:atk", + "operator": "+=", + "value": "20" + } + ] + }, + { + "text": "攻击+100", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 235, + 3, + 44, + 1 + ], + "condition": "flag:shop1>100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:atk", + "operator": "+=", + "value": "100" + } + ] + }, + { + "text": "防御+20", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 11, + 252, + 246, + 1 + ], + "condition": "flag:shop1>50&&flag:shop1<=100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:def", + "operator": "+=", + "value": "20" + } + ] + }, + { + "text": "防御+100", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 11, + 252, + 246, + 1 + ], + "condition": "flag:shop1>100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:def", + "operator": "+=", + "value": "100" + } + ] + }, { "text": "防御+4", "need": "status:money>=80+10*flag:shop1", @@ -894,6 +1035,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = 246, 1 ], + "condition": "flag:shop1<=50", "action": [ { "type": "comment", @@ -928,6 +1070,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = 149, 1 ], + "condition": "flag:shop1<=50", "action": [ { "type": "comment", @@ -970,6 +1113,112 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "value": "50" } ] + }, + { + "text": "护盾+120,生命上限+1000,生命值+1000,魔力+500", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 22, + 242, + 149, + 1 + ], + "condition": "flag:shop1>50&&flag:shop1<=100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:mdef", + "operator": "+=", + "value": "120" + }, + { + "type": "setValue", + "name": "status:hpmax", + "operator": "+=", + "value": "1000" + }, + { + "type": "setValue", + "name": "status:hp", + "operator": "+=", + "value": "1000" + }, + { + "type": "setValue", + "name": "status:mana", + "operator": "+=", + "value": "500" + } + ] + }, + { + "text": "护盾+1200,生命上限+10000,生命值+10000,魔力+5000", + "need": "status:money>=80+10*flag:shop1", + "color": [ + 22, + 242, + 149, + 1 + ], + "condition": "flag:shop1>100", + "action": [ + { + "type": "comment", + "text": "新版商店中需要手动扣减金币和增加访问次数" + }, + { + "type": "setValue", + "name": "status:money", + "operator": "-=", + "value": "80+10*flag:shop1" + }, + { + "type": "setValue", + "name": "flag:shop1", + "operator": "+=", + "value": "1" + }, + { + "type": "setValue", + "name": "status:mdef", + "operator": "+=", + "value": "1200" + }, + { + "type": "setValue", + "name": "status:hpmax", + "operator": "+=", + "value": "10000" + }, + { + "type": "setValue", + "name": "status:hp", + "operator": "+=", + "value": "10000" + }, + { + "type": "setValue", + "name": "status:mana", + "operator": "+=", + "value": "5000" + } + ] } ] }, diff --git a/project/enemys.js b/project/enemys.js index adf099b..51a0921 100644 --- a/project/enemys.js +++ b/project/enemys.js @@ -6,7 +6,7 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 = "slimelord": {"name":"史莱姆王","hp":80,"atk":42,"def":0,"money":8,"exp":0,"point":0,"special":[29],"afterBattle":null,"level":"灵品高阶","fantan":20}, "bat": {"name":"小蝙蝠","hp":48,"atk":28,"def":0,"money":3,"exp":0,"point":0,"special":[],"level":"灵品低阶"}, "bigBat": {"name":"大蝙蝠","hp":120,"atk":98,"def":21,"money":16,"exp":0,"point":0,"special":[32],"level":"玄品初阶","Z":80}, - "redBat": {"name":"红蝙蝠","hp":60000,"atk":1680,"def":0,"money":74,"exp":0,"point":0,"special":[5],"displayIdInBook":null,"level":"灵海中阶"}, + "redBat": {"name":"红蝙蝠","hp":40000,"atk":1680,"def":0,"money":74,"exp":0,"point":0,"special":[5],"displayIdInBook":null,"level":"灵海中阶"}, "vampire": {"name":"冥灵魔王","hp":888,"atk":888,"def":888,"money":888,"exp":888,"point":0,"special":[6],"n":8}, "skeleton": {"name":"骷髅人","hp":55,"atk":35,"def":5,"money":5,"exp":0,"point":0,"special":0,"displayIdInBook":"","level":"灵品中阶"}, "skeletonCaptain": {"name":"黄骷髅","hp":148,"atk":68,"def":15,"money":10,"exp":0,"point":0,"special":[6],"displayIdInBook":null,"counterAttack":0.2,"afterBattle":null,"level":"玄品初阶","n":3}, @@ -26,9 +26,9 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 = "goldSlime": {"name":"金史莱姆","hp":888,"atk":525,"def":95,"money":20,"exp":0,"point":0,"special":[21,39],"mdefValue":20,"Atkvalue":2,"Defvalue":2,"Mdefvalue":null}, "poisonSkeleton": {"name":"紫骷髅","hp":1200,"atk":680,"def":100,"money":40,"exp":0,"point":0,"special":[6],"n":5,"notBomb":true,"afterBattle":null}, "poisonBat": {"name":"紫蝙蝠","hp":1000,"atk":450,"def":135,"money":24,"exp":0,"point":0,"special":[1]}, - "skeletonPriest": {"name":"骷髅法师","hp":58000,"atk":1550,"def":1225,"money":84,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":30}, - "skeletonKing": {"name":"骷髅王","hp":58500,"atk":1650,"def":1125,"money":84,"exp":0,"point":0,"special":[36],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":30,"X":30}, - "evilHero": {"name":"须弥勇者","hp":24200,"atk":2100,"def":1240,"money":120,"exp":0,"point":0,"special":[5],"level":"玄海初阶","notBomb":true}, + "skeletonPriest": {"name":"骷髅法师","hp":38000,"atk":1550,"def":1225,"money":84,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":30}, + "skeletonKing": {"name":"骷髅王","hp":42500,"atk":1650,"def":1125,"money":84,"exp":0,"point":0,"special":[36],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":30,"X":30}, + "evilHero": {"name":"须弥勇者","hp":84000,"atk":2150,"def":1240,"money":120,"exp":0,"point":0,"special":[5],"level":"玄海初阶","notBomb":true}, "demonPriest": {"name":"魔神法师","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, "goldHornSlime": {"name":"金角怪","hp":5000,"atk":720,"def":385,"money":56,"exp":0,"point":0,"special":[32],"X":12,"W":20,"displayIdInBook":null,"Z":60,"level":"地品初阶"}, "silverSlime": {"name":"银头怪","hp":100,"atk":120,"def":0,"money":15,"exp":0,"point":0,"special":14}, @@ -53,11 +53,11 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 = "devilWarrior": {"name":"魔神武士","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, "fairyEnemy": {"name":"仙子","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":0}, "dragon": {"name":"火龙","hp":450000,"atk":13680,"def":5800,"money":500,"exp":0,"point":0,"special":[5,35,39],"bigImage":"dragon_0.png","Atkvalue":20,"Defvalue":20,"notBomb":true}, - "skeletonKnight": {"name":"骷髅武士","hp":120000,"atk":2000,"def":880,"money":88,"exp":0,"point":0,"special":0,"level":"玄海初阶"}, - "skeletonPresbyter": {"name":"骷髅巫师","hp":88000,"atk":1000,"def":650,"money":78,"exp":0,"point":0,"special":[2]}, + "skeletonKnight": {"name":"骷髅武士","hp":80000,"atk":2000,"def":880,"money":88,"exp":0,"point":0,"special":0,"level":"玄海初阶"}, + "skeletonPresbyter": {"name":"骷髅巫师","hp":39000,"atk":1000,"def":650,"money":78,"exp":0,"point":0,"special":[2],"level":"灵海高阶"}, "ironRock": {"name":"铁面人","hp":5000,"atk":842,"def":0,"money":42,"exp":0,"point":0,"special":[3],"displayIdInBook":null}, "grayRock": {"name":"灰石人","hp":20000,"atk":350,"def":2780,"money":48,"exp":0,"point":0,"special":[]}, - "yellowPriest": {"name":"皂袍法师","hp":50000,"atk":1250,"def":850,"money":82,"exp":0,"point":0,"special":[2,5],"purify":1,"level":"灵海中阶"}, + "yellowPriest": {"name":"皂袍法师","hp":22000,"atk":1050,"def":850,"money":82,"exp":0,"point":0,"special":[2,4],"purify":1,"level":"灵海高阶"}, "evilPrincess": {"name":"痛苦魔女","hp":12800,"atk":800,"def":414,"money":58,"exp":0,"point":0,"special":[36],"X":20,"displayIdInBook":null,"Y":null,"Defvalue":null,"Atkvalue":null,"level":"地品中阶"}, "blademaster": {"name":"剑圣","hp":20000000000,"atk":6500000,"def":2005000,"money":12000,"exp":0,"point":0,"special":[5]}, "evilFairy": {"name":"魔力仙子","hp":800,"atk":235,"def":28,"money":16,"exp":0,"point":0,"special":[30]}, @@ -248,10 +248,10 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 = "E725": {"name":"粉史莱姆","hp":720,"atk":440,"def":75,"money":28,"exp":0,"point":0,"special":[],"damage":300,"displayIdInBook":null,"level":"玄品高阶","X":90}, "E726": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E727": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, - "E728": {"name":"草谷史莱姆","hp":38000,"atk":1285,"def":655,"money":70,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海初阶"}, - "E729": {"name":"花谷史莱姆","hp":42000,"atk":1300,"def":705,"money":72,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海初阶"}, - "E730": {"name":"青谷史莱姆","hp":46000,"atk":1350,"def":725,"money":74,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, - "E731": {"name":"谷史莱姆王","hp":60000,"atk":1850,"def":925,"money":80,"exp":0,"point":0,"special":[29],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":30}, + "E728": {"name":"草谷史莱姆","hp":18000,"atk":1125,"def":655,"money":70,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海初阶"}, + "E729": {"name":"花谷史莱姆","hp":21000,"atk":1150,"def":685,"money":72,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海初阶"}, + "E730": {"name":"青谷史莱姆","hp":25000,"atk":1350,"def":725,"money":74,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, + "E731": {"name":"谷史莱姆王","hp":40000,"atk":1750,"def":925,"money":80,"exp":0,"point":0,"special":[29],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海高阶","fantan":20}, "E732": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E733": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E734": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, @@ -264,8 +264,8 @@ var enemys_fcae963b_31c9_42b4_b48c_bb48d09f3f80 = "E741": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E742": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E743": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, - "E744": {"name":"炽烈蝙蝠","hp":58000,"atk":1620,"def":780,"money":76,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, - "E745": {"name":"大灰蝙蝠","hp":62000,"atk":1620,"def":880,"money":78,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, + "E744": {"name":"炽烈蝙蝠","hp":28000,"atk":1620,"def":780,"money":76,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, + "E745": {"name":"大灰蝙蝠","hp":44000,"atk":1620,"def":880,"money":78,"exp":0,"point":0,"special":[],"damage":1000,"notBomb":false,"displayIdInBook":null,"level":"灵海中阶"}, "E746": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E747": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, "E748": {"name":"新敌人","hp":0,"atk":0,"def":0,"money":0,"exp":0,"point":0,"special":[]}, diff --git a/project/floors/CZ1.js b/project/floors/CZ1.js index b4e31ea..a0ba8b0 100644 --- a/project/floors/CZ1.js +++ b/project/floors/CZ1.js @@ -18,9 +18,9 @@ main.floors.CZ1= "parallelDo": "", "events": { "6,1": [ - "\t[沂蒙贤,N574]\b[this,6,1]呀,小圣子", + "\t[沂蒙贤,N570]\b[this,6,1]呀,小圣子", "\t[光明圣子,hero]\b[hero]三长老,您知道黑暗势力入侵的村庄在哪个方向吗", - "\t[沂蒙贤,N574]\b[this,6,1]我当然知道啦,就在这个方向,你快上去吧", + "\t[沂蒙贤,N570]\b[this,6,1]我当然知道啦,就在这个方向,你快上去吧", "\t[光明圣子,hero]\b[hero]多谢三长老", { "type": "move", @@ -55,7 +55,7 @@ main.floors.CZ1= } ], "5,1": [ - "\t[沂蒙贤,N574]\b[this,5,1]快去吧,嘿嘿" + "\t[沂蒙贤,N570]\b[this,5,1]快去吧,嘿嘿" ], "7,3": { "trigger": null, diff --git a/project/floors/CZ3.js b/project/floors/CZ3.js index 4afa841..27e3886 100644 --- a/project/floors/CZ3.js +++ b/project/floors/CZ3.js @@ -18,12 +18,12 @@ main.floors.CZ3= "parallelDo": "", "events": { "5,5": [ - "\t[二长老,man]圣子宝贝,你最好快一些收服圣骑士,越快越好,我这有几颗血红宝石,送给你吧", + "\t[温明啸,N550]\b[this]辉儿,我这有几颗血红宝石,送给你吧", { "type": "setValue", - "name": "item:I397", + "name": "item:I613", "operator": "+=", - "value": "10" + "value": "1" }, { "type": "hide", @@ -107,16 +107,16 @@ main.floors.CZ3= "cannotMoveIn": {}, "map": [ [ 20, 20, 20, 20, 20, 20, 93, 20, 20, 20, 20, 20, 20], - [ 21, 20,361, 21, 20,358, 0,360, 20,687, 82,699, 21], + [ 21, 20,361, 21, 20,358, 0,360, 20,688, 82,699, 21], [612, 20, 0,685, 20,611,362,611, 20,360, 20, 20, 20], - [744, 20,744, 20, 20,688,602,688, 20, 0, 20,710,687], - [ 0,687, 0,730, 20, 20,237, 20, 20,729, 20,728, 20], + [744, 20,744, 20, 20,690,602,690, 20, 0, 20,710,688], + [ 0,688, 0,730, 20, 20,237, 20, 20,729, 20,728, 20], [ 20, 20, 20, 81, 20,550, 0, 0, 20, 81, 20, 81, 20], [ 94, 0,729, 0,690, 0, 0,728, 81, 0, 0, 0, 20], [ 20, 20, 20, 82, 20, 20, 20, 20, 20, 20,730, 20, 20], - [ 20, 0, 34, 0,729, 0, 0, 0,729, 0, 0,688, 20], + [ 20, 0,690, 0,729, 0, 0, 0,729, 0, 0,689, 20], [ 20,744, 0,744, 20, 20,731, 20, 20, 81, 20, 20, 20], - [ 20, 20, 85, 20, 20,687,358,687, 20, 0, 21, 0, 20], + [ 20, 20, 85, 20, 20,688,358,688, 20, 0, 21, 0, 20], [ 20,612,411,612, 20, 21,361, 21, 20,699, 0,744, 20], [ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,710,690] ], diff --git a/project/floors/CZ4.js b/project/floors/CZ4.js index d6d538f..5e5fb35 100644 --- a/project/floors/CZ4.js +++ b/project/floors/CZ4.js @@ -62,17 +62,17 @@ main.floors.CZ4= "cannotMoveIn": {}, "map": [ [ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], - [ 20,355, 20, 21,365,612,729,730, 20,687,613, 21, 20], - [ 20,687, 20, 20, 20, 20, 20, 0, 20, 0,744, 0, 20], + [ 20,355, 20, 21,365,612,729,730, 20,688,613, 21, 20], + [ 20,688, 20, 20, 20, 20, 20, 0, 20, 0,744, 0, 20], [ 20,730, 20, 0, 0,354, 81,728, 20, 20, 81, 20, 20], [ 20, 0, 20,729,687, 0,10300, 0,728, 0, 0,361, 20], [ 20, 0, 20, 81, 20, 20,10300, 20, 20, 20, 20, 20, 20], - [ 92,728, 0, 0,570, 0,728,685, 20, 21, 0, 0, 92], + [ 92,728, 0, 0,570, 0,728,687, 20, 21, 0, 0, 92], [ 20, 0, 20, 20, 81, 20, 20, 0, 20, 0,456, 0, 20], [ 20,361, 20, 0,730, 0, 20, 0, 81,728, 0, 21, 20], - [ 20,687, 20,685,356,601, 20,728, 20, 20, 81, 20, 20], + [ 20,688, 20,688,356,601, 20,728, 20, 20, 81, 20, 20], [ 20, 0,729, 20, 20, 20,10300, 0, 20, 0,729, 0, 20], - [ 20,730, 0, 0,687, 0,729, 0, 20, 21, 21, 21, 20], + [ 20,730, 0, 0,688, 0,729, 0, 20, 21, 21, 21, 20], [697,609, 20, 20, 20, 20, 93,60395, 20, 20, 20, 20, 20] ], "bgmap": [ diff --git a/project/floors/CZ5.js b/project/floors/CZ5.js index 8d6508b..481556c 100644 --- a/project/floors/CZ5.js +++ b/project/floors/CZ5.js @@ -56,17 +56,17 @@ main.floors.CZ5= "cannotMoveIn": {}, "map": [ [ 20, 20, 20, 20, 20, 20, 93, 20, 20, 20, 20, 20, 20], - [ 20,728, 81, 0, 20,686, 0,686, 20, 21, 29,687, 20], - [ 20,728, 20,602, 20, 0,728, 0, 20, 0, 28, 0, 20], + [ 20,728, 81, 0, 20,687, 0,687, 20, 21,361,688, 20], + [ 20,728, 20,602, 20, 0,728, 0, 20, 0,360, 0, 20], [ 20,744, 20, 0, 20, 20, 81, 20, 20, 20,729, 20, 20], [ 20,610, 20, 0,729, 0, 0,728, 0,685, 0, 0, 20], - [ 20,685, 20, 81, 20, 20, 20, 20, 20, 20, 20,728, 20], - [ 20,362, 20, 0, 0,729, 22,687,358, 20,687, 0, 94], - [ 20,685, 20,730, 20, 20, 20, 20, 20, 20, 0,361, 20], + [ 20,689, 20, 81, 20, 20, 20, 20, 20, 20, 20,728, 20], + [ 20,362, 20, 0, 0,729, 22,688,358, 20,688, 0, 94], + [ 20,689, 20,730, 20, 20, 20, 20, 20, 20, 0,361, 20], [ 20,610, 20, 0,358, 20, 0, 21, 0,729, 0,550, 20], - [ 20,744, 20, 21, 0, 20,688, 20, 20, 20, 81, 20, 20], - [ 20,728, 20, 0,689, 20, 0,710, 20, 0,730, 0, 20], - [ 20,728, 81, 0, 0,728, 0,10300, 20, 21,698,688, 20], + [ 20,744, 20, 21, 0, 20,689, 20, 20, 20, 81, 20, 20], + [ 20,728, 20, 0,688, 20, 0,710, 20, 0,730, 0, 20], + [ 20,728, 81, 0, 0,728, 0,10300, 20, 21,698,689, 20], [ 20, 20, 20, 20, 20, 20, 20,10300,10300, 20, 20, 20, 20] ], "bgmap": [ diff --git a/project/floors/CZ6.js b/project/floors/CZ6.js index 98c4144..9feaa2e 100644 --- a/project/floors/CZ6.js +++ b/project/floors/CZ6.js @@ -58,17 +58,17 @@ main.floors.CZ6= "cannotMoveIn": {}, "map": [ [140,140,140,140,140,140, 91, 20, 20, 20, 20, 20, 20], - [140,253, 81, 0, 0,744, 0, 0,728, 0, 81,687, 20], - [140, 0, 20, 0,687, 20, 20, 82, 20, 20, 20, 0, 20], - [140, 21, 20, 21, 0, 20,686,687,353,610, 20,729, 20], - [140,687, 20, 20, 81, 20,365,237,710,358, 20, 0, 20], + [140,253, 81, 0, 0,744, 0, 0,728, 0, 81,688, 20], + [140, 0, 20, 0,688, 20, 20, 82, 20, 20, 20, 0, 20], + [140, 21, 20, 21, 0, 20,689,688,362,610, 20,729, 20], + [140,688, 20, 20, 81, 20,365,237,710,358, 20, 0, 20], [140,610, 20, 0,730, 20, 20, 81, 20, 20, 20,744, 20], [140,731, 20,358, 0, 0,729, 0, 0,574, 0, 0, 92], [140, 0, 20,744, 20, 20, 20, 81, 20, 20, 20, 81, 20], [140,745, 81, 0, 0, 21, 0,731, 0, 0, 20,744, 20], - [140, 21, 20,728, 20, 20, 81, 20, 20,687, 20,686, 20], - [140,689, 20, 21, 20,364,238,365, 20, 0, 20,686, 20], - [140,602, 20, 31, 20,363,698,611, 82,728, 81,686, 20], + [140, 21, 20,728, 20, 20, 81, 20, 20,688, 20,689, 20], + [140,602, 20, 21, 20,364,238,365, 20, 0, 20,689, 20], + [140,690, 20,688, 20,363,698,611, 82,728, 81,689, 20], [140, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20] ], "bgmap": [ diff --git a/project/floors/CZ7.js b/project/floors/CZ7.js index f22b9d0..075fd6f 100644 --- a/project/floors/CZ7.js +++ b/project/floors/CZ7.js @@ -143,17 +143,17 @@ main.floors.CZ7= "cannotMoveIn": {}, "map": [ [ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], - [ 20,612, 22,689,362, 23, 20, 0,686,365,360,358, 20], + [ 20,612, 22,689,362, 23, 20, 0,689,365,360,358, 20], [ 20, 20, 20,731, 20, 20, 20, 81, 20, 20, 20,610, 20], [ 20,688, 20, 81, 20,688, 20, 81, 20,688, 20,729, 20], [ 20,610, 20, 81, 20,610, 20, 81, 20,610, 20, 82, 20], [ 20,237, 20, 81, 20,237, 20,239, 20,237, 20,711, 20], [ 20, 0, 0,238, 0, 0, 20, 0,728, 0, 20,744, 20], [ 20, 20, 20, 81, 20, 20,20247, 20, 20, 81, 20, 81, 20], - [ 20, 21,686, 0,237, 0,728, 0, 81,729,10110, 0, 20], + [ 20, 21,689, 0,237, 0,728, 0, 81,729,10110, 0, 20], [ 20, 20, 20, 20,20247, 20, 20,729, 20, 0, 0, 21, 20], [ 20, 21, 0, 0, 20, 0,574, 0, 20, 0,698,711, 20], - [ 20, 0,687,731, 81,744, 0, 0, 81,745, 0, 21, 20], + [ 20, 0,688,731, 81,744, 0, 0, 81,745, 0, 21, 20], [ 20, 20, 20, 93, 20, 20, 91, 20, 20, 20, 20, 20, 20] ], "bgmap": [ diff --git a/project/floors/CZ8.js b/project/floors/CZ8.js index 1846ccb..bc07f57 100644 --- a/project/floors/CZ8.js +++ b/project/floors/CZ8.js @@ -138,15 +138,15 @@ main.floors.CZ8= "cannotMoveIn": {}, "map": [ [ 20, 20, 20, 20, 20, 20, 91, 20, 20, 20, 20, 20, 20], - [ 20, 0, 21,688,238, 0,239, 0,238,688, 21, 0, 20], + [ 20, 0, 21,688,238, 0,239, 0,238,689, 21, 0, 20], [ 20, 0, 20, 20, 20, 20,611, 20, 20, 20,10294, 0, 20], [ 20, 81, 20,360, 20,10110, 20,10110, 20,358, 20,237, 20], [ 20, 0, 20,689,10294,373, 20, 22, 20,688, 20, 0, 20], - [ 20,686, 20,207, 81,755,720,737, 81,239, 20,686, 20], - [ 20, 0, 20, 81, 20,690, 20,614, 20, 0, 81, 0, 20], + [ 20,688, 20,207, 81,755,720,737, 81,239, 20,690, 20], + [ 20, 0, 20, 81, 20,691, 20,614, 20, 0, 81, 0, 20], [ 20,237, 20,731, 20, 20, 20, 20, 20, 0,207, 0, 20], [ 20, 0,10294, 0,239,610,610,610, 20, 20,10294, 21, 20], - [ 20, 0,745, 0, 20,10294,204, 20,10294,685, 20, 20, 20], + [ 20, 0,745, 0, 20,10294,731, 20,10294,689, 20, 20, 20], [ 20, 20, 20, 0,686, 20,685,685, 20,611,361, 21, 20], [ 20,361, 20, 0,570, 20,687,687, 81,237, 21, 21, 20], [ 20,688,237, 91, 20, 20, 20, 20,710, 20, 20, 20, 20] diff --git a/project/floors/CZ9.js b/project/floors/CZ9.js index 4335fd9..c2cfd92 100644 --- a/project/floors/CZ9.js +++ b/project/floors/CZ9.js @@ -111,13 +111,13 @@ main.floors.CZ9= "map": [ [ 20, 20, 20, 20, 20, 20, 93, 20, 20, 20, 20, 20, 20], [ 20, 0,239, 0, 21,237, 0,238, 0, 0,237, 0, 20], - [ 20, 82, 20, 20, 20, 20,239, 20, 81,253, 20,685, 20], + [ 20, 82, 20, 20, 20, 20,239, 20, 81,253, 20,688, 20], [ 20, 0, 20,358,687, 20, 0, 20,361,610, 20,689, 20], - [ 20,685, 20,610,361, 20,207, 20,688,360, 20, 0, 20], + [ 20,688, 20,610,361, 20,207, 20,688,360, 20, 0, 20], [ 20,238, 20, 81,253, 20, 0, 20, 20, 20, 20, 81, 20], [ 20, 0,207, 0, 0, 81,237, 81, 21, 0,207, 0, 20], [10294,10294,10294,10294,10294,10294, 82,10294,10294,10294,10294,10294,10294], - [10294,687, 0,237, 0,240, 0,240, 0,237, 0,687,10294], + [10294,688, 0,237, 0,240, 0,240, 0,237, 0,688,10294], [10294, 0,10294,10294,10294,10294, 85,10294,10294,10294,10294, 0,10294], [10294,237,10294,238, 0,240, 0,240, 0,238,10294,237,10294], [10294,361,10294, 0,10294,10294, 85,10294,10294, 0,10294, 22,10294], diff --git a/project/floors/SN10.js b/project/floors/SN10.js index e351118..662713d 100644 --- a/project/floors/SN10.js +++ b/project/floors/SN10.js @@ -180,6 +180,10 @@ main.floors.SN10= ], "time": 500 }, + { + "type": "changePos", + "direction": "up" + }, "\t[蜜西娅,N489]\b[this,6,2]莫析辉,你来了。", "\t[莫析辉,hero]\b[hero]哼,蜜茜娅,你还有脸找我!", "\t[蜜西娅,N489]\b[this,6,2]莫析辉,你也够狠,罗涛跟了你多年,就这么处死了。", @@ -229,6 +233,16 @@ main.floors.SN10= }, "\t[凌依,N574]\b[this,8,7]殿下,教皇陛下有请。", "\t[莫析辉,hero]\b[hero]嗯,走吧!", + { + "type": "hide", + "loc": [ + [ + 8, + 7 + ] + ], + "remove": true + }, { "type": "setValue", "name": "flag:luotao",