mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Merge branch 'master' into stoutford_tests
Conflicts: AndorsTrail/res/xml/stoutford_church.tmx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="42"
|
||||
android:versionCode="43"
|
||||
android:versionName="0.7.2dev"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
@@ -181,5 +181,44 @@
|
||||
}
|
||||
],
|
||||
"message": "Sorry. You already spent 100 gold..."
|
||||
}
|
||||
},
|
||||
{
|
||||
"message":"Hmmm.... Beer....",
|
||||
"id":"signbeer"
|
||||
},
|
||||
{
|
||||
"message":"Do you want beer ?",
|
||||
"id":"npc3_0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"npc3_1",
|
||||
"text":"Beer !"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"message":"Bees & beer !",
|
||||
"id":"npc3_1",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardID":"debug_insect_inactive",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"spawnAll"
|
||||
},
|
||||
{
|
||||
"rewardID":"Inactive",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"activateMapObjectGroup"
|
||||
},
|
||||
{
|
||||
"rewardID":"Active",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"deactivateMapObjectGroup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"message":"No beer for you !",
|
||||
"id":"signnobeer"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -37,6 +37,24 @@
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "traveller3",
|
||||
"iconID": "monsters_man1:0",
|
||||
"name": "Traveller3",
|
||||
"spawnGroup": "debugNPC3",
|
||||
"monsterClass": "humanoid",
|
||||
"unique": 1,
|
||||
"maxHP": 10,
|
||||
"maxAP": 10,
|
||||
"moveCost": 10,
|
||||
"attackCost": 10,
|
||||
"attackChance": 50,
|
||||
"phraseID": "npc3_0",
|
||||
"attackDamage": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "debug_black_ant",
|
||||
"iconID": "monsters_insects:0",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,13 +162,23 @@
|
||||
<object name="forestboar4" type="spawn" x="128" y="352" width="448" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="192" y="64" width="64" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="352" y="64" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="192" y="64" width="64" height="96"/>
|
||||
<object name="gornaud_1" type="spawn" x="352" y="64" width="96" height="32"/>
|
||||
<object name="forestwolf2" type="spawn" x="64" y="160" width="512" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="27" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -143,7 +144,7 @@
|
||||
eJztU1sKwCAM8wi7lPe/0tiHIGW1ebh9GSi4ok3apf1qrZ84sTkexPOcG98x5/BlyHSxfaB8M2+mQ623uovO9iu4/b3VYPNKj+hbtL9MI8OpeF7xt7oHMx+im9G1mn8FZZaVbhbOjFVkflM85Ghz9g+5g+wWWqPaX+Q+Mif0LauP6ZPpD61T6dnhe8dPzn+M+zPOCsefcQM8v6C1
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="864" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
@@ -163,15 +164,28 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="restless_dead_1" type="spawn" x="352" y="704" width="128" height="96"/>
|
||||
<object name="forestboar4" type="spawn" x="480" y="128" width="288" height="288"/>
|
||||
<object name="forestboar4" type="spawn" x="704" y="576" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="352" y="704" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar4" type="spawn" x="480" y="128" width="288" height="288">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar4_1" type="spawn" x="704" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="primwolf1" type="spawn" x="288" y="480" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="primwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -143,7 +144,7 @@
|
||||
eJy9klEOwCAMQj3CLuX9r7T4Z4wIrLgm/dmQV6r9aa1f7FE3/RPc5Iyq11yq30nr+iA2KsRAXKVWLTuX4CI9Ov/lfh2uOyf6n+BW3ijTVfKqns5sil7VOPOv3xSeM5+bN7VrtqvE23LzsjPurlEl8zIu2vXO32FWupq3wlXu5O/sc7+gZoQn
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="0" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
@@ -163,24 +164,35 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="primwolf1" type="spawn" x="96" y="64" width="192" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="primwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_3" type="spawn" x="768" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="primwolf1_1" type="spawn" x="384" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="primwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_3" type="spawn" x="768" y="192" width="32" height="32"/>
|
||||
<object name="primwolf1" type="spawn" x="384" y="416" width="32" height="32"/>
|
||||
<object name="forestboar4" type="spawn" x="352" y="96" width="320" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="primwolf1" type="spawn" x="704" y="320" width="192" height="256">
|
||||
<object name="primwolf1_2" type="spawn" x="704" y="320" width="192" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="primwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -143,7 +144,7 @@
|
||||
eJzdk9EJADEIQzvCLdX9V7rfIkZf7vCnglCkMTG2+1lrX5JnxLqDjeHgTj7ag/BXPSawxLsKN4XtZlW+dxF5VW2SN9b+zJv5ps4Olv43pVX5TIJoJvcotupHNdJdZnrcv1rt66tm19Os3s1V+UWwzptV+QKHgFaq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="96" y="928" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
@@ -169,24 +170,35 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_2" type="spawn" x="96" y="864" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="288" y="576" width="64" height="64"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_2" type="spawn" x="96" y="864" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_1" type="spawn" x="288" y="576" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="32" y="224" width="128" height="544">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="96" width="288" height="416">
|
||||
<object name="gornaud_1_1" type="spawn" x="160" y="96" width="288" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="704" width="224" height="160">
|
||||
<object name="gornaud_2_2" type="spawn" x="96" y="704" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -143,7 +144,7 @@
|
||||
eJzFk9ENACEIQx3Bpdx/JX+NaaEV7zQhkeijQGD01sYHth7n734q7G0e+RU2ixv5jFW1UK4o9+iusOu7q8tYFi+aP6Qb9S9jVV1nF26wbDZZrc5OnHAu8ypPlWW7VmUVfdarjD2psdIblKPbm79tAjViW/o=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="0" y="160" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain15"/>
|
||||
@@ -158,37 +159,62 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="192" y="672" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="288" width="64" height="64"/>
|
||||
<object name="gornaud_2" type="spawn" x="128" y="192" width="32" height="128"/>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="352" width="160" height="192">
|
||||
<object name="gornaud_2" type="spawn" x="32" y="288" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_1" type="spawn" x="128" y="192" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_2" type="spawn" x="32" y="352" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="224" y="256" width="96" height="192"/>
|
||||
<object name="gornaud_2" type="spawn" x="224" y="448" width="96" height="96">
|
||||
<object name="gornaud_1_1" type="spawn" x="224" y="256" width="96" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_3" type="spawn" x="224" y="448" width="96" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="32" width="352" height="160">
|
||||
<object name="gornaud_2_4" type="spawn" x="96" y="32" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="160" width="128" height="352"/>
|
||||
<object name="gornaud_1" type="spawn" x="96" y="544" width="224" height="128"/>
|
||||
<object name="gornaud_2" type="spawn" x="64" y="768" width="160" height="128">
|
||||
<object name="gornaud_1_2" type="spawn" x="320" y="160" width="128" height="352">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_3" type="spawn" x="96" y="544" width="224" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_5" type="spawn" x="64" y="768" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -121,7 +122,7 @@
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../../../Project template/drawable/map_transition_5.png" width="512" height="256"/>
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
@@ -158,7 +159,7 @@
|
||||
eJxzFWBgcB2hGAYIqcHGpsQ8bIAYteSahw8Qayax9hID6BEuxMQXMXoAQKouKA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="96" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain15"/>
|
||||
@@ -172,11 +173,27 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_3" type="spawn" x="384" y="224" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="160" width="128" height="128"/>
|
||||
<object name="bwm_agent_4" type="spawn" x="256" y="224" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="416" y="96" width="128" height="192"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="384" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="160" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_4" type="spawn" x="256" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_1" type="spawn" x="416" y="96" width="128" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="22" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcIViEHAVIA8PhF5iAS59lNg5kOFEjr+R9RITnsNJLzZ5fHGJLxwHOg1RQy+usCJVLzaATw6bvcQAUv1Gql5iMACZHUy0
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="96" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain17"/>
|
||||
@@ -154,21 +155,39 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_3" type="spawn" x="128" y="288" width="32" height="96"/>
|
||||
<object name="gornaud_3" type="spawn" x="64" y="224" width="32" height="160"/>
|
||||
<object name="gornaud_3" type="spawn" x="128" y="96" width="256" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="224" width="64" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="224" y="224" width="224" height="448">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="128" y="288" width="32" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="gornaud_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="128" y="576" width="160" height="96">
|
||||
<object name="gornaud_3_1" type="spawn" x="64" y="224" width="32" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_3_2" type="spawn" x="128" y="96" width="256" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="224" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_1" type="spawn" x="224" y="224" width="224" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_2" type="spawn" x="128" y="576" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="10" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,9 +162,14 @@
|
||||
<object name="gornaud_1" type="spawn" x="32" y="64" width="576" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="320" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="224" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="10" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB0gjAsQq5YSM6mtjhQ3wtQSG0a0UEdIPTF+wOZnaocfpWaS4hdsGACF1Swq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="10" height="20">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="down" type="mapchange" x="32" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain19"/>
|
||||
@@ -154,14 +155,23 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="10" height="20">
|
||||
<object name="wyrm_1" type="spawn" x="96" y="96" width="160" height="192"/>
|
||||
<object name="wyrm_1" type="spawn" x="128" y="288" width="32" height="128"/>
|
||||
<object name="wyrm_1" type="spawn" x="64" y="448" width="224" height="160">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_1" type="spawn" x="96" y="96" width="160" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1_1" type="spawn" x="128" y="288" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1_2" type="spawn" x="64" y="448" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="10" height="20"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="22" height="16" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -150,13 +151,41 @@
|
||||
<object name="sign_blackwater29" type="sign" x="288" y="448" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="guthbered" type="spawn" x="576" y="128" width="32" height="32"/>
|
||||
<object name="guthbered_guard" type="spawn" x="544" y="128" width="32" height="32"/>
|
||||
<object name="guthbered_guard" type="spawn" x="608" y="128" width="32" height="32"/>
|
||||
<object name="prim_guard2" type="spawn" x="448" y="352" width="192" height="128"/>
|
||||
<object name="prim_guard1" type="spawn" x="288" y="128" width="192" height="32"/>
|
||||
<object name="prim_guard3" type="spawn" x="64" y="256" width="32" height="32"/>
|
||||
<object name="prim_guard4" type="spawn" x="192" y="96" width="32" height="32"/>
|
||||
<object name="guthbered" type="spawn" x="576" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="guthbered"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guthbered_guard" type="spawn" x="544" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="guthbered_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guthbered_guard_1" type="spawn" x="608" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="guthbered_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prim_guard2" type="spawn" x="448" y="352" width="192" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prim_guard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prim_guard1" type="spawn" x="288" y="128" width="192" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prim_guard1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prim_guard3" type="spawn" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prim_guard3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prim_guard4" type="spawn" x="192" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prim_guard4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -158,7 +159,7 @@
|
||||
eJxzFWBgcB3hGAZG7aWuHdS2lxj9+ACx5sPUUqIfnz58YYPNDZSEDbIYIb+hy+FzLzH2UguQGs/o/kA2g5r2Uitf0AMPtL3khDWl9hKyY6DDhFL/EBN2yGqItRddD7pd5ABq+JMa5tMbAwAuBpLD
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="800" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39a"/>
|
||||
@@ -180,23 +181,49 @@
|
||||
<object name="sign_blackwater30" type="sign" x="256" y="576" width="32" height="32"/>
|
||||
<object name="sign_bwm30_grave" type="sign" x="608" y="192" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="bwm_agent_5" type="spawn" x="192" y="320" width="32" height="32"/>
|
||||
<object name="wyrm_1" type="spawn" x="480" y="160" width="224" height="192"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="bwm_agent_5" type="spawn" x="192" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="480" y="160" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2" type="spawn" x="736" y="288" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="64" y="256" width="64" height="96"/>
|
||||
<object name="wyrm_2" type="spawn" x="768" y="416" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="704" y="544" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="320" y="512" width="352" height="96"/>
|
||||
<object name="wyrm_2" type="spawn" x="160" y="64" width="64" height="160">
|
||||
<object name="wyrm_3" type="spawn" x="64" y="256" width="64" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_1" type="spawn" x="768" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_2" type="spawn" x="704" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_3" type="spawn" x="320" y="512" width="352" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_4" type="spawn" x="160" y="64" width="64" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -158,7 +159,7 @@
|
||||
eJztlMsNhDAMRClhm6L/lva0F8sz85wlEkJYigT48+KJw/k5jvNhq7MU93sndSl/ssfqm8Q6o2ylBa1BuCRP1XD7TczuXLp6JL5qQ7ip70nchOn0U/OmeCtMl09shUe4yr+bu9qni3X16jfHJbUp1/Wr7hc9o8k5pZ6Sr8atcmtNes4THdKzy1exJDfxulzCInue5k77vprr5kHlV7/Tm8w/vSd03Y1b9VD6Ot3Vc+qX1LnCyEz+43d6dTOc7hTVP/2v3rV/fQGSTav/
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="928" y="96" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain30"/>
|
||||
@@ -173,47 +174,74 @@
|
||||
</object>
|
||||
<object name="sign_blackwater32" type="sign" x="832" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="wyrm_2" type="spawn" x="832" y="672" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="608" y="32" width="320" height="256">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="832" y="672" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_1" type="spawn" x="608" y="32" width="320" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="320" y="160" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="96" y="512" width="352" height="160">
|
||||
<object name="wyrm_3_1" type="spawn" x="96" y="512" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="64" y="736" width="704" height="128">
|
||||
<object name="wyrm_3_2" type="spawn" x="64" y="736" width="704" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="448" width="64" height="64"/>
|
||||
<object name="wyrm_3" type="spawn" x="480" y="224" width="320" height="224">
|
||||
<object name="wyrm_3_3" type="spawn" x="288" y="448" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3_4" type="spawn" x="480" y="224" width="320" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="608" y="448" width="32" height="96"/>
|
||||
<object name="wyrm_2" type="spawn" x="768" y="736" width="160" height="128"/>
|
||||
<object name="wyrm_3" type="spawn" x="352" y="672" width="32" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="32" y="384" width="192" height="288">
|
||||
<object name="wyrm_3_5" type="spawn" x="608" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_2" type="spawn" x="768" y="736" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3_6" type="spawn" x="352" y="672" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3_7" type="spawn" x="32" y="384" width="192" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2" type="spawn" x="480" y="512" width="416" height="160">
|
||||
<object name="wyrm_2_3" type="spawn" x="480" y="512" width="416" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB2BGAZIUY9M4zIPHRCjjhTz8AF0fYTMJMVOavkBVxgS435i/ECK+4g1j9g0QKp5pKRTaphFa/dRaiYhgE0tvvSErpeQWZQCaqQ/XGrxmUFqGqUmBgCUyFdU
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="64" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain12"/>
|
||||
@@ -168,19 +169,29 @@
|
||||
<object name="sign_bwm33_grave" type="sign" x="448" y="576" width="32" height="32"/>
|
||||
<object name="sign_bwm33_grave" type="sign" x="384" y="576" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0" visible="0">
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="restless_dead_1" type="spawn" x="64" y="160" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1" type="spawn" x="256" y="160" width="64" height="32"/>
|
||||
<object name="restless_dead_2" type="spawn" x="224" y="512" width="96" height="32"/>
|
||||
<object name="restless_dead_1" type="spawn" x="320" y="96" width="288" height="512">
|
||||
<object name="restless_dead_1_1" type="spawn" x="256" y="160" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_2" type="spawn" x="224" y="512" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1_2" type="spawn" x="320" y="96" width="288" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3FKICeemH6yVGLzV58ZhEDaGEvJf4dDHE0UHpH08bgj6OB0kvtsMJlFrGA2vbSGwMAWx53NA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="256" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain33"/>
|
||||
@@ -154,15 +155,47 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="restless_dead_1" type="spawn" x="224" y="320" width="32" height="32"/>
|
||||
<object name="restless_dead_2" type="spawn" x="224" y="608" width="32" height="32"/>
|
||||
<object name="restless_dead_2" type="spawn" x="160" y="384" width="160" height="224"/>
|
||||
<object name="restless_dead_2" type="spawn" x="192" y="192" width="96" height="128"/>
|
||||
<object name="restless_dead_2" type="spawn" x="160" y="832" width="32" height="32"/>
|
||||
<object name="restless_dead_1" type="spawn" x="288" y="256" width="64" height="32"/>
|
||||
<object name="restless_dead_1" type="spawn" x="288" y="832" width="64" height="32"/>
|
||||
<object name="restless_dead_1" type="spawn" x="192" y="640" width="96" height="256"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="224" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_2" type="spawn" x="224" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_2_1" type="spawn" x="160" y="384" width="160" height="224">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_2_2" type="spawn" x="192" y="192" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_2_3" type="spawn" x="160" y="832" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1_1" type="spawn" x="288" y="256" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1_2" type="spawn" x="288" y="832" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1_3" type="spawn" x="192" y="640" width="96" height="256">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="11" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3CGBkQowYdYFOHzwx8dpPqFmL9h00cAOwqHI8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="160" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain32"/>
|
||||
@@ -154,11 +155,27 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="wyrm_4" type="spawn" x="224" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="96" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="64" y="192" width="32" height="64"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="192" width="32" height="64"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="224" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_1" type="spawn" x="96" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_2" type="spawn" x="64" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_3" type="spawn" x="256" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3CGAQo0Yuun5B5hACp7qXELHzmUSs8BlIvTAyfubj0EROm+OwlJp6okX5BGACE4zrG
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="96" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain36"/>
|
||||
@@ -154,12 +155,32 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="wyrm_4" type="spawn" x="160" y="160" width="32" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="192" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="256" width="64" height="160"/>
|
||||
<object name="wyrm_3" type="spawn" x="256" y="416" width="96" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="160" y="384" width="64" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="160" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_1" type="spawn" x="352" y="256" width="64" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3_1" type="spawn" x="256" y="416" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_2" type="spawn" x="160" y="384" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="19" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3FIwZjA5Sahc7GZR8+dYTcSAwgxgxi7CPVHcSopzQeiLEXV5iT6jZSw4fcuCM1jeETI9cP5KZ3etpNiZsJ5ceBsJeQucTYS2r6ganH5wZyACn+JcduUsOHVLcS6x9Sw4gaaYaaGADPmYEq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="19">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="896" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain37"/>
|
||||
@@ -157,14 +158,34 @@
|
||||
<object name="sign_blackwater38_2" type="sign" x="224" y="192" width="32" height="32"/>
|
||||
<object name="sign_blackwater38_3" type="sign" x="96" y="544" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="19">
|
||||
<object name="wyrm_4" type="spawn" x="576" y="160" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="288" width="64" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="32" y="288" width="64" height="160"/>
|
||||
<object name="bwm_agent_6" type="spawn" x="768" y="480" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="160" width="192" height="224"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="576" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_1" type="spawn" x="256" y="288" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_2" type="spawn" x="32" y="288" width="64" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_6" type="spawn" x="768" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_6"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4_3" type="spawn" x="352" y="160" width="192" height="224">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="19">
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:60" type="key" x="640" y="384" width="64" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_60"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3FGBgZkKMXnU2ueeh60AE2NYT8QyygNHxIMZfYcCHVnQNlHqVpiFruQ1aPbgY5ZhILKEkTxJqJzS/E5iNi3EZp+ifWXlLNIyfuqWEeNgwAbm9goA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="128" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39a"/>
|
||||
@@ -153,16 +154,29 @@
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="64" y="416" width="256" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="wyrm_2" type="spawn" x="192" y="192" width="64" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="256" y="96" width="288" height="128"/>
|
||||
<object name="wyrm_2" type="spawn" x="160" y="224" width="448" height="352">
|
||||
<object name="wyrm_1" type="spawn" x="64" y="416" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="192" y="192" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_1" type="spawn" x="256" y="96" width="288" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_2" type="spawn" x="160" y="224" width="448" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -200,7 +201,7 @@
|
||||
eJzbKMbAsJEIDALEqCMWD0XzkAE+fYT0YgOkqsflBnLMIzdciTWD1HCnlnnEuI8U+0gF5LoNl9hgDWdapgVq6CHHbZTELbFmDYZwptQcAKp5720=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="20">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="320" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39"/>
|
||||
@@ -214,36 +215,53 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="20">
|
||||
<object name="wyrm_2" type="spawn" x="320" y="64" width="32" height="64"/>
|
||||
<object name="wyrm_2" type="spawn" x="480" y="448" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="320" y="64" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_1" type="spawn" x="480" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="352" y="96" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2" type="spawn" x="32" y="96" width="224" height="288">
|
||||
<object name="wyrm_2_2" type="spawn" x="32" y="96" width="224" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="288" y="320" width="32" height="64"/>
|
||||
<object name="wyrm_2" type="spawn" x="352" y="288" width="192" height="160">
|
||||
<object name="wyrm_1_1" type="spawn" x="288" y="320" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2" type="spawn" x="128" y="448" width="224" height="160">
|
||||
<object name="wyrm_2_3" type="spawn" x="352" y="288" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2" type="spawn" x="384" y="480" width="128" height="64">
|
||||
<object name="wyrm_2_4" type="spawn" x="128" y="448" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_2_5" type="spawn" x="384" y="480" width="128" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wyrm_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="20"/>
|
||||
<objectgroup name="Replace" width="20" height="20"/>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Replace"/>
|
||||
</map>
|
||||
|
||||
@@ -159,20 +159,27 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_2" type="spawn" x="192" y="224" width="96" height="96"/>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="128" width="416" height="96">
|
||||
<object name="gornaud_2" type="spawn" x="192" y="224" width="96" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="320" width="384" height="96">
|
||||
<object name="gornaud_2_1" type="spawn" x="32" y="128" width="416" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_2" type="spawn" x="32" y="320" width="384" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="halvor" type="spawn" x="416" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="active" value="false"/>
|
||||
<property name="spawngroup" value="halvor"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="11" height="11" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -143,7 +144,7 @@
|
||||
eJxzFWBgcEXDIIAuhgtTUy02QIpaXHqQxZFpYuzAZgY11dIDAwCFFB7i
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
@@ -157,9 +158,17 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="kazaul_1" type="spawn" x="160" y="192" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="224" y="128" width="96" height="128"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="kazaul_1" type="spawn" x="160" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_1" type="spawn" x="224" y="128" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -156,12 +156,36 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="kazaul_1" type="spawn" x="32" y="672" width="128" height="160"/>
|
||||
<object name="kazaul_1" type="spawn" x="576" y="224" width="352" height="160"/>
|
||||
<object name="kazaul_1" type="spawn" x="96" y="224" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="320" y="256" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="512" y="608" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="320" y="736" width="160" height="96"/>
|
||||
<object name="kazaul_1" type="spawn" x="32" y="672" width="128" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_1" type="spawn" x="576" y="224" width="352" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_2" type="spawn" x="96" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_3" type="spawn" x="320" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_4" type="spawn" x="512" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1_5" type="spawn" x="320" y="736" width="160" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -153,26 +153,31 @@
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="kazaul_guardian" type="spawn" x="480" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="kazaul_guardian"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1" type="spawn" x="672" y="416" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_2" type="spawn" x="672" y="96" width="192" height="832">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="kazaul_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_2" type="spawn" x="32" y="96" width="288" height="480">
|
||||
<object name="kazaul_2_1" type="spawn" x="32" y="96" width="288" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="kazaul_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="kazaul_1" type="spawn" x="32" y="448" width="288" height="480">
|
||||
<object name="kazaul_1_1" type="spawn" x="32" y="448" width="288" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="kazaul_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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" width="512" height="256"/>
|
||||
@@ -155,7 +156,7 @@
|
||||
eJztk9sNwCAIRR2hS7n/Sk3/GsO9PATb2JIQUQMHUPrRWv91iV5itcczJFbuPS6zPTlKua3kVtSLpJqr9bOCq8VCPbH0i/lZuGhuIuyvcUf/mZylO7SPCutPJVfiaww2iyw+sjM1WvMu3Lf0eXZ2UTx2xnJFK7vzzuLO9aL8tL/o/YMRLmLMcL3vm8W11PsU1xLLI8zXw8/WEzeLqQI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="896" y="896" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain38"/>
|
||||
@@ -175,21 +176,77 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="blackwater_guest1" type="spawn" x="480" y="96" width="192" height="160"/>
|
||||
<object name="blackwater_guest2" type="spawn" x="512" y="96" width="224" height="192"/>
|
||||
<object name="blackwater_cook" type="spawn" x="832" y="128" width="32" height="32"/>
|
||||
<object name="mazeg" type="spawn" x="832" y="416" width="32" height="32"/>
|
||||
<object name="keneg" type="spawn" x="384" y="384" width="320" height="256"/>
|
||||
<object name="waeges" type="spawn" x="224" y="448" width="64" height="64"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="256" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="160" y="704" width="32" height="32"/>
|
||||
<object name="ungorm" type="spawn" x="128" y="640" width="320" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="384" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="320" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="64" y="320" width="96" height="192"/>
|
||||
<object name="blackwater_entranceguard" type="spawn" x="704" y="736" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="blackwater_guest1" type="spawn" x="480" y="96" width="192" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guest1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guest2" type="spawn" x="512" y="96" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guest2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_cook" type="spawn" x="832" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_cook"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mazeg" type="spawn" x="832" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="mazeg"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="keneg" type="spawn" x="384" y="384" width="320" height="256">
|
||||
<properties>
|
||||
<property name="spawngroup" value="keneg"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="waeges" type="spawn" x="224" y="448" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="waeges"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_fighter" type="spawn" x="160" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_fighter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_fighter_1" type="spawn" x="256" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_fighter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_pupil" type="spawn" x="160" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_pupil"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="ungorm" type="spawn" x="128" y="640" width="320" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="ungorm"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_pupil_1" type="spawn" x="384" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_pupil"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_pupil_2" type="spawn" x="320" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_pupil"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_fighter_2" type="spawn" x="64" y="320" width="96" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_fighter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_entranceguard" type="spawn" x="704" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_entranceguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB2BGAYIyeMDpKglxTyYmYTY2PiE/IqLTYp5w9F9hOKDlHRFK/Oole5JiRdq+pcQwGcnujixYUsr8wj5lxqAUH4hVz81MQD4nFmn
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="576" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain43"/>
|
||||
@@ -161,16 +162,44 @@
|
||||
<object name="rest1" type="rest" x="32" y="128" width="32" height="32"/>
|
||||
<object name="rest3" type="rest" x="32" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="blackwater_sleephall" type="spawn" x="64" y="96" width="32" height="32"/>
|
||||
<object name="herec" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="iducus" type="spawn" x="64" y="448" width="128" height="64"/>
|
||||
<object name="blackwater_priest" type="spawn" x="512" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="544" y="544" width="32" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="128" width="96" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="512" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="blackwater_sleephall" type="spawn" x="64" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_sleephall"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="herec" type="spawn" x="160" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="herec"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="iducus" type="spawn" x="64" y="448" width="128" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="iducus"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_priest" type="spawn" x="512" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_priest"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_pupil" type="spawn" x="544" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_pupil"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guard1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard1_1" type="spawn" x="448" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guard1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0">
|
||||
<objectgroup name="Keys">
|
||||
<object name="nondisplay:16" type="key" x="224" y="160" width="32" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcMWBQQCXHCFMa73oarABdHF0vdjUEKMXlxpCepHFifULMf4mRi8l9hIKB2z+x6VuoPXiikNi/EWMveRgACA0KC4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="416" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
@@ -155,12 +156,32 @@
|
||||
</object>
|
||||
<object name="sign_blackwater45" type="sign" x="96" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="blackwater_throneguard" type="spawn" x="224" y="224" width="32" height="32"/>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="256" width="32" height="32"/>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="384" width="32" height="32"/>
|
||||
<object name="harlenn" type="spawn" x="64" y="320" width="32" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="256" y="352" width="192" height="96"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="blackwater_throneguard" type="spawn" x="224" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_throneguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_bossguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard_1" type="spawn" x="64" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_bossguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="harlenn" type="spawn" x="64" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="harlenn"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard1" type="spawn" x="256" y="352" width="192" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guard1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,7 +156,7 @@
|
||||
eJxjYBgFo2AUDCQAAAOEAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="0" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5a"/>
|
||||
@@ -182,12 +183,24 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="bwm_agent_1" type="spawn" x="96" y="224" width="224" height="160"/>
|
||||
<object name="puny_caverat" type="spawn" x="320" y="192" width="96" height="96"/>
|
||||
<object name="puny_caverat" type="spawn" x="64" y="160" width="224" height="192"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="bwm_agent_1" type="spawn" x="96" y="224" width="224" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="puny_caverat" type="spawn" x="320" y="192" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="puny_caverat"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="puny_caverat_1" type="spawn" x="64" y="160" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="puny_caverat"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0">
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:10" type="key" x="320" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_1"/>
|
||||
@@ -197,5 +210,5 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" width="15" height="15"/>
|
||||
<objectgroup name="Replace"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB2iGBnA+Og0sjw2fbjUYlMzGPQi+w8Xm5BedHNwyWNzDzGAmnoJmUOsf0nVSwpAT1v40ig2N2JL1/jSN6G8QIp7iTWDlLxIql5SMACCAzB7
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="exit" type="mapchange" x="224" y="576" width="32" height="32"/>
|
||||
<object name="entry1" type="mapchange" x="64" y="512" width="32" height="32">
|
||||
<properties>
|
||||
@@ -157,12 +158,32 @@
|
||||
<object name="sign_blackwater50_right" type="sign" x="352" y="512" width="32" height="32"/>
|
||||
<object name="sign_blackwater50_left" type="sign" x="96" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="throdna" type="spawn" x="224" y="128" width="32" height="32"/>
|
||||
<object name="blackwater_acolyte" type="spawn" x="32" y="128" width="160" height="320"/>
|
||||
<object name="blackwater_acolyte" type="spawn" x="288" y="128" width="160" height="320"/>
|
||||
<object name="throdna_guard" type="spawn" x="192" y="128" width="32" height="32"/>
|
||||
<object name="throdna_guard" type="spawn" x="256" y="128" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="throdna" type="spawn" x="224" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="throdna"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_acolyte" type="spawn" x="32" y="128" width="160" height="320">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_acolyte"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_acolyte_1" type="spawn" x="288" y="128" width="160" height="320">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_acolyte"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="throdna_guard" type="spawn" x="192" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="throdna_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="throdna_guard_1" type="spawn" x="256" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="throdna_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -170,7 +171,7 @@
|
||||
eJxjYBgFo4B4AAACMAAB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="14" height="10">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="320" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain31"/>
|
||||
@@ -184,12 +185,20 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="14" height="10">
|
||||
<object name="restless_dead_1" type="spawn" x="64" y="128" width="160" height="96"/>
|
||||
<object name="restless_dead_1" type="spawn" x="256" y="128" width="160" height="96"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="64" y="128" width="160" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1_1" type="spawn" x="256" y="128" width="160" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="14" height="10"/>
|
||||
<objectgroup name="Replace" width="14" height="10">
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Replace">
|
||||
<object name="quest:100" type="replace" x="96" y="128" width="160" height="96">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_replace"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,7 +156,7 @@
|
||||
eJxzFWBgcB3FA4JhgF5mowN8+ohRS4p+cgEpdlHDfnQziPEfsf6nZvjQK11R0yxqYAAJcEVm
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="10">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="928" y="96" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain51"/>
|
||||
@@ -177,15 +178,24 @@
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="restless_dead_1" type="spawn" x="672" y="160" width="224" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="10">
|
||||
<object name="restless_dead_1" type="spawn" x="256" y="96" width="416" height="192">
|
||||
<object name="restless_dead_1" type="spawn" x="672" y="160" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard2" type="spawn" x="64" y="96" width="160" height="192"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="10"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1_1" type="spawn" x="256" y="96" width="416" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="restless_dead_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard2" type="spawn" x="64" y="96" width="160" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="blackwater_guard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -200,7 +201,7 @@
|
||||
eJzbKMbAsHEU0wSDADXNIcY8YtUgA0JqiHUjIfXYAC63E2M3KeYREzbUNA9ZPzZ16Hbg8i8uQKw6fICSNENt86iZT6iFB4N5APWD2OI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="18">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="224" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain4"/>
|
||||
@@ -214,21 +215,35 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="18">
|
||||
<object name="gornaud_1" type="spawn" x="64" y="256" width="96" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="384" width="32" height="32"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="64" y="256" width="96" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="160" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="128" width="128" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="352" y="160" width="224" height="320">
|
||||
<object name="gornaud_1_2" type="spawn" x="352" y="160" width="224" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2_1" type="spawn" x="192" y="384" width="192" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="192" y="384" width="192" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="18"/>
|
||||
<objectgroup name="Replace" width="20" height="18"/>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Replace"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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" width="512" height="256"/>
|
||||
@@ -155,7 +156,7 @@
|
||||
eJzFU9sRgCAMYwSXcv+V/PKHa14FlDtPrDRp2nBfY9w/PWixf9XZ97zKc3lZnYwLaVzldXSheIKjsFCsM9+qRykvwlW8c+1Mg+Phas/OnuJlPaq+d/I6bzUftNg9SnkT/sTfiV73PqczYbxOHV0vKL3u6uSf9FXShxmTxVbv/hd+rnJSvpS32u/kTXNYze5sEhykMzm3wss8jfri8Dr9dmOKt8pj/Uvnp7BVTa6fnfm5epFv3N7P2IqX6VHYqTcdHIbfmaGL110IJ9XQeR71bJdp
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="64" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
@@ -181,13 +182,37 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_1" type="spawn" x="32" y="64" width="192" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="416" y="64" width="160" height="128"/>
|
||||
<object name="gornaud_1" type="spawn" x="480" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="704" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="512" width="160" height="128"/>
|
||||
<object name="gornaud_1" type="spawn" x="32" y="768" width="160" height="128"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="32" y="64" width="192" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="416" y="64" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_2" type="spawn" x="480" y="352" width="160" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_3" type="spawn" x="704" y="352" width="160" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_4" type="spawn" x="160" y="512" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_5" type="spawn" x="32" y="768" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0" visible="0"/>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -200,7 +201,7 @@
|
||||
eJzbKMbAsBEJw8BGMdIxNfUiAxifHL3Y3IRPnhT3E7KHkF5SzcLnH0rsI0cvOWFEql50+3CFCbF68QFc8UBILzlpHR0DAJctd7c=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="15" height="15">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="up" type="mapchange" x="352" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain9"/>
|
||||
@@ -214,11 +215,23 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="15" height="15">
|
||||
<object name="gornaud_1" type="spawn" x="128" y="64" width="64" height="96"/>
|
||||
<object name="gornaud_1" type="spawn" x="256" y="64" width="160" height="64"/>
|
||||
<object name="gornaud_1" type="spawn" x="192" y="384" width="128" height="64"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="128" y="64" width="64" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="256" y="64" width="160" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_2" type="spawn" x="192" y="384" width="128" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="15" height="15"/>
|
||||
<objectgroup name="Replace" width="15" height="15"/>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Replace"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="12" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -210,7 +211,7 @@
|
||||
eJxjYBgFo2AUDBYAAAOQAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="19" height="12">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="448" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
@@ -230,13 +231,25 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="19" height="12">
|
||||
<object name="gornaud_1" type="spawn" x="128" y="160" width="128" height="128"/>
|
||||
<object name="bwm_agent_2" type="spawn" x="320" y="128" width="32" height="32"/>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="192" width="160" height="160"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="128" y="160" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_2" type="spawn" x="320" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="bwm_agent_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1_1" type="spawn" x="320" y="192" width="160" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="gornaud_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="19" height="12"/>
|
||||
<objectgroup name="Replace" width="19" height="12">
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Replace">
|
||||
<object name="futurequest:10" type="replace" x="0" y="192" width="192" height="128">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB2hGB3gk8cnhs0sUgEhe0nxCy45csOG2uaR4mdixAm5E1mOFLXkmEeMXaSmF3LTBD6347KHGuaR4z5cYYnNPGzqiEkXuNxGjL3Ehh8ue/G5EZcYOWkFXS+tMQCTmVNY
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="down" type="mapchange" x="544" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="catacombs3"/>
|
||||
@@ -163,22 +164,36 @@
|
||||
<object name="sign_catacombs2_papers2" type="sign" x="384" y="576" width="32" height="32"/>
|
||||
<object name="sign_catacombs2_papers1" type="sign" x="160" y="288" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn rats" width="0" height="0" visible="0">
|
||||
<objectgroup name="Spawn rats" visible="0">
|
||||
<object name="catacombrat1" type="spawn" x="64" y="96" width="480" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="catacombrat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn guards" width="0" height="0" visible="0">
|
||||
<object name="catacombguard2" type="spawn" x="224" y="128" width="128" height="32"/>
|
||||
<object name="catacombguard2" type="spawn" x="32" y="96" width="160" height="288"/>
|
||||
<object name="catacombguard2" type="spawn" x="416" y="96" width="192" height="448">
|
||||
<objectgroup name="Spawn guards" visible="0">
|
||||
<object name="catacombguard2" type="spawn" x="224" y="128" width="128" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2_1" type="spawn" x="32" y="96" width="160" height="288">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2_2" type="spawn" x="416" y="96" width="192" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2_3" type="spawn" x="256" y="256" width="160" height="352">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2" type="spawn" x="256" y="256" width="160" height="352"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB3mGARwiSHLwQC55qHrJ2QeNj3o4uiAGLOINZNYMwiZRYqb8LmNUJgT4wdc8YPLPHLTD6E4JMduUs0hNh2Rqpcc8wjFDSlipNiHy82k+IuQfmIAKWmfVLNIdT8hc6iJAYfNVgA=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="544" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="catacombs4"/>
|
||||
@@ -156,32 +157,48 @@
|
||||
<object name="sign_catacombs3_grave1" type="sign" x="224" y="96" width="32" height="32"/>
|
||||
<object name="sign_catacombs3_grave2" type="sign" x="448" y="416" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn rats" width="0" height="0" visible="0">
|
||||
<objectgroup name="Spawn rats" visible="0">
|
||||
<object name="catacombrat1" type="spawn" x="64" y="128" width="544" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombrat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn guards" width="0" height="0" visible="0">
|
||||
<object name="catacombguard3" type="spawn" x="288" y="320" width="32" height="32"/>
|
||||
<object name="catacombguard2" type="spawn" x="32" y="288" width="32" height="64"/>
|
||||
<object name="catacombguard2" type="spawn" x="64" y="128" width="224" height="128"/>
|
||||
<object name="catacombguard3" type="spawn" x="64" y="384" width="224" height="224">
|
||||
<objectgroup name="Spawn guards" visible="0">
|
||||
<object name="catacombguard3" type="spawn" x="288" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombguard3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3" type="spawn" x="320" y="96" width="288" height="224">
|
||||
<object name="catacombguard2" type="spawn" x="32" y="288" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2_1" type="spawn" x="64" y="128" width="224" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3_1" type="spawn" x="64" y="384" width="224" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombguard3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3_2" type="spawn" x="320" y="96" width="288" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="catacombguard3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2" type="spawn" x="320" y="384" width="288" height="224">
|
||||
<object name="catacombguard2_2" type="spawn" x="320" y="384" width="288" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="16" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="16">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -159,28 +159,41 @@
|
||||
<object name="pack1" type="spawn" x="448" y="160" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="pack1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack1" type="spawn" x="448" y="384" width="64" height="32">
|
||||
<object name="pack1_1" type="spawn" x="448" y="384" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack2" type="spawn" x="192" y="384" width="32" height="32"/>
|
||||
<object name="pack1" type="spawn" x="256" y="384" width="96" height="96">
|
||||
<object name="pack2" type="spawn" x="192" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack1_2" type="spawn" x="256" y="384" width="96" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack1" type="spawn" x="64" y="64" width="320" height="192">
|
||||
<object name="pack1_3" type="spawn" x="64" y="64" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="pack1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack2" type="spawn" x="32" y="224" width="32" height="32"/>
|
||||
<object name="pack1" type="spawn" x="32" y="288" width="64" height="32">
|
||||
<object name="pack2_1" type="spawn" x="32" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack1_4" type="spawn" x="32" y="288" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -152,33 +152,47 @@
|
||||
<objectgroup name="Spawn">
|
||||
<object name="pack_boss" type="spawn" x="320" y="384" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pack_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack3" type="spawn" x="352" y="320" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack3_1" type="spawn" x="384" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pack3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack3" type="spawn" x="384" y="256" width="32" height="32"/>
|
||||
<object name="pack2" type="spawn" x="224" y="192" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack2" type="spawn" x="224" y="96" width="224" height="96">
|
||||
<object name="pack2_1" type="spawn" x="224" y="96" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack2" type="spawn" x="32" y="320" width="224" height="128">
|
||||
<object name="pack2_2" type="spawn" x="32" y="320" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack3" type="spawn" x="224" y="256" width="32" height="32"/>
|
||||
<object name="pack2" type="spawn" x="32" y="224" width="64" height="32">
|
||||
<object name="pack3_2" type="spawn" x="224" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pack3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pack2_3" type="spawn" x="32" y="224" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pack2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -154,20 +154,24 @@
|
||||
<object name="crossglen_caverat" type="spawn" x="128" y="352" width="384" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="crossglen_caverat"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossglen_caverat2" type="spawn" x="544" y="288" width="64" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="crossglen_caverat2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossglen_caveboss" type="spawn" x="64" y="129" width="34" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossglen_caveboss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossglen_caverat" type="spawn" x="224" y="96" width="352" height="128">
|
||||
<object name="crossglen_caverat_1" type="spawn" x="224" y="96" width="352" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="crossglen_caverat"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -203,23 +204,53 @@
|
||||
<object name="sign_crossroads_n" type="sign" x="640" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn uniques">
|
||||
<object name="fieldwasp_unique" type="spawn" x="32" y="64" width="256" height="352"/>
|
||||
<object name="fanamor" type="spawn" x="64" y="736" width="32" height="32"/>
|
||||
<object name="benbyr" type="spawn" x="416" y="352" width="32" height="32"/>
|
||||
<object name="crossroads_guard" type="spawn" x="544" y="384" width="32" height="32"/>
|
||||
<object name="crossroads_guard" type="spawn" x="704" y="320" width="32" height="32"/>
|
||||
<object name="fieldwasp_unique" type="spawn" x="32" y="64" width="256" height="352">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldwasp_unique"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fanamor" type="spawn" x="64" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fanamor"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="benbyr" type="spawn" x="416" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="benbyr"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_guard" type="spawn" x="544" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_guard_1" type="spawn" x="704" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn monsters">
|
||||
<object name="forestboar3" type="spawn" x="64" y="800" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3_1" type="spawn" x="288" y="864" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3_2" type="spawn" x="160" y="544" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="288" y="864" width="32" height="32"/>
|
||||
<object name="forestboar3" type="spawn" x="160" y="544" width="96" height="64"/>
|
||||
<object name="fieldwasp_0" type="spawn" x="32" y="64" width="256" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="fieldwasp_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<map version="1.0" orientation="orthogonal" width="18" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
@@ -120,27 +120,27 @@
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<layer name="Ground" width="18" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQQ4wYOBoYnVDTvBBKmpbpbZJoHAISsT2I=
|
||||
eJw7ysbAcHQU48QNHAwMTwaBO2D4BBIezObcGiD3jOJRTAkGAI9+ARE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<layer name="Objects" width="18" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyby88AB7FI7JvMDBSDbDLMyOQnrIZYYMtEPbNIBfPI9AcAQ5QDxw==
|
||||
eJyby88AB7FI7JvMDAMOsmnghkx+wmroBWyZBtoFtAPzBlE4jwLSQCz3QLtg4AAAxj0ELw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<layer name="Above" width="18" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFgwkAAAGQAAE=
|
||||
eJxjYBgFo2AUjIJRAAIABRAAAQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10">
|
||||
<layer name="Walkable" width="18" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBi+wFVgoF1AOgAAPUQAVg==
|
||||
eJxjYBgFAwVcBQbaBaNgFIwCZAAANTMAVg==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Object Layer 1" width="0" height="0">
|
||||
<objectgroup name="Object Layer 1" width="18" height="18">
|
||||
<object name="debugsign" type="sign" x="192" y="96" width="32" height="32"/>
|
||||
<object name="start" type="rest" x="96" y="64" width="32" height="32"/>
|
||||
<object name="Unopenable key area" type="key" x="32" y="128" width="32" height="32">
|
||||
@@ -181,18 +181,35 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="debug_insect" type="spawn" x="96" y="128" width="192" height="160">
|
||||
<objectgroup name="Spawn" width="18" height="18">
|
||||
<object name="debug_insect" type="spawn" x="384" y="128" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="15"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="debug_troll" type="spawn" x="256" y="256" width="64" height="64">
|
||||
<object name="debug_troll" type="spawn" x="512" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="debugNPC1" type="spawn" x="288" y="0" width="32" height="32"/>
|
||||
<object name="debugNPC2" type="spawn" x="256" y="0" width="32" height="32"/>
|
||||
<object name="debugNPC3" type="spawn" x="32" y="448" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Inactive" width="18" height="18">
|
||||
<properties>
|
||||
<property name="active" value="false"/>
|
||||
</properties>
|
||||
<object name="signbeer" type="sign" x="288" y="448" width="32" height="32"/>
|
||||
<object name="debug_insect_inactive" type="spawn" x="96" y="416" width="160" height="96">
|
||||
<properties>
|
||||
<property name="active" value="false"/>
|
||||
<property name="quantity" value="11"/>
|
||||
<property name="spawngroup" value="debug_insect"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Active" width="18" height="18">
|
||||
<object name="signnobeer" type="sign" x="288" y="448" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="10" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -150,10 +150,26 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="fallhaven_prisoner" type="spawn" x="288" y="96" width="160" height="96"/>
|
||||
<object name="fallhaven_guard" type="spawn" x="416" y="224" width="32" height="32"/>
|
||||
<object name="fallhaven_guard" type="spawn" x="32" y="224" width="32" height="32"/>
|
||||
<object name="fallhaven_warden" type="spawn" x="96" y="128" width="32" height="32"/>
|
||||
<object name="fallhaven_prisoner" type="spawn" x="288" y="96" width="160" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_prisoner"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fallhaven_guard" type="spawn" x="416" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fallhaven_guard_1" type="spawn" x="32" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_guard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fallhaven_warden" type="spawn" x="96" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_warden"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -213,20 +214,34 @@
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Citizens" visible="0">
|
||||
<object name="fallhaven_citizen3" type="spawn" x="320" y="64" width="576" height="256"/>
|
||||
<object name="fallhaven_citizen3" type="spawn" x="320" y="64" width="576" height="256">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_citizen3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="NPCs, Monsters">
|
||||
<object name="fallhaven_lumberjack" type="spawn" x="416" y="256" width="32" height="32"/>
|
||||
<object name="fallhaven_lumberjack" type="spawn" x="416" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fallhaven_lumberjack"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestant" type="spawn" x="64" y="384" width="288" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestant"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestant" type="spawn" x="640" y="416" width="256" height="192">
|
||||
<object name="forestant_1" type="spawn" x="640" y="416" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestant"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vacor" type="spawn" x="128" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vacor"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vacor" type="spawn" x="128" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -177,32 +178,40 @@
|
||||
<object name="sign_fields1" type="sign" x="416" y="416" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn uniques">
|
||||
<object name="tinlyn_lostsheep1" type="spawn" x="64" y="64" width="832" height="832"/>
|
||||
<object name="tinlyn_lostsheep1" type="spawn" x="64" y="64" width="832" height="832">
|
||||
<properties>
|
||||
<property name="spawngroup" value="tinlyn_lostsheep1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn monsters" visible="0">
|
||||
<object name="fieldcritter_0" type="spawn" x="64" y="64" width="224" height="544">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_1" type="spawn" x="512" y="64" width="384" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="fieldcritter_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_1" type="spawn" x="416" y="512" width="480" height="416">
|
||||
<object name="fieldcritter_1_1" type="spawn" x="416" y="512" width="480" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="fieldcritter_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0" type="spawn" x="64" y="448" width="128" height="448">
|
||||
<object name="fieldcritter_0_1" type="spawn" x="64" y="448" width="128" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0" type="spawn" x="448" y="256" width="256" height="192">
|
||||
<object name="fieldcritter_0_2" type="spawn" x="448" y="256" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,16 +162,18 @@
|
||||
<object name="frog_2" type="spawn" x="64" y="256" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="frog_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="frog_3" type="spawn" x="96" y="128" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="frog_3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="frog_2" type="spawn" x="256" y="64" width="288" height="320">
|
||||
<object name="frog_2_1" type="spawn" x="256" y="64" width="288" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="frog_2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -5,124 +5,124 @@
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -159,12 +159,29 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="fieldcritter_1" type="spawn" x="256" y="704" width="352" height="192"/>
|
||||
<object name="fieldcritter_0" type="spawn" x="512" y="800" width="352" height="96"/>
|
||||
<object name="fieldcritter_1" type="spawn" x="640" y="224" width="256" height="192"/>
|
||||
<object name="fieldcritter_0" type="spawn" x="704" y="288" width="192" height="288"/>
|
||||
<object name="fieldcritter_1" type="spawn" x="256" y="704" width="352" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0" type="spawn" x="512" y="800" width="352" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_1_1" type="spawn" x="640" y="224" width="256" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0_1" type="spawn" x="704" y="288" width="192" height="288">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="feygard_bridgeguard" type="spawn" x="416" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="feygard_bridgeguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="28" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -165,15 +166,32 @@
|
||||
<object name="sign_fields6" type="sign" x="480" y="768" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="tinlyn" type="spawn" x="384" y="640" width="32" height="32"/>
|
||||
<object name="tinlyn" type="spawn" x="384" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="tinlyn"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tinlyn_sheep" type="spawn" x="192" y="416" width="256" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="tinlyn_sheep"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0" type="spawn" x="64" y="96" width="416" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0_1" type="spawn" x="608" y="704" width="288" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0_2" type="spawn" x="512" y="256" width="160" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="fieldcritter_0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldcritter_0" type="spawn" x="64" y="96" width="416" height="192"/>
|
||||
<object name="fieldcritter_0" type="spawn" x="608" y="704" width="288" height="128"/>
|
||||
<object name="fieldcritter_0" type="spawn" x="512" y="256" width="160" height="192"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -164,28 +165,59 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="forestboar3" type="spawn" x="832" y="160" width="32" height="32"/>
|
||||
<object name="forestboar3" type="spawn" x="832" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar2" type="spawn" x="480" y="160" width="352" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3_1" type="spawn" x="352" y="128" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="352" y="128" width="160" height="128"/>
|
||||
<object name="forestbeetle" type="spawn" x="64" y="448" width="224" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="forestbeetle"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestwolf1" type="spawn" x="64" y="96" width="288" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="608" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavesnake2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="flagstone_sentry" type="spawn" x="384" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="flagstone_sentry"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner1" type="spawn" x="768" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss_1" type="spawn" x="864" y="672" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavesnake2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent1" type="spawn" x="864" y="768" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestserpent1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="608" y="384" width="32" height="32"/>
|
||||
<object name="flagstone_sentry" type="spawn" x="384" y="288" width="32" height="32"/>
|
||||
<object name="prisoner1" type="spawn" x="768" y="512" width="32" height="32"/>
|
||||
<object name="cavesnake2_boss" type="spawn" x="864" y="672" width="32" height="32"/>
|
||||
<object name="forestserpent1" type="spawn" x="864" y="768" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="11" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -158,17 +158,31 @@
|
||||
<objectgroup name="Spawn">
|
||||
<object name="prisoner2" type="spawn" x="352" y="96" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner2_1" type="spawn" x="32" y="96" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="128" y="256" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="288" y="256" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner2" type="spawn" x="32" y="96" width="128" height="96"/>
|
||||
<object name="skeleton2" type="spawn" x="128" y="256" width="64" height="32"/>
|
||||
<object name="undead1" type="spawn" x="288" y="256" width="64" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Spawn2" visible="0">
|
||||
<object name="undeadrat1" type="spawn" x="64" y="224" width="544" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="undeadrat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -159,23 +159,56 @@
|
||||
<objectgroup name="Spawn">
|
||||
<object name="flagstone_guard1" type="spawn" x="224" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="flagstone_guard1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="224" y="384" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="288" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeletonmaster" type="spawn" x="192" y="672" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeletonmaster"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_1" type="spawn" x="32" y="640" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_2" type="spawn" x="64" y="576" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton1" type="spawn" x="128" y="832" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner2" type="spawn" x="64" y="96" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="160" y="96" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavesnake2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="224" y="384" width="32" height="64"/>
|
||||
<object name="undead1" type="spawn" x="288" y="576" width="32" height="32"/>
|
||||
<object name="skeletonmaster" type="spawn" x="192" y="672" width="64" height="32"/>
|
||||
<object name="undead1" type="spawn" x="32" y="640" width="32" height="128"/>
|
||||
<object name="undead1" type="spawn" x="64" y="576" width="96" height="64"/>
|
||||
<object name="skeleton1" type="spawn" x="128" y="832" width="64" height="32"/>
|
||||
<object name="prisoner2" type="spawn" x="64" y="96" width="96" height="32"/>
|
||||
<object name="cavesnake2_boss" type="spawn" x="160" y="96" width="96" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="flagstone:40" type="key" x="224" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="flagstone_key_demon"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="flagstone"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="40"/>
|
||||
</properties>
|
||||
</object>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="13" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="13">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -156,26 +156,49 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="skeleton3" type="spawn" x="544" y="160" width="32" height="64"/>
|
||||
<object name="cavesnake2_boss" type="spawn" x="512" y="288" width="32" height="32"/>
|
||||
<object name="skeleton3" type="spawn" x="544" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="512" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavesnake2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="384" y="320" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="352" y="256" width="32" height="32"/>
|
||||
<object name="skeleton2" type="spawn" x="192" y="96" width="192" height="96">
|
||||
<object name="undead1" type="spawn" x="352" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2_1" type="spawn" x="192" y="96" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="192" y="192" width="32" height="32"/>
|
||||
<object name="undead1" type="spawn" x="32" y="128" width="32" height="160">
|
||||
<object name="skeleton3_1" type="spawn" x="192" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_1" type="spawn" x="32" y="128" width="32" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss_1" type="spawn" x="32" y="288" width="192" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavesnake2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="32" y="288" width="192" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -162,22 +162,48 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="prisoner2" type="spawn" x="512" y="96" width="96" height="96"/>
|
||||
<object name="prisoner1" type="spawn" x="384" y="96" width="96" height="96"/>
|
||||
<object name="undead1" type="spawn" x="352" y="256" width="32" height="32"/>
|
||||
<object name="skeleton2" type="spawn" x="288" y="160" width="32" height="32"/>
|
||||
<object name="undead1" type="spawn" x="64" y="128" width="160" height="128">
|
||||
<object name="prisoner2" type="spawn" x="512" y="96" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner1" type="spawn" x="384" y="96" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="352" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="288" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_1" type="spawn" x="64" y="128" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="64" y="288" width="32" height="32"/>
|
||||
<object name="undead1" type="spawn" x="32" y="384" width="224" height="128">
|
||||
<object name="undead1_2" type="spawn" x="64" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_3" type="spawn" x="32" y="384" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1_4" type="spawn" x="384" y="224" width="224" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="undead1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="undead1" type="spawn" x="384" y="224" width="224" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="12" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -150,23 +150,38 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="prisoner1" type="spawn" x="480" y="224" width="128" height="128"/>
|
||||
<object name="prisoner2" type="spawn" x="32" y="224" width="128" height="128"/>
|
||||
<object name="prisoner1" type="spawn" x="480" y="224" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="prisoner2" type="spawn" x="32" y="224" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="prisoner2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="192" y="96" width="192" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="flagstone_guard0" type="spawn" x="544" y="96" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="flagstone_guard0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="512" y="96" width="32" height="64">
|
||||
<object name="skeleton2_1" type="spawn" x="512" y="96" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="skeleton2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="320" y="128" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="skeleton3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="320" y="128" width="128" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -159,17 +159,35 @@
|
||||
<object name="shadowgarg1" type="spawn" x="256" y="448" width="320" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="shadowgarg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg1" type="spawn" x="544" y="256" width="32" height="160"/>
|
||||
<object name="shadowgarg1" type="spawn" x="384" y="192" width="32" height="32"/>
|
||||
<object name="shadowgarg2" type="spawn" x="128" y="256" width="32" height="128"/>
|
||||
<object name="shadowgarg2" type="spawn" x="32" y="160" width="256" height="96">
|
||||
<object name="shadowgarg1_1" type="spawn" x="544" y="256" width="32" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg1_2" type="spawn" x="384" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg2" type="spawn" x="128" y="256" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg2_1" type="spawn" x="32" y="160" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="shadowgarg2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg1_3" type="spawn" x="416" y="128" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg1" type="spawn" x="416" y="128" width="160" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -162,17 +162,42 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="shadowgarg1" type="spawn" x="512" y="512" width="32" height="32"/>
|
||||
<object name="shadowgarg2" type="spawn" x="224" y="512" width="32" height="32"/>
|
||||
<object name="shadowgarg1" type="spawn" x="512" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg2" type="spawn" x="224" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg3" type="spawn" x="32" y="128" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="shadowgarg3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg3_1" type="spawn" x="320" y="128" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4" type="spawn" x="448" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg3_2" type="spawn" x="416" y="128" width="128" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg2_1" type="spawn" x="288" y="480" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg3" type="spawn" x="320" y="128" width="64" height="32"/>
|
||||
<object name="shadowgarg4" type="spawn" x="448" y="64" width="32" height="32"/>
|
||||
<object name="shadowgarg3" type="spawn" x="416" y="128" width="128" height="160"/>
|
||||
<object name="shadowgarg2" type="spawn" x="288" y="480" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -152,16 +152,30 @@
|
||||
<objectgroup name="Spawn">
|
||||
<object name="maelveon" type="spawn" x="160" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="maelveon"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4" type="spawn" x="160" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4_1" type="spawn" x="128" y="224" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4" type="spawn" x="160" y="192" width="32" height="32"/>
|
||||
<object name="shadowgarg4" type="spawn" x="128" y="224" width="96" height="96"/>
|
||||
<object name="shadowgarg3" type="spawn" x="32" y="320" width="288" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="shadowgarg3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4_2" type="spawn" x="128" y="544" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="shadowgarg4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shadowgarg4" type="spawn" x="128" y="544" width="96" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -157,31 +158,44 @@
|
||||
<object name="sign_hh3_grave" type="sign" x="384" y="448" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="catacombguard3" type="spawn" x="352" y="256" width="32" height="32"/>
|
||||
<object name="catacombguard3" type="spawn" x="352" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="catacombguard3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2" type="spawn" x="288" y="352" width="128" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="catacombguard2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="minorhaunt2" type="spawn" x="224" y="256" width="32" height="32"/>
|
||||
<object name="minorhaunt2" type="spawn" x="32" y="352" width="224" height="256">
|
||||
<object name="minorhaunt2" type="spawn" x="224" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="minorhaunt2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="minorhaunt2_1" type="spawn" x="32" y="352" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="minorhaunt2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="haunt3" type="spawn" x="352" y="96" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="haunt3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="haunt3" type="spawn" x="512" y="256" width="64" height="256">
|
||||
<object name="haunt3_1" type="spawn" x="512" y="256" width="64" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="haunt3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton1" type="spawn" x="672" y="192" width="96" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="skeleton1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="16" height="12" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="16" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -159,28 +159,36 @@
|
||||
<objectgroup name="Spawn">
|
||||
<object name="crossroads_guest" type="spawn" x="160" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_guest"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_sleepguard" type="spawn" x="32" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_sleepguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_backguard" type="spawn" x="448" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_backguard"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_guest" type="spawn" x="320" y="288" width="32" height="32">
|
||||
<object name="crossroads_guest_1" type="spawn" x="320" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_guest"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_rat" type="spawn" x="384" y="96" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="crossroads_rat"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="crossroads_rat" type="spawn" x="384" y="96" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="nondisplay:17" type="key" x="224" y="96" width="64" height="64">
|
||||
<properties>
|
||||
<property name="phrase" value="crossroads_sleep"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="17"/>
|
||||
</properties>
|
||||
</object>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" 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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -156,8 +156,16 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="pitcave1" type="spawn" x="128" y="256" width="96" height="32"/>
|
||||
<object name="pitcave1" type="spawn" x="128" y="96" width="160" height="32"/>
|
||||
<object name="pitcave1" type="spawn" x="128" y="256" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave1_1" type="spawn" x="128" y="96" width="160" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -2,124 +2,124 @@
|
||||
<!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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</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="0" height="0"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -160,32 +160,61 @@
|
||||
<object name="pitcave1" type="spawn" x="544" y="96" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pitcave1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2" type="spawn" x="288" y="256" width="32" height="32"/>
|
||||
<object name="pitcave2" type="spawn" x="544" y="320" width="384" height="224">
|
||||
<object name="pitcave2" type="spawn" x="288" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_1" type="spawn" x="544" y="320" width="384" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2" type="spawn" x="32" y="256" width="128" height="288"/>
|
||||
<object name="pitcave2" type="spawn" x="480" y="672" width="96" height="32"/>
|
||||
<object name="pitcave2" type="spawn" x="224" y="416" width="224" height="512">
|
||||
<object name="pitcave2_2" type="spawn" x="32" y="256" width="128" height="288">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_3" type="spawn" x="480" y="672" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_4" type="spawn" x="224" y="416" width="224" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_boss" type="spawn" x="736" y="736" width="128" height="64"/>
|
||||
<object name="pitcave1" type="spawn" x="64" y="736" width="128" height="128"/>
|
||||
<object name="pitcave2" type="spawn" x="64" y="96" width="192" height="128">
|
||||
<object name="pitcave2_boss" type="spawn" x="736" y="736" width="128" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pitcave2_boss"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2" type="spawn" x="384" y="192" width="160" height="96"/>
|
||||
<object name="pitcave2" type="spawn" x="672" y="672" width="128" height="224">
|
||||
<object name="pitcave1_1" type="spawn" x="64" y="736" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_5" type="spawn" x="64" y="96" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_6" type="spawn" x="384" y="192" width="160" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="pitcave2_7" type="spawn" x="672" y="672" width="128" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="pitcave2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -173,53 +174,71 @@
|
||||
<object name="forestfly1" type="spawn" x="64" y="768" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar0_g" type="spawn" x="576" y="800" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="128" y="832" width="32" height="64">
|
||||
<object name="lodar0_g" type="spawn" x="576" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lodar0_g"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_1" type="spawn" x="128" y="832" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="256" y="768" width="288" height="160">
|
||||
<object name="forestfly1_2" type="spawn" x="256" y="768" width="288" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="640" y="672" width="288" height="256">
|
||||
<object name="forestfly1_3" type="spawn" x="640" y="672" width="288" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="448" y="256" width="96" height="224">
|
||||
<object name="forestfly1_4" type="spawn" x="448" y="256" width="96" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="480" y="480" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="192" y="352" width="224" height="192">
|
||||
<object name="hanklbit1" type="spawn" x="480" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1_1" type="spawn" x="192" y="352" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="288" y="96" width="416" height="160">
|
||||
<object name="forestfly1_5" type="spawn" x="288" y="96" width="416" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="672" y="192" width="224" height="352">
|
||||
<object name="forestfly1_6" type="spawn" x="672" y="192" width="224" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="480" y="512" width="320" height="160">
|
||||
<object name="forestfly1_7" type="spawn" x="480" y="512" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="288" y="544" width="192" height="160">
|
||||
<object name="forestfly1_8" type="spawn" x="288" y="544" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="25" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,10 +162,19 @@
|
||||
<object name="khakin1" type="spawn" x="64" y="224" width="416" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1_1" type="spawn" x="320" y="384" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="224" y="64" width="160" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1" type="spawn" x="320" y="384" width="64" height="32"/>
|
||||
<object name="morkins" type="spawn" x="224" y="64" width="160" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -200,54 +201,102 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="hanklbit1" type="spawn" x="448" y="96" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="448" y="160" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="448" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1_1" type="spawn" x="448" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="384" y="352" width="128" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="384" y="192" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="512" y="352" width="224" height="96">
|
||||
<object name="forestfly1_1" type="spawn" x="512" y="352" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg3" type="spawn" x="736" y="384" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lodar_fg3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg3" type="spawn" x="736" y="384" width="96" height="96"/>
|
||||
<object name="yjacket1" type="spawn" x="64" y="544" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2" type="spawn" x="128" y="256" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="160" y="416" width="192" height="192">
|
||||
<object name="yjacket1_1" type="spawn" x="160" y="416" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="768" y="288" width="32" height="32"/>
|
||||
<object name="morkins" type="spawn" x="864" y="96" width="32" height="32"/>
|
||||
<object name="morkin3" type="spawn" x="896" y="160" width="32" height="128"/>
|
||||
<object name="morkin1" type="spawn" x="832" y="320" width="64" height="64"/>
|
||||
<object name="morkins" type="spawn" x="768" y="736" width="96" height="64"/>
|
||||
<object name="morkin3" type="spawn" x="768" y="896" width="64" height="32"/>
|
||||
<object name="morkin2" type="spawn" x="544" y="704" width="64" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="576" y="544" width="320" height="128">
|
||||
<object name="morkins" type="spawn" x="768" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="512" y="768" width="128" height="160">
|
||||
<object name="morkins_1" type="spawn" x="864" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin3" type="spawn" x="896" y="160" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="832" y="320" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins_2" type="spawn" x="768" y="736" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin3_1" type="spawn" x="768" y="896" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin2" type="spawn" x="544" y="704" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_1" type="spawn" x="576" y="544" width="320" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_2" type="spawn" x="512" y="768" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -182,24 +183,66 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="morkin_cr" type="spawn" x="96" y="96" width="32" height="32"/>
|
||||
<object name="morkins" type="spawn" x="64" y="640" width="96" height="128"/>
|
||||
<object name="morkin1" type="spawn" x="64" y="768" width="224" height="128"/>
|
||||
<object name="morkin4" type="spawn" x="160" y="96" width="96" height="96"/>
|
||||
<object name="morkin_cr" type="spawn" x="96" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin_cr"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="64" y="640" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="64" y="768" width="224" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin4" type="spawn" x="160" y="96" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin3" type="spawn" x="256" y="64" width="128" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin2" type="spawn" x="448" y="192" width="32" height="96"/>
|
||||
<object name="morkin2" type="spawn" x="448" y="320" width="32" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="448" y="384" width="32" height="32"/>
|
||||
<object name="morkin3" type="spawn" x="320" y="544" width="32" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="128" y="256" width="224" height="192"/>
|
||||
<object name="morkin1" type="spawn" x="64" y="448" width="160" height="128"/>
|
||||
<object name="morkin2" type="spawn" x="192" y="640" width="224" height="128">
|
||||
<object name="morkin2" type="spawn" x="448" y="192" width="32" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin2_1" type="spawn" x="448" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_1" type="spawn" x="448" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin3_1" type="spawn" x="320" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_2" type="spawn" x="128" y="256" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_3" type="spawn" x="64" y="448" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin2_2" type="spawn" x="192" y="640" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,21 +156,43 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="cryptmist1" type="spawn" x="128" y="128" width="32" height="32"/>
|
||||
<object name="cryptmist2" type="spawn" x="256" y="160" width="32" height="32"/>
|
||||
<object name="cryptmist1" type="spawn" x="64" y="192" width="32" height="64"/>
|
||||
<object name="cryptmist1" type="spawn" x="96" y="352" width="64" height="32"/>
|
||||
<object name="cryptmist2" type="spawn" x="32" y="256" width="64" height="32">
|
||||
<object name="cryptmist1" type="spawn" x="128" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist2" type="spawn" x="256" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1_1" type="spawn" x="64" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1_2" type="spawn" x="96" y="352" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist2_1" type="spawn" x="32" y="256" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cryptmist2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1_3" type="spawn" x="160" y="320" width="288" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1" type="spawn" x="160" y="320" width="288" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="96" width="416" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="25" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,23 +156,53 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="cryptmist3" type="spawn" x="32" y="96" width="256" height="128"/>
|
||||
<object name="cryptmist2" type="spawn" x="288" y="512" width="32" height="64"/>
|
||||
<object name="cryptmist2" type="spawn" x="160" y="704" width="64" height="32"/>
|
||||
<object name="cryptmist2" type="spawn" x="480" y="352" width="32" height="32"/>
|
||||
<object name="cryptmist3" type="spawn" x="480" y="384" width="128" height="192"/>
|
||||
<object name="cryptmist3" type="spawn" x="32" y="96" width="256" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist2" type="spawn" x="288" y="512" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist2_1" type="spawn" x="160" y="704" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist2_2" type="spawn" x="480" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist3_1" type="spawn" x="480" y="384" width="128" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1" type="spawn" x="256" y="256" width="288" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist3_2" type="spawn" x="64" y="384" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist1_1" type="spawn" x="192" y="352" width="160" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cryptmist1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cryptmist3" type="spawn" x="64" y="384" width="96" height="96"/>
|
||||
<object name="cryptmist1" type="spawn" x="192" y="352" width="160" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="96" width="576" height="672">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="12" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -159,16 +160,26 @@
|
||||
<object name="rest1" type="rest" x="448" y="192" width="32" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="aulowenn" type="spawn" x="480" y="128" width="32" height="32"/>
|
||||
<object name="erumen_f1" type="spawn" x="160" y="64" width="128" height="128"/>
|
||||
<object name="erumen_f1" type="spawn" x="128" y="192" width="256" height="160">
|
||||
<object name="aulowenn" type="spawn" x="480" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="aulowenn"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="544" y="128" width="352" height="192">
|
||||
<object name="erumen_f1" type="spawn" x="160" y="64" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1_1" type="spawn" x="128" y="192" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1_2" type="spawn" x="544" y="128" width="352" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
@@ -176,8 +187,8 @@
|
||||
<object name="lodar13_rest:60" type="key" x="448" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="phrase" value="lodar13_rest"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="lodar13_rest"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="60"/>
|
||||
</properties>
|
||||
</object>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -196,58 +197,107 @@
|
||||
<object name="yjacket2" type="spawn" x="448" y="352" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="480" y="544" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1_1" type="spawn" x="512" y="576" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="64" y="288" width="64" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1_1" type="spawn" x="96" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="480" y="544" width="64" height="32"/>
|
||||
<object name="yjacket1" type="spawn" x="512" y="576" width="32" height="128"/>
|
||||
<object name="erumen_f1" type="spawn" x="64" y="288" width="64" height="128"/>
|
||||
<object name="erumen_f1" type="spawn" x="96" y="416" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="64" y="448" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="160" y="608" width="32" height="32"/>
|
||||
<object name="erumen_f1" type="spawn" x="64" y="640" width="192" height="192">
|
||||
<object name="erumen_f1_2" type="spawn" x="160" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1_3" type="spawn" x="64" y="640" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="32" y="640" width="384" height="192">
|
||||
<object name="forestfly1_1" type="spawn" x="32" y="640" width="384" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tiqui" type="spawn" x="320" y="544" width="32" height="32"/>
|
||||
<object name="yjacket2" type="spawn" x="128" y="64" width="96" height="32">
|
||||
<object name="tiqui" type="spawn" x="320" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="tiqui"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2_1" type="spawn" x="128" y="64" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="192" y="96" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="192" y="96" width="64" height="32"/>
|
||||
<object name="yjacket3" type="spawn" x="192" y="160" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket3" type="spawn" x="320" y="352" width="32" height="32"/>
|
||||
<object name="yjacket3" type="spawn" x="384" y="384" width="32" height="32"/>
|
||||
<object name="yjacket2" type="spawn" x="224" y="416" width="96" height="128">
|
||||
<object name="yjacket3_1" type="spawn" x="320" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket3_2" type="spawn" x="384" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2_2" type="spawn" x="224" y="416" width="96" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket4" type="spawn" x="352" y="736" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2" type="spawn" x="384" y="96" width="160" height="160">
|
||||
<object name="yjacket2_3" type="spawn" x="384" y="96" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks" type="spawn" x="352" y="64" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortaks"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks" type="spawn" x="352" y="64" width="64" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Replace">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -188,58 +189,95 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="yjacket2" type="spawn" x="64" y="192" width="64" height="64"/>
|
||||
<object name="yjacket2" type="spawn" x="32" y="384" width="96" height="192">
|
||||
<object name="yjacket2" type="spawn" x="64" y="192" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2_1" type="spawn" x="32" y="384" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket4" type="spawn" x="64" y="576" width="224" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="yjacket4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="192" y="64" width="128" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="288" y="160" width="32" height="32"/>
|
||||
<object name="vscaleb1" type="spawn" x="512" y="64" width="96" height="64"/>
|
||||
<object name="vscale1" type="spawn" x="352" y="128" width="32" height="64"/>
|
||||
<object name="vscale1" type="spawn" x="256" y="224" width="192" height="192">
|
||||
<object name="vscale1_1" type="spawn" x="288" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscaleb1" type="spawn" x="512" y="64" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscaleb1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1_2" type="spawn" x="352" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1_3" type="spawn" x="256" y="224" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="352" y="416" width="64" height="64">
|
||||
<object name="vscale1_4" type="spawn" x="352" y="416" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscaleb1" type="spawn" x="384" y="640" width="32" height="224">
|
||||
<object name="vscaleb1_1" type="spawn" x="384" y="640" width="32" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscaleb1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="288" y="480" width="192" height="160">
|
||||
<object name="vscale1_5" type="spawn" x="288" y="480" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="480" y="416" width="64" height="64"/>
|
||||
<object name="vscaleb1" type="spawn" x="480" y="544" width="352" height="160">
|
||||
<object name="vscale2" type="spawn" x="480" y="416" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscaleb1_2" type="spawn" x="480" y="544" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscaleb1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="640" y="384" width="32" height="96"/>
|
||||
<object name="vscale1" type="spawn" x="704" y="128" width="160" height="192">
|
||||
<object name="vscale2_1" type="spawn" x="640" y="384" width="32" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1_6" type="spawn" x="704" y="128" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1_7" type="spawn" x="576" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="576" y="352" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="19" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -164,39 +165,65 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="vscaleb2" type="spawn" x="128" y="64" width="128" height="128"/>
|
||||
<object name="vscaleb2" type="spawn" x="128" y="64" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscaleb2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="256" y="64" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="704" y="64" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="704" y="64" width="160" height="128"/>
|
||||
<object name="hanklbit3" type="spawn" x="704" y="192" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3_1" type="spawn" x="704" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender1" type="spawn" x="672" y="352" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="brtender1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2_1" type="spawn" x="704" y="384" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3" type="spawn" x="704" y="288" width="32" height="32"/>
|
||||
<object name="brtender1" type="spawn" x="672" y="352" width="224" height="192"/>
|
||||
<object name="hanklbit2" type="spawn" x="704" y="384" width="160" height="128"/>
|
||||
<object name="hanklbit4" type="spawn" x="416" y="384" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit4" type="spawn" x="352" y="480" width="32" height="64">
|
||||
<object name="hanklbit4_1" type="spawn" x="352" y="480" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="256" y="512" width="32" height="64">
|
||||
<object name="hanklbit2_2" type="spawn" x="256" y="512" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="64" y="448" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -194,35 +195,75 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="zortak1" type="spawn" x="64" y="256" width="64" height="128"/>
|
||||
<object name="zortak2" type="spawn" x="192" y="384" width="32" height="64"/>
|
||||
<object name="zortaks" type="spawn" x="64" y="448" width="192" height="160"/>
|
||||
<object name="zortak1" type="spawn" x="64" y="256" width="64" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2" type="spawn" x="192" y="384" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks" type="spawn" x="64" y="448" width="192" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortaks"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="96" y="832" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="192" y="768" width="32" height="64">
|
||||
<object name="vscale2_1" type="spawn" x="192" y="768" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale3" type="spawn" x="256" y="672" width="640" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="6"/>
|
||||
<property name="spawngroup" value="vscale3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="352" y="512" width="128" height="64"/>
|
||||
<object name="morkin1" type="spawn" x="576" y="544" width="96" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="672" y="512" width="224" height="96"/>
|
||||
<object name="morkin1" type="spawn" x="640" y="352" width="32" height="32"/>
|
||||
<object name="morkins" type="spawn" x="736" y="160" width="160" height="192">
|
||||
<object name="morkins" type="spawn" x="352" y="512" width="128" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="576" y="544" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_1" type="spawn" x="672" y="512" width="224" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_2" type="spawn" x="640" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins_1" type="spawn" x="736" y="160" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_3" type="spawn" x="608" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin2" type="spawn" x="512" y="64" width="384" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="608" y="192" width="32" height="32"/>
|
||||
<object name="morkin2" type="spawn" x="512" y="64" width="384" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -167,61 +168,84 @@
|
||||
<object name="vscale3" type="spawn" x="608" y="64" width="192" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale4" type="spawn" x="832" y="64" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale3" type="spawn" x="768" y="192" width="32" height="64">
|
||||
<object name="vscale3_1" type="spawn" x="768" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="384" y="192" width="384" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscaleb2" type="spawn" x="96" y="160" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscaleb2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscaleb2" type="spawn" x="96" y="160" width="128" height="96"/>
|
||||
<object name="vscaleb1" type="spawn" x="224" y="160" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscaleb1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3" type="spawn" x="384" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3" type="spawn" x="384" y="416" width="32" height="32"/>
|
||||
<object name="hanklbit2" type="spawn" x="416" y="352" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="576" y="416" width="256" height="192">
|
||||
<object name="hanklbit2_1" type="spawn" x="576" y="416" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="672" y="320" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="320" y="416" width="32" height="64">
|
||||
<object name="hanklbit2_2" type="spawn" x="320" y="416" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="256" y="416" width="32" height="64">
|
||||
<object name="hanklbit2_3" type="spawn" x="256" y="416" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3" type="spawn" x="64" y="384" width="192" height="192">
|
||||
<object name="hanklbit3_1" type="spawn" x="64" y="384" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hanklbit3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender2" type="spawn" x="64" y="352" width="128" height="224">
|
||||
<properties>
|
||||
<property name="spawngroup" value="brtender2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender2" type="spawn" x="64" y="352" width="128" height="224"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="19" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -140,7 +141,7 @@
|
||||
eJxzFWBgcB1CGASoaRYyoIWZtHIvLjlKzKVmWNPCjbQ0j9I4w2UeueGIrAfdXaS6EZteUv2L7h5scuS4Cd1+Yt2Ezw+k+o3U9EGOebjMp6aZxGAAlQdlmw==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="up lodar1cave0" type="mapchange" x="128" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="lodar1"/>
|
||||
@@ -154,26 +155,45 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="mudfiend" type="spawn" x="224" y="128" width="64" height="64"/>
|
||||
<object name="mudfiend" type="spawn" x="320" y="224" width="32" height="160"/>
|
||||
<object name="mudfiend" type="spawn" x="448" y="160" width="128" height="192">
|
||||
<objectgroup name="Spawn">
|
||||
<object name="mudfiend" type="spawn" x="224" y="128" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="128" y="480" width="32" height="32"/>
|
||||
<object name="mudfiend" type="spawn" x="192" y="416" width="32" height="128"/>
|
||||
<object name="mudfiend" type="spawn" x="288" y="384" width="192" height="192">
|
||||
<object name="mudfiend_1" type="spawn" x="320" y="224" width="32" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend_2" type="spawn" x="448" y="160" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend_3" type="spawn" x="128" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend_4" type="spawn" x="192" y="416" width="32" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend_5" type="spawn" x="288" y="384" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="64" y="128" width="512" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -167,79 +168,117 @@
|
||||
<object name="forestfly1" type="spawn" x="64" y="704" width="128" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="192" y="800" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="352" y="832" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="416" y="736" width="224" height="192">
|
||||
<object name="hanklbit1" type="spawn" x="192" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1_1" type="spawn" x="352" y="832" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_1" type="spawn" x="416" y="736" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg1" type="spawn" x="672" y="832" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="768" y="768" width="128" height="96">
|
||||
<object name="lodar_fg1" type="spawn" x="672" y="832" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lodar_fg1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_2" type="spawn" x="768" y="768" width="128" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="800" y="736" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="672" y="544" width="128" height="96">
|
||||
<object name="forestfly2" type="spawn" x="800" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_3" type="spawn" x="672" y="544" width="128" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="736" y="640" width="96" height="96">
|
||||
<object name="forestfly1_4" type="spawn" x="736" y="640" width="96" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="576" y="480" width="160" height="64">
|
||||
<object name="forestfly1_5" type="spawn" x="576" y="480" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender1" type="spawn" x="448" y="320" width="192" height="128"/>
|
||||
<object name="forestfly1" type="spawn" x="320" y="544" width="128" height="128">
|
||||
<object name="brtender1" type="spawn" x="448" y="320" width="192" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="brtender1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_6" type="spawn" x="320" y="544" width="128" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="96" y="448" width="160" height="160">
|
||||
<object name="forestfly1_7" type="spawn" x="96" y="448" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="128" y="384" width="64" height="32">
|
||||
<object name="forestfly2_1" type="spawn" x="128" y="384" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="128" y="320" width="64" height="32">
|
||||
<object name="forestfly2_2" type="spawn" x="128" y="320" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="224" y="224" width="160" height="64">
|
||||
<object name="forestfly1_8" type="spawn" x="224" y="224" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="384" y="128" width="320" height="160">
|
||||
<object name="forestfly1_9" type="spawn" x="384" y="128" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="736" y="256" width="64" height="64">
|
||||
<object name="hanklbit1_2" type="spawn" x="736" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3" type="spawn" x="736" y="96" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg2" type="spawn" x="800" y="320" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lodar_fg2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg2" type="spawn" x="800" y="320" width="96" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -191,33 +192,66 @@
|
||||
<object name="vscale2" type="spawn" x="416" y="864" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="416" y="800" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="128" y="544" width="192" height="128"/>
|
||||
<object name="morkin1" type="spawn" x="64" y="576" width="64" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="320" y="576" width="160" height="192">
|
||||
<object name="morkins" type="spawn" x="128" y="544" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1" type="spawn" x="320" y="544" width="32" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="320" y="480" width="32" height="32"/>
|
||||
<object name="morkin1" type="spawn" x="160" y="352" width="288" height="128"/>
|
||||
<object name="morkin1" type="spawn" x="64" y="288" width="96" height="96"/>
|
||||
<object name="morkin1" type="spawn" x="128" y="192" width="288" height="64">
|
||||
<object name="morkin1" type="spawn" x="64" y="576" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins" type="spawn" x="352" y="64" width="64" height="32"/>
|
||||
<object name="vscale2" type="spawn" x="64" y="768" width="160" height="128">
|
||||
<object name="morkin1_1" type="spawn" x="320" y="576" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_2" type="spawn" x="320" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_3" type="spawn" x="320" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_4" type="spawn" x="160" y="352" width="288" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_5" type="spawn" x="64" y="288" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkin1_6" type="spawn" x="128" y="192" width="288" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="morkin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="morkins_1" type="spawn" x="352" y="64" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2_1" type="spawn" x="64" y="768" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -164,24 +165,47 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="morkins" type="spawn" x="224" y="64" width="96" height="64"/>
|
||||
<object name="brtender1" type="spawn" x="416" y="384" width="96" height="96"/>
|
||||
<object name="morkins" type="spawn" x="224" y="64" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="morkins"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender1" type="spawn" x="416" y="384" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="brtender1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit3" type="spawn" x="64" y="384" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit4" type="spawn" x="224" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit4_1" type="spawn" x="320" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale3" type="spawn" x="288" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="vscale3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit4" type="spawn" x="224" y="480" width="32" height="32"/>
|
||||
<object name="hanklbit4" type="spawn" x="320" y="448" width="32" height="32"/>
|
||||
<object name="vscale3" type="spawn" x="288" y="160" width="32" height="64"/>
|
||||
<object name="vscale1" type="spawn" x="256" y="224" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale2" type="spawn" x="352" y="64" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -176,43 +177,77 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="forestfly2" type="spawn" x="384" y="352" width="96" height="96"/>
|
||||
<object name="forestfly1" type="spawn" x="416" y="448" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="384" y="480" width="256" height="96">
|
||||
<object name="forestfly2" type="spawn" x="384" y="352" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="416" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_1" type="spawn" x="384" y="480" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="768" y="224" width="128" height="192"/>
|
||||
<object name="khakin2" type="spawn" x="832" y="224" width="96" height="96"/>
|
||||
<object name="khakin1" type="spawn" x="864" y="416" width="32" height="64"/>
|
||||
<object name="khakin1" type="spawn" x="672" y="480" width="224" height="96">
|
||||
<object name="khakin2" type="spawn" x="768" y="224" width="128" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2_1" type="spawn" x="832" y="224" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1" type="spawn" x="864" y="416" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1_1" type="spawn" x="672" y="480" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="672" y="416" width="64" height="32">
|
||||
<object name="khakin2_2" type="spawn" x="672" y="416" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1" type="spawn" x="480" y="256" width="256" height="160">
|
||||
<object name="khakin1_2" type="spawn" x="480" y="256" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2_3" type="spawn" x="384" y="256" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="384" y="256" width="96" height="64"/>
|
||||
<object name="khakin3" type="spawn" x="352" y="256" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3" type="spawn" x="32" y="128" width="320" height="192">
|
||||
<object name="khakin3_1" type="spawn" x="32" y="128" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3_2" type="spawn" x="160" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3" type="spawn" x="160" y="352" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -187,54 +188,75 @@
|
||||
<object name="sign_lodar4" type="sign" x="768" y="384" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="forestfly1" type="spawn" x="64" y="96" width="64" height="96"/>
|
||||
<object name="forestfly1" type="spawn" x="64" y="96" width="64" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="128" y="160" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="224" y="352" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="64" y="416" width="384" height="224">
|
||||
<object name="forestfly1_1" type="spawn" x="64" y="416" width="384" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="480" y="384" width="224" height="160">
|
||||
<object name="forestfly1_2" type="spawn" x="480" y="384" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="640" y="544" width="192" height="96">
|
||||
<object name="forestfly1_3" type="spawn" x="640" y="544" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="416" y="96" width="192" height="192">
|
||||
<object name="forestfly1_4" type="spawn" x="416" y="96" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="608" y="96" width="288" height="224">
|
||||
<object name="forestfly1_5" type="spawn" x="608" y="96" width="288" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="6"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2_1" type="spawn" x="768" y="480" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="768" y="480" width="64" height="32"/>
|
||||
<object name="yjacket1" type="spawn" x="864" y="480" width="32" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="640" y="672" width="256" height="64">
|
||||
<object name="yjacket1_1" type="spawn" x="640" y="672" width="256" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender1" type="spawn" x="256" y="448" width="224" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="brtender1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="brtender1" type="spawn" x="256" y="448" width="224" height="192"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Replace">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,26 +162,31 @@
|
||||
<object name="forestfly1" type="spawn" x="64" y="128" width="192" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="256" y="192" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="320" y="128" width="320" height="288">
|
||||
<object name="forestfly1_1" type="spawn" x="320" y="128" width="320" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="672" y="192" width="32" height="64">
|
||||
<object name="forestfly1_2" type="spawn" x="672" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="672" y="288" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="29" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,79 +159,136 @@
|
||||
<object name="cavebat1" type="spawn" x="32" y="160" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="320" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="384" y="96" width="256" height="160">
|
||||
<object name="cavebat1_1" type="spawn" x="384" y="96" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="576" y="384" width="64" height="32">
|
||||
<object name="caveburr1_1" type="spawn" x="576" y="384" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="480" y="480" width="32" height="32"/>
|
||||
<object name="caveburr1" type="spawn" x="352" y="480" width="32" height="32"/>
|
||||
<object name="caveburr1" type="spawn" x="224" y="512" width="128" height="128"/>
|
||||
<object name="caveburr1" type="spawn" x="128" y="576" width="32" height="64">
|
||||
<object name="caveburr2" type="spawn" x="480" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_2" type="spawn" x="352" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_3" type="spawn" x="224" y="512" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_4" type="spawn" x="128" y="576" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="32" y="544" width="96" height="128"/>
|
||||
<object name="caveburr1" type="spawn" x="64" y="704" width="32" height="32"/>
|
||||
<object name="caveburr1" type="spawn" x="192" y="768" width="32" height="64">
|
||||
<object name="caveburr2_1" type="spawn" x="32" y="544" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_5" type="spawn" x="64" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_6" type="spawn" x="192" y="768" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="256" y="768" width="160" height="96">
|
||||
<object name="cavebat1_2" type="spawn" x="256" y="768" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="480" y="640" width="128" height="192"/>
|
||||
<object name="caveburr1" type="spawn" x="672" y="608" width="32" height="32"/>
|
||||
<object name="cavebat1" type="spawn" x="704" y="512" width="128" height="192">
|
||||
<object name="caveburr1_7" type="spawn" x="480" y="640" width="128" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_8" type="spawn" x="672" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1_3" type="spawn" x="704" y="512" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="704" y="96" width="32" height="224">
|
||||
<object name="caveburr1_9" type="spawn" x="704" y="96" width="32" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="736" y="352" width="32" height="160">
|
||||
<object name="caveburr1_10" type="spawn" x="736" y="352" width="32" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="736" y="96" width="160" height="32">
|
||||
<object name="caveburr1_11" type="spawn" x="736" y="96" width="160" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="896" y="160" width="32" height="192"/>
|
||||
<object name="cavebat1" type="spawn" x="864" y="352" width="64" height="32">
|
||||
<object name="caveburr1_12" type="spawn" x="896" y="160" width="32" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1_4" type="spawn" x="864" y="352" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="896" y="384" width="32" height="320"/>
|
||||
<object name="cavebat1" type="spawn" x="640" y="736" width="288" height="128">
|
||||
<object name="caveburr1_13" type="spawn" x="896" y="384" width="32" height="320">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1_5" type="spawn" x="640" y="736" width="288" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1_6" type="spawn" x="576" y="288" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_14" type="spawn" x="416" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="576" y="288" width="32" height="64"/>
|
||||
<object name="caveburr1" type="spawn" x="416" y="480" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,18 +159,29 @@
|
||||
<object name="caveburr1" type="spawn" x="128" y="64" width="448" height="736">
|
||||
<properties>
|
||||
<property name="quantity" value="8"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="96" y="96" width="512" height="736">
|
||||
<properties>
|
||||
<property name="quantity" value="7"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat2" type="spawn" x="416" y="640" width="32" height="32"/>
|
||||
<object name="caveburr2" type="spawn" x="224" y="832" width="32" height="32"/>
|
||||
<object name="caveburr1" type="spawn" x="128" y="832" width="32" height="64">
|
||||
<object name="cavebat2" type="spawn" x="416" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="cavebat2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="224" y="832" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1_1" type="spawn" x="128" y="832" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -153,39 +154,50 @@
|
||||
<object name="cavebat2" type="spawn" x="480" y="160" width="128" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="288" y="96" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="224" y="128" width="32" height="64">
|
||||
<object name="caveburr2_1" type="spawn" x="224" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="0" y="128" width="192" height="320">
|
||||
<object name="caveburr2_2" type="spawn" x="0" y="128" width="192" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="32" y="320" width="288" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="caveburr1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat2" type="spawn" x="320" y="384" width="224" height="224">
|
||||
<object name="cavebat2_1" type="spawn" x="320" y="384" width="224" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2_3" type="spawn" x="288" y="352" width="256" height="256">
|
||||
<properties>
|
||||
<property name="spawngroup" value="caveburr2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="288" y="352" width="256" height="256"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="96" width="480" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="7"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="18" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -161,46 +162,52 @@
|
||||
<object name="erumen_f1" type="spawn" x="448" y="704" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="320" y="640" width="32" height="32">
|
||||
<object name="erumen_f1_1" type="spawn" x="320" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f2" type="spawn" x="288" y="64" width="128" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="erumen_f2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="192" y="128" width="192" height="160">
|
||||
<object name="erumen_f1_2" type="spawn" x="192" y="128" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="160" y="288" width="128" height="160">
|
||||
<object name="erumen_f1_3" type="spawn" x="160" y="288" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="64" y="448" width="128" height="192">
|
||||
<object name="erumen_f1_4" type="spawn" x="64" y="448" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="256" y="576" width="32" height="32">
|
||||
<object name="erumen_f1_5" type="spawn" x="256" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="256" y="832" width="64" height="32">
|
||||
<object name="erumen_f1_6" type="spawn" x="256" y="832" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="320" y="672" width="128" height="224">
|
||||
<object name="erumen_f1_7" type="spawn" x="320" y="672" width="128" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -188,79 +189,143 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="yjacket1" type="spawn" x="704" y="96" width="32" height="32"/>
|
||||
<object name="yjacket1" type="spawn" x="576" y="64" width="128" height="64">
|
||||
<object name="yjacket1" type="spawn" x="704" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1_1" type="spawn" x="576" y="64" width="128" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="96" y="288" width="160" height="96">
|
||||
<object name="yjacket1_2" type="spawn" x="96" y="288" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="32" y="320" width="64" height="96">
|
||||
<object name="yjacket1_3" type="spawn" x="32" y="320" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="erumen_f1" type="spawn" x="32" y="512" width="128" height="160"/>
|
||||
<object name="erumen_f1" type="spawn" x="64" y="672" width="192" height="224">
|
||||
<object name="erumen_f1" type="spawn" x="32" y="512" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="224" y="384" width="32" height="32"/>
|
||||
<object name="yjacket1" type="spawn" x="160" y="480" width="160" height="128">
|
||||
<object name="erumen_f1_1" type="spawn" x="64" y="672" width="192" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="erumen_f1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit2" type="spawn" x="224" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1_4" type="spawn" x="160" y="480" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="256" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2" type="spawn" x="224" y="640" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="288" y="800" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="288" y="832" width="96" height="64"/>
|
||||
<object name="yjacket2" type="spawn" x="512" y="160" width="128" height="96">
|
||||
<object name="yjacket1_5" type="spawn" x="288" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1_1" type="spawn" x="288" y="832" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2_1" type="spawn" x="512" y="160" width="128" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2" type="spawn" x="288" y="224" width="224" height="128">
|
||||
<object name="yjacket2_2" type="spawn" x="288" y="224" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket2" type="spawn" x="704" y="800" width="64" height="96">
|
||||
<object name="yjacket2_3" type="spawn" x="704" y="800" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1" type="spawn" x="448" y="576" width="224" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks" type="spawn" x="672" y="768" width="96" height="32"/>
|
||||
<object name="zortaks" type="spawn" x="672" y="448" width="96" height="160"/>
|
||||
<object name="zortak1" type="spawn" x="704" y="608" width="32" height="64"/>
|
||||
<object name="zortak1" type="spawn" x="768" y="672" width="128" height="64"/>
|
||||
<object name="zortaks" type="spawn" x="288" y="352" width="384" height="160">
|
||||
<object name="zortaks" type="spawn" x="672" y="768" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortaks"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks_1" type="spawn" x="672" y="448" width="96" height="160">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortaks"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_1" type="spawn" x="704" y="608" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_2" type="spawn" x="768" y="672" width="128" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortaks_2" type="spawn" x="288" y="352" width="384" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortaks"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_3" type="spawn" x="672" y="256" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_4" type="spawn" x="864" y="320" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_5" type="spawn" x="832" y="416" width="64" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_6" type="spawn" x="800" y="192" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1" type="spawn" x="672" y="256" width="160" height="128"/>
|
||||
<object name="zortak1" type="spawn" x="864" y="320" width="32" height="64"/>
|
||||
<object name="zortak1" type="spawn" x="832" y="416" width="64" height="192"/>
|
||||
<object name="zortak1" type="spawn" x="800" y="192" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -200,69 +201,139 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="lbridge" type="spawn" x="736" y="736" width="32" height="32"/>
|
||||
<object name="lbridge" type="spawn" x="736" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lbridge"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="416" y="64" width="128" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="yjacket1" type="spawn" x="640" y="64" width="256" height="64">
|
||||
<object name="yjacket1_1" type="spawn" x="640" y="64" width="256" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="yjacket1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1" type="spawn" x="128" y="128" width="160" height="64"/>
|
||||
<object name="zortak2" type="spawn" x="160" y="352" width="32" height="32"/>
|
||||
<object name="zortak1" type="spawn" x="256" y="320" width="128" height="32"/>
|
||||
<object name="zortak1" type="spawn" x="288" y="192" width="160" height="64"/>
|
||||
<object name="zortak2" type="spawn" x="480" y="224" width="32" height="32"/>
|
||||
<object name="zortak2" type="spawn" x="512" y="352" width="32" height="64">
|
||||
<object name="zortak1" type="spawn" x="128" y="128" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1" type="spawn" x="576" y="256" width="32" height="32"/>
|
||||
<object name="zortak2" type="spawn" x="672" y="256" width="32" height="32"/>
|
||||
<object name="zortak1" type="spawn" x="736" y="160" width="160" height="128"/>
|
||||
<object name="zortak2" type="spawn" x="640" y="384" width="96" height="32">
|
||||
<object name="zortak2" type="spawn" x="160" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="64" y="288" width="96" height="128"/>
|
||||
<object name="zortak2" type="spawn" x="832" y="736" width="32" height="64">
|
||||
<object name="zortak1_1" type="spawn" x="256" y="320" width="128" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortakb" type="spawn" x="128" y="448" width="96" height="96"/>
|
||||
<object name="zortak2" type="spawn" x="160" y="576" width="32" height="96">
|
||||
<object name="zortak1_2" type="spawn" x="288" y="192" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1" type="spawn" x="96" y="672" width="160" height="128">
|
||||
<object name="zortak2_1" type="spawn" x="480" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2" type="spawn" x="288" y="672" width="96" height="32"/>
|
||||
<object name="zortak1" type="spawn" x="416" y="608" width="32" height="32"/>
|
||||
<object name="zortak1" type="spawn" x="448" y="480" width="192" height="128"/>
|
||||
<object name="lodar_fg4" type="spawn" x="288" y="64" width="96" height="96"/>
|
||||
<object name="zortak1" type="spawn" x="768" y="448" width="160" height="128">
|
||||
<object name="zortak2_2" type="spawn" x="512" y="352" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_3" type="spawn" x="576" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2_3" type="spawn" x="672" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_4" type="spawn" x="736" y="160" width="160" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2_4" type="spawn" x="640" y="384" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="64" y="288" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2_5" type="spawn" x="832" y="736" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortakb" type="spawn" x="128" y="448" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortakb"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2_6" type="spawn" x="160" y="576" width="32" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_5" type="spawn" x="96" y="672" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak2_7" type="spawn" x="288" y="672" width="96" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_6" type="spawn" x="416" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_7" type="spawn" x="448" y="480" width="192" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_fg4" type="spawn" x="288" y="64" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="lodar_fg4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="zortak1_8" type="spawn" x="768" y="448" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="zortak1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="608" y="704" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vscale1" type="spawn" x="320" y="704" width="288" height="192">
|
||||
<object name="vscale1_1" type="spawn" x="320" y="704" width="288" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="vscale1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" height="17" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,40 +156,51 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="mudfiend" type="spawn" x="224" y="352" width="32" height="32"/>
|
||||
<object name="mudfiend" type="spawn" x="416" y="352" width="32" height="128">
|
||||
<object name="mudfiend" type="spawn" x="224" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="288" y="480" width="128" height="32">
|
||||
<object name="mudfiend_1" type="spawn" x="416" y="352" width="32" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="544" y="480" width="96" height="32">
|
||||
<object name="mudfiend_2" type="spawn" x="288" y="480" width="128" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="512" y="352" width="32" height="128">
|
||||
<object name="mudfiend_3" type="spawn" x="544" y="480" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="672" y="256" width="32" height="128">
|
||||
<object name="mudfiend_4" type="spawn" x="512" y="352" width="32" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="640" y="416" width="32" height="64">
|
||||
<object name="mudfiend_5" type="spawn" x="672" y="256" width="32" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="32" y="320" width="128" height="160">
|
||||
<object name="mudfiend_6" type="spawn" x="640" y="416" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend_7" type="spawn" x="32" y="320" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="mudfiend"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
@@ -196,16 +208,19 @@
|
||||
<object name="cavebat1" type="spawn" x="32" y="192" width="256" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="352" y="128" width="192" height="224">
|
||||
<object name="cavebat1_1" type="spawn" x="352" y="128" width="192" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="640" y="128" width="96" height="128">
|
||||
<object name="cavebat1_2" type="spawn" x="640" y="128" width="96" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
@@ -179,70 +180,99 @@
|
||||
<object name="khakin1" type="spawn" x="736" y="224" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1_1" type="spawn" x="704" y="416" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1" type="spawn" x="704" y="416" width="96" height="128"/>
|
||||
<object name="khakin2" type="spawn" x="480" y="352" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="544" y="352" width="64" height="64">
|
||||
<object name="khakin2_1" type="spawn" x="544" y="352" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3" type="spawn" x="608" y="352" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin1" type="spawn" x="672" y="352" width="64" height="64">
|
||||
<object name="khakin1_2" type="spawn" x="672" y="352" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="160" y="224" width="288" height="160">
|
||||
<object name="khakin2_2" type="spawn" x="160" y="224" width="288" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="64" y="448" width="32" height="32"/>
|
||||
<object name="khakin3" type="spawn" x="64" y="160" width="96" height="192">
|
||||
<object name="khakin2_3" type="spawn" x="64" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin3_1" type="spawn" x="64" y="160" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="khakin3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="64" y="672" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="160" y="640" width="64" height="64">
|
||||
<object name="forestfly1_1" type="spawn" x="160" y="640" width="64" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1" type="spawn" x="352" y="544" width="128" height="160">
|
||||
<object name="forestfly1_2" type="spawn" x="352" y="544" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1" type="spawn" x="224" y="640" width="32" height="32"/>
|
||||
<object name="hanklbit1" type="spawn" x="288" y="640" width="32" height="32"/>
|
||||
<object name="forestfly1" type="spawn" x="480" y="448" width="192" height="128">
|
||||
<object name="hanklbit1" type="spawn" x="224" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hanklbit1_1" type="spawn" x="288" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hanklbit1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly1_3" type="spawn" x="480" y="448" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestfly1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestfly2" type="spawn" x="416" y="704" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestfly2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="khakin2" type="spawn" x="160" y="384" width="288" height="160">
|
||||
<object name="khakin2_4" type="spawn" x="160" y="384" width="288" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="khakin2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -166,26 +167,49 @@
|
||||
<object name="sign_lodarcave0" type="sign" x="256" y="192" width="160" height="224"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="hirathil0" type="spawn" x="64" y="160" width="96" height="224"/>
|
||||
<object name="hirathil0" type="spawn" x="32" y="96" width="160" height="160"/>
|
||||
<object name="hirathil0" type="spawn" x="448" y="160" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="480" y="128" width="32" height="64">
|
||||
<object name="hirathil0" type="spawn" x="64" y="160" width="96" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="544" y="192" width="64" height="192"/>
|
||||
<object name="hirathil0" type="spawn" x="512" y="384" width="32" height="64">
|
||||
<object name="hirathil0_1" type="spawn" x="32" y="96" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_2" type="spawn" x="448" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_3" type="spawn" x="480" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_4" type="spawn" x="544" y="192" width="64" height="192">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_5" type="spawn" x="512" y="384" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_6" type="spawn" x="192" y="160" width="224" height="256">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="192" y="160" width="224" height="256"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="160" width="416" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="18" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,31 +159,56 @@
|
||||
<object name="hirathil0" type="spawn" x="32" y="128" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="288" y="128" width="128" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="448" y="256" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="352" y="288" width="128" height="160"/>
|
||||
<object name="hirathil0" type="spawn" x="192" y="288" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="32" y="352" width="320" height="224">
|
||||
<object name="hirathil0_1" type="spawn" x="288" y="128" width="128" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="256" y="576" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="32" y="640" width="320" height="256">
|
||||
<object name="hirathil0_2" type="spawn" x="448" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="384" y="640" width="32" height="64">
|
||||
<object name="hirathil0_3" type="spawn" x="352" y="288" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="416" y="608" width="128" height="288">
|
||||
<object name="hirathil0_4" type="spawn" x="192" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_5" type="spawn" x="32" y="352" width="320" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="256" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_6" type="spawn" x="32" y="640" width="320" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_7" type="spawn" x="384" y="640" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_8" type="spawn" x="416" y="608" width="128" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
@@ -190,6 +216,7 @@
|
||||
<object name="cavebat1" type="spawn" x="32" y="128" width="512" height="768">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,22 +159,30 @@
|
||||
<object name="hirathil0" type="spawn" x="128" y="64" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="160" y="128" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="32" y="320" width="384" height="256">
|
||||
<object name="hirathil0_1" type="spawn" x="32" y="320" width="384" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="384" y="224" width="64" height="128"/>
|
||||
<object name="hirathil0" type="spawn" x="224" y="544" width="64" height="32">
|
||||
<object name="hirathil0_2" type="spawn" x="384" y="224" width="64" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_3" type="spawn" x="224" y="544" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
@@ -181,6 +190,7 @@
|
||||
<object name="cavebat1" type="spawn" x="32" y="96" width="416" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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" width="512" height="256"/>
|
||||
@@ -158,52 +159,96 @@
|
||||
<object name="hirathil0" type="spawn" x="448" y="96" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="32" y="352" width="128" height="192">
|
||||
<object name="hirathil0_1" type="spawn" x="32" y="352" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="544" y="224" width="160" height="256">
|
||||
<object name="hirathil0_2" type="spawn" x="544" y="224" width="160" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="672" y="160" width="128" height="96"/>
|
||||
<object name="hirathil0" type="spawn" x="736" y="416" width="160" height="128">
|
||||
<object name="hirathil0_3" type="spawn" x="672" y="160" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_4" type="spawn" x="736" y="416" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="608" y="640" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="480" y="608" width="128" height="64"/>
|
||||
<object name="hirathil0" type="spawn" x="128" y="672" width="192" height="224">
|
||||
<object name="hirathil1" type="spawn" x="608" y="640" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_5" type="spawn" x="480" y="608" width="128" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_6" type="spawn" x="128" y="672" width="192" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="384" y="800" width="32" height="64"/>
|
||||
<object name="hirathil0" type="spawn" x="704" y="800" width="96" height="64"/>
|
||||
<object name="hirathil0" type="spawn" x="64" y="160" width="384" height="256">
|
||||
<object name="hirathil1_1" type="spawn" x="384" y="800" width="32" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_7" type="spawn" x="704" y="800" width="96" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_8" type="spawn" x="64" y="160" width="384" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="704" y="416" width="32" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="704" y="544" width="96" height="128"/>
|
||||
<object name="hirathil1" type="spawn" x="288" y="576" width="192" height="128">
|
||||
<object name="hirathil1_2" type="spawn" x="704" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_9" type="spawn" x="704" y="544" width="96" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_3" type="spawn" x="288" y="576" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_4" type="spawn" x="448" y="768" width="128" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_10" type="spawn" x="576" y="800" width="96" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="448" y="768" width="128" height="32"/>
|
||||
<object name="hirathil0" type="spawn" x="576" y="800" width="96" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="64" width="704" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -164,34 +165,52 @@
|
||||
<object name="hirathil1" type="spawn" x="224" y="96" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="64" y="320" width="32" height="96"/>
|
||||
<object name="hirathil0" type="spawn" x="224" y="256" width="192" height="224"/>
|
||||
<object name="hirathil1" type="spawn" x="576" y="384" width="32" height="32"/>
|
||||
<object name="hirathil1" type="spawn" x="512" y="416" width="224" height="160">
|
||||
<object name="hirathil1_1" type="spawn" x="64" y="320" width="32" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="224" y="256" width="192" height="224">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_2" type="spawn" x="576" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_3" type="spawn" x="512" y="416" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="32" y="128" width="224" height="192">
|
||||
<object name="hirathil1_4" type="spawn" x="32" y="128" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="128" y="480" width="128" height="128">
|
||||
<object name="hirathil1_5" type="spawn" x="128" y="480" width="128" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="96" y="448" width="64" height="32">
|
||||
<object name="hirathil0_1" type="spawn" x="96" y="448" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="352" y="128" width="384" height="256">
|
||||
<object name="hirathil1_6" type="spawn" x="352" y="128" width="384" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
@@ -199,6 +218,7 @@
|
||||
<object name="cavebat1" type="spawn" x="256" y="128" width="480" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,202 +1,213 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<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" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<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" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydlMENwjAMRasKwZFbVkhggxA2CGWETsQazFLGoohY+vrYSejhSVGVvH7HbsM4DMHgAgRa/0tauQFXWMcNrmllBu6wzsXJ+TVOxfXa18mUnzPLe1KHS5gpswefK+/Rsu3GLy2/V2rlPWeqyVW8Pb6k9EHb9zj++vDunNEbuSctH/dWznrFz3VxRs6G9cbieh505Kzmw5mUPLlkbfkwo2TCmeyZY8wiPqwVZ3LpcDmlf+j7OBjLFelupJ7Y8C0lh6B9sxM9r/lqcy53Y80K5hCfNUcWW/6vrd5sAWux9rwBEYuq3Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvsOWmjjkzGRHs6TwIdhcjplpigBoTA8M2oDkOnAwMy4F0ApC/gwcipsoEUWPPjWk3LrNceFHFXkHdWAoVB5nZBDTHjYcBJxBngvgH5IZUAQaG10BalAlVHkxDzQC5NwzNzdjcNhtqXhmSG5HDTRxJbytU3BnNP8jgHdR+ZLfNQgsjmJ0g0MmIMBcbEEVzO0ytKha/T2OExAe6HpgaFjR3q6GpQzZzG5IbiQHIZnVi8Q/MjbPxxDEIwNJTBQ8iHpDF0AGyX98zoqbHWgGIn0Bu68Dinw4089DD5z8jxA2gdAkyo04AYiYymMaI6Q5c4DXUvjCoW94wYjeTVDCVEZKn7mCJe+T0C8qzsPAB+ecJD6Z6UNqG5cO3eOIKFK5FQPk5jJjpCBsAuYNQGCWh2UdMmOKyixrmkAoAZCMylw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBvFo3gUj+JRPIpJxABVPZ9h
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztksERADAEBJWQpvTfkgo4K/KLmfuxuDk/Zv61LlVTXrVng1fdr/qoJ1nP5u90jvKUT8oXxev885qXFdmvWJRH57r3TXKkcl/52s0xYd5yiAIuGWRH
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="west" type="mapchange" x="0" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="lodarcave4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="576" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar0"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="hirazinn" type="spawn" x="288" y="256" width="64" height="64"/>
|
||||
<object name="hirathil2" type="spawn" x="256" y="320" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="128" y="384" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="192" y="128" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="416" y="128" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="352" y="512" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" width="0" height="0">
|
||||
<object name="cavebat2" type="spawn" x="128" y="96" width="416" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0">
|
||||
<object name="lodar2:35" type="key" x="64" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodarcave4a"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="35"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?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="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<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" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<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" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<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" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydlMENwjAMRasKwZFbVkhggxA2CGWETsQazFLGoohY+vrYSejhSVGVvH7HbsM4DMHgAgRa/0tauQFXWMcNrmllBu6wzsXJ+TVOxfXa18mUnzPLe1KHS5gpswefK+/Rsu3GLy2/V2rlPWeqyVW8Pb6k9EHb9zj++vDunNEbuSctH/dWznrFz3VxRs6G9cbieh505Kzmw5mUPLlkbfkwo2TCmeyZY8wiPqwVZ3LpcDmlf+j7OBjLFelupJ7Y8C0lh6B9sxM9r/lqcy53Y80K5hCfNUcWW/6vrd5sAWux9rwBEYuq3Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvsOWmjjkzGRHs6TwIdhcjplpigBoTA8M2oDkOnAwMy4F0ApC/gwcipsoEUWPPjWk3LrNceFHFXkHdWAoVB5nZBDTHjYcBJxBngvgH5IZUAQaG10BalAlVHkxDzQC5NwzNzdjcNhtqXhmSG5HDTRxJbytU3BnNP8jgHdR+ZLfNQgsjmJ0g0MmIMBcbEEVzO0ytKha/T2OExAe6HpgaFjR3q6GpQzZzG5IbiQHIZnVi8Q/MjbPxxDEIwNJTBQ8iHpDF0AGyX98zoqbHWgGIn0Bu68Dinw4089DD5z8jxA2gdAkyo04AYiYymMaI6Q5c4DXUvjCoW94wYjeTVDCVEZKn7mCJe+T0C8qzsPAB+ecJD6Z6UNqG5cO3eOIKFK5FQPk5jJjpCBsAuYNQGCWh2UdMmOKyixrmkAoAZCMylw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBvFo3gUj+JRPIpJxABVPZ9h
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztksERADAEBJWQpvTfkgo4K/KLmfuxuDk/Zv61LlVTXrVng1fdr/qoJ1nP5u90jvKUT8oXxev885qXFdmvWJRH57r3TXKkcl/52s0xYd5yiAIuGWRH
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="0" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="lodarcave4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="576" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar0"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="hirazinn" type="spawn" x="288" y="256" width="64" height="64">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirazinn"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="256" y="320" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2_1" type="spawn" x="128" y="384" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2_2" type="spawn" x="192" y="128" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2_3" type="spawn" x="416" y="128" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2_4" type="spawn" x="352" y="512" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats">
|
||||
<object name="cavebat2" type="spawn" x="128" y="96" width="416" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="cavebat2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="lodar2:35" type="key" x="64" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodarcave4a"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="35"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="25" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,40 +156,62 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="hirathil0" type="spawn" x="416" y="96" width="128" height="96"/>
|
||||
<object name="hirathil0" type="spawn" x="416" y="96" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="576" y="96" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="224" y="352" width="64" height="32"/>
|
||||
<object name="hirathil1" type="spawn" x="288" y="288" width="160" height="192">
|
||||
<object name="hirathil2" type="spawn" x="224" y="352" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_1" type="spawn" x="288" y="288" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="480" y="288" width="160" height="224">
|
||||
<object name="hirathil0_1" type="spawn" x="480" y="288" width="160" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="32" y="64" width="192" height="544">
|
||||
<object name="hirathil1_2" type="spawn" x="32" y="64" width="192" height="544">
|
||||
<properties>
|
||||
<property name="quantity" value="6"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="416" y="224" width="64" height="32">
|
||||
<object name="hirathil1_3" type="spawn" x="416" y="224" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_4" type="spawn" x="544" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_5" type="spawn" x="608" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="544" y="128" width="32" height="32"/>
|
||||
<object name="hirathil1" type="spawn" x="608" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="64" width="736" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="20" height="23" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,32 +159,53 @@
|
||||
<object name="hirathil1" type="spawn" x="416" y="64" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="448" y="224" width="32" height="96"/>
|
||||
<object name="hirathil1" type="spawn" x="320" y="320" width="224" height="384">
|
||||
<object name="hirathil2" type="spawn" x="448" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_1" type="spawn" x="320" y="320" width="224" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="352" y="128" width="64" height="32"/>
|
||||
<object name="hirathil1" type="spawn" x="224" y="128" width="128" height="128"/>
|
||||
<object name="hirathil1" type="spawn" x="32" y="256" width="256" height="256">
|
||||
<object name="hirathil2_1" type="spawn" x="352" y="128" width="64" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_2" type="spawn" x="224" y="128" width="128" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1_3" type="spawn" x="32" y="256" width="256" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2_2" type="spawn" x="544" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="544" y="544" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="128" width="288" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="320" y="320" width="224" height="384">
|
||||
<object name="cavebat1_1" type="spawn" x="320" y="320" width="224" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="15" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -155,33 +156,46 @@
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="hirathil2" type="spawn" x="64" y="160" width="32" height="32"/>
|
||||
<object name="hirathil2" type="spawn" x="64" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="96" y="128" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="32" y="320" width="256" height="288">
|
||||
<object name="hirathil1_1" type="spawn" x="32" y="320" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="hirathil1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="320" y="416" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="352" y="224" width="96" height="256">
|
||||
<object name="hirathil0_1" type="spawn" x="352" y="224" width="96" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0_2" type="spawn" x="288" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="hirathil0"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="288" y="448" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="32" y="192" width="256" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="cavebat1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?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="26" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
@@ -158,11 +159,13 @@
|
||||
<object name="beetle2" type="spawn" x="32" y="64" width="288" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="beetle2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="beetle2" type="spawn" x="64" y="320" width="736" height="288">
|
||||
<object name="beetle2_1" type="spawn" x="64" y="320" width="736" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
<property name="spawngroup" value="beetle2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user