From 92f0881be8136746aeb9e9ffc6c18dd195f65c5c Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 11 Oct 2025 13:57:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=99=E6=A0=B7=E6=9D=BF=E5=B1=82?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E6=A0=B7=E6=9D=BF=E7=9A=84=E6=96=B0?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/project/floors/sample0.js | 2 +- public/project/floors/sample1.js | 53 +++- public/project/items.js | 2 +- public/project/maps.js | 38 +-- src/types/source/cls.d.ts | 529 +------------------------------ 5 files changed, 88 insertions(+), 536 deletions(-) diff --git a/public/project/floors/sample0.js b/public/project/floors/sample0.js index 1d9c281..e5c34dd 100644 --- a/public/project/floors/sample0.js +++ b/public/project/floors/sample0.js @@ -8,7 +8,7 @@ main.floors.sample0= "canUseQuickShop": true, "defaultGround": "ground", "images": [], - "bgm": "bgm.mp3", + "bgm": "bgm.opus", "ratio": 1, "map": [ [ 0, 0,220, 0, 0, 20, 87, 3, 58, 59, 60, 61, 64], diff --git a/public/project/floors/sample1.js b/public/project/floors/sample1.js index bf774b3..af2341a 100644 --- a/public/project/floors/sample1.js +++ b/public/project/floors/sample1.js @@ -29,8 +29,8 @@ main.floors.sample1= [151, 0,151,151, 0, 87, 0,152,152,152, 85,153,153], [ 0, 0, 0,151, 0, 0, 0,152,152,221, 0,221,153], [ 0, 0, 0,151, 0, 0, 0,121, 0, 0, 0, 0,153], - [151, 0,151,151, 0,153,153,153,153,153,153,153,153], - [ 0, 0, 0, 0, 0, 0, 0,164, 0, 0,163, 0, 0], + [151, 0,151,151, 81,153,153,153,153,153,153,153,153], + [ 0, 0, 0,121, 0, 0, 0,164, 0, 0,163, 0, 0], [ 1, 1, 1, 1, 0, 20, 0, 0, 0,162, 0,161, 0], [ 1, 0,123, 1, 0, 20,124, 0,121, 0,122, 0,126], [ 1, 0, 0, 1, 88, 20, 0, 0, 0, 0, 0, 0, 0] @@ -816,6 +816,55 @@ main.floors.sample1= "icon": "recluse", "text": "具体可参见样板中本事件的写法。" } + ], + "4,8": { + "trigger": "action", + "enable": true, + "noPass": null, + "displayDamage": true, + "opacity": 1, + "filter": { + "blur": 0, + "hue": 0, + "grayscale": 0, + "invert": false, + "shadow": 0 + }, + "data": [ + { + "type": "text", + "title": "样板提示", + "text": "在 2.B 中新增了自定义自动元件连接方式的功能,可以让自动元件与另一种图块之间实现连接效果,就像这里的门一样,左右的自动元件会与门连接起来,对野外地图有一定的帮助。" + }, + { + "type": "text", + "title": "样板提示", + "text": "你可以修改自动元件的连接属性来修改此行为,参考样板的自动元件写法。" + }, + { + "type": "openDoor" + } + ] + }, + "3,9": [ + { + "type": "text", + "title": "老人", + "icon": "man", + "text": "在 2.B 中还新增了热重载功能,它允许你修改怪物属性、地图等内容时自动更新,而不需要刷新游戏页面。" + }, + { + "type": "text", + "title": "老人", + "icon": "man", + "text": "包括地图事件也可以热重载,如果你编写好事件并保存,那么游戏内就可以立刻起效果。" + }, + { + "type": "text", + "title": "老人", + "icon": "man", + "text": "试着给我添加一个隐藏事件让我消失吧!" + } ] }, "changeFloor": { diff --git a/public/project/items.js b/public/project/items.js index d7ba487..8bd4750 100644 --- a/public/project/items.js +++ b/public/project/items.js @@ -389,7 +389,7 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = "cls": "tools", "name": "中心对称飞行器", "text": "可以飞向当前楼层中心对称的位置", - "useItemEffect": "core.playSound('centerFly.mp3');\ncore.clearMap('hero');\ncore.setHeroLoc('x', core.bigmap.width - 1 - core.getHeroLoc('x'));\ncore.setHeroLoc('y', core.bigmap.height - 1 - core.getHeroLoc('y'));\ncore.drawHero();\ncore.drawTip(core.material.items[itemId].name + '使用成功');", + "useItemEffect": "core.playSound('centerFly.opus');\ncore.clearMap('hero');\ncore.setHeroLoc('x', core.bigmap.width - 1 - core.getHeroLoc('x'));\ncore.setHeroLoc('y', core.bigmap.height - 1 - core.getHeroLoc('y'));\ncore.drawHero();\ncore.drawTip(core.material.items[itemId].name + '使用成功');", "canUseItemEffect": "(function () {\n\tvar toX = core.bigmap.width - 1 - core.getHeroLoc('x'),\n\t\ttoY = core.bigmap.height - 1 - core.getHeroLoc('y');\n\tvar id = core.getBlockId(toX, toY);\n\treturn id == null;\n})();" }, "upFly": { diff --git a/public/project/maps.js b/public/project/maps.js index fbf881c..0a65b3f 100644 --- a/public/project/maps.js +++ b/public/project/maps.js @@ -1,11 +1,11 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = { - "1": {"cls":"animates","id":"yellowWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{}}}, - "2": {"cls":"animates","id":"whiteWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{}}}, - "3": {"cls":"animates","id":"blueWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{}}}, + "1": {"cls":"animates","id":"yellowWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{}}}, + "2": {"cls":"animates","id":"whiteWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{}}}, + "3": {"cls":"animates","id":"blueWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{}}}, "4": {"cls":"animates","id":"star","name":"星空"}, "5": {"cls":"animates","id":"lava","name":"岩浆"}, - "6": {"cls":"animates","id":"ice","doorInfo":{"time":160,"openSound":"破冰镐","closeSound":"door.mp3","keys":{"icePickaxe":1}},"animate":1}, + "6": {"cls":"animates","id":"ice","doorInfo":{"time":160,"openSound":"破冰镐","closeSound":"door.opus","keys":{"icePickaxe":1}},"animate":1}, "7": {"cls":"terrains","id":"blueShopLeft"}, "8": {"cls":"terrains","id":"blueShopRight"}, "9": {"cls":"terrains","id":"pinkShopLeft"}, @@ -68,12 +68,12 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = "71": {"cls":"items","id":"shield0"}, "72": {"cls":"items","id":"skill1"}, "73": {"cls":"items","id":"wand"}, - "81": {"cls":"animates","id":"yellowDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"yellowKey":1}},"name":"黄门"}, - "82": {"cls":"animates","id":"blueDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"blueKey":1}},"name":"蓝门"}, - "83": {"cls":"animates","id":"redDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"redKey":1}},"name":"红门"}, - "84": {"cls":"animates","id":"greenDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"greenKey":1}},"name":"绿门"}, - "85": {"cls":"animates","id":"specialDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"specialKey":1}},"name":"机关门"}, - "86": {"cls":"animates","id":"steelDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"steelKey":1}},"name":"铁门"}, + "81": {"cls":"animates","id":"yellowDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"yellowKey":1}},"name":"黄门"}, + "82": {"cls":"animates","id":"blueDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"blueKey":1}},"name":"蓝门"}, + "83": {"cls":"animates","id":"redDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"redKey":1}},"name":"红门"}, + "84": {"cls":"animates","id":"greenDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"greenKey":1}},"name":"绿门"}, + "85": {"cls":"animates","id":"specialDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"specialKey":1}},"name":"机关门"}, + "86": {"cls":"animates","id":"steelDoor","trigger":"openDoor","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"steelKey":1}},"name":"铁门"}, "87": {"cls":"terrains","id":"upFloor","canPass":true}, "88": {"cls":"terrains","id":"downFloor","canPass":true}, "89": {"cls":"animates","id":"portal","canPass":true}, @@ -86,7 +86,7 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = "102": {"cls":"animates","id":"crystalBottom"}, "103": {"cls":"animates","id":"fire"}, "104": {"cls":"animates","id":"switch"}, - "109": {"cls":"animates","id":"magentaWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{}}}, + "109": {"cls":"animates","id":"magentaWall","canBreak":true,"animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{}}}, "121": {"cls":"npcs","id":"man"}, "122": {"cls":"npcs","id":"trader"}, "123": {"cls":"npcs","id":"thief"}, @@ -105,9 +105,9 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = "136": {"cls":"npc48","id":"npc3","faceIds":{"down":"npc0","left":"npc1","right":"npc2","up":"npc3"},"animate":1}, "137": {"cls":"npcs","id":"greenMan"}, "138": {"cls":"npcs","id":"blueTrader"}, - "151": {"cls":"autotile","id":"autotile1"}, + "151": {"cls":"autotile","id":"autotile1","autotileConnection":["yellowDoor"]}, "152": {"cls":"autotile","id":"autotile2"}, - "153": {"cls":"autotile","id":"autotile3"}, + "153": {"cls":"autotile","id":"autotile3","autotileConnection":["yellowDoor"]}, "161": {"cls":"terrains","id":"arrowUp","canPass":true,"cannotOut":["left","right","down"],"cannotIn":["up"]}, "162": {"cls":"terrains","id":"arrowDown","canPass":true,"cannotOut":["left","right","up"],"cannotIn":["down"]}, "163": {"cls":"terrains","id":"arrowLeft","canPass":true,"cannotOut":["up","down","right"],"cannotIn":["left"]}, @@ -212,12 +212,12 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = "316": {"cls":"terrains","id":"sWallTLR","name":"薄墙-上左右","cannotOut":["up","left","right"],"cannotIn":["up","left","right"]}, "317": {"cls":"terrains","id":"sWallTBR","name":"薄墙-上下右","cannotOut":["up","down","right"],"cannotIn":["up","down","right"]}, "318": {"cls":"terrains","id":"sWallTBL","name":"薄墙-上下左","cannotOut":["up","down","left"],"cannotIn":["up","down","left"]}, - "319": {"cls":"npc48","id":"tallYellowDoor","trigger":"openDoor","name":"高黄门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"yellowKey":1}}}, - "320": {"cls":"npc48","id":"tallBlueDoor","trigger":"openDoor","name":"高蓝门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"blueKey":1}}}, - "321": {"cls":"npc48","id":"tallRedDoor","trigger":"openDoor","name":"高红门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"redKey":1}}}, - "322": {"cls":"npc48","id":"tallGreenDoor","trigger":"openDoor","name":"高绿门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"greenKey":1}}}, - "323": {"cls":"npc48","id":"tallSpecialDoor","trigger":"openDoor","name":"高机关门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"specialKey":1}}}, - "324": {"cls":"npc48","id":"tallSteelDoor","trigger":"openDoor","name":"高铁门","animate":1,"doorInfo":{"time":160,"openSound":"door.mp3","closeSound":"door.mp3","keys":{"steelKey":1}}}, + "319": {"cls":"npc48","id":"tallYellowDoor","trigger":"openDoor","name":"高黄门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"yellowKey":1}}}, + "320": {"cls":"npc48","id":"tallBlueDoor","trigger":"openDoor","name":"高蓝门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"blueKey":1}}}, + "321": {"cls":"npc48","id":"tallRedDoor","trigger":"openDoor","name":"高红门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"redKey":1}}}, + "322": {"cls":"npc48","id":"tallGreenDoor","trigger":"openDoor","name":"高绿门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"greenKey":1}}}, + "323": {"cls":"npc48","id":"tallSpecialDoor","trigger":"openDoor","name":"高机关门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"specialKey":1}}}, + "324": {"cls":"npc48","id":"tallSteelDoor","trigger":"openDoor","name":"高铁门","animate":1,"doorInfo":{"time":160,"openSound":"door.opus","closeSound":"door.opus","keys":{"steelKey":1}}}, "325": {"cls":"enemys","id":"keiskeiFairy"}, "326": {"cls":"enemys","id":"tulipFairy"}, "327": {"cls":"enemy48","id":"bearDown"}, diff --git a/src/types/source/cls.d.ts b/src/types/source/cls.d.ts index 8b54374..cefc5b8 100644 --- a/src/types/source/cls.d.ts +++ b/src/types/source/cls.d.ts @@ -4,7 +4,7 @@ interface IdToCls { blueWall: 'animates'; star: 'animates'; lava: 'animates'; - ice: 'terrains'; + ice: 'animates'; blueShopLeft: 'terrains'; blueShopRight: 'terrains'; pinkShopLeft: 'terrains'; @@ -13,7 +13,7 @@ interface IdToCls { poisonNet: 'animates'; weakNet: 'animates'; curseNet: 'animates'; - blueWater: 'animates'; + blueLava: 'animates'; water: 'animates'; autotile: 'autotile'; yellowKey: 'items'; @@ -58,7 +58,7 @@ interface IdToCls { curseWine: 'items'; superWine: 'items'; dagger: 'items'; - silverCoin: 'items'; + pack: 'items'; amulet: 'items'; hammer: 'items'; lifeWand: 'items'; @@ -85,10 +85,6 @@ interface IdToCls { crystalBottom: 'animates'; fire: 'animates'; switch: 'animates'; - steelDoor2: 'animates'; - steelDoor3: 'animates'; - iceDoor: 'animates'; - iceDoor2: 'animates'; magentaWall: 'animates'; man: 'npcs'; trader: 'npcs'; @@ -108,16 +104,6 @@ interface IdToCls { npc3: 'npc48'; greenMan: 'npcs'; blueTrader: 'npcs'; - redMSNpc: 'npcs'; - blackTrader: 'npcs'; - autotile4: 'autotile'; - autotile5: 'autotile'; - autotile6: 'autotile'; - autotile7: 'autotile'; - autotile8: 'autotile'; - autotile9: 'autotile'; - autotile10: 'autotile'; - autotile11: 'autotile'; autotile1: 'autotile'; autotile2: 'autotile'; autotile3: 'autotile'; @@ -131,22 +117,6 @@ interface IdToCls { flower: 'terrains'; box: 'terrains'; boxed: 'terrains'; - octopusLeftTop: 'npcs'; - octopusTop: 'npcs'; - octopusRightTop: 'npcs'; - octopusLeft: 'npcs'; - octopusCenter: 'npcs'; - octopusRight: 'npcs'; - octopusLeftBottom: 'npcs'; - octopusRightBottom: 'npcs'; - dragonLeftTop: 'npcs'; - dragonTop: 'npcs'; - dragonRightTop: 'npcs'; - dragonLeft: 'npcs'; - dragonCenter: 'npcs'; - dragonRight: 'npcs'; - dragonLeftBottom: 'npcs'; - dragonRightBottom: 'npcs'; greenSlime: 'enemys'; redSlime: 'enemys'; blackSlime: 'enemys'; @@ -214,15 +184,10 @@ interface IdToCls { silverSlimelord: 'enemys'; goldSlimelord: 'enemys'; grayRock: 'enemys'; - blueRock: 'enemys'; - skeletonLite: 'enemys'; greenKnight: 'enemys'; bowman: 'enemys'; - liteBowman: 'enemys'; - crimsonZombie: 'enemys'; - frozenSkeleton: 'enemys'; + purpleBowman: 'enemys'; watcherSlime: 'enemys'; - mutantSlimeman: 'enemys'; frostBat: 'enemys'; devilKnight: 'enemys'; grayPriest: 'enemys'; @@ -246,478 +211,16 @@ interface IdToCls { sWallTLR: 'terrains'; sWallTBR: 'terrains'; sWallTBL: 'terrains'; - I319: 'items'; - I320: 'items'; - I321: 'items'; - I322: 'items'; - I323: 'items'; - I324: 'items'; - I325: 'items'; - I326: 'items'; - I327: 'items'; - I328: 'items'; - I329: 'items'; - I330: 'items'; - T331: 'terrains'; - T332: 'terrains'; - T333: 'terrains'; - T334: 'terrains'; - T335: 'terrains'; - T336: 'terrains'; - T337: 'terrains'; - T338: 'terrains'; - T339: 'terrains'; - T340: 'terrains'; - T341: 'terrains'; - T342: 'terrains'; - T343: 'terrains'; - T344: 'terrains'; - T345: 'terrains'; - T346: 'terrains'; - T347: 'terrains'; - T348: 'terrains'; - T349: 'terrains'; - T350: 'terrains'; - T351: 'terrains'; - T352: 'terrains'; - T353: 'terrains'; - T354: 'terrains'; - T355: 'terrains'; - T356: 'terrains'; - T357: 'terrains'; - T358: 'terrains'; - T359: 'terrains'; - T360: 'terrains'; - T361: 'terrains'; - T362: 'terrains'; - T363: 'terrains'; - T364: 'terrains'; - T365: 'terrains'; - T366: 'terrains'; - N367: 'npc48'; - E368: 'enemys'; - E369: 'enemys'; - E370: 'enemys'; - E371: 'enemys'; - E372: 'enemys'; - E373: 'enemys'; - E374: 'enemys'; - E375: 'enemys'; - I376: 'items'; - I377: 'items'; - I378: 'items'; - I379: 'items'; - I380: 'items'; - I381: 'items'; - I382: 'items'; - I383: 'items'; - I384: 'items'; - I385: 'items'; - I386: 'items'; - I387: 'items'; - I388: 'items'; - I389: 'items'; - I390: 'items'; - I391: 'items'; - I392: 'items'; - I393: 'items'; - I394: 'items'; - I395: 'items'; - I396: 'items'; - I397: 'items'; - I398: 'items'; - I399: 'items'; - I400: 'items'; - I401: 'items'; - I402: 'items'; - I403: 'items'; - I404: 'items'; - I405: 'items'; - I406: 'items'; - I407: 'items'; - I408: 'items'; - I409: 'items'; - I410: 'items'; - I411: 'items'; - I412: 'items'; - I413: 'items'; - I414: 'items'; - I415: 'items'; - I416: 'items'; - I417: 'items'; - I418: 'items'; - I419: 'items'; - I420: 'items'; - I421: 'items'; - I422: 'items'; - I423: 'items'; - I424: 'items'; - I425: 'items'; - I426: 'items'; - I427: 'items'; - I428: 'items'; - I429: 'items'; - I430: 'items'; - I431: 'items'; - I432: 'items'; - I433: 'items'; - I434: 'items'; - I435: 'items'; - I436: 'items'; - I437: 'items'; - I438: 'items'; - I439: 'items'; - I440: 'items'; - I441: 'items'; - I442: 'items'; - I443: 'items'; - I444: 'items'; - I445: 'items'; - I446: 'items'; - I447: 'items'; - I448: 'items'; - I449: 'items'; - I450: 'items'; - I451: 'items'; - I452: 'items'; - I453: 'items'; - I454: 'items'; - I455: 'items'; - I456: 'items'; - I457: 'items'; - I458: 'items'; - I459: 'items'; - I460: 'items'; - I461: 'items'; - I462: 'items'; - I463: 'items'; - I464: 'items'; - I465: 'items'; - I466: 'items'; - I467: 'items'; - I468: 'items'; - I469: 'items'; - I470: 'items'; - I471: 'items'; - I472: 'items'; - I473: 'items'; - I474: 'items'; - I475: 'items'; - I476: 'items'; - I477: 'items'; - I478: 'items'; - I479: 'items'; - I480: 'items'; - I481: 'items'; - I482: 'items'; - I483: 'items'; - I484: 'items'; - I485: 'items'; - I486: 'items'; - I487: 'items'; - I488: 'items'; - I489: 'items'; - I490: 'items'; - I491: 'items'; - A492: 'animates'; - A493: 'animates'; - A494: 'animates'; - A495: 'animates'; - A496: 'animates'; - A497: 'animates'; - E498: 'enemys'; - E499: 'enemys'; - E500: 'enemys'; - E501: 'enemys'; - E502: 'enemys'; - E503: 'enemys'; - E504: 'enemys'; - E505: 'enemys'; - A506: 'animates'; - A507: 'animates'; - A508: 'animates'; - A509: 'animates'; - A510: 'animates'; - E511: 'enemys'; - E512: 'enemys'; - E513: 'enemys'; - E514: 'enemys'; - E515: 'enemys'; - T516: 'terrains'; - E517: 'enemys'; - E518: 'enemys'; - E519: 'enemys'; - E520: 'enemys'; - E521: 'enemys'; - E522: 'enemys'; - E523: 'enemys'; - E524: 'enemys'; - E525: 'enemys'; - T526: 'terrains'; - T527: 'terrains'; - T528: 'terrains'; - T529: 'terrains'; - T530: 'terrains'; - T531: 'terrains'; - N532: 'npcs'; - N533: 'npcs'; - N534: 'npcs'; - N535: 'npcs'; - E536: 'enemys'; - E537: 'enemys'; - E538: 'enemys'; - E539: 'enemys'; - A540: 'animates'; - A541: 'animates'; - A542: 'animates'; - A543: 'animates'; - E544: 'enemys'; - E545: 'enemys'; - E546: 'enemys'; - E547: 'enemys'; - E548: 'enemys'; - E549: 'enemys'; - E550: 'enemys'; - T551: 'terrains'; - T552: 'terrains'; - T553: 'terrains'; - T554: 'terrains'; - T555: 'terrains'; - E556: 'enemys'; - E557: 'enemys'; - I558: 'items'; - I559: 'items'; - I560: 'items'; - E561: 'enemys'; - E562: 'enemys'; - E563: 'enemys'; - E564: 'enemys'; - I565: 'items'; - E566: 'enemys'; - E567: 'enemys'; - E568: 'enemys'; - E569: 'enemys'; - E570: 'enemys'; - E571: 'enemys'; - E572: 'enemys'; - E573: 'enemys'; - I574: 'items'; - I575: 'items'; - E576: 'enemys'; - E577: 'enemys'; - E578: 'enemys'; - E579: 'enemys'; - T580: 'terrains'; - T581: 'terrains'; - T582: 'terrains'; - T583: 'terrains'; - T584: 'terrains'; - T585: 'terrains'; - T586: 'terrains'; - T587: 'terrains'; - T588: 'terrains'; - I589: 'items'; - E590: 'enemys'; - E591: 'enemys'; - E592: 'enemys'; - E593: 'enemys'; - E594: 'enemys'; - E595: 'enemys'; - E596: 'enemys'; - E597: 'enemys'; - E598: 'enemys'; - E599: 'enemys'; - E600: 'enemys'; - E601: 'enemys'; - E602: 'enemys'; - E603: 'enemys'; - T604: 'terrains'; - E605: 'enemys'; - E606: 'enemys'; - E607: 'enemys'; - E608: 'enemys'; - E609: 'enemys'; - E610: 'enemys'; - E611: 'enemys'; - E612: 'enemys'; - E613: 'enemys'; - E614: 'enemys'; - E615: 'enemys'; - E616: 'enemys'; - E617: 'enemys'; - E618: 'enemys'; - N619: 'npcs'; - N620: 'npcs'; - N621: 'npcs'; - N622: 'npcs'; - N623: 'npcs'; - N624: 'npcs'; - N625: 'npcs'; - N626: 'npcs'; - T627: 'terrains'; - T628: 'terrains'; - T629: 'terrains'; - N630: 'npc48'; - N631: 'npc48'; - N632: 'npc48'; - N633: 'npc48'; - N634: 'npc48'; - N635: 'npc48'; - N636: 'npc48'; - N637: 'npc48'; - N638: 'npc48'; - N639: 'npc48'; - T640: 'terrains'; - I641: 'items'; - I642: 'items'; - E643: 'enemys'; - E644: 'enemys'; - E645: 'enemys'; - E646: 'enemys'; - E647: 'enemys'; - T648: 'terrains'; - T649: 'terrains'; - T650: 'terrains'; - T651: 'terrains'; - T652: 'terrains'; - T653: 'terrains'; - T654: 'terrains'; - T655: 'terrains'; - E656: 'enemys'; - E657: 'enemys'; - E658: 'enemys'; - E659: 'enemys'; - T660: 'terrains'; - T661: 'terrains'; - I662: 'items'; - I663: 'items'; - I664: 'items'; - I665: 'items'; - E666: 'enemys'; - E667: 'enemys'; - E668: 'enemys'; - E669: 'enemys'; - E670: 'enemys'; - E671: 'enemys'; - E672: 'enemys'; - E673: 'enemys'; - E674: 'enemys'; - E675: 'enemys'; - E676: 'enemys'; - E677: 'enemys'; - E678: 'enemys'; - E679: 'enemys'; - E680: 'enemys'; - E681: 'enemys'; - E682: 'enemys'; - E683: 'enemys'; - E684: 'enemys'; - E685: 'enemys'; - E686: 'enemys'; - E687: 'enemys'; - E688: 'enemys'; - E689: 'enemys'; - E690: 'enemys'; - E691: 'enemys'; - E692: 'enemys'; - E693: 'enemys'; - I694: 'items'; - I695: 'items'; - I696: 'items'; - I697: 'items'; - E698: 'enemys'; - E699: 'enemys'; - E700: 'enemys'; - E701: 'enemys'; - E702: 'enemys'; - E703: 'enemys'; - E704: 'enemys'; - E705: 'enemys'; - T706: 'terrains'; - E707: 'enemys'; - E708: 'enemys'; - E709: 'enemys'; - E710: 'enemys'; - X20032: 'tileset'; - X20033: 'tileset'; - X20034: 'tileset'; - X20037: 'tileset'; - X20038: 'tileset'; - X20039: 'tileset'; - X20040: 'tileset'; - X20041: 'tileset'; - X20042: 'tileset'; - X20045: 'tileset'; - X20047: 'tileset'; - X20048: 'tileset'; - X20049: 'tileset'; - X20050: 'tileset'; - X20053: 'tileset'; - X20054: 'tileset'; - X20055: 'tileset'; - X20056: 'tileset'; - X20057: 'tileset'; - X20058: 'tileset'; - X20064: 'tileset'; - X20065: 'tileset'; - X20066: 'tileset'; - X20074: 'tileset'; - X20152: 'tileset'; - X20153: 'tileset'; - X30040: 'tileset'; - X30041: 'tileset'; - X30042: 'tileset'; - X30048: 'tileset'; - X30050: 'tileset'; - X30056: 'tileset'; - X30057: 'tileset'; - X30058: 'tileset'; - X30105: 'tileset'; - X30112: 'tileset'; - X30113: 'tileset'; - X30121: 'tileset'; - X30196: 'tileset'; - X30204: 'tileset'; - X70019: 'tileset'; - X70048: 'tileset'; - X70049: 'tileset'; - X70050: 'tileset'; - X70056: 'tileset'; - X70058: 'tileset'; - X70059: 'tileset'; - X70060: 'tileset'; - X70064: 'tileset'; - X70065: 'tileset'; - X70066: 'tileset'; - X70072: 'tileset'; - X70073: 'tileset'; - X70074: 'tileset'; - X70080: 'tileset'; - X70081: 'tileset'; - X70082: 'tileset'; - X70083: 'tileset'; - X70084: 'tileset'; - X70090: 'tileset'; - X70091: 'tileset'; - X70098: 'tileset'; - X70099: 'tileset'; - X70112: 'tileset'; - X70114: 'tileset'; - X70116: 'tileset'; - X70120: 'tileset'; - X70122: 'tileset'; - X70124: 'tileset'; - X70128: 'tileset'; - X70130: 'tileset'; - X70131: 'tileset'; - X70132: 'tileset'; - X70184: 'tileset'; - X70185: 'tileset'; - X70186: 'tileset'; - X70200: 'tileset'; - X70201: 'tileset'; - X70202: 'tileset'; - X90153: 'tileset'; - X90154: 'tileset'; - X90155: 'tileset'; + tallYellowDoor: 'npc48'; + tallBlueDoor: 'npc48'; + tallRedDoor: 'npc48'; + tallGreenDoor: 'npc48'; + tallSpecialDoor: 'npc48'; + tallSteelDoor: 'npc48'; + keiskeiFairy: 'enemys'; + tulipFairy: 'enemys'; + bearDown: 'enemy48'; + bearLeft: 'enemy48'; + bearRight: 'enemy48'; + bearUp: 'enemy48'; } \ No newline at end of file