Populating lostmine* maps with monsters.

This commit is contained in:
Oskar Wiksten
2013-06-10 20:31:01 +02:00
parent 33b8d4fe3a
commit 7088faaf8a
35 changed files with 1333 additions and 772 deletions

View File

@@ -165,5 +165,20 @@
},
"iconID": "actorconditions_1:87",
"category": 2
},
{
"id": "fire",
"name": "Ablaze",
"roundEffect": {
"increaseCurrentHP": {
"min": -1,
"max": -1
}
},
"abilityEffect": {
"increaseAttackChance": -15
},
"iconID": "actorconditions_1:1",
"category": 2
}
]

View File

@@ -8,7 +8,7 @@
"message": "The air around here is much hotter around the hole in the ground here than in the rest of this room. This must be where the miners found the strange markings on the ground.",
"rewards": [
{
"rewardID": "charwood1",
"rewardID": "charwood2",
"value": 20
}
]

View File

@@ -573,5 +573,80 @@
"chance": 1
}
]
},
{
"id": "mazarth",
"items": [
{
"itemID": "gold",
"quantity": { "min": 0, "max": 30 },
"chance": 30
},
{
"itemID": "bone",
"quantity": { "min": 0, "max": 5 },
"chance": 50
},
{
"itemID": "meat",
"quantity": { "min": 0, "max": 5 },
"chance": 30
},
{
"itemID": "mace_iron",
"quantity": { "min": 1, "max": 1 },
"chance": 5
}
]
},
{
"id": "ash",
"items": [
{
"itemID": "ash",
"quantity": { "min": 0, "max": 3 },
"chance": 10
},
{
"itemID": "axe_black2",
"quantity": { "min": 1, "max": 1 },
"chance": 5
}
]
},
{
"id": "ashsp",
"items": [
{
"itemID": "ash",
"quantity": { "min": 0, "max": 2 },
"chance": 10
},
{
"itemID": "axe_black2",
"quantity": { "min": 1, "max": 1 },
"chance": 5
},
{
"itemID": "gem_fire",
"quantity": { "min": 1, "max": 1 },
"chance": "1/1000"
}
]
},
{
"id": "fire",
"items": [
{
"itemID": "ash",
"quantity": { "min": 0, "max": 1 },
"chance": 10
},
{
"quantity": { "min": 1, "max": 3 },
"itemID": "gem1",
"chance": 100
}
]
}
]

View File

@@ -1677,5 +1677,21 @@
"category": "animal",
"iconID": "items_misc:45",
"baseMarketCost": 2
},
{
"id": "ash",
"name": "Burnt ash",
"hasManualPrice": 1,
"category": "other",
"iconID": "items_misc_2:124",
"baseMarketCost": 1
},
{
"id": "gem_fire",
"name": "Gem of warmth",
"hasManualPrice": 1,
"category": "gem",
"iconID": "items_misc_5:26",
"baseMarketCost": 25
}
]

View File

@@ -0,0 +1,507 @@
[
{
"id": "mazarth1",
"iconID": "monsters_ld2:36",
"name": "Mazarth beast",
"spawnGroup": "mazarth1",
"monsterClass": 5,
"maxHP": 129,
"moveCost": 5,
"attackCost": 5,
"attackChance": 75,
"criticalSkill": 20,
"criticalMultiplier": 3,
"blockChance": 60,
"damageResistance": 12,
"attackDamage": {
"max": 17
},
"droplistID": "mazarth"
},
{
"id": "mazarth2",
"iconID": "monsters_ld2:37",
"name": "Tough Mazarth beast",
"spawnGroup": "mazarth2",
"monsterClass": 5,
"maxHP": 148,
"moveCost": 5,
"attackCost": 5,
"attackChance": 79,
"criticalSkill": 20,
"criticalMultiplier": 3,
"blockChance": 67,
"damageResistance": 12,
"attackDamage": {
"max": 20
},
"droplistID": "mazarth"
},
{
"id": "ashs1",
"iconID": "monsters_ld2:224",
"name": "Weeping ash spectre",
"spawnGroup": "ashs1",
"monsterClass": 8,
"maxHP": 75,
"moveCost": 5,
"attackCost": 5,
"attackChance": 175,
"blockChance": 138,
"attackDamage": {
"min": 5,
"max": 15
},
"droplistID": "ash"
},
{
"id": "ashs2",
"iconID": "monsters_ld2:224",
"name": "Wailing Ash spectre",
"spawnGroup": "ashs1",
"monsterClass": 8,
"maxHP": 87,
"moveCost": 5,
"attackCost": 5,
"attackChance": 181,
"blockChance": 146,
"attackDamage": {
"min": 5,
"max": 15
},
"droplistID": "ash"
},
{
"id": "ashs3",
"iconID": "monsters_ld2:220",
"name": "Ash spectre",
"spawnGroup": "ashs2",
"monsterClass": 8,
"maxHP": 97,
"moveCost": 5,
"attackCost": 5,
"attackChance": 187,
"blockChance": 151,
"attackDamage": {
"min": 5,
"max": 15
},
"droplistID": "ash"
},
{
"id": "ash1",
"iconID": "monsters_misc:1",
"name": "Young ash gargoyle",
"spawnGroup": "ash1",
"monsterClass": 3,
"maxHP": 109,
"moveCost": 5,
"attackCost": 5,
"attackChance": 90,
"blockChance": 99,
"damageResistance": 5,
"attackDamage": {
"min": 3,
"max": 10
},
"droplistID": "ash"
},
{
"id": "ash2",
"iconID": "monsters_misc:1",
"name": "Ash gargoyle",
"spawnGroup": "ash1",
"monsterClass": 3,
"maxHP": 116,
"moveCost": 5,
"attackCost": 5,
"attackChance": 94,
"blockChance": 103,
"damageResistance": 5,
"attackDamage": {
"min": 3,
"max": 10
},
"droplistID": "ash"
},
{
"id": "ash3",
"iconID": "monsters_misc:2",
"name": "Strong ash gargoyle",
"spawnGroup": "ash2",
"monsterClass": 3,
"maxHP": 131,
"moveCost": 5,
"attackCost": 3,
"attackChance": 134,
"blockChance": 109,
"damageResistance": 6,
"attackDamage": {
"min": 3,
"max": 13
},
"droplistID": "ash"
},
{
"id": "ash4",
"iconID": "monsters_misc:2",
"name": "Handened ash gargoyle",
"spawnGroup": "ash2",
"monsterClass": 3,
"maxHP": 131,
"moveCost": 5,
"attackCost": 3,
"attackChance": 134,
"blockChance": 115,
"damageResistance": 9,
"attackDamage": {
"min": 3,
"max": 13
},
"droplistID": "ash"
},
{
"id": "ash5",
"iconID": "monsters_tometik2:10",
"name": "Young ash spawn",
"spawnGroup": "ash3",
"monsterClass": 2,
"maxHP": 80,
"moveCost": 5,
"attackCost": 3,
"attackChance": 138,
"criticalSkill": 15,
"criticalMultiplier": 4,
"blockChance": 81,
"attackDamage": {
"max": 5
},
"droplistID": "ashsp"
},
{
"id": "ash6",
"iconID": "monsters_tometik2:10",
"name": "Ash spawn",
"spawnGroup": "ash3",
"monsterClass": 2,
"maxHP": 83,
"moveCost": 5,
"attackCost": 3,
"attackChance": 141,
"criticalSkill": 15,
"criticalMultiplier": 4,
"blockChance": 86,
"attackDamage": {
"max": 5
},
"droplistID": "ashsp"
},
{
"id": "ash7",
"iconID": "monsters_tometik2:11",
"name": "Tough ash spawn",
"spawnGroup": "ash4",
"monsterClass": 2,
"maxHP": 87,
"moveCost": 5,
"attackCost": 3,
"attackChance": 146,
"criticalSkill": 15,
"criticalMultiplier": 4,
"blockChance": 89,
"attackDamage": {
"max": 5
},
"droplistID": "ashsp"
},
{
"id": "fire1",
"iconID": "monsters_rltiles2:154",
"name": "Glowing abcess",
"spawnGroup": "fire1",
"monsterClass": 3,
"maxHP": 91,
"moveCost": 5,
"attackCost": 3,
"attackChance": 149,
"criticalSkill": 15,
"criticalMultiplier": 4,
"blockChance": 92,
"damageResistance": 4,
"attackDamage": {
"max": 8
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 5,
"duration": 3,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "fire2",
"iconID": "monsters_rltiles2:154",
"name": "Blazing abcess",
"spawnGroup": "fire1",
"monsterClass": 3,
"maxHP": 95,
"moveCost": 5,
"attackCost": 3,
"attackChance": 152,
"criticalSkill": 15,
"criticalMultiplier": 2,
"blockChance": 96,
"damageResistance": 4,
"attackDamage": {
"max": 8
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 5,
"duration": 4,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "fire3",
"iconID": "monsters_rltiles2:24",
"name": "Lava Spawn",
"spawnGroup": "fire2",
"monsterClass": 3,
"maxHP": 102,
"moveCost": 5,
"attackCost": 3,
"attackChance": 145,
"criticalSkill": 20,
"criticalMultiplier": 2,
"blockChance": 86,
"damageResistance": 6,
"attackDamage": {
"max": 9
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 1,
"duration": 4,
"chance": 10
}
]
},
"droplistID": "fire"
},
{
"id": "fire4",
"iconID": "monsters_rltiles2:24",
"name": "Tough lava Spawn",
"spawnGroup": "fire2",
"monsterClass": 3,
"maxHP": 107,
"moveCost": 5,
"attackCost": 3,
"attackChance": 149,
"criticalSkill": 25,
"criticalMultiplier": 2,
"blockChance": 89,
"damageResistance": 6,
"attackDamage": {
"max": 9
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 1,
"duration": 5,
"chance": 10
}
]
},
"droplistID": "fire"
},
{
"id": "fire5",
"iconID": "monsters_rltiles1:2",
"name": "Glowing flame",
"spawnGroup": "fire3",
"monsterClass": 3,
"maxHP": 112,
"moveCost": 5,
"attackCost": 3,
"attackChance": 153,
"criticalSkill": 15,
"criticalMultiplier": "2.5",
"blockChance": 94,
"damageResistance": 6,
"attackDamage": {
"max": 9
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 1,
"duration": 5,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "fire6",
"iconID": "monsters_rltiles1:2",
"name": "Flame spawn",
"spawnGroup": "fire3",
"monsterClass": 3,
"maxHP": 127,
"moveCost": 5,
"attackCost": 3,
"attackChance": 152,
"criticalSkill": 20,
"criticalMultiplier": "2.5",
"blockChance": 72,
"damageResistance": 7,
"attackDamage": {
"max": 10
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 2,
"duration": 5,
"chance": 10
}
]
},
"droplistID": "fire"
},
{
"id": "fire7",
"iconID": "monsters_rltiles1:2",
"name": "Walking flame",
"spawnGroup": "fire4",
"monsterClass": 3,
"maxHP": 131,
"moveCost": 5,
"attackCost": 3,
"attackChance": 157,
"criticalSkill": 20,
"criticalMultiplier": "2.5",
"blockChance": 75,
"damageResistance": 7,
"attackDamage": {
"max": 10
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 2,
"duration": 5,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "fire8",
"iconID": "monsters_tometik1:36",
"name": "Walking inferno",
"spawnGroup": "fire4",
"monsterClass": 3,
"maxHP": 135,
"moveCost": 5,
"attackCost": 3,
"attackChance": 161,
"criticalSkill": 20,
"criticalMultiplier": "2.5",
"blockChance": 78,
"damageResistance": 7,
"attackDamage": {
"max": 10
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 3,
"duration": 5,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "fire9",
"iconID": "monsters_tometik1:36",
"name": "Ancient walking inferno",
"spawnGroup": "fire5",
"monsterClass": 3,
"maxHP": 135,
"moveCost": 5,
"attackCost": 3,
"attackChance": 160,
"criticalSkill": 20,
"criticalMultiplier": "2.5",
"blockChance": 77,
"damageResistance": 7,
"attackDamage": {
"max": 10
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 3,
"duration": 5,
"chance": 20
}
]
},
"droplistID": "fire"
},
{
"id": "thukuzun",
"iconID": "monsters_rltiles1:123",
"name": "Thukuzun",
"monsterClass": 6,
"unique": 1,
"maxHP": 193,
"moveCost": 5,
"attackCost": 3,
"attackChance": 136,
"blockChance": 140,
"damageResistance": 9,
"attackDamage": {
"min": 6,
"max": 25
},
"hitEffect": {
"conditionsTarget": [
{
"condition": "fire",
"magnitude": 3,
"duration": 7,
"chance": 20
}
]
},
"phraseID": "thukuzun",
"droplistID": "thukuzun"
}
]

View File

@@ -25,7 +25,15 @@
"iconID": "monsters_rltiles1:86",
"phraseID": "aulowenn0",
"unique": 1,
"droplistID": "aulowenn"
"droplistID": "aulowenn",
"maxHP": 194,
"maxAP": 10,
"moveCost": 5,
"attackCost": 3,
"attackChance": 120,
"blockChance": 90,
"damageResistance": 5,
"attackDamage": { "min": 0, "max": 9 }
},
{
"id": "charwd_guard",
@@ -166,7 +174,15 @@
"unique": 1,
"phraseID": "tiqui",
"droplistID": "tiqui",
"iconID": "monsters_tometik5:87"
"iconID": "monsters_tometik5:87",
"maxHP": 145,
"maxAP": 10,
"moveCost": 5,
"attackCost": 3,
"attackChance": 90,
"blockChance": 120,
"damageResistance": 9,
"attackDamage": { "min": 0, "max": 9 }
},
{
"id": "twoteeth",

View File

@@ -146,7 +146,7 @@
"progress": 20
},
{
"logText": "Among the undead in the lower parts of the mine, I've encountered some type of dragon-like creature. I guess this is the source of all the chaos in the mine. I should attempt to kill it and then venture back to Maevalia to tell her about it.",
"logText": "Among the fires in the lower parts of the mine, I've encountered some type of dragon-like creature. I guess this is the source of all the chaos in the mine. I should attempt to kill it and then venture back to Maevalia to tell her about it.",
"progress": 30
},
{

View File

@@ -239,6 +239,7 @@
<item>@raw/monsterlist_v0611_npcs1</item>
<item>@raw/monsterlist_v0611_npcs2</item>
<item>@raw/monsterlist_v070_charwood</item>
<item>@raw/monsterlist_v070_charwood2</item>
<item>@raw/monsterlist_v070_lodar1cave</item>
<item>@raw/monsterlist_v070_lodar5cave</item>
<item>@raw/monsterlist_v070_lodarcave</item>

View File

@@ -207,7 +207,7 @@
<property name="quantity" value="3"/>
</properties>
</object>
<object name="forestfly1" type="spawn" x="672" y="192" width="256" height="320">
<object name="forestfly1" type="spawn" x="672" y="192" width="224" height="352">
<properties>
<property name="quantity" value="3"/>
</properties>

View File

@@ -130,17 +130,17 @@
</layer>
<layer name="Objects" width="29" height="30">
<data encoding="base64" compression="zlib">
eJx9VztvE0EQ3nPaPems/AJo+CHkP7hw6tDRUYBCqB0pBW5QLH4PqSnAkh+yLSIh+XGA6RJfYD/fjO+78dojrdbZm53HN4+drDPnGk3n1rQnYZ9550ZhvU2da4ez31mdB/sfOecd987DfhXW+7CUvpIMyHfNuqyVL/mKsM99qdPy8F2WAb3Q+UN04wx07+s8MR+UpqrT1eVjn4Rv47BysVHtOM+qxfKsnzF/4WNBOgfh96N3UdrJcqWuCflp9eSJudzc9/c62+extiaEzU3gf52VO+Op9BR0fgrrc1KXyfbBv48N5xbk463w98L+i+52A99pWvq48WVsrE3DcLYUDCHX6gW9SUuclcAHGzui619S6TtLK3wHcgfxXol8xFR51IdDekFLyZmfBmvotDG6EZ6p2krYKS7AqpfU9XKeDT3dF3oVvrWyUidipDUKf+HXA/HPCWPwXyf7tb3VS34Cj43IeJlWWMZqlnObc3Epdj/4+re16INfXLcclzvxJVZvkDuMyOQYTag/cE+bmXPNO2DUt33MlfmSpAT8gZpXKiLy72zvUT4r05V9WQk5xnW0zS2jdxTBHn72s+oeCLk2JN6Z/D5j31xZV5wbT5rPpBe0OICj5i9yTGsQ8erKeU42tERWJ+LXrv4EG81FvFmxPoWceSE5q32B+8M95RqTzR/V2yPbC5Nrtd7gqtocmzdEMdKcLejvQ/4u6C2y+CrPSPrjDk/TP9FftY8hd7WW80jMZoTRI+lVeX+lR2oPUCxWdE8pj5wtjMwvQe9JWmGrPfRU+rnqWZH9oNukvncbx3uA5sG3cPbdxLygfqo4biK2g1C7yM8uvW9WH+sd+Do2sN/iot8Xvt4HVEf/SI7G3nKWcSF3Yz2X+xRiqm8F7JsQVrFZUIn7keoD35ziHMPmWcDheVrFu0Pv5Ltwdikzpe0nF+adgs08VwIvvR9bkLmQeMP2XPg/ZGVsdZbVPn1sjtVd70/9/juKWlOZJzSjtLPqjQHpXNA3c5edYxPZcX/l43PuRHLuSnwGtpdiI8j2SVArIof7Fv7m/w1i8y5oLHXWTKsYKz9iZXMzlsfcX9sGD+ATmxNAuclx8PNMZueHjeTL2Nyz/wMdikNshtvO5b7StzT9WL8Nqff+B6ZlglQ=
eJx9Vz1vE0EQ3XPaPems/AJo+CHkP7hw6tDRUYBCqB0pBW5QLH4PqSnAkj9kW0RC8scBpkt8gX2+Gd+78dojrdbZm52PN29nN+vMuUbTuTXNSZhn3rlRGG9T59ph7XdW18H8R9Z5xr7zMF+F8T4Mla9kA/Zds25r5Uu9IsxzX/q0OryXbcAvfP4Q31iD3Pu6TiwHlan6dHX7mCfh2ziMXGLUOM6zarA9m2csX+RYkM9B+P3oXVR2tlzpa0J5Wj95YjY39/O9zvZ1bKwJYXMT9F9n5cx4qjwFn5/C+JzUbXJ8yO9jw7kF5Xgr+r0w/6K93aB3mpY5bnxZGxvTMKwtBUPYtX4hb9ISZxXoIcaO+PqXVP7O0grfgexBvVdiHzVVHc3hkF/IUjjz02ANn7ZGN6Iz1VipDooLsOoldb/Ms6Gn/SKvwrdWVvpEjfSMIl/k9UD6c8oZ+tfJ/tne+qU8gcdG9r1MKyxjZ5a5zVxcStwPvv5tLf6QF59brsud5BI7b7A7jNjkGk2oP3BPm5l15R0w6ts+5kq+JCkBf+DMr6XORcT+ne09qmdturIvq4BjfI623DJ+RxHskWc/q/ZBwLUh6c7k9xnn5spzxdx4Uj4363kuDuCo/AXH9AyiXl1ZzymGltjqRPLanT/BRrmIOyvWp8CZF8JZ5Tv3h3viGovlj/rtUeyF4VqtN7jqbI7NHaIYKWcL+vtQvgu6iyy+qjOS/rjD0/RP9FftY+CunuU8UrMZYfRIftXeX+mR2gMUixXtU8kjawtj80vwe5JW2GoPPZV+rn5WFD/kNqnP3cbxHqA8+BbWvpuaF9RPFcdNJHYIzi742aX7zfpjvwNfxwbxW1z0+8LX+4D66B/haOwuZxsXsjfWc7k/oqZ6VyC+CWEVewuqcD9Sf9CbU51j2DwLODxPq3p36J58F9Yu5U1p+8mFuacQM78rgZfujw3YXEi9EXsu+h+ysrb6ltU+fewdq7Pun/r9exRnTW2e0BulnVV3DETfBX3z7rLv2ERm7F/5+Dt3Ipy7kpyB7aXECLF9EtKK2OG+hb/5f4PYexcylnPWTKsaqz5qZbkZ4zH317bBA/jE3gmQ3HAc+vwms++HjfBlbPbZ/4EO1WEa4fj2Xe4rf0vTj/XbkHrvf3Pjgzs=
</data>
</layer>
<layer name="Above" width="29" height="30">
<data encoding="base64" compression="zlib">
eJytV4ENgzAMAy6A6/ig3DFx27Z34IMNQSbjpUlasIQqjTROUid0TXM/xn5/lu+z9rE9UTuPsxnK/JXyLmCPeZb6y9lJzXBFcJ6lYN7JiXd7n4TzJni+Uh+zs8B5pqAv5izRsMaLyNU6GlspWEuWDSKSr2YzBXSZ65V2+Nd6q/hiXk8j7BN91M6cWl1ufFpOtZyiJ6+HJU+tFjlI3+d+GzPnKKjJk3OcSLscT41uGYk4JAaJ39IP2rGtFYs20yO4qtsaTkGtbgWoHWsuPS/mhr2AfIw7ajiRZgRWn3nfX29mY/9ttXopdwQvZrQvqc1o1BP9M6Lxaby/2g6HBkmHnA/znXyCj9Oa4Xx0+zp3Z95I72y8sl/DTO+s+R7ltHpU6oC86YhR6sUzP3JufGbvwEzmO7TAuz/IvsgsWo08xky+Vpx3/D/x+BAf3dJ6WQ==
eJytV4sNgkAMRSeA6djgmMMwm7qObqBEninPfpGXEBLp9fX12t7Zdcdj7D/P4/08+9yarF3E2Q01f1Xeh7CXOqv+LDvkTL4lWGcVzDsF8S7fGzgPQuSr9Tk7D6yzJX0xZ6WGNV4JK9fZ2KrgWvJsJDJ6NZspUZdWr5yG31o/Kb6YN6oR9gkf1X2tcFpY+DRNezlRT1EPQ6eWCwvoe+u30dhHYI9O1jjRPnE8e+qW0YgDMSB+q34AqTN7DmgzPQP4/PesrHACe+sWkLXjzaXrn9pkL0g+xhE5nKhmAK/PovM3mtmy/5Zc3ZQ7QhSztK/kZnTyKf0zsvFpvN/cDmsNUh2yHubb+BQ+Nm+D83L+vOfzljfTOwsv1muY6Zs337OcXo8iD5K3rTEiXzzzM/vGe3ZPzGS+QwPR/QHrMrPo6egYDb1enEf8P4n4JF5+SXtZ
</data>
</layer>
<layer name="Walkable" width="29" height="30">
<data encoding="base64" compression="zlib">
eJzNk1EOwCAIQz3CLuX9r7QvE2MsFCjLSMyWaXkF2XzGmGDtgc4o1xl/Yqp9nfms6Kh3vWd0WW6WedN4/cn20dIw+dRM9RyruFHt7WyGXeFVZtnLxdSy9ir+bz3s6JulizCj3qw+K+q0omPWIjPC8tizGV9s79C9MP1kufv3/Yk8eDkYn0xYc4l41j5ieEy0j7jRe7L0mcV6VTKjXCXz6zq7/Kn0FWZmdiL/R1Wn9vkCrfDULA==
eJzNk1EOgDAIQ3cEL+X9r+SXybKsULpiJFk0bvBKh/c1xg3WHOiMc63xJ6Zb11ovio5+33clT+WqzF1O5o/qY5TD1HMz3XOcedSleXdW6fmEdzLLWa2qF6r+nYcdvkV5FWZVW+Szo88oOmatMiMsjz2r6GK9Q/fC+Mly5+/zE2nIajA6mYjmEvGifcTImGgfcav3FOUri9XqZFa5TubXfXbpc+WfMJXZqfwfp3lunQ8Oy9PX
</data>
</layer>
<objectgroup name="Mapevents" width="29" height="30">
@@ -168,7 +168,7 @@
<property name="place" value="north2"/>
</properties>
</object>
<object name="east2" type="mapchange" x="896" y="288" width="32" height="96">
<object name="east2" type="mapchange" x="896" y="256" width="32" height="96">
<properties>
<property name="map" value="lodar18"/>
<property name="place" value="west1"/>

View File

@@ -216,12 +216,12 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="hanklbit3" type="spawn" x="32" y="384" width="224" height="192">
<object name="hanklbit3" type="spawn" x="64" y="384" width="192" height="192">
<properties>
<property name="quantity" value="4"/>
</properties>
</object>
<object name="brtender2" type="spawn" x="64" y="352" width="128" height="256"/>
<object name="brtender2" type="spawn" x="64" y="352" width="128" height="224"/>
</objectgroup>
<objectgroup name="Keys" width="30" height="20" visible="0"/>
</map>

View File

@@ -205,7 +205,7 @@
</properties>
</object>
<object name="erumen_f1" type="spawn" x="32" y="512" width="128" height="160"/>
<object name="erumen_f1" type="spawn" x="32" y="672" width="224" height="224">
<object name="erumen_f1" type="spawn" x="64" y="672" width="192" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>

View File

@@ -130,7 +130,7 @@
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJyFVstOVEEQ7R7ixvSNdxKNa9249vUF8A8s4BvcaQJBJupKjAtdkGj8HzfuSXhECCSTDDMXcCfDDPZJV9nn1m1CJZ2+j+469ThV3e96zo2Dc+e1c3/i8H3n1uO8IeNtHK6fvt84R7mMOvpVer4Kt+/ZqdNaxhzEMQrp+6Zgb91L76ch6z6Q50XBg4zl2yRkHfuhvXdu/ITNK7XryKp82/bOPam6/9Xunvi+K/qbOB/GsRT37AWzQfyGferrWtWOofpsMXjWGCr2QtXOF+cMa/g7MDmODyWWy3XC1r0WE/NFnWPXo3yp70PSsSE+HMm/Q5nXCeN11f63aXy4yRbkCz6PQt6Lea3KOTil2Kudah90/r2b/p3IOi97lb8lWwbik3LP5re0/kr4dlF3cwthH06NvhlxuJHnKfnG/AOPj8x+5Qrn1sb2t+Uoxay0nvPQElPb8InrdEniihot2WJjrDHTXDDn8TyVGgcG8gA+2PipzCVml9Qf5sKX80LMmOvM+Udx/eOqGx/EZbHK9nFeVLQfKd8Ob+mPrIf7sfL4JLT5ZPvC/3eX66yRWGlPvDK+c21j1rrB92Nai1wqtu0LivnNS6x9fm981rHL2MbfrbprC/TCbuTuc+Gfyo+I8SmOmc8+zX3O5YhwtS60V1pboHdM9Vk68yBfeymWE+HZr15bz5deWgddH3zSN6M6GNZGv+ty+cznmComhPup9gjm8ALlXn1HjzumejgTvd/j/NG39V9T7BhzYHtagXcs6K9vqlR3EMTkWvAa8U31Y+b8Myb7xtjAHBo7uAb1rqE+AQ+80H5vMdWPlYJvzBv0z23NSyEGWmNbPuG+F9yx+Dsr9IGR3EnOjb96xil2Y2qI4w7+cH+6lLrfF1vHodzjB3XXHtXnfcZWTkPu+MT9PamV0nm3JOe15hF84P6KeSz3EfVL+1bft2MO7Pvx2wOqB+jmWOH+dhByz1uRHlbKsfLLnnW4I4AnY9GD55Gcacir9jDWZc94m0dddxDa/RU2c24hqA3lV+lsY3+XCWMSyrzdD5lbP+k/9uM8fRpxnvmE/9yn8SKOl76NZ2vB1gufBdrbGsHdUd4S1zXepfsR+2D95XsE81ZjNQ05BxDt4xPpfcvCE/TIVea9wS7dgXmGaJ2vG5uge1rInfoKXLVXa0rjV7r7W96eFHikZ/VeobcMBXO1zne0V5Vgi6//AAwxoE8=
eJx9VstOVEEQ7R7ixvSNdxKNa9249vUF8A8s4BvcaQJBJupKjAtdkGj8HzfuSXhECJNMMswM4E6GGexDV9nn1m2opNP30V2nHqeq+13HuVFw7qx27k8cvuvcepw3ZLyNw3XT95vmo7j/Io5u5a7lMqT5tn07dVrCmL04hrJ3U7C37qX3k5B1H8jzouBBRvKtH7KO/dDcOzd+wuaV2rVkVb5te+eeVO3/anenm553Rf8kzodxLMU9e8FsEN/HIfu6VlFMyGeLwbPGT7EXqma+OGdYw9+ByXF8KLFcrhO27rWYmM/rHLsO5Ut9H5CODfHhSP4dyrxOGK+r5r9N48NNtiBf8HkY8l7Ma1XOwQnFXu1U+6Dz7930ry/rvOxV/pZs6YlPyj2b39L6S+Hbed3OLYR9ODH6ZsThiTxPyTfmH3h8ZPYrVzi3Nra/LUcpZqX1nIeGmPqGT1ynSxJX1GjJFhtjjZnmgjmP56nUODCQB/DBxk9lLjG7kP+ov7nw5awQM+Y6c/5RXP+4ascHcVmssn2cFxXtR8q365zf0htZD/dj5XE/NPlk+8L/d5frbCKx0p54aXzn2sasdYPvx7QWuVRs2xcU85uXWPv8PvFZxy5jG3+36rYt0Au7kbvPhX8qPyLGpzhmPvs09zmXQ8LVutBeaW2B3hHVZytPIl87KZZj4dmvTlPPl05aB10ffNI3ozoY1Ea/a3P51OeYKiaE+6n2CObwAuVefUePO6Z6OBW93+P80Tf1X1HsGLNne1qBdyzor2+qVHcQxORK8Cbim+rHzPlnTPaNsYE5MHZwDepdQ30CHnih/d5iqh8rBd+YN+if25qXQgy0xrZ8wn0vuCPxd1boA0O5k5wZf/WMU+yJqSGOO/jD/elC6n5fbB2Fco/v1W17VJ/3GVs5DbnjE/f3pFZK592SnNeaR/CB+yvmkdxH1C/tW13fjDmw78dvD6geoJtjhfvbQcg9b0V6WCnHyi971uGOAJ6MRA+eh3KmIa/aw1iXPeNtHnXdQWj2V9jMuYWgNpRfpbON/V0mjHEo83Y/ZG79pP/Yj/P0acR55hP+c5/Gizhe+iaerQVbL3wWaG+bCO6O8pa4rvEu3Y/YB+sv3yOYtxqracg5gGgfH0vvWxaeoEeuMu8NdukOzDNE63zd2ATd00Lu1Ffgqr1aUxq/0t3f8rZf4JGe1XuF3jIQzNU639FeVYItvv4DZJehIQ==
</data>
</layer>
<layer name="Above" width="30" height="30">
@@ -138,9 +138,9 @@
eJy1V9GNwjAMLf0+pAITHMdNwDDZAHRjoBuCkRiFL6Rjg6tRA677bCdWeVIUoMHv+cVx4NI1U6yaZrFi85vwJ7hP7ev1b9sUgWLcUQ4BLTnOscPP+JzhcWv6TiC/xNZJbxBq80achJHXhftN3DLeM06gZh7flXUH4pTWI/c96yytKaRF826yv8r6Yzetoyi02kD1CX1V9Fu6JGdUP6+RpxbFs6y9BrUeI88IsgfU5hvd52SsR/2xpE9EePn5lrl4+yK9k+8tXu98a/kSx0E8S4b/o3MRBOIk8M+0+MS/Wfrx+Yzic8xRC8RFvmm5cR6tn2pn8OLUQQKcvDdJna3jX8nZQ5wWSu8QifNiyhtBlD/DylW74zKscyyh6fQ4ENa9dxs2PNTonBOpsuej++6zz2/bjy82dv34HvJG8Wt+j16N/kn8e+Cv2ldm+G9Anv0sx/eZl4Ps3VZN3T6MGAPeUS9ck+yHmTvaA0q4NOT+ruEfps56Pw==
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFk8ENwDAIAzNCl8r+K/WF1EfABhyKlE8DXMDuftbazXOKbk+vLwpUp+Jm31jhMvmV/UdzKHSb8IjXB3G6b0Ch8NTU7rL/GLP/ry+nvNTRRaW/yidIL+Z7xnPK3XTnQTXTbDbXchgtlExGy4zeiHuq92pU3Giu7i6ZeW/4zL5HenWY1VD7lmVk/OzVqLlsVLjMnd2zXOTbiMloW81Du1AfZv83eX9wlX1feiDI4g==
eJzFk8ERACEIAy3hmrL/lu7lzD2EBAgcM34UXCFxP2ttwbpFx53VUHGjb8xwmfzM7L0+FF6Y8Id1D+JU34BC4amp2UX/GDP/ry+nvFTRRaW/yidIL2Y/4jnlbKr9oJppNpt7chgtlExGy4jeiHurt2pUXK+v6iyZfjt8dvY9vSrMbKh9yzIifrZq1Fw2Mlzm7JyzXORbj8lom81Ds1AvZv6dvD+4yntfGljIjQ==
</data>
</layer>
<objectgroup name="Mapevents" width="30" height="30">
@@ -168,7 +168,7 @@
<property name="place" value="north"/>
</properties>
</object>
<object name="north" type="mapchange" x="544" y="0" width="160" height="32">
<object name="north" type="mapchange" x="576" y="0" width="160" height="32">
<properties>
<property name="map" value="lodar4"/>
<property name="place" value="south"/>

View File

@@ -176,7 +176,7 @@
</object>
</objectgroup>
<objectgroup name="Spawn" width="30" height="25">
<object name="khakin1" type="spawn" x="736" y="224" width="192" height="128">
<object name="khakin1" type="spawn" x="736" y="224" width="160" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -163,7 +163,7 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="charwdg3" type="spawn" x="384" y="128" width="32" height="32"/>
<object name="mazarth2" type="spawn" x="384" y="128" width="32" height="32"/>
<object name="charwdg3" type="spawn" x="416" y="192" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
@@ -180,6 +180,7 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="mazarth1" type="spawn" x="128" y="320" width="384" height="256"/>
</objectgroup>
<objectgroup name="Keys" width="20" height="20">
<object name="charwood2:15" type="key" x="224" y="224" width="96" height="32">

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="29" height="30" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="29" height="30">
<data encoding="base64" compression="zlib">
@@ -161,33 +160,30 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="29" height="30" visible="0">
<object name="noedidh_1" type="spawn" x="672" y="768" width="32" height="96"/>
<object name="noedidh_1" type="spawn" x="704" y="672" width="192" height="64"/>
<object name="fardaph_1" type="spawn" x="672" y="544" width="32" height="192"/>
<object name="noedidh_1" type="spawn" x="544" y="704" width="64" height="64"/>
<object name="noedidh_1" type="spawn" x="192" y="608" width="256" height="224">
<objectgroup name="Spawn" width="29" height="30">
<object name="charwdg3" type="spawn" x="672" y="768" width="32" height="96"/>
<object name="charwdg2" type="spawn" x="704" y="672" width="192" height="64"/>
<object name="charwdg3" type="spawn" x="672" y="544" width="32" height="128"/>
<object name="charwdg2" type="spawn" x="544" y="704" width="64" height="64"/>
<object name="charwdg1" type="spawn" x="224" y="608" width="320" height="192">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_1" type="spawn" x="448" y="608" width="128" height="128"/>
<object name="noedidh_2" type="spawn" x="160" y="608" width="288" height="224"/>
<object name="fardaph_2" type="spawn" x="96" y="96" width="384" height="448"/>
<object name="fardaph_1" type="spawn" x="64" y="96" width="416" height="448">
<object name="mazarth1" type="spawn" x="192" y="640" width="288" height="192"/>
<object name="charwdg3" type="spawn" x="64" y="96" width="384" height="448">
<properties>
<property name="quantity" value="4"/>
</properties>
</object>
<object name="noedidh_2" type="spawn" x="352" y="544" width="64" height="64"/>
<object name="fardaph_2" type="spawn" x="672" y="96" width="32" height="128"/>
<object name="noedidh_2" type="spawn" x="704" y="128" width="160" height="224">
<object name="charwdg3" type="spawn" x="352" y="544" width="64" height="64"/>
<object name="charwdg1" type="spawn" x="672" y="96" width="32" height="128"/>
<object name="charwdg2" type="spawn" x="704" y="128" width="160" height="224">
<properties>
<property name="quantity" value="3"/>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="512" y="352" width="320" height="192"/>
<object name="noedidh_2" type="spawn" x="480" y="352" width="320" height="192">
<object name="charwdg3" type="spawn" x="512" y="352" width="320" height="192">
<properties>
<property name="quantity" value="3"/>
</properties>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="14" height="20" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="14" height="20">
<data encoding="base64" compression="zlib">
@@ -155,26 +154,26 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="14" height="20" visible="0">
<object name="lava_spawn_2" type="spawn" x="64" y="416" width="32" height="160">
<objectgroup name="Spawn" width="14" height="20">
<object name="fire3" type="spawn" x="64" y="416" width="32" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_3" type="spawn" x="96" y="320" width="160" height="64"/>
<object name="lava_spawn_3" type="spawn" x="256" y="352" width="64" height="64"/>
<object name="lava_spawn_1" type="spawn" x="352" y="288" width="64" height="32">
<object name="fire4" type="spawn" x="96" y="320" width="160" height="64"/>
<object name="fire4" type="spawn" x="256" y="352" width="64" height="64"/>
<object name="fire3" type="spawn" x="352" y="288" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_4" type="spawn" x="384" y="160" width="32" height="96"/>
<object name="lava_spawn_3" type="spawn" x="224" y="96" width="128" height="32">
<object name="fire3" type="spawn" x="384" y="160" width="32" height="96"/>
<object name="fire3" type="spawn" x="224" y="96" width="128" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_1" type="spawn" x="160" y="64" width="64" height="32">
<object name="fire4" type="spawn" x="160" y="64" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="17" height="20" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="17" height="20">
<data encoding="base64" compression="zlib">
@@ -136,7 +135,7 @@
eJxjYKANSBeAYEr0p0ExuSAcqLeHh4GhlwfCzwfShkykmzEHqG8uEKciuYVYc9Ip9AOy/tlAN2zlQchVo7GNcLgpHI/93TzY2ehAmQT/Eis/nZeBQQWLuTD3KhLhn+W8CHMrkdxfBWS38+J2B7YwAYl1IpkBMjMVj39A6tHtQDeXUNyjq89hwq4HV1gQm74o1Y8P4EtfI80MADHvG9c=
</data>
</layer>
<layer name="Walkable" width="17" height="20" visible="0">
<layer name="Walkable" width="17" height="20">
<data encoding="base64" compression="zlib">
eJxzFWBgcB3FODEIoLORxYg1Axeg1B2kmIPLblLdgs9cStQTawY++8gxA5878JmFHg/44poUd5Cin1D6IkY/IT+QEqeUpiFy9Q8WMwAQJlWr
</data>
@@ -149,39 +148,34 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="17" height="20" visible="0">
<object name="lava_spawn_4" type="spawn" x="64" y="512" width="64" height="64"/>
<object name="lava_spawn_3" type="spawn" x="96" y="288" width="128" height="224">
<objectgroup name="Spawn" width="17" height="20">
<object name="fire4" type="spawn" x="96" y="288" width="128" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="lava_spawn_2" type="spawn" x="224" y="448" width="32" height="64">
<object name="fire4" type="spawn" x="224" y="448" width="32" height="64">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_4" type="spawn" x="256" y="384" width="192" height="128">
<object name="fire4" type="spawn" x="256" y="384" width="192" height="128">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="lava_spawn_2" type="spawn" x="320" y="320" width="64" height="32">
<object name="fire4" type="spawn" x="320" y="320" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_4" type="spawn" x="288" y="128" width="96" height="160">
<object name="fire5" type="spawn" x="288" y="128" width="96" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_4" type="spawn" x="256" y="160" width="32" height="32"/>
<object name="udgar" type="spawn" x="128" y="128" width="128" height="128">
<properties>
<property name="respawn" value="false"/>
</properties>
</object>
<object name="fire5" type="spawn" x="256" y="160" width="32" height="32"/>
<object name="thukuzun" type="spawn" x="128" y="128" width="128" height="128"/>
</objectgroup>
<objectgroup name="Keys" width="17" height="20"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="23" height="17" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="23" height="17">
<data encoding="base64" compression="zlib">
@@ -149,50 +148,27 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="23" height="17" visible="0">
<object name="fardaph_2" type="spawn" x="640" y="352" width="32" height="160">
<objectgroup name="Spawn" width="23" height="17">
<object name="charwdg2" type="spawn" x="640" y="352" width="32" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="32" y="352" width="64" height="160"/>
<object name="fardaph_1" type="spawn" x="160" y="352" width="96" height="32">
<object name="ashs1" type="spawn" x="32" y="128" width="320" height="384">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="noedidh_2" type="spawn" x="128" y="384" width="32" height="32"/>
<object name="fardaph_1" type="spawn" x="96" y="448" width="32" height="32"/>
<object name="noedidh_2" type="spawn" x="160" y="384" width="192" height="96">
<object name="mazarth2" type="spawn" x="448" y="480" width="192" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="416" y="448" width="32" height="64"/>
<object name="noedidh_1" type="spawn" x="480" y="480" width="128" height="32">
<object name="ashs2" type="spawn" x="128" y="96" width="416" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="noedidh_2" type="spawn" x="192" y="256" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_1" type="spawn" x="64" y="288" width="288" height="64">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="352" y="96" width="128" height="128"/>
<object name="noedidh_2" type="spawn" x="64" y="192" width="256" height="64">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_1" type="spawn" x="320" y="224" width="96" height="64"/>
<object name="noedidh_1" type="spawn" x="448" y="256" width="32" height="32"/>
<object name="fardaph_1" type="spawn" x="480" y="224" width="64" height="64"/>
</objectgroup>
<objectgroup name="Keys" width="23" height="17"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
@@ -136,9 +135,9 @@
eJzVlrsNwzAMRIX0BtKlykDOApog9kTOvIYKAoKgz1E8Sci1tvn4p537H53PNVwPcPfNuc/Wfk8Tw0GKNzBZtjRC8lZT8PsH5JTNTb//gvbeDy5XI8tsxNxLmW+Lz5aetNY4CK0rm9sja2+NkPRcrvfYuzq2JzXI1cJ37oySvILLkMR5KLk9vRwzc7M4Ot7S3qlxGXNQslHjjpTwkNiYcxXH2bLbyolmB0ivIf8lLW76HLGJ3B2tX7N6JuXMugur7h57r87mauvzWnznb62LIc0=
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztkl0KgDAMg3cEL+X9ryR7G2VNf9IqioWBL+ZLk57HGCfx5jD//1zMsqbDl9SSPOQjs4NHJ9KBpuXlrHtGs2V6yGRR1X+WXbXv3TlH7gHlFJ0sV+68+97pIR9MdhZXY3dzo1PJZbp9MxfdgIcnfVua0Q6RBtrJ61ubTOYZ34zWF7nobqo8atzV7+6e2BwtLjNVnTF9dnI7fVa+p7jzXfaS5cU=
eJztkl0KgDAMg3cEL+X9ryR7G2VNf9IqioGBL+ZLm57HGCfxppj/fy5mWerIJb0kD+XIzODxiXSgeXk565x33kdmF1X9Z9lV80a9WG7kHtCeospy5cy7750fysHszuJq7G5uVJVcpts3c9ENeHgyt+UZ7RB5oJm8uTVldp7JzXh9kYvupiqjxl3z7u6J3aPFZVTVGdNnJ7czZ+V7ijvfBZca5ho=
</data>
</layer>
<objectgroup name="Mapevents" width="30" height="30">
@@ -161,66 +160,60 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="30" height="30" visible="0">
<object name="noedidh_1" type="spawn" x="224" y="768" width="32" height="64">
<objectgroup name="Spawn" width="30" height="30">
<object name="mazarth2" type="spawn" x="224" y="768" width="32" height="64">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="384" y="768" width="64" height="64"/>
<object name="fardaph_3" type="spawn" x="288" y="384" width="32" height="160"/>
<object name="noedidh_2" type="spawn" x="288" y="576" width="32" height="96">
<object name="charwdg3" type="spawn" x="384" y="768" width="64" height="64"/>
<object name="ashs2" type="spawn" x="288" y="384" width="32" height="160"/>
<object name="ashs1" type="spawn" x="288" y="576" width="32" height="96">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_2" type="spawn" x="288" y="704" width="32" height="64"/>
<object name="fardaph_2" type="spawn" x="512" y="800" width="64" height="96"/>
<object name="noedidh_3" type="spawn" x="608" y="768" width="64" height="64"/>
<object name="fardaph_3" type="spawn" x="640" y="608" width="64" height="128"/>
<object name="fardaph_3" type="spawn" x="512" y="192" width="192" height="416">
<object name="charwdg2" type="spawn" x="288" y="704" width="32" height="64"/>
<object name="charwdg3" type="spawn" x="512" y="800" width="64" height="96"/>
<object name="charwdg2" type="spawn" x="608" y="768" width="64" height="64"/>
<object name="charwdg1" type="spawn" x="640" y="608" width="64" height="128"/>
<object name="ashs2" type="spawn" x="480" y="192" width="224" height="416">
<properties>
<property name="quantity" value="3"/>
<property name="quantity" value="4"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="480" y="192" width="224" height="416">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="noedidh_2" type="spawn" x="736" y="608" width="160" height="32">
<object name="charwdg3" type="spawn" x="736" y="608" width="160" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_3" type="spawn" x="896" y="672" width="32" height="32"/>
<object name="noedidh_3" type="spawn" x="896" y="736" width="32" height="128"/>
<object name="noedidh_1" type="spawn" x="704" y="448" width="192" height="32">
<object name="charwdg2" type="spawn" x="896" y="672" width="32" height="32"/>
<object name="charwdg3" type="spawn" x="896" y="736" width="32" height="96"/>
<object name="ashs1" type="spawn" x="704" y="448" width="192" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="320" y="352" width="160" height="32">
<object name="ashs2" type="spawn" x="320" y="352" width="160" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_2" type="spawn" x="352" y="416" width="32" height="224"/>
<object name="fardaph_2" type="spawn" x="320" y="416" width="64" height="224"/>
<object name="fardaph_2" type="spawn" x="160" y="352" width="128" height="96"/>
<object name="noedidh_2" type="spawn" x="128" y="544" width="96" height="96"/>
<object name="fardaph_3" type="spawn" x="192" y="480" width="32" height="32"/>
<object name="fardaph_2" type="spawn" x="64" y="352" width="64" height="64"/>
<object name="noedidh_2" type="spawn" x="32" y="192" width="64" height="32">
<object name="ashs1" type="spawn" x="352" y="416" width="32" height="224"/>
<object name="ashs1" type="spawn" x="160" y="352" width="128" height="96"/>
<object name="ash3" type="spawn" x="128" y="544" width="96" height="96"/>
<object name="ash1" type="spawn" x="192" y="480" width="32" height="32"/>
<object name="ashs2" type="spawn" x="64" y="352" width="64" height="64"/>
<object name="ashs1" type="spawn" x="32" y="192" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_3" type="spawn" x="192" y="160" width="160" height="64"/>
<object name="noedidh_2" type="spawn" x="384" y="128" width="64" height="64"/>
<object name="noedidh_3" type="spawn" x="480" y="64" width="96" height="64"/>
<object name="fardaph_2" type="spawn" x="640" y="96" width="32" height="32"/>
<object name="noedidh_2" type="spawn" x="672" y="96" width="160" height="96"/>
<object name="ashs2" type="spawn" x="192" y="160" width="160" height="64"/>
<object name="ashs2" type="spawn" x="384" y="128" width="64" height="64"/>
<object name="ash1" type="spawn" x="480" y="64" width="96" height="64"/>
<object name="ash1" type="spawn" x="640" y="96" width="32" height="32"/>
<object name="ash2" type="spawn" x="672" y="96" width="160" height="96"/>
</objectgroup>
<objectgroup name="Keys" width="30" height="30"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="19" height="21" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="19" height="21">
<data encoding="base64" compression="zlib">
@@ -136,7 +135,7 @@
eJxjYKAvSBegjh6QWBqJZuHSQ6o5IBBOpB53XgYGD178asSZKNNPCKSS4T9kgC/OSHEfKXFGyFxc4U9OeBEbl5SYhRyG6G5UxRH/uMwi5F5s5uEKd3r4nRiAHibkmIUrnZOTvwcDEMVTLtBSL7EAAO4kD8M=
</data>
</layer>
<layer name="Walkable" width="19" height="21" visible="0">
<layer name="Walkable" width="19" height="21">
<data encoding="base64" compression="zlib">
eJxzFWBgcB3FGBgEyNWHC5CiD5cYOX5A10+qufj8gu5eSsIKmzgl4U6t+KdWPJDrN2qky8FkFqG4IscsdDY2Prluo2aaooY5gwUDAJfAapY=
</data>
@@ -149,28 +148,29 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="19" height="21" visible="0">
<object name="fardaph_3" type="spawn" x="32" y="480" width="128" height="96"/>
<object name="noedidh_3" type="spawn" x="160" y="512" width="96" height="96"/>
<object name="noedidh_4" type="spawn" x="256" y="448" width="32" height="32"/>
<object name="fardaph_2" type="spawn" x="256" y="320" width="32" height="224">
<objectgroup name="Spawn" width="19" height="21">
<object name="charwdg3" type="spawn" x="64" y="480" width="96" height="96"/>
<object name="charwdg2" type="spawn" x="160" y="512" width="128" height="96"/>
<object name="charwdg3" type="spawn" x="256" y="384" width="32" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_4" type="spawn" x="288" y="256" width="64" height="64"/>
<object name="noedidh_3" type="spawn" x="352" y="288" width="128" height="96"/>
<object name="noedidh_4" type="spawn" x="288" y="96" width="224" height="192">
<object name="mazarth1" type="spawn" x="64" y="96" width="448" height="288">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="fardaph_4" type="spawn" x="96" y="128" width="192" height="192">
<object name="mazarth2" type="spawn" x="128" y="64" width="352" height="288">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="charwdg3" type="spawn" x="96" y="128" width="416" height="224">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="64" y="128" width="224" height="192"/>
</objectgroup>
<objectgroup name="Keys" width="19" height="21"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="19" height="30" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="19" height="30">
<data encoding="base64" compression="zlib">
@@ -128,17 +127,17 @@
</layer>
<layer name="Objects" width="19" height="30">
<data encoding="base64" compression="zlib">
eJy9VMtKAzEUTYSC2hRmpQvpF9h/cNF+gK6Kj4UVasEHTAVdCC4UKtjipviA1q3+lkvBR127Ue8hd0gaJ5mZjQcumUzuPbmvXCH+B/2SEIPS9Arp8b4IRqQ/Lk2vkFveF8FE6XUt0tKy5IhkeaYY35KjX6X9K90RE9eHysdRI5t3j269IsROFLYfSSE+pf5+Vvr+NLwpzfVYST8fEMcVyY/UPkH3xKML4DztLtgizwtK39ngGHz5OLZidPMP/m5k6gW5iP7m3Y4RwJ2wtflOye4sYOuizhwdkjbZRWVz1qf9dY66ADXrvokyPtoI1XhIPPfS8KAmvhieOJdpfQz7G2n6vRHgAVCXmP36mp/mbEY6jkPSecmRU+ifc/2AeqCviqA6k/0+gBWqXV9m67lcqOGE7ca8PkhT2yJcwDe/MQD12KY8tCvZc8fmgl3XmV0trgdqtpgxd2KLC7UD9yXZ7fPsuJO6Tw+4732AH7FzDq5kls1Rzoc56gyeXdKbLes8YA9/kvfaVmZ2NGldp7MND2/X8sfOjf1e3bz5ejd2ztBryE0y8zqcb6AXmLtAWi+Ab9WKI4k3C6F+hz+oWxLvHmZ+oL98XE3nP3or642H/EKsm+THVsbMycOVB78Xb2l3
eJy9VMtKAzEUTQoDalOYlS6kX2D/wUX7AboqPhZWqAUfMBV0IbhQqGCLm6IVWrf6Wy4FH3XtRr2HZEgaJ8nMxgOXTCb3ntxXLmP/g37E2CCaXSE9tS+CMelPotkVcqf2RTAVcl2PpbQMOSZZKRXjW7b0q7R/pTsS4voQ+ThqZPPu0K1XGNuN/fZjztgnl9/PQt6fhTchuR4r2ecD4rgm+eHSJ+ieOnQBnGfdBVvkeVHIOxsqBlc+TowY7fyDvxvrekEu4795N2MEcCdsTb4zsjv32NqoK44OSZvs4rI+69P+JkddgJpx31RoH1OMAjUeEs891zyoiSuGJ8WV1cewv+W63xseHgB1SZRfXwuznM1YxnFEOi85cgr9C1U/oO7pqyKolsLvA1il2vV5WM/mQg2nym6i1geua1uEC/hWbwxAPXYoD+1KeO6YXLDrWrOrpeqBmi0F5k5icKF24L4iuwM1O0Zc9umh6nsX4EdinYMrnWXzlPNhjjqDZ4/05soyD9jDn/S9toWeHU1aN+hs08HbNfwxc2O+Vztvrt5NrDP0GnKTzryOyjfQ88xdIKsXwLdmxJHGG4Kv3+EP6pbGu4+Z7+kvF1fT+o/eCr1xn1+IdYv82A7MnDxcefALfAtqGg==
</data>
</layer>
<layer name="Above" width="19" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAPSBdgYJjJCGHPgtKdUHo2I2lmhQPN6kLSAzIHZPYcEs2BmUUNAPJfGpXMwuemdKjcVF788jCAz02E7CHFP/jMIjWMB6NZhMKDkFnI8UIoXKfhiFti3EGKu6gZlrJMpJlFqnpqA/R8Qqw6bPqIjQ/k8KO0vEA2i5IyDN0d6GalkhBO6P7B5T93HgYGT2Aa98KRzonxD7K78LmRlLAp5cEvP1DuIgRwmZVOpFuIMQuWX72BceaDp3wixixyAKVmAQDhDCG7
eJxjYKAPSBdgYJjJCGHPgtKdUHo2I2lmhQPN6kLSAzIHZPYcEs2BmUUNAPJfGpXMwuemdKjcVF788jCAz02E7CHFP/jMIjWMB6NZhMKDkFnI8UIoXIdivMgykWYWqeqpDdDzCbHqsOkjNj6Qw4/S8gLZLErKMHR3oJuVSkI4ofsHl//ceRgYPIHllxeOMowY/yC7C58bSQmbUh788gPlLkIAl1npRLqFGLNg+dUbGGc+OOKNWLPIAZSaBQChSiF/
</data>
</layer>
<layer name="Walkable" width="19" height="30" visible="0">
<layer name="Walkable" width="19" height="30">
<data encoding="base64" compression="zlib">
eJzlkkEKgDAMBPsEP9X/f8mTIGVNdtKAhxYKotvpJGZeY8yDd7YoK7qjk0V4XV5RPvN63jv+UYb+pyi3U/96tspSboTlZKv9oVlSP72bck9jZYuyFNep4etsl9fKpzO246S+qf68nyuz0OGlXNx+uV5/zjvdNx3Ejh0=
eJzlkkEKwCAMBH1CP+X/v9RToUi62TGBHhQE0ThOYuY1xjx4ZoOy1BudLMLr8lLxmdez7/irGPpPKq6S/3p3l6Xcqn/isNw6OrEkf/o25Z7GygZlRVwnh6+7XV4rn/ZYxSk6i+rzXu/0QodX5OLWy/X6s9/pvAHip45y
</data>
</layer>
<objectgroup name="Mapevents" width="19" height="30">
@@ -155,46 +154,40 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="19" height="30" visible="0">
<object name="noedidh_4" type="spawn" x="96" y="768" width="32" height="128"/>
<object name="fardaph_3" type="spawn" x="128" y="704" width="96" height="64"/>
<object name="fardaph_4" type="spawn" x="256" y="608" width="288" height="288">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="224" y="608" width="320" height="288">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="noedidh_4" type="spawn" x="160" y="512" width="32" height="192">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_4" type="spawn" x="32" y="448" width="160" height="64"/>
<object name="noedidh_4" type="spawn" x="64" y="416" width="32" height="32"/>
<object name="fardaph_2" type="spawn" x="32" y="256" width="64" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="96" y="288" width="32" height="32"/>
<object name="fardaph_4" type="spawn" x="128" y="224" width="128" height="96">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_4" type="spawn" x="224" y="96" width="64" height="64"/>
<object name="fardaph_3" type="spawn" x="288" y="96" width="128" height="32"/>
<object name="fardaph_4" type="spawn" x="416" y="96" width="160" height="288"/>
<object name="noedidh_4" type="spawn" x="384" y="64" width="192" height="320">
<objectgroup name="Spawn" width="19" height="30">
<object name="ash1" type="spawn" x="96" y="768" width="32" height="128"/>
<object name="ash3" type="spawn" x="128" y="704" width="96" height="64"/>
<object name="ash1" type="spawn" x="256" y="608" width="288" height="288">
<properties>
<property name="quantity" value="4"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="384" y="384" width="64" height="32">
<object name="ash1" type="spawn" x="160" y="512" width="32" height="192">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="ashs2" type="spawn" x="32" y="448" width="160" height="64"/>
<object name="ash1" type="spawn" x="64" y="416" width="32" height="32"/>
<object name="ash1" type="spawn" x="32" y="256" width="64" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="ash3" type="spawn" x="96" y="288" width="32" height="32"/>
<object name="ash1" type="spawn" x="128" y="224" width="128" height="96">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="ash1" type="spawn" x="224" y="96" width="64" height="64"/>
<object name="ash1" type="spawn" x="288" y="96" width="128" height="32"/>
<object name="ash1" type="spawn" x="416" y="96" width="160" height="288">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="ash2" type="spawn" x="384" y="384" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -135,7 +135,7 @@
eJxjYKA+SBcgX18amXrDydQ3UHrR/fqcSHPIDSNc+t7y0MY+EKBWuKaSaI4sE375XhLNc8MSRqS4CV2tNAH30QsAAGTgC5Y=
</data>
</layer>
<layer name="Walkable" width="15" height="17" visible="0">
<layer name="Walkable" width="15" height="17">
<data encoding="base64" compression="zlib">
eJxzFWBgcB1EGAQGSi8MkKsPHZDqbnL1kuNudHsp8TM9wplSvaMYEwMADT5KYQ==
</data>
@@ -155,13 +155,12 @@
</object>
<object name="sign_lostmine4" type="sign" x="224" y="224" width="96" height="32"/>
</objectgroup>
<objectgroup name="Spawn" width="15" height="17" visible="0">
<object name="fardaph_4" type="spawn" x="160" y="128" width="224" height="160">
<objectgroup name="Spawn" width="15" height="17">
<object name="ash2" type="spawn" x="160" y="128" width="224" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_5" type="spawn" x="128" y="128" width="256" height="160"/>
</objectgroup>
<objectgroup name="Keys" width="15" height="17"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="12" height="29" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="12" height="29">
<data encoding="base64" compression="zlib">
@@ -136,7 +135,7 @@
eJxjYKAOSBcgTT4Nj3qQWm9eBgYfXuLsDidgdyqaPLp6dHlSzUcHskykmQ8ChMIPHYRjCaO3PMS7idaAHP8MdfXTiEyvxJqPHIb48gtMLSE1uOx/ToQ+XO51xZHmkNXD0j++fEBOHsOX3rGBwZAmAQd9E3A=
</data>
</layer>
<layer name="Walkable" width="12" height="29" visible="0">
<layer name="Walkable" width="12" height="29">
<data encoding="base64" compression="zlib">
eJxzFWBgcB0gDAKkqIUBYtXhUosujwvgMxddPy47kOWpaT42c4kNU3zuoDT8sfmflumBFmaTa/5gcg8xdqCnG3zqCQFi3EvILlLMp1eaobZ6ANTRVFc=
</data>
@@ -155,40 +154,35 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="12" height="29" visible="0">
<object name="fardaph_5" type="spawn" x="32" y="96" width="320" height="288">
<objectgroup name="Spawn" width="12" height="29">
<object name="ash3" type="spawn" x="32" y="128" width="320" height="288">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="noedidh_3" type="spawn" x="0" y="96" width="352" height="288">
<object name="ash2" type="spawn" x="0" y="128" width="352" height="256">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_5" type="spawn" x="224" y="416" width="32" height="32"/>
<object name="fardaph_4" type="spawn" x="192" y="480" width="32" height="32"/>
<object name="noedidh_4" type="spawn" x="192" y="544" width="64" height="32">
<object name="ash2" type="spawn" x="224" y="416" width="32" height="32"/>
<object name="ash2" type="spawn" x="192" y="480" width="32" height="32"/>
<object name="ash2" type="spawn" x="192" y="544" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_3" type="spawn" x="192" y="608" width="64" height="32">
<object name="ash2" type="spawn" x="192" y="608" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_5" type="spawn" x="64" y="672" width="288" height="128">
<object name="ash3" type="spawn" x="64" y="672" width="288" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="fardaph_4" type="spawn" x="32" y="672" width="320" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_4" type="spawn" x="128" y="800" width="32" height="32"/>
<object name="ash4" type="spawn" x="128" y="800" width="32" height="32"/>
</objectgroup>
<objectgroup name="Keys" width="12" height="29"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="12" height="19" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="12" height="19">
<data encoding="base64" compression="zlib">
@@ -156,21 +155,20 @@
</object>
</objectgroup>
<objectgroup name="Spawn" width="12" height="19">
<object name="fardaph_5" type="spawn" x="32" y="96" width="32" height="32"/>
<object name="noedidh_4" type="spawn" x="32" y="128" width="64" height="64"/>
<object name="fardaph_4" type="spawn" x="64" y="192" width="32" height="32"/>
<object name="noedidh_5" type="spawn" x="64" y="224" width="64" height="128">
<object name="ash3" type="spawn" x="32" y="96" width="32" height="32"/>
<object name="ash3" type="spawn" x="64" y="192" width="32" height="32"/>
<object name="ash4" type="spawn" x="64" y="224" width="64" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="noedidh_4" type="spawn" x="96" y="352" width="32" height="160"/>
<object name="fardaph_5" type="spawn" x="160" y="288" width="160" height="160">
<object name="fire1" type="spawn" x="96" y="352" width="32" height="160"/>
<object name="ash4" type="spawn" x="160" y="288" width="160" height="160">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="fardaph_4" type="spawn" x="192" y="448" width="32" height="32"/>
<object name="fire1" type="spawn" x="192" y="448" width="32" height="32"/>
</objectgroup>
<objectgroup name="Keys" width="12" height="19"/>
</map>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="29" height="30" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="29" height="30">
<data encoding="base64" compression="zlib">
@@ -155,63 +154,50 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="29" height="30" visible="0">
<object name="sphinx_1" type="spawn" x="192" y="128" width="32" height="32"/>
<object name="sphinx_1" type="spawn" x="96" y="160" width="160" height="256">
<objectgroup name="Spawn" width="29" height="30">
<object name="ash4" type="spawn" x="192" y="128" width="32" height="32"/>
<object name="fire1" type="spawn" x="96" y="160" width="160" height="256">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="sphinx_1" type="spawn" x="128" y="416" width="32" height="64"/>
<object name="sphinx_2" type="spawn" x="32" y="480" width="128" height="224"/>
<object name="sphinx_1" type="spawn" x="0" y="480" width="160" height="224"/>
<object name="sphinx_1" type="spawn" x="96" y="704" width="160" height="224">
<object name="fire1" type="spawn" x="128" y="416" width="32" height="64"/>
<object name="fire1" type="spawn" x="32" y="480" width="128" height="224"/>
<object name="fire1" type="spawn" x="96" y="704" width="160" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="sphinx_2" type="spawn" x="256" y="704" width="64" height="32"/>
<object name="sphinx_1" type="spawn" x="384" y="736" width="32" height="32"/>
<object name="sphinx_2" type="spawn" x="416" y="704" width="64" height="160"/>
<object name="sphinx_2" type="spawn" x="512" y="704" width="320" height="224">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="sphinx_1" type="spawn" x="480" y="704" width="352" height="224">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="sphinx_1" type="spawn" x="576" y="576" width="32" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="sphinx_2" type="spawn" x="512" y="544" width="32" height="32"/>
<object name="sphinx_3" type="spawn" x="288" y="416" width="192" height="160"/>
<object name="sphinx_2" type="spawn" x="256" y="416" width="224" height="160"/>
<object name="sphinx_2" type="spawn" x="576" y="384" width="32" height="192">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="sphinx_1" type="spawn" x="736" y="576" width="64" height="32"/>
<object name="sphinx_2" type="spawn" x="640" y="544" width="96" height="96"/>
<object name="sphinx_1" type="spawn" x="288" y="256" width="32" height="32"/>
<object name="sphinx_1" type="spawn" x="352" y="128" width="192" height="160">
<object name="fire1" type="spawn" x="256" y="704" width="64" height="32"/>
<object name="fire1" type="spawn" x="384" y="736" width="32" height="32"/>
<object name="ash4" type="spawn" x="416" y="704" width="64" height="160"/>
<object name="fire2" type="spawn" x="512" y="704" width="320" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="sphinx_2" type="spawn" x="576" y="128" width="32" height="32"/>
<object name="sphinx_2" type="spawn" x="640" y="96" width="224" height="288"/>
<object name="sphinx_1" type="spawn" x="608" y="96" width="256" height="288">
<object name="ash4" type="spawn" x="512" y="544" width="32" height="32"/>
<object name="fire1" type="spawn" x="288" y="416" width="192" height="160"/>
<object name="fire1" type="spawn" x="576" y="384" width="32" height="320">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="fire1" type="spawn" x="736" y="576" width="64" height="32"/>
<object name="fire1" type="spawn" x="640" y="544" width="96" height="96"/>
<object name="fire2" type="spawn" x="288" y="256" width="32" height="32"/>
<object name="fire1" type="spawn" x="352" y="128" width="192" height="160">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="ash2" type="spawn" x="576" y="128" width="32" height="32"/>
<object name="fire1" type="spawn" x="640" y="96" width="224" height="288">
<properties>
<property name="quantity" value="4"/>
</properties>
</object>
<object name="sphinx_1" type="spawn" x="672" y="384" width="32" height="160">
<object name="fire1" type="spawn" x="672" y="384" width="32" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="13" height="19" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="13" height="19">
<data encoding="base64" compression="zlib">
@@ -136,7 +135,7 @@
eJxjYKAMpAuQJgcSS8OhB5scPvUgEI5FDpsYqXpm8xLW08+E3x58/iQVELKLVoActxIKf0r0ILsHW/hORYs3QumHErcgA0Lxg56e6AEAvUEN0Q==
</data>
</layer>
<layer name="Walkable" width="13" height="19" visible="0">
<layer name="Walkable" width="13" height="19">
<data encoding="base64" compression="zlib">
eJxzFWBgcB0ADAK01IMOcMmRogefPaS6l1R7sLkPlxkDFeYDoYfUcCBWD75wxqUPlzpS44nc8EDHANfDPm0=
</data>
@@ -155,13 +154,20 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="13" height="19" visible="0">
<object name="sphinx_2" type="spawn" x="64" y="96" width="128" height="128"/>
<object name="sphinx_3" type="spawn" x="96" y="224" width="96" height="64"/>
<object name="sphinx_1" type="spawn" x="288" y="128" width="96" height="32"/>
<object name="sphinx_3" type="spawn" x="256" y="224" width="64" height="64"/>
<object name="sphinx_2" type="spawn" x="192" y="288" width="32" height="128"/>
<object name="sphinx_3" type="spawn" x="192" y="416" width="192" height="160">
<objectgroup name="Spawn" width="13" height="19">
<object name="fire1" type="spawn" x="64" y="128" width="128" height="160">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object name="fire1" type="spawn" x="288" y="128" width="96" height="32"/>
<object name="fire1" type="spawn" x="256" y="224" width="64" height="64"/>
<object name="fire1" type="spawn" x="192" y="288" width="32" height="128">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object name="fire2" type="spawn" x="192" y="416" width="192" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -1,125 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="28" height="28" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png"/>
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_border_1.png"/>
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png"/>
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png"/>
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png"/>
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png"/>
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png"/>
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png"/>
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png"/>
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png"/>
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png"/>
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png"/>
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png"/>
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png"/>
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png"/>
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png"/>
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png"/>
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png"/>
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png"/>
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png"/>
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png"/>
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png"/>
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png"/>
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png"/>
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png"/>
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png"/>
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png"/>
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png"/>
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png"/>
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png"/>
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png"/>
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png"/>
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png"/>
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png"/>
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png"/>
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png"/>
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png"/>
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png"/>
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png"/>
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png"/>
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="28" height="28">
<data encoding="base64" compression="zlib">
@@ -136,7 +135,7 @@
eJxjYBjZIF2AturR9aaRqD8cqD6fB1UMxDdkIk4vqYAcPZTap0iEX4jRKwRkKxMwixb+w5cmSI1vZLNw6UV2BzHpAJ9dMDuM8JgDCtN2XvLtgQFSw4ISQEk+JQegpw0hEuIFn1tBcvbchO1DB/jyAbreaqTyhZg0hwvg8gfIzHSk9NMNLb9AaW42kL2VB1MPMfbB1CDnAWzpuBqL+c1IYsSWy4TKFhjoxmIfcjlFShkESkeE0hI2/yEDSso8bADmv1wc9mKLF0oAehig1xf44oVabhhsIB2tDqC1P4lN+wMF6BHP2Mo3Wto70GEOy3Ow/IetLAIAttQeEQ==
</data>
</layer>
<layer name="Walkable" width="28" height="28" visible="0">
<layer name="Walkable" width="28" height="28">
<data encoding="base64" compression="zlib">
eJxzFWBgcB3FJGNkMNjtI0UfNezBBvDpoSRM8Iljk6eVfbj8ORzsIxS/5NpFiVtJsYOa7iY3/GhhJ7HxNdD2wcRIcQ8xavHZR2rck+ouQmZTyz5y3USvtEcv+wiFG764oAemt50D4Ud84TwSwpxYe2mZ9gc6zNExAFjv1n8=
</data>
@@ -155,40 +154,32 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" width="28" height="28" visible="0">
<object name="lava_spawn_1" type="spawn" x="672" y="832" width="96" height="32"/>
<object name="lava_spawn_1" type="spawn" x="576" y="800" width="32" height="32"/>
<object name="lava_spawn_2" type="spawn" x="480" y="736" width="64" height="64"/>
<object name="lava_spawn_1" type="spawn" x="320" y="736" width="128" height="32"/>
<object name="lava_spawn_2" type="spawn" x="192" y="640" width="96" height="128"/>
<object name="lava_spawn_1" type="spawn" x="96" y="640" width="64" height="32"/>
<object name="lava_spawn_1" type="spawn" x="32" y="576" width="64" height="64"/>
<object name="lava_spawn_1" type="spawn" x="64" y="512" width="32" height="32"/>
<object name="lava_spawn_1" type="spawn" x="96" y="448" width="32" height="32"/>
<object name="lava_spawn_2" type="spawn" x="96" y="352" width="64" height="64"/>
<object name="lava_spawn_2" type="spawn" x="192" y="288" width="96" height="96"/>
<object name="lava_spawn_1" type="spawn" x="320" y="352" width="64" height="64"/>
<object name="lava_spawn_2" type="spawn" x="352" y="416" width="64" height="128"/>
<object name="lava_spawn_2" type="spawn" x="448" y="512" width="64" height="32"/>
<object name="lava_spawn_3" type="spawn" x="544" y="448" width="288" height="192">
<objectgroup name="Spawn" width="28" height="28">
<object name="fire2" type="spawn" x="640" y="832" width="128" height="32"/>
<object name="fire2" type="spawn" x="576" y="800" width="32" height="32"/>
<object name="fire3" type="spawn" x="480" y="736" width="64" height="64"/>
<object name="fire3" type="spawn" x="320" y="736" width="128" height="32"/>
<object name="fire2" type="spawn" x="192" y="640" width="96" height="128"/>
<object name="fire2" type="spawn" x="96" y="640" width="64" height="32"/>
<object name="fire3" type="spawn" x="64" y="512" width="32" height="64"/>
<object name="fire2" type="spawn" x="96" y="384" width="32" height="96"/>
<object name="fire3" type="spawn" x="128" y="320" width="192" height="64"/>
<object name="fire2" type="spawn" x="320" y="352" width="96" height="192"/>
<object name="fire2" type="spawn" x="448" y="512" width="64" height="32"/>
<object name="ash4" type="spawn" x="544" y="448" width="288" height="192">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_2" type="spawn" x="512" y="448" width="320" height="192">
<object name="fire2" type="spawn" x="224" y="192" width="32" height="128"/>
<object name="fire2" type="spawn" x="416" y="192" width="128" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_2" type="spawn" x="224" y="128" width="128" height="96"/>
<object name="lava_spawn_3" type="spawn" x="384" y="160" width="128" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object name="lava_spawn_2" type="spawn" x="544" y="288" width="96" height="32"/>
<object name="lava_spawn_2" type="spawn" x="640" y="160" width="32" height="128"/>
<object name="lava_spawn_3" type="spawn" x="704" y="128" width="32" height="32"/>
<object name="fire2" type="spawn" x="544" y="288" width="96" height="32"/>
<object name="fire3" type="spawn" x="640" y="160" width="32" height="128"/>
<object name="fire3" type="spawn" x="704" y="128" width="32" height="32"/>
</objectgroup>
<objectgroup name="Keys" width="28" height="28"/>
</map>

View File

@@ -154,7 +154,7 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="charwdg3" type="spawn" x="256" y="96" width="192" height="128">
<object name="charwdg3" type="spawn" x="256" y="96" width="192" height="96">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -149,7 +149,7 @@
</object>
</objectgroup>
<objectgroup name="Spawn" width="20" height="8">
<object name="charwdg2" type="spawn" x="64" y="96" width="320" height="128">
<object name="charwdg2" type="spawn" x="64" y="96" width="320" height="96">
<properties>
<property name="quantity" value="3"/>
</properties>

View File

@@ -168,7 +168,7 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="forestserpent2" type="spawn" x="512" y="352" width="96" height="96"/>
<object name="forestserpent2" type="spawn" x="512" y="352" width="64" height="96"/>
<object name="forestboar2" type="spawn" x="352" y="544" width="64" height="96"/>
</objectgroup>
<objectgroup name="Keys" width="20" height="22" visible="0"/>

View File

@@ -187,7 +187,7 @@
<property name="quantity" value="3"/>
</properties>
</object>
<object name="forestserpent2" type="spawn" x="480" y="704" width="128" height="160">
<object name="forestserpent2" type="spawn" x="480" y="704" width="96" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -193,7 +193,7 @@
</properties>
</object>
<object name="charwdg3" type="spawn" x="480" y="448" width="32" height="32"/>
<object name="charwdg2" type="spawn" x="480" y="480" width="128" height="160">
<object name="mazarth1" type="spawn" x="480" y="480" width="128" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>

View File

@@ -235,8 +235,13 @@
<property name="quantity" value="2"/>
</properties>
</object>
<object name="charwdg2" type="spawn" x="448" y="512" width="32" height="32"/>
<object name="mazarth2" type="spawn" x="448" y="512" width="32" height="32"/>
<object name="charwdg2" type="spawn" x="160" y="352" width="128" height="32"/>
<object name="mazarth1" type="spawn" x="128" y="576" width="160" height="192">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" width="29" height="30"/>
</map>

View File

@@ -62,7 +62,7 @@ public final class TileManager {
public final TileCache tileCache = new TileCache();
public final TileCollection preloadedTiles = new TileCollection(95);
public final TileCollection preloadedTiles = new TileCollection(96);
public TileCollection currentMapTiles;
public TileCollection adjacentMapTiles;
private final HashSet<Integer> preloadedTileIDs = new HashSet<Integer>();