Merged ATCS project bugfix_0_7_4 (from rijackson's github repo)

This commit is contained in:
Zukero
2019-01-08 15:25:47 +01:00
parent 2786421ce1
commit 1df0534dc8
50 changed files with 19961 additions and 18411 deletions

View File

@@ -0,0 +1,348 @@
[
{
"id":"mountainlake0_sign",
"message":"You can see no way to descend the cliffs from here."
},
{
"id":"lookout_0",
"message":"Standing on the top of the mountain, you have a great view in all directions.",
"replies":[
{
"text":"Look down.",
"nextPhraseID":"lookout_down"
}
]
},
{
"id":"lookout_north",
"message":"You see a town across the lake, but you can see no way to cross the water to get there.",
"replies":[
{
"text":"Look closer at the town.",
"nextPhraseID":"lookout_north_2"
}
]
},
{
"id":"lookout_east",
"message":"You see the southern shore of a large lake. It looks like it might be possble to walk around the lake in that direction, but there are a number of large, dangerous looking creatures moving around."
},
{
"id":"lookout_south",
"message":"The mountain drops away below you. There is not much to see in this direction."
},
{
"id":"lookout_west",
"message":"You see more cliffs, but the view beyond that is hidden in mist. ",
"replies":[
{
"text":"Keep looking west.",
"nextPhraseID":"lookout_west_2"
}
]
},
{
"id":"lookout_west_2",
"message":"The mist briefly clears, and you can make out a town in the distance."
},
{
"id":"lookout_up_1",
"message":"You see a bird, perhaps a hawk, high in the sky.",
"replies":[
{
"text":"Watch the bird.",
"nextPhraseID":"lookout_up_2"
}
],
"rewards":[
{
"rewardType":"questProgress",
"rewardID":"nondisplay_2",
"value":200
}
]
},
{
"id":"lookout_up_2",
"message":"Suddenly, the bird folds its wings and dives. You realize that it is not a hawk, but a falcon.",
"replies":[
{
"text":"Watch the falcon.",
"nextPhraseID":"lookout_up_3"
}
]
},
{
"id":"lookout_up_3",
"message":"The falcon hurtles towards the mountain. It is going so fast it seems that surely it must crash into the rocks. ",
"replies":[
{
"text":"Continue watching the falcon.",
"nextPhraseID":"lookout_up_4"
}
]
},
{
"id":"lookout_up_4",
"message":"At what seems like the last possible moment, the falcon flares its wings and lands hard on whatever unfortunate creature it spied from high above.",
"replies":[
{
"text":"Continue watching the falcon.",
"nextPhraseID":"lookout_up_5"
}
]
},
{
"id":"lookout_up_5",
"message":"The falcon soars back into the sky. It has something in its talons, but you can't make out what it is. What an amazing thing to witness!"
},
{
"id":"lookout_north_2",
"message":"You see a few houses, and what appears to be an inn, or tavern."
},
{
"id":"lookout_northeast",
"message":"You see a large lake. It is difficult to make out any details on the distant shore, but there are trees and cliffs."
},
{
"id":"lookout_southeast",
"message":"The view is blocked by mountains. You can see some creatures moving on the slopes.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_souteast_1",
"requires":[
{
"requireType":"questProgress",
"requireID":"nondisplay_2",
"value":200,
"negate":true
}
]
}
]
},
{
"id":"lookout_southwest",
"message":"You see the river, far below. You can't believe you climbed all the way up from there!"
},
{
"id":"lookout_northwest",
"message":"You see a town across the lake, but you can see no way to cross the water to get there. You can see a few people in the town.",
"replies":[
{
"text":"Watch the people.",
"nextPhraseID":"lookout_northwest_1"
}
]
},
{
"id":"lookout_northwest_1",
"message":"You see two women that appear to be arguing.",
"replies":[
{
"text":"Continue to watch the women.",
"nextPhraseID":"lookout_northwest_2",
"requires":[
{
"requireType":"questProgress",
"requireID":"sisterfight",
"value":10,
"negate":true
}
]
},
{
"text":"Continue to watch the women.",
"nextPhraseID":"lookout_northwest_3",
"requires":[
{
"requireType":"questProgress",
"requireID":"sisterfight",
"value":10
}
]
}
]
},
{
"id":"lookout_northwest_2",
"message":"The two women eventually separate and walk away from each other. You wonder what the argument was about."
},
{
"id":"lookout_northwest_3",
"message":"The two women eventually separate and walk away from each other. You can't make out their faces from here, but you know who they probably are."
},
{
"id":"lookout_down",
"message":"You see the montain top you are standing on.",
"replies":[
{
"text":"Look closer at the rocks.",
"nextPhraseID":"lookout_down_2",
"requires":[
{
"requireType":"questProgress",
"requireID":"nondisplay_2",
"value":210,
"negate":true
}
]
},
{
"text":"Look closer at the rocks.",
"nextPhraseID":"lookout_down_2a",
"requires":[
{
"requireType":"questProgress",
"requireID":"nondisplay_2",
"value":210
}
]
},
{
"text":"Look in another direction.",
"nextPhraseID":"lookout_0"
}
]
},
{
"id":"lookout_down_2",
"message":"You see something glinting by your feet.",
"replies":[
{
"text":"Bend down to look closer.",
"nextPhraseID":"lookout_down_3"
},
{
"text":"Look in another direction.",
"nextPhraseID":"lookout_0"
}
]
},
{
"id":"lookout_down_3",
"message":"You have found a gem!",
"replies":[
{
"text":"Look in another direction.",
"nextPhraseID":"lookout_0"
}
],
"rewards":[
{
"rewardType":"dropList",
"rewardID":"opal"
},
{
"rewardType":"questProgress",
"rewardID":"nondisplay_2",
"value":210
}
]
},
{
"id":"lookout_down_2a",
"message":"There is nothing more to be found here.",
"replies":[
{
"text":"Look in another direction.",
"nextPhraseID":"lookout_0"
}
]
},
{
"id":"lookout_north_0",
"message":"You look to the north.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_north"
}
]
},
{
"id":"lookout_northeast_0",
"message":"You look to the northeast.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_northeast"
}
]
},
{
"id":"lookout_east_0",
"message":"You look to the east.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_east"
}
]
},
{
"id":"lookout_southeast_0",
"message":"You look to the southeast.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_southeast"
}
]
},
{
"id":"lookout_souteast_1",
"message":"Suddenly, something in the sky catches your eye.",
"replies":[
{
"text":"Look up at the sky.",
"nextPhraseID":"lookout_up_1"
}
]
},
{
"id":"lookout_south_0",
"message":"You look to the south.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_south"
}
]
},
{
"id":"lookout_southwest_0",
"message":"You look to the southwest.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_southwest"
}
]
},
{
"id":"lookout_west_0",
"message":"You look to the west.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_west"
}
]
},
{
"id":"lookout_northwest_0",
"message":"You look to the northwest.",
"replies":[
{
"text":"N",
"nextPhraseID":"lookout_northwest"
}
]
},
{
"id":"lookout_sign",
"message":"The sign is old and worn, but you can make out the words \"Lake Laeroth watchtower\"."
}
]

View File

@@ -911,7 +911,7 @@
},
{
"id":"waterwayacaveenter_20",
"message":"You have found the enterance to the cave Cithurn was talking about.",
"message":"You have found the entrance to the cave Cithurn was talking about.",
"rewards":[
{
"rewardType":"questProgress",

View File

@@ -302,6 +302,11 @@
{
"id":"guynmart_s_lake_3",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":1
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -317,6 +322,11 @@
{
"id":"guynmart_s_lake_4",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":2
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -332,6 +342,11 @@
{
"id":"guynmart_s_lake_5",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":3
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -347,6 +362,11 @@
{
"id":"guynmart_s_lake_6",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":4
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -362,6 +382,11 @@
{
"id":"guynmart_s_lake_7",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":5
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -377,6 +402,11 @@
{
"id":"guynmart_s_lake_8",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":6
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -392,6 +422,11 @@
{
"id":"guynmart_s_lake_9",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":7
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -407,6 +442,11 @@
{
"id":"guynmart_s_lake_10",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":8
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -422,6 +462,51 @@
{
"id":"guynmart_s_lake_11",
"rewards":[
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":1
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":2
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":3
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":4
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":5
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":6
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":7
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":8
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
"value":9
},
{
"rewardType":"removeQuestProgress",
"rewardID":"guynmart_r_lake",
@@ -1309,5 +1394,15 @@
"nextPhraseID":"guynmart_sign_fog_10a"
}
]
},
{
"id":"guynmart_rmv_bridgeguard",
"rewards":[
{
"rewardType":"removeSpawnArea",
"rewardID":"feygard_bridgeguard",
"mapName":"fields5"
}
]
}
]

View File

@@ -246,7 +246,7 @@
},
{
"id":"mikhail_andor1",
"message":"As I said, Andor went out yesterday and hasn't been back since. I'm starting to worry about him. Please go look for your brother, he said he would only be out a short while.",
"message":"As I said, Andor went out and hasn't been back since. I worry about him. Please go look for your brother. He said he would only be out for a short while.",
"replies":[
{
"text":"N",

View File

@@ -80,7 +80,7 @@
},
{
"id":"gauward_1",
"message":"This place used to be a safe house for travellers between Loneford and Brimhaven, before they had finished the road between the villages.",
"message":"This place used to be a safe house for travelers between Loneford and Brimhaven, before they had finished the road between the villages.",
"replies":[
{
"text":"N",

View File

@@ -92,7 +92,8 @@
{
"requireType":"questProgress",
"requireID":"halvor_surprise",
"value":190
"value":190,
"negate":true
}
]
}
@@ -1515,7 +1516,7 @@
"requireType":"killedMonster",
"requireID":"erwyn",
"value":1,
"negate":true
"negate":true
}
]
}
@@ -1847,4 +1848,4 @@
}
]
}
]
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
[
{
"id":"opal",
"items":[
{
"itemID":"gem7",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
}
]

View File

@@ -0,0 +1,10 @@
[
{
"id":"gem7",
"iconID":"items_misc:4",
"name":"Shimmering opal",
"hasManualPrice":1,
"baseMarketCost":125,
"category":"gem"
}
]

View File

@@ -12,7 +12,7 @@
},
"spawnGroup":"trainingrat",
"droplistID":"trainingrat",
"attackCost":10,
"attackCost":9,
"attackChance":50
},
{
@@ -27,7 +27,7 @@
},
"spawnGroup":"crossglen_caverat",
"droplistID":"rat",
"attackCost":10,
"attackCost":9,
"attackChance":90
},
{
@@ -74,7 +74,7 @@
},
"spawnGroup":"crossglen_ant",
"droplistID":"insect",
"attackCost":10,
"attackCost":9,
"attackChance":70
},
{
@@ -89,7 +89,7 @@
},
"spawnGroup":"crossglen_wasp",
"droplistID":"wasp",
"attackCost":10,
"attackCost":9,
"attackChance":70
},
{
@@ -104,7 +104,7 @@
},
"spawnGroup":"crossglen_beetle",
"droplistID":"insect",
"attackCost":10,
"attackCost":9,
"attackChance":70
},
{
@@ -119,7 +119,7 @@
},
"spawnGroup":"forestwasp",
"droplistID":"wasp",
"attackCost":10,
"attackCost":9,
"attackChance":70
},
{
@@ -134,7 +134,7 @@
},
"spawnGroup":"forestant",
"droplistID":"insect",
"attackCost":10,
"attackCost":9,
"attackChance":90,
"blockChance":10
},
@@ -150,7 +150,7 @@
},
"spawnGroup":"forestant",
"droplistID":"insect",
"attackCost":10,
"attackCost":9,
"attackChance":100,
"blockChance":15
},
@@ -166,7 +166,7 @@
},
"spawnGroup":"forestdog",
"droplistID":"canine",
"attackCost":10,
"attackCost":9,
"attackChance":90
},
{
@@ -181,7 +181,7 @@
},
"spawnGroup":"forestsnake",
"droplistID":"snake",
"attackCost":10,
"attackCost":9,
"attackChance":110,
"blockChance":10
},

View File

@@ -12,7 +12,7 @@
"spawnGroup":"minorhaunt1",
"phraseID":"haunt",
"droplistID":"haunt",
"attackCost":10,
"attackCost":9,
"attackChance":50,
"blockChance":10,
"damageResistance":3
@@ -29,7 +29,7 @@
},
"spawnGroup":"minorhaunt2",
"droplistID":"haunt",
"attackCost":10,
"attackCost":9,
"attackChance":50,
"blockChance":10,
"damageResistance":4
@@ -107,7 +107,7 @@
},
"spawnGroup":"skeleton1",
"droplistID":"skeleton",
"attackCost":10,
"attackCost":9,
"attackChance":60,
"blockChance":40
},
@@ -127,7 +127,7 @@
"spawnGroup":"catacombguard1",
"phraseID":"catacombguard",
"droplistID":"catacombguard",
"attackCost":10,
"attackCost":9,
"attackChance":10,
"blockChance":10,
"damageResistance":3
@@ -259,7 +259,7 @@
},
"spawnGroup":"catacombguard3",
"droplistID":"catacombguard",
"attackCost":10,
"attackCost":9,
"attackChance":110,
"criticalSkill":10,
"criticalMultiplier":2.0,

View File

@@ -201,7 +201,7 @@
"spawnGroup":"larcal",
"phraseID":"larcal",
"droplistID":"larcal",
"attackCost":10,
"attackCost":9,
"attackChance":25,
"blockChance":50
},
@@ -303,7 +303,7 @@
"spawnGroup":"unzel",
"phraseID":"unzel",
"droplistID":"unzel",
"attackCost":10,
"attackCost":9,
"attackChance":80,
"criticalSkill":30,
"criticalMultiplier":3.0,

View File

@@ -748,7 +748,7 @@
"max":2
},
"droplistID":"canine",
"attackCost":10,
"attackCost":9,
"attackChance":90
},
{

View File

@@ -572,17 +572,22 @@
"monsterClass":"undead",
"movementAggressionType":"helpOthers",
"attackDamage":{
"min":5,
"max":7
"min":13,
"max":22
},
"spawnGroup":"erwyn",
"phraseID":"stoutford_castle_3",
"attackCost":53,
"attackCost":5,
"attackChance":130,
"criticalSkill":20,
"criticalMultiplier":3.0,
"blockChance":80,
"damageResistance":5,
"hitEffect":{
"increaseCurrentHP":{
"min":3,
"max":3
},
"conditionsTarget":[
{
"condition":"poison_weak",
@@ -602,18 +607,23 @@
"monsterClass":"undead",
"movementAggressionType":"helpOthers",
"attackDamage":{
"min":5,
"max":7
"min":13,
"max":22
},
"spawnGroup":"erwyn2",
"phraseID":"stoutford_castle_3",
"droplistID":"erwyn",
"attackCost":53,
"attackCost":5,
"attackChance":130,
"criticalSkill":20,
"criticalMultiplier":3.0,
"blockChance":80,
"damageResistance":5,
"hitEffect":{
"increaseCurrentHP":{
"min":3,
"max":3
},
"conditionsTarget":[
{
"condition":"poison_weak",

View File

@@ -351,7 +351,7 @@
},
"spawnGroup":"iqhan_chb_1",
"droplistID":"iqhan_beast",
"attackCost":10,
"attackCost":9,
"attackChance":150,
"criticalSkill":10,
"criticalMultiplier":3.0,
@@ -382,7 +382,7 @@
},
"spawnGroup":"iqhan_chb_1",
"droplistID":"iqhan_beast",
"attackCost":10,
"attackCost":9,
"attackChance":150,
"criticalSkill":10,
"criticalMultiplier":3.0,

View File

@@ -1589,7 +1589,7 @@
},
"spawnGroup":"maonit_1",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":10,
"criticalMultiplier":3.0,
@@ -1610,7 +1610,7 @@
},
"spawnGroup":"maonit_1",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":10,
"criticalMultiplier":3.0,
@@ -1631,7 +1631,7 @@
},
"spawnGroup":"maonit_2",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":20,
"criticalMultiplier":3.0,
@@ -1652,7 +1652,7 @@
},
"spawnGroup":"maonit_2",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":20,
"criticalMultiplier":3.0,
@@ -1673,7 +1673,7 @@
},
"spawnGroup":"maonit_3",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":30,
"criticalMultiplier":3.0,
@@ -1704,7 +1704,7 @@
},
"spawnGroup":"maonit_3",
"droplistID":"maonit",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":30,
"criticalMultiplier":3.0,
@@ -1735,7 +1735,7 @@
},
"spawnGroup":"arulir_1",
"droplistID":"arulir",
"attackCost":5,
"attackCost":4,
"attackChance":70,
"criticalSkill":30,
"criticalMultiplier":3.0,
@@ -1766,7 +1766,7 @@
},
"spawnGroup":"arulir_1",
"droplistID":"arulir",
"attackCost":5,
"attackCost":4,
"attackChance":70,
"criticalSkill":30,
"criticalMultiplier":3.0,

View File

@@ -560,7 +560,7 @@
},
"spawnGroup":"maonit_cr",
"droplistID":"oegyth1",
"attackCost":5,
"attackCost":4,
"attackChance":65,
"criticalSkill":30,
"criticalMultiplier":3.0,

View File

@@ -27,7 +27,7 @@
},
"spawnGroup":"forestwasp2",
"droplistID":"wasp",
"attackCost":10,
"attackCost":9,
"attackChance":150,
"blockChance":60
},
@@ -59,7 +59,7 @@
},
"spawnGroup":"forestbeetle",
"droplistID":"insect",
"attackCost":10,
"attackCost":9,
"attackChance":150,
"blockChance":60,
"damageResistance":2
@@ -161,7 +161,7 @@
"spawnGroup":"prisoner1",
"phraseID":"prisoner1",
"droplistID":"prisoner",
"attackCost":10,
"attackCost":9,
"attackChance":50,
"blockChance":20
},
@@ -301,7 +301,7 @@
"spawnGroup":"undead1",
"phraseID":"zombie1",
"droplistID":"undead1",
"attackCost":10,
"attackCost":9,
"attackChance":30,
"criticalSkill":50,
"criticalMultiplier":2.0,
@@ -320,7 +320,7 @@
},
"spawnGroup":"undead1",
"droplistID":"undead1",
"attackCost":10,
"attackCost":9,
"attackChance":30,
"criticalSkill":40,
"criticalMultiplier":2.0,
@@ -339,7 +339,7 @@
},
"spawnGroup":"undead1",
"droplistID":"undead1",
"attackCost":10,
"attackCost":9,
"attackChance":110,
"criticalSkill":10,
"criticalMultiplier":2.0,
@@ -358,7 +358,7 @@
},
"spawnGroup":"undead1",
"droplistID":"undead1",
"attackCost":10,
"attackCost":9,
"attackChance":110,
"blockChance":60,
"damageResistance":2

View File

@@ -97,7 +97,7 @@
},
{
"progress":35,
"logText":"I promised Cithurn I would investigate the source of the monster invasion in the forest. I will have to pass though the forest to access an entrance to a cave northeast of Cithurn's home."
"logText":"I promised Cithurn I would investigate the source of the monster invasion in the forest. I will have to pass through the forest to access an entrance to a cave northeast of Cithurn's home."
},
{
"progress":40,
@@ -213,6 +213,18 @@
{
"progress":190,
"logText":"Talked to Yolgen about Flagstone"
},
{
"progress":200,
"logText":"Saw bird from lookout"
},
{
"progress":210,
"logText":"Found opal at lookout"
},
{
"progress":220,
"logText":"You will never get this quest stage (used for lookout)"
}
]
}

View File

@@ -44,7 +44,7 @@
},
{
"progress":60,
"logText":"I overheard the Unkorh the steward talking to himself. He plans for Guynmart to die in the castle dungeon, and after ursuping the throne he would marry Lady Hannah."
"logText":"I overheard Unkorh the steward talking to himself. He plans for Guynmart to die in the castle dungeon, and after ursuping the throne he would marry Lady Hannah."
},
{
"progress":62,

View File

@@ -10,7 +10,7 @@
},
{
"progress":15,
"logText":"I have given Halvor the 5 insect wings he wanted."
"logText":"I gave Halvor the 5 insect wings he wanted."
},
{
"progress":20,
@@ -18,7 +18,7 @@
},
{
"progress":25,
"logText":"I have given Halvor 5 rat tails."
"logText":"I gave Halvor 5 rat tails."
},
{
"progress":30,
@@ -35,7 +35,7 @@
},
{
"progress":60,
"logText":"Halvor is still looking for 5 rat tails. I agreed to help again."
"logText":"Halvor told me he is still looking for 5 rat tails. I agreed to help again."
},
{
"progress":65,
@@ -43,28 +43,28 @@
},
{
"progress":70,
"logText":"Halvor has now asked for 4 handfuls of animal hair."
"logText":"Halvor asked for 4 handfuls of animal hair."
},
{
"progress":75,
"logText":"I have given him 4 handfuls of animal hair."
"logText":"I gave him 4 handfuls of animal hair."
},
{
"progress":80,
"logText":"Halvor liked only one of my handfuls of animal hair. He wants me to bring him 3 more."
"logText":"Halvor liked only one of my handfuls of animal hair. He asked me to bring him 3 more."
},
{
"progress":90,
"logText":"I have given up on finding handfuls of animal hair that suit Halvor's taste. He has left.",
"logText":"I gave up on finding handfuls of animal hair that suit Halvor's taste. He has left.",
"rewardExperience":1500
},
{
"progress":100,
"logText":"I met Halvor again. He is standing by the lakeside, near an old house, in the north."
"logText":"I met Halvor again. He was standing by the lakeside, near an old house, in the north."
},
{
"progress":110,
"logText":"Halvor is in bad condition. He asked me to give him a healing potion."
"logText":"Halvor was in bad shape. He asked me to give him a healing potion."
},
{
"progress":111,
@@ -88,11 +88,11 @@
},
{
"progress":115,
"logText":"He is healed."
"logText":"He was healed by the potion I gave him."
},
{
"progress":120,
"logText":"Halvor is still looking for 3 tufts of animal hair."
"logText":"Halvor told me he is still looking for 3 tufts of animal hair."
},
{
"progress":125,
@@ -104,7 +104,7 @@
},
{
"progress":135,
"logText":"I have given Halvor two bones, but they weren't long enough. Should I really bring him more bones?"
"logText":"I gave Halvor two bones, but they weren't long enough. Should I really bring him more bones?"
},
{
"progress":140,
@@ -125,7 +125,7 @@
},
{
"progress":170,
"logText":"Now, Halvor wants me to find 10 scales from venomscale snakes."
"logText":"Halvor asked me to find 10 scales from venomscale snakes."
},
{
"progress":175,

View File

@@ -119,7 +119,7 @@
},
{
"progress":71,
"logText":"Tahalendor came to hear Blonvale's confession."
"logText":"Tahalendor came to hear Blornvale's confession."
},
{
"progress":72,

View File

@@ -55,6 +55,8 @@
<item>@raw/itemlist_trader_teksin</item>
<!--Added by ATCS v0.6.11 for project stoutford_combined-->
<item>@raw/itemlist_stoutford_combined</item>
<!--Added by ATCS v0.6.14 for project bugfix_0_7_4-->
<item>@raw/itemlist_bugfix_0_7_4</item>
</array>
<array name="loadresource_droplists">
@@ -84,6 +86,8 @@
<item>@raw/droplists_trader_teksin</item>
<!--Added by ATCS v0.6.11 for project stoutford_combined-->
<item>@raw/droplists_stoutford_combined</item>
<!--Added by ATCS v0.6.14 for project bugfix_0_7_4-->
<item>@raw/droplists_bugfix_0_7_4</item>
</array>
<array name="loadresource_quests">
@@ -278,6 +282,8 @@
<item>@raw/conversationlist_trader_teksin</item>
<!--Added by ATCS v0.6.11 for project stoutford_combined-->
<item>@raw/conversationlist_stoutford_combined</item>
<!--Added by ATCS v0.6.14 for project bugfix_0_7_4-->
<item>@raw/conversationlist_bugfix_0_7_4</item>
</array>
<array name="loadresource_monsters">
@@ -826,6 +832,10 @@
<item>@xml/wild21a</item>
<item>@xml/wild22</item>
<item>@xml/wild23</item>
<!--Added by ATCS v0.6.14 for project bugfix_0_7_4-->
<item>@xml/lookout_lower</item>
<item>@xml/lookout_upper</item>
<item>@xml/waytolake12</item>
</array>
</resources>

File diff suppressed because it is too large Load Diff

View File

@@ -1,271 +1,279 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="20">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPIpH8eDHwjgwje09KIwd09reF9IMDC/R8Ctp2tv7HWjHDzT8kw72juJRPIpHMbXxDTrbhY7p7Vd62zlcMADogZPp
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydV71uFDEQNiKE6CSQ7MCeIvEO0ABPAOIF4EmAJyCprwBaKAgtiCIkRwVBizZUobicrqG75H4oAAlEcRKerEf77Xi8ezDSyPauZ775xmOvd75hzDevLPMwnrv4GcnbzNSk2AAb4UuzZxt8LsfOxT4ZtwA/I1v3jf6kPbc/XBzTJ6vzYb6Hl9M8NO7Y73v7nUzP8QUfy0Wnz98N7f/q5yyOEXlK0fKb4jhX1sdBvYwCzhjwkCP6JNw8zCO/+yKXOw0xY6zc37Nl3zm9Hnke803VLMsbW5+XK/HI+iVZQG1Og82RLXE1TLkXNEE7rXYGNs3nwOO+U/Zunqh9rQ7keB3wZza2xTXGuEYip008cT7LV2UNeA7VONfiQdgLkncKR8rM1uuaxLqSN8sgUZ8FnFkSY89WMS8Tw5DzpWBdu1THRNy8Jc8s8v1A1kTDHkRpyzf7k5iYz1trxtwAJdm/YsxHrz9Xqz6/J3/U3l4redvga2hjTKxhyfmOt3/WMaYXlOS9x/ng9ex5/w3w7Rev373fVVfqL1vacb4XIt/y7NBasu91Yn3eKf2ec6WecWlckqPEGkmePE7h9pbEpdri+rrqKu4LJY5l+ErclRa+KCf4nbH1ekK+rxTM1/+Ii/txqHCdYiwe966oZ9abwe/1xPt7gLvuYhySSUOuU2M+H6jtZ+m7w+l5DuuL3I5ttc/4rChC23QX2s3qd5PjJc4VvENwf6bsKxL85uJ74qud0xPgKNey6d6R23gv8/ewn8V3sN8rxvzx+rhrzBOvT7uxz5nAs4k1p1qnvMk8y73BWKSbAe+RwJ7A2hVirSeijhlP1hN+2ykHDxVuJFvd+A7BHGUdsL8J5FnmWt7fXnj/214fhJbkvm9fduvzZP90rNxneZ72HyLtN12Fv92C2fa/MFb20dSKe3J4jjUyTuSQRLsrpuL5C3THut0=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzNVzEOwjAMjFjo3KESM0L8gBfxBV7GlJmJlRkGmFn4Aa0AYYLPuSQt5aSoSWOf7cRWXeecO86cO7XDt8OJtZzLdx28mCMdP/vWD3nCteRHe5ovGr+mb9lG9vqAFQ+SR/rM/SBIOc2n/XO+TeCUvmpzjcfKH9Z/5Ad7r9r7sBZYH0pyybprbU9bo/pDe7F4UmMowdB1x9jI9QHl9svuNSEnYrl9nmLdi7GH+BifOtwM7kn1ycfY9JEzWdbvgbBrHs9VhWVQTWpPFoeGl2V8+SVy4u3b9hj4h3hR/8TUTQ6YXqgvaHk1hu3Yd3sIpPRepZCx5vYu65o/I+0O0VlbZ7CodTkrhlCO7e87zIW9TW33y8z/Qkl/FOu3Yv9HMV5LnvVbct0BQ6Hvsg==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy9lQEOwyAMA3lF38OX+8NuUiehKI5tGESKtnYl54Sa3VdrN8hfxOsx0FqW1drst5GX8R0tVU8ZE83Bqc3WofmuhlufzWRWO9qniuNozb6zfUDPMP1Ih+ob1ruigc1QCWf+6LrSpHhCnU+lZTZ2+05huBpWzrQZDexsdcM5f91k/VXeZH6s9CKe2tNMOB5HWnZyMw2nuZF9khvZzLP/fC+U93znuaf4Zgcr8k6xVc7q3jq1nP8Hh5XVUObgsBV/KNpQ75/P/k1Wg91X149MdV+qeb73+5jJM13IWKs9WAITVA==
</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object id="17" name="east2" type="mapchange" x="928" y="672" width="32" height="256">
<properties>
<property name="map" value="guynmart_wood_11"/>
<property name="place" value="west1"/>
</properties>
</object>
<object id="15" name="east" type="mapchange" x="928" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_10"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="1" name="north" type="mapchange" x="352" y="0" width="160" height="32">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="2" name="south" type="mapchange" x="96" y="928" width="416" height="32">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="10" name="farmhouse" type="mapchange" x="224" y="480" width="32" height="32">
<properties>
<property name="map" value="guynmart_farmhouse"/>
<property name="place" value="entrance"/>
</properties>
</object>
<object id="16" name="west" type="mapchange" x="0" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="east3"/>
</properties>
</object>
<object id="18" name="guynmart_s_wood1_castle" type="sign" x="416" y="64" width="32" height="32"/>
<object id="19" name="guynmart_sRpl_main_1r" type="script" x="352" y="32" width="224" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="5" name="guynmart_farmer" type="spawn" x="32" y="480" width="448" height="160"/>
<object id="6" name="forestboar4" type="spawn" x="416" y="224" width="480" height="288">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="7" name="forestwolf2" type="spawn" x="608" y="64" width="288" height="352">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="8" name="forestwolf1" type="spawn" x="352" y="64" width="288" height="256">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="64" y="64" width="288" height="256">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="14">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPIpH8eDHwjgwje09KIwd09reF9IMDC/R8Ctp2tv7HWjHDzT8kw72juJRPIpHMbXxDTrbhY7p7Vd62zlcMADogZPp
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydV71uE0EQXkQIkSWQdgNnWeIdoAGeAMQLwJMAT0BSuwBaKAgtiCIkpoKgQxeqUDiWG7okto8CkEAUltjJ7ei+m531GUYa7a5vZ775Zmd/XPaM+eaVpQzj0sW/kbzNTEOKHtgIX5o92+Dvcuxc7JNxC/Aztk3f6E/ac/vDxTF9sjof5ntwOc1D4479gbffzvQcX/CxXHT6/J3Q/q9+zuIYkacULb8pjqWyPg7qZRxwjgAPOaJPws3DPPK7J3K5vSBmjJX7u7bqO6fXI89jvqmaZXljm/NyJR5ZvyRzqM1psDm0Fa6GKfeCJmin1c7Qpvnse9x3yt7NE7Wv1YEcrwP+zMa2uMYY11jkdBFPnM/yVVkDnkM1zrW4H/aC5J3CkTKzzbomsa7izTJM1GcBZ5bE2LV1zMvEMOJ8KVjXLjUxETdvyTOL/D6UNbFgD6K05Zv9SUzM5601Y26AkuxdMeaj15+rdZ+/kz9qb69VvG3wNbIxJtaw5HzH2z/rGNMPSvLe43zweva8vwN8+8Xrd+931VX6y1Z2nO+5yLc8O7SW7PudWJ93Kr/nXKVnXBqX5DCxRpInj1O4/SVxqba4vq66mvtciWMZvhJ3pYUvygneM7ZZT8j3lYL5+h9xcT+OFK5TjMXj3hX1zHoz+L2e+H4PcNddjEMyWZDr1JjPB2oHWfrtcHqew/oit2Nb7zM+K4rEXY/9naz5Njle4lzBNwT3Z4l9hXcufie+2jk9AY5yLRe9O3IbY/N9OMjiN9jvFWP+eH3cNeaJ16fd2OdM4NnEmlOtU97km1PuDcYi3Qh4jwT2BNauEGs9Udaz7MX1hHc75eChwo1ksxu/IZijrAP2N4E8y1zL99sL73/L64PQktz37ctuc57sn46V9yzP0/6HSPsNV+NvtWC2/V/gGsc5UyveyeF3rJGjRA5JtLdiKp6/+ei63Q==
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzNVzsOwjAMjVjonKFSZ4S4ASfiCpyMKTMTKzMMMLNwA1oBwgQ/56VpgSdFzcexnx1bcp1z7tA4d2xHaIcTazmXex2CmKM7ofm8H+uJ11I/OtO4aPq1+5ZtZG8IWP4geXSfeR8EKadx2j3mmwydkqs21/RY+cPyRzzYd9X241pgOZTkkvXW2pm2RvWHzlL+5PpQgrHrjrHRlwPK7afdS0ZOpHL7NMV3z8YZ0sdw6nA1dE+qd32MzZCIycK/BsK2vn+XFZZBNal9WexrXpbh8k308Xdo27/AP/iL+iembobgMGb8U73XN22PGU8NOb1XKaSvfXuXledjpL0hirUVg7nX5SwfYjm2v+8wE/bW3u6Xmf+Fkv4o1W9ZfJge1OLA8pa6bi9g8IQ=
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9VUEOwCAI8xX7/xf84U5LDKHQwpCEZJuDlgq6n7U28M/s+2koNvMo1ls78br4UU0eJtJByZ3FIX27puav6svyiDhVckbP2T6gfzL+iAc7N1ntDIfKrCLeHgdGt4gTWkP1MN8Rl6pNzx2DoXLonGkVDqjfqtop56/qDCaqOZvHiC+qga2pYsqMIy6TuB6H27gW+yauxc5m9s++YPp86tyzmNNnrHrnTGEzON29VXIp94OC5eVgdFCwmflguLF9ocxmJT6qg9EU6aP+w/gL9FgQ6Q==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="east2" type="mapchange" x="928" y="672" width="32" height="256">
<properties>
<property name="map" value="guynmart_wood_11"/>
<property name="place" value="west1"/>
</properties>
</object>
<object id="2" name="east" type="mapchange" x="928" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_10"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="3" name="north" type="mapchange" x="352" y="0" width="160" height="32">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="4" name="south" type="mapchange" x="96" y="928" width="416" height="32">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="5" name="farmhouse" type="mapchange" x="224" y="480" width="32" height="32">
<properties>
<property name="map" value="guynmart_farmhouse"/>
<property name="place" value="entrance"/>
</properties>
</object>
<object id="6" name="west" type="mapchange" x="0" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="east3"/>
</properties>
</object>
<object id="7" name="guynmart_s_wood1_castle" type="sign" x="416" y="64" width="32" height="32"/>
<object id="8" name="guynmart_sRpl_main_1r" type="script" x="352" y="32" width="224" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="9" name="guynmart_farmer" type="spawn" x="32" y="480" width="448" height="160">
<properties>
<property name="spawngroup" value="guynmart_farmer"/>
</properties>
</object>
<object id="10" name="forestboar4" type="spawn" x="416" y="224" width="480" height="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="11" name="forestwolf2" type="spawn" x="608" y="64" width="288" height="352">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf2"/>
</properties>
</object>
<object id="12" name="forestwolf1" type="spawn" x="352" y="64" width="288" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf1"/>
</properties>
</object>
<object id="13" name="forestbeetle" type="spawn" x="64" y="64" width="288" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>

View File

@@ -1,342 +1,342 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="58">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlEEKwyAQRYfs2nW7zbFzgkDjMmRV0wMEkl7BXqWR/AGxNgQbtRAXD3UUnzOK7YmoXeFWEDXgbvQ19XmJSSPWzzxnBMYC4zWHC9M1Wm6B2AS3hKPCnD7Xw8PpypndEvupYoHXVpbX12l72a2Qm7TmGsT6H/J01ZrRtX2htX2T551+c0tjf82lJLqWnz61k5PhuzQZA/q2nCemL5PJhKPbQEzXXt6QefyjL/ZbieE7ijP1Ow3ljPWvpKznURkSODt43zyljkQ=
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydVstuwjAQjKL2A+xKSFz42X5Kf6Hi0N4JkdoLBxCor1NKCVyQkNpbvU1Mlsmu7XQki9hedjzrXduHcZbtXTsIvx57k11g6vofedd/dv0H17+7yVScbOtL4FhYxgXciC2s5SlvGuE9v5yj/ktAn7SW19ZHZbpvj8e8G3vLm0YcU7Ymisu9GcY5RU3jPjfafZr+vEcKJ8aZ+/bcV5Msu54037sA38x0OaLlkEfBYsM1ov9bQT/B7/Gytcfc4d/SOgpzqTEGzCmE95+61xylEHOJzzqN89a2htzq1arAxceObbyM7dc1we9DCXOlkjdaPxQD3GvMf4+vSE7heMnmKC9CayVbI9gM0SHZp6xdOwM0rp3iS/JZCn5CMaTcKqXYMj+rAT7FeVajeH7PWB/3Y2X6djFO0lKw/1Ujx5nQYtoq5tOPGaYLuepRlgTvy1p9f7mN1/YfLg6vcw5xJUj5UEW4Nm78O6FtA3nOkcr3A/MLK9sTtDwm0PukUvi4NuTjZ87Zd6ReMD+RU9KG9yvd/7x2cB3cthRiK3Fq2kJvBdSO+jyftJeecynkIHKchH3lMf7r23hdeM6jlfdOgzafUoNSbFPuETybz2dRpN4xf6RcJL/TgXdUoeQprw08fyWdtTAvcRtWk8ijYch7SLtD1qbRulF4Ut/2qW8Gvq91y5viax2I45C1kFaqnbn7/QVo7PED
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9l2EKwyAMhXuKwu5/isL+9Qb6t7vLKkzI5CV5idIHpVO3fHk2ane9tu1zX6MupV+q7Li/3v3n7+pqn3tM786oAnZjFMHt7SzzDfpPwC37/1hvM0zWM+JaY4y/yHxL1cEvihvJI8pDddfjr6ovjyeZF4iNWCxf4zUdSt1o7dk5QPl7rMPxLduan6wPNk7ET2Tci2/lfyj9mZiZPUZjWuMaZ6wBVpH5mqnlURZzxdrRZHnS6mGVnvDHsmcl6y2yNrLSYox5yO9m14S3R6K8ZvxF50fOcUbas1uRmyf2HJFrMZsD+j3yzu5/lrwzmMltxbuCxZ9lsv8n2HcGJsdorCfPkhX6AlcxOVs=
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy9VUEKwDAI2yv2/y/0hzsVxtAkRjuh4NAmxrZu3de1yNoW+WwPyqnwVjBdzi+Xiqn0Q+1ThpFZFHN0RvszPjXezcm0RHmRjzjcM/oDh5n7VrbvWHRv0LfTA8SNtLJYVGumx9Wh4lT1qHGGz96Qcm8YJoqrxvIVTsecfk2Y2s8pvjevUscJO6mP4aC31eVjM2hCJ5ozX7/b20rdE+fozgrn7WdnNVVblZ/V1ekvm5PV/wXjQnrU2rpzHPEzzuoMUdcUzsTKankA8TZBGw==
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztksEJACAMA53C/VdwQ/EraVMVfN2B2IfxIthazuj5vPZoqZwjyu93OK/KnPhVF+c7fatyRx6XuXFFnTNnpVPV7Tzq7Is361D5x6+uah8AAAAAgF9MLWY9ag==
</data>
</layer>
<layer name="Walkable_2" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztkkEKACAIBHtF//9CP4wOQYSrgtFpBqICdTaoNc3o+r7Pa1dLzfFQ/VYWz2v1ZP0qS+S7+194o3dUfGq+58xkqrjPGqu24vUyZP5x1ZXNAwAAAADwiwl8Gz1q
</data>
</layer>
<layer name="Walkable_3" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
</data>
</layer>
<layer name="Walkable_4" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
</data>
</layer>
<layer name="Walkable_5" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAPbBRD0NgwrQE97R0ov9IzPLHZOwpGwSgYBaNgFIyCUTAKRsEoGN4AAMUQE3A=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="25" name="north" type="mapchange" x="256" y="0" width="544" height="32">
<properties>
<property name="map" value="guynmart_wood_10"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="27" name="west1" type="mapchange" x="0" y="192" width="32" height="256">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="east2"/>
</properties>
</object>
<object id="37" name="guynmart_s_hill1" type="script" x="736" y="64" width="32" height="32"/>
<object id="53" name="guynmart_s_hill2" type="script" x="288" y="32" width="64" height="32"/>
<object id="40" name="guynmart_s_hill3" type="script" x="448" y="160" width="32" height="32"/>
<object id="43" name="guynmart_s_hill4" type="script" x="448" y="32" width="64" height="32"/>
<object id="51" name="east" type="mapchange" x="928" y="416" width="32" height="384">
<properties>
<property name="map" value="fields5"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="52" name="west2" type="mapchange" x="0" y="512" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="28" name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
<properties>
<property name="quantity" value="6"/>
</properties>
</object>
<object id="54" name="forestserpent2" type="spawn" x="192" y="576" width="160" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="55" name="forestboar3" type="spawn" x="480" y="448" width="192" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="56" name="forestserpent2_1" type="spawn" x="672" y="416" width="160" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Replace" visible="0">
<object id="46" name="guynmart_r_hill1" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_1"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="41"/>
</properties>
</object>
<object id="47" name="guynmart_r_hill2" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_2"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="42"/>
</properties>
</object>
<object id="48" name="guynmart_r_hill3" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_3"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="43"/>
</properties>
</object>
<object id="49" name="guynmart_r_hill4" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_4"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="44"/>
</properties>
</object>
<object id="50" name="guynmart_r_hill5" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_5"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="45"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="58">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlEEKwyAQRYfs2nW7zbFzgkDjMmRV0wMEkl7BXqWR/AGxNgQbtRAXD3UUnzOK7YmoXeFWEDXgbvQ19XmJSSPWzzxnBMYC4zWHC9M1Wm6B2AS3hKPCnD7Xw8PpypndEvupYoHXVpbX12l72a2Qm7TmGsT6H/J01ZrRtX2htX2T551+c0tjf82lJLqWnz61k5PhuzQZA/q2nCemL5PJhKPbQEzXXt6QefyjL/ZbieE7ijP1Ow3ljPWvpKznURkSODt43zyljkQ=
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydVstuwjAQjKL2A+xKSFz42X5Kf6Hi0N4JkdoLBxCor1NKCVyQkNpbvU1Mlsmu7XQki9hedjzrXduHcZbtXTsIvx57k11g6vofedd/dv0H17+7yVScbOtL4FhYxgXciC2s5SlvGuE9v5yj/ktAn7SW19ZHZbpvj8e8G3vLm0YcU7Ymisu9GcY5RU3jPjfafZr+vEcKJ8aZ+/bcV5Msu54037sA38x0OaLlkEfBYsM1ov9bQT/B7/Gytcfc4d/SOgpzqTEGzCmE95+61xylEHOJzzqN89a2htzq1arAxceObbyM7dc1we9DCXOlkjdaPxQD3GvMf4+vSE7heMnmKC9CayVbI9gM0SHZp6xdOwM0rp3iS/JZCn5CMaTcKqXYMj+rAT7FeVajeH7PWB/3Y2X6djFO0lKw/1Ujx5nQYtoq5tOPGaYLuepRlgTvy1p9f7mN1/YfLg6vcw5xJUj5UEW4Nm78O6FtA3nOkcr3A/MLK9sTtDwm0PukUvi4NuTjZ87Zd6ReMD+RU9KG9yvd/7x2cB3cthRiK3Fq2kJvBdSO+jyftJeecynkIHKchH3lMf7r23hdeM6jlfdOgzafUoNSbFPuETybz2dRpN4xf6RcJL/TgXdUoeQprw08fyWdtTAvcRtWk8ijYch7SLtD1qbRulF4Ut/2qW8Gvq91y5viax2I45C1kFaqnbn7/QVo7PED
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9l2EKwyAMhXuKwu5/isL+9Qb6t7vLKkzI5CV5idIHpVO3fHk2ane9tu1zX6MupV+q7Li/3v3n7+pqn3tM786oAnZjFMHt7SzzDfpPwC37/1hvM0zWM+JaY4y/yHxL1cEvihvJI8pDddfjr6ovjyeZF4iNWCxf4zUdSt1o7dk5QPl7rMPxLduan6wPNk7ET2Tci2/lfyj9mZiZPUZjWuMaZ6wBVpH5mqnlURZzxdrRZHnS6mGVnvDHsmcl6y2yNrLSYox5yO9m14S3R6K8ZvxF50fOcUbas1uRmyf2HJFrMZsD+j3yzu5/lrwzmMltxbuCxZ9lsv8n2HcGJsdorCfPkhX6AlcxOVs=
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9VUEKwDAI2yv2/y/0hzsVxtAkRrtAoUObqK1u3de1yNqI9uwM8qnoVjhdza+WyqnUQ61TxpEhsjl5RuczPdXe9clyifyiPdJw7+gPHga3V/beQfRu0LdTA6SNcmW2KNYsHzcPlaeaj2pn/KyHlHfDOJFdBfNXNB049ZqAWs8pvbeuEscJnMyP8aDe6uqp/dIBmjPffbe2lbgn7tGdFU7vZ7N1KraqPourU182J6v/C6aF8lFj685xpM80qzNEXVM8EyuL5QGcZEHi
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztksEJACAMA53C/VdwQ/EraVMVfN2B2IfxIthazuj5vPZoqZwjyu93OK/KnPhVF+c7fatyRx6XuXFFnTNnpVPV7Tzq7Is361D5x6+uah8AAAAAgF9MLWY9ag==
</data>
</layer>
<layer name="Walkable_2" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztkkEKACAIBHtF//9CP4wOQYSrgtFpBqICdTaoNc3o+r7Pa1dLzfFQ/VYWz2v1ZP0qS+S7+194o3dUfGq+58xkqrjPGqu24vUyZP5x1ZXNAwAAAADwiwl8Gz1q
</data>
</layer>
<layer name="Walkable_3" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
</data>
</layer>
<layer name="Walkable_4" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
</data>
</layer>
<layer name="Walkable_5" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAPbBRD0NgwrQE97R0ov9IzPLHZOwpGwSgYBaNgFIyCUTAKRsEoGN4AAMUQE3A=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="25" name="north" type="mapchange" x="256" y="0" width="544" height="32">
<properties>
<property name="map" value="guynmart_wood_10"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="27" name="west1" type="mapchange" x="0" y="192" width="32" height="256">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="east2"/>
</properties>
</object>
<object id="37" name="guynmart_s_hill1" type="script" x="736" y="64" width="32" height="32"/>
<object id="53" name="guynmart_s_hill2" type="script" x="288" y="32" width="64" height="32"/>
<object id="40" name="guynmart_s_hill3" type="script" x="448" y="160" width="32" height="32"/>
<object id="43" name="guynmart_s_hill4" type="script" x="448" y="32" width="64" height="32"/>
<object id="51" name="east" type="mapchange" x="928" y="416" width="32" height="384">
<properties>
<property name="map" value="fields5"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="52" name="west2" type="mapchange" x="0" y="512" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="28" name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
<properties>
<property name="quantity" value="6"/>
</properties>
</object>
<object id="54" name="forestserpent2" type="spawn" x="192" y="576" width="160" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="55" name="forestboar3" type="spawn" x="480" y="448" width="192" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="56" name="forestserpent2_1" type="spawn" x="672" y="416" width="160" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Replace" visible="0">
<object id="46" name="guynmart_r_hill1" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_1"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="41"/>
</properties>
</object>
<object id="47" name="guynmart_r_hill2" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_2"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="42"/>
</properties>
</object>
<object id="48" name="guynmart_r_hill3" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_3"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="43"/>
</properties>
</object>
<object id="49" name="guynmart_r_hill4" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_4"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="44"/>
</properties>
</object>
<object id="50" name="guynmart_r_hill5" type="replace" x="224" y="0" width="608" height="256">
<properties>
<property name="Walkable" value="Walkable_5"/>
<property name="requireId" value="guynmart_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="45"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
</map>

View File

@@ -1,269 +1,273 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" nextobjectid="25">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUD1u8GYoHyl5kPNLtp7c78LlhsLhjsMYJrdxJKE7oFT4DGQ+DEQMAiQ1Hfg==
</data>
</layer>
<layer name="Objects" width="30" height="15">
<data encoding="base64" compression="zlib">
eJylVDtvAjEMzsoAUoKIdBP8/62q1P4DpBtZoCo7DfRYKxiQiEvcfFiJuSuWIufi1+fHubPGtI35o3dvjHX5u4uyY5M5knP3OkxvtvyOvuQbxZU2tXsfvRr/SNham/NlWbDlfP/7hjz429nHs5rlfJnWMfayUjct31bBE2y2P6T4XwkD9umRH7rPY68XroyDbC+2jBvpADXAHvzK4F7zo/ln2Sn63vqyDscPAgfN+4bnornhqs299j/8eD3+IxxEpRnUMKCM4/fBIHHshb6cMZwVutdmHzE8W4udkAWv1x/32DM4vtNheh3pOwXzn7p7v0N7gkRxh8wfyonatNv71OJT6NBu75I9+5T7aciclmaDzhl6+jLKtrwP1oljXTfKP1Lj42g/cXX5FdRvFcE=
</data>
</layer>
<layer name="Above" width="30" height="15">
<data encoding="base64" compression="zlib">
eJy9lN0NgDAIhFmj+0/BLnUEdzCNiSENd6DYfi/9SYHzShW56U3kaPJg12ieOYdGDxaf3eukZgd1EZ5W9L1KNL6B5Ynmc2wVm+cEd85iKkR+Vn3OEPWu13OrNAzUyc96ZCXMf0/nX0T/lB33YNeo3rxf9UQTb6D6Vr54F2nIatrVt4gLjreYZQ==
</data>
</layer>
<layer name="Walkable" width="30" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJy9lFEOgCAMQzmF5/HK3NCfmUB5BRFxySLpBu2QLR8p5XC1wM/SIecUJ6zEK64b0/N6a+BNmuc0kJUxqndQzyjP8jqjuybewK3uSc4n9eM/0b2z3KCl+9Zm9rzgrs4bvLtlPqMB3xHEbe9+pSHWFKe+2W7Sd03sB97mG/Et9Zv5aPkgf5W/pwFd8oYzcGFGWg3gOrsr/AK4m67X
</data>
</layer>
<objectgroup name="Mapevents">
<object id="15" name="east" type="mapchange" x="928" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_11"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="1" name="north" type="mapchange" x="96" y="0" width="416" height="32">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="19" name="guynmart_s_wood12_castle" type="sign" x="96" y="96" width="32" height="32"/>
<object id="21" name="west" type="mapchange" x="0" y="32" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object id="6" name="forestboar4" type="spawn" x="736" y="288" width="96" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="7" name="forestwolf2" type="spawn" x="448" y="32" width="128" height="160">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="8" name="forestwolf1" type="spawn" x="0" y="384" width="320" height="96">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="128" y="64" width="224" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="22" name="forestserpent2" type="spawn" x="96" y="192" width="160" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="23" name="forestboar3" type="spawn" x="288" y="160" width="192" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="24" name="forestserpent2_1" type="spawn" x="512" y="224" width="192" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" infinite="0" nextobjectid="12">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUD1u8GYoHyl5kPNLtp7c78LlhsLhjsMYJrdxJKE7oFT4DGQ+DEQMAiQ1Hfg==
</data>
</layer>
<layer name="Objects" width="30" height="15">
<data encoding="base64" compression="zlib">
eJylVDtvAjEMzspQpKQi0k30/28ICf4B0o1doCp7CY+uFQxIjSEmH1Zi7sBS5Fz8+vw4H6wxbWNuNPfGWJe/D1H222SO5Ny9DtPMlt/Rl3yjuNKmdu+iV+NfCVtrc74sC7ac77NvyIO/nm08n6OcL9Myxl5U6qbl2yp4gs32uxR/kzBgnx75ofs49vrDlXGQ7dmWcSPtoAbYg4sM7jU/mn+WHaPvtS/rcPwgcNC8r3gumiuu2txr/8Of1+M/wkFUmkENA8o4fhcMEsdW6MsZw1mhe232EcOrtfgRsuD1+uMeewXHPh2m6UDfKZj/u7v327cnSBS3z/yhnKhNu71LLb6FziVGsmefcj/1mdPSbNA5QU8ng2zL+2CZONZ1pfwjNf4W7YeuLv8HqFcWow==
</data>
</layer>
<layer name="Above" width="30" height="15">
<data encoding="base64" compression="zlib">
eJy9lNENgCAMRLsG+0/hLjqCO/hhYi6kvStUeD9AQ/G8FsxezmZ2NfvAdTTP7ItGD5ZfieE4gqc1+t+D6BmBnaPmfW4VPOcOas5yKig/qz5nUL2L8VU6vB5DWI+shPnv6fwL9absqAOuo+/18VlPsPZKQ/WuzHinNGQ17erbiAf0xJhm
</data>
</layer>
<layer name="Walkable" width="30" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJy1VEEKwDAI6yv6/y/4w11WKM6o0RkQWklNBK3steQNDdnfqHAsns5bd3T2dK181hvyGdXM8BhYbzxN5JvVZPrXeeS7gmjWmDcV7bteNHcTiGaoO1+Mh3P2PGr+JLy+J/Wzuz+li3xk+FVdrYc8dHel80f+FQ/1QY17
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="east" type="mapchange" x="928" y="32" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_11"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="2" name="north" type="mapchange" x="96" y="0" width="416" height="32">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="3" name="guynmart_s_wood12_castle" type="sign" x="96" y="96" width="32" height="32"/>
<object id="4" name="west" type="mapchange" x="0" y="32" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="5" name="forestboar4" type="spawn" x="736" y="288" width="96" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="6" name="forestwolf2" type="spawn" x="448" y="32" width="128" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf2"/>
</properties>
</object>
<object id="7" name="forestwolf1" type="spawn" x="0" y="384" width="320" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf1"/>
</properties>
</object>
<object id="8" name="forestbeetle" type="spawn" x="128" y="64" width="224" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object id="9" name="forestserpent2" type="spawn" x="96" y="192" width="160" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="10" name="forestboar3" type="spawn" x="288" y="160" width="192" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="11" name="forestserpent2_1" type="spawn" x="512" y="224" width="192" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>

View File

@@ -1,301 +1,304 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" nextobjectid="58">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHGI4c0U6kXG9NaPbgYl+ikNg4HSO5B2DyW9gyW8B4N+auRXcuNgFA9/DADGxUdk
</data>
</layer>
<layer name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJy1lM8KwjAMxvMKabHgayv4AAr6DD6BCp7Eg+hd3Zi3IV4GtmxhWU0zJ/hBGXT55UvTP48xwM4P0sQCTP0o/NxjnP6SMgQ4jgCMAZh7bmHreY0LsXfnWdfmuWI3ps83d3WOOI8UT+vLET6UN3zF/p2xm4v4i0vzXFINTx/zcp85Al+aev0aTzk4T96h/2uUe8YV89tE3SltBO+gSqhdYzXvuGap7pmVuVTt3Hvp2VXDo9F9Yzaumfv3sdSvE+tVhWlfba+Dwn7vhfMseXOeFO5gSrE350uF6+Ppvv7CD1Hqrn2rAtscNP6tM7Z7myn7qimP7uEQFaZe99fxTayNzsNQX85pbw/XTaizzzf099DUSm9txt7MN0ttowA=
</data>
</layer>
<layer name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzNlE0KgCAQRmcXrVukR+jE3aOdd6lztI0IYRjn1wgSpI3P9zk6AchjzwBHbr91DAkgJ56x+G18+KTsgdcX5L3ZOrkM3F4lt2w0A2XrHBk/5SWW5udqJrGcm96Rxkq1szJbbiszZb21wuw69Xm1N2ux2l17WKneHlZyf82eM8DSyXLOP7PSWT2s5HzDRvso6tX63/ue8b8z0kdcBq+Xnr/HS/NfqwPlog==
</data>
</layer>
<layer name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFlNENACEIQ53CeVyZDc8fE2OEtqg5En6URwmCVkux7sOs8r6zcR4xEYt4j/XqX2tSTNGNuB279lzRRf3zWObtmP6iezQbEcf0Gc2rUh87z2w+hY1iWFad6VN7oZfNmd3PG9q3+Fe5M3/dH7oz172d7KEXR/w77QMgvlYD
</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object id="15" name="east" type="mapchange" x="448" y="512" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="1" name="north" type="mapchange" x="64" y="0" width="64" height="32">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="47" name="fog1" type="mapchange" x="224" y="384" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog2"/>
</properties>
</object>
<object id="48" name="fog2" type="mapchange" x="0" y="128" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog3"/>
</properties>
</object>
<object id="49" name="fog3" type="mapchange" x="128" y="736" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog1"/>
</properties>
</object>
<object id="50" name="fog4" type="mapchange" x="0" y="448" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog5"/>
</properties>
</object>
<object id="51" name="fog5" type="mapchange" x="288" y="928" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog6"/>
</properties>
</object>
<object id="52" name="fog6" type="mapchange" x="32" y="768" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog4"/>
</properties>
</object>
<object id="54" name="guynmart_sign_fog_10a" type="script" x="256" y="224" width="32" height="32"/>
<object id="55" name="guynmart_sign_fog_10b" type="script" x="320" y="736" width="32" height="32"/>
<object id="56" name="guynmart_sign_fog_10c" type="script" x="352" y="480" width="32" height="32"/>
<object id="57" name="guynmart_sign_fog_10d" type="script" x="64" y="32" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="forestboar4" type="spawn" x="256" y="64" width="224" height="288">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="7" name="forestwolf2" type="spawn" x="224" y="704" width="224" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="8" name="forestwolf1" type="spawn" x="96" y="64" width="224" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="0" y="224" width="160" height="736">
<properties>
<property name="quantity" value="10"/>
</properties>
</object>
<object id="18" name="guynmart_roadguard" type="spawn" x="320" y="576" width="32" height="32">
<properties>
<property name="spawngroup" value="guynmart_roadguard"/>
</properties>
</object>
<object id="42" name="forestboar3" type="spawn" x="288" y="352" width="96" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="43" name="forestserpent2_1" type="spawn" x="320" y="416" width="96" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="20">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHGI4c0U6kXG9NaPbgYl+ikNg4HSO5B2DyW9gyW8B4N+auRXcuNgFA9/DADGxUdk
</data>
</layer>
<layer name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJy1lM8KwjAMxvMKabHgayv4AAr6DD6BCp7Eg+hd3Zi3IV4GtmxhWU0zJ/hBGXT55UvTP48xwM4P0sQCTP0o/NxjnP6SMgQ4jgCMAZh7bmHreY0LsXfnWdfmuWI3ps83d3WOOI8UT+vLET6UN3zF/p2xm4v4i0vzXFINTx/zcp85Al+aev0aTzk4T96h/2uUe8YV89tE3SltBO+gSqhdYzXvuGap7pmVuVTt3Hvp2VXDo9F9Yzaumfv3sdSvE+tVhWlfba+Dwn7vhfMseXOeFO5gSrE350uF6+Ppvv7CD1Hqrn2rAtscNP6tM7Z7myn7qimP7uEQFaZe99fxTayNzsNQX85pbw/XTaizzzf099DUSm9txt7MN0ttowA=
</data>
</layer>
<layer name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzNlD0OgCAMRrsZZgfpETyx93DjLnoOVzWGhJT+gTGRhLjweB+FihHEsSHAjvU3j+FiMfKMxa/h4aOyR7k+Fd6bzZPLwO2VsGZbM1A2z8D4KS+xND9XM4nl3PSONFaqnZXZcluZKeutVckuY59Xe7MWq921h5Xq7WEl99fsMQHMnSzn/DMrndXDSs43bGsftXq1/ve+5/Lf2dJHXAavl56/x0vznwOR5dM=
</data>
</layer>
<layer name="Walkable" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlMENQCEIQ53C/Vdgw68HL0Roi5rfxIvyKEHUems21pJ1fu209jMmYxEfsVH9viZFim/G7Vjfc8UX9S9imbtj+ovO0WxkHNNnNK9Kfew8s/kUNothWXWmT/XCr5qz+j5veN/iX+Wu/HV/+Hru5B1GcejfmfoAnttT9Q==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="east" type="mapchange" x="448" y="512" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_12"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="2" name="north" type="mapchange" x="64" y="0" width="64" height="32">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="3" name="fog1" type="mapchange" x="224" y="384" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog2"/>
</properties>
</object>
<object id="4" name="fog2" type="mapchange" x="0" y="128" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog3"/>
</properties>
</object>
<object id="5" name="fog3" type="mapchange" x="128" y="736" width="32" height="224">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog1"/>
</properties>
</object>
<object id="6" name="fog4" type="mapchange" x="0" y="448" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog5"/>
</properties>
</object>
<object id="7" name="fog5" type="mapchange" x="288" y="928" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog6"/>
</properties>
</object>
<object id="8" name="fog6" type="mapchange" x="32" y="768" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="fog4"/>
</properties>
</object>
<object id="9" name="guynmart_sign_fog_10a" type="script" x="256" y="224" width="32" height="32"/>
<object id="10" name="guynmart_sign_fog_10b" type="script" x="320" y="736" width="32" height="32"/>
<object id="11" name="guynmart_sign_fog_10c" type="script" x="352" y="480" width="32" height="32"/>
<object id="12" name="guynmart_sign_fog_10d" type="script" x="64" y="32" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="13" name="forestboar4" type="spawn" x="256" y="64" width="224" height="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="14" name="forestwolf2" type="spawn" x="224" y="704" width="224" height="224">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestwolf2"/>
</properties>
</object>
<object id="15" name="forestwolf1" type="spawn" x="96" y="64" width="224" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf1"/>
</properties>
</object>
<object id="16" name="forestbeetle" type="spawn" x="0" y="224" width="160" height="736">
<properties>
<property name="quantity" value="10"/>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object id="17" name="guynmart_roadguard" type="spawn" x="320" y="576" width="32" height="32">
<properties>
<property name="spawngroup" value="guynmart_roadguard"/>
</properties>
</object>
<object id="18" name="forestboar3" type="spawn" x="288" y="352" width="96" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar3"/>
</properties>
</object>
<object id="19" name="forestserpent2_1" type="spawn" x="320" y="416" width="96" height="128">
<properties>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>

View File

@@ -1,215 +1,215 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="41">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEY4s14MDl6cOkn1mx85pPjp4EO31E8ikfxKB4uGACXtUdA
</data>
</layer>
<layer name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx7I8nA8BaI35BBIwN0eRiQFWJgkBNiIBk8E2NgeIEHvxTDrec1Fjlk8ApJP7F60PXj0nMLKPYDC76Nx3yYnp841HzDop+QHnT9yG4hRs9wAW/5GBje8ZGn9zQ/hD7DwsBwlgVCkwruAPXcZYHQxICF/KTbgQxYWRkY2FgRfFESzBMF6hNjJaxuFIyC4QYAWXBFLQ==
</data>
</layer>
<layer name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjl2BgkARiELgjycBwVxJBEwKbOBkY2IF6JZDMAAFxqBguzCEB0QvD7HjkRvEoHsWjeBSPYlpiAFlJN48=
</data>
</layer>
<layer name="Above_1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjl2BgkARiELgjycBwVxJBEwKbOBkY2IF6JZDMAAFxqBguzCEB0QvD7HjkRvEoJhd/F2dg0JDAxD/ECevllEBN62L8DAwLgfgnGXphgB56FQUZGJr4SdfLTmReHcWjeDhiAHfUI8k=
</data>
</layer>
<layer name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFMjAxwyWFTOwpGAT0AsWkXn15sZhGjFxufHL2ExNHVkJv/KAmrUTAKhjoAAOBJJt8=
</data>
</layer>
<objectgroup name="Mapevents" visible="0"/>
<objectgroup name="Spawn" visible="0"/>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" nextobjectid="1">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEY4s14MDl6cOkn1mx85pPjp4EO31E8ikfxKB4uGACXtUdA
</data>
</layer>
<layer name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx7I8nA8BaI35BBIwN0eRiQFWJgkBNiIBk8E2NgeIEHvxTDrec1Fjlk8ApJP7F60PXj0nMLKPYDC76Nx3yYnp841HzDop+QHnT9yG4hRs9wAW/5GBje8ZGn9zQ/hD7DwsBwlgVCkwruAPXcZYHQxICF/KTbgQxYWRkY2FgRfFESzBMF6hNjJaxuFIyC4QYAWXBFLQ==
</data>
</layer>
<layer name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjl2BgkARiELgjycBwVxJB4wPiQD2bOBkY2IG0BJIZMDkJPJgDqheG2fHIjeJRPIpH8SgexbTEAJlwN74=
</data>
</layer>
<layer name="Above_1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjl2BgkARiELgjycBwVxJB4wPiQD2bOBkY2IG0BJIZMDkJPJgDqheG2fHIjeJRTC7+Ls7AoCGBiX+IE9bLKYGa3sX4GRgWAvFPMvTCAD30KgoyMDTxk66Xnci8OopH8XDEALf7I/g=
</data>
</layer>
<layer name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFMjAxwyWFTOwpGAT0AsWkXn15sZhGjFxufHL2ExNHVkJv/KAmrUTAKhjoAAOBJJt8=
</data>
</layer>
<objectgroup name="Mapevents" visible="0"/>
<objectgroup name="Spawn" visible="0"/>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>

File diff suppressed because it is too large Load Diff

View File

@@ -1,308 +1,310 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="27">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztljsOwyAMhqNuvb/UM9CxY5oLRCK9AmdpKmHJ/VXMwwaWDt+SID6/CHGXZXGRJ8MB9Hw7OSKv+M6fhIhn72lNYKzg2WD9KrhoD4yNCMKaXFy+0lWDFJdTuFK96gX2BHtp7eI+3hPsJY/DKjfyPa7fpGam1Yu5oS+FZj5rXb9o9WqcH1p7rPW2ztmhdOOc5WKgObaoNZ+zVAx4Ri2cJTFIZ5SzR6xiKKnrDvSoSYl3pBv9I70z3bO9o+v8p55bp++ihPX9x/fNuXq4ca/S+/c+4T/HIm+NV5PzGxBojCs=
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJyFVstOFFEQnUxcGBNNbnfCBH/ABQs26hcgCxNho4AaJTFC1L3+gX6ARtjrih9g40YlYYIJbEjGByHsxmFoF7piQ7SKrkOfqakeK+nc7tv31jlVdW5191Lj1I5ozLPyvm1z2zYe2si2MTY8pzbTjOfVNlPpczPwp/Y7i7G+j5fjgfg+lPu+Pfdk7b7hPWxWa04507pZmXvQrOd2K3jHWOzLWxLOWVbxZ16LxE39FanytW+c8G4iK3MTYf4wv7v2PGnP20GuwMHz7aXRcfxMw8+IC8Z50vcHtufExvUa/rBzlGP/vlejCTXkCXaFeLFmC9Ow8nmeNxovcsIL4u8S5mxQf/DaH6Fpby8F81U+mE+OrRB+a5THRafb0zW2/gvt69fwAA7H0pH7v6nyA1sjvbHvtluXoCGaR439+VSNfKupHfYo7jOqWSE1+DU+yN8b8ztMg2cDGu+YRtVHx9Z/tXErlfzRp4DJeWIeudN6N+C1Z3MFaZ+tQ3MfUKtseJ3XOvOILOpbGvMG7UEv2G4O8oAGloXHzazKK8enWtEaThhX31MvOPx8rPpuzDj9aj3uyLUk1+2W3Ns11yrnmP8WcUD+NSbloRwuE672gJy+OdAxDBpUzButan7K7h+5OnBvO3G9DryQB+AqXt/pDHa91RiyKYsbusG58lpTQz34LCmu4kwG63FmI1y1aZlfkH13g72st9fSq97kVT1Vm5znSJt/xOdjradc1xy+xvxE3j/NBusL37B3gvk+L+NGT1Fc7llt0irm74nf+4bvsTXmZa6j481942yNizeyOdk3b+dHteJzPm3Pqmnkq53q+yK0pri+/53YOQTXZTtPuodxr2qsjodic3/eq8FXXM3pJ1n/+T99WA21XnKYiFXzDE0zvu+vyHM3DZ8B1sYR3S8F+tX8eF3iPO4EceAcsUX/mXXmsQq7V03qP9m6+eIcvrV+tSLj6oj/h52afEVzmmf46hKmYq3YpdqeP1++O0rDPidcPi/K86UsxmeN9An7OCsxR5nmRfnAZ041Uw7Hjkdd7PjmIz41/4+J2nLvKALdeCw/Rjw8lv+HPPsvovnVZj1GhAlDv6rDxMjfg4/uv3Z3LNYr//tsBTz+AX/MUOs=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy1lksKwkAMhos3qIWKCxceyJXgzqVn8hzqquueQAW1op5FiwRDTDJJHH8orZ3MfHlNx6Lwq60/z924KK7jtL1md6z593TsUL/XsDDBPuoXxAjjVqYkPPdA1vb47JXVf098Wr0krao4E3ht5txoLMxL1WQ6/J3Xkj7/t3Bst1cN7oHejuwJ4HLMqB8WrQd226gfu8D3LYcqZv2emWO/4JhmSg5xH+fu36XCTe3R0+R99VqM8vmkxQhMzNaU6jdcX80WM89Gtiaur7Dm5LsH7IuQ78a4p1JcTlLMnr0c5cLVld9sD3fzst8a53C9BbFKeaa5iMQr6d957rUf8ixvnq1KnVFaP3NzH6UvT5wt9Ij33IXzD6+p+SLFzp35lv+Y2vkLLHrn/KAsiYnfH2uZwTFBUF+JaWFzMdDfjeKHlwl3a53p+BPO+cJz
</data>
</layer>
<layer name="Above_1" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRQCnYLDkw9gqLDYy9yOAyDd0Qy4Rb7vAA+f3SANl7B5jG7g5QOhsFtAUbgfG6iYZxO5p26AewhfU9wYGLg+l4ylBKwU2gf25JIuhRMHQBAJQ+EpI=
</data>
</layer>
<layer name="Above_2" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRQCnYLDkw9gqLDby9l2nohlgm3PYepqPfke29NED23gGmsbt0SmeDIV2NJHs3AuN1Ew3jFj3tDLR/h7O9yGENs/eeIH3zLzKYzkRYDbngJtA/tyQR9CgYugAAqswUfg==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy1VdsNhDAM6xTsvwIb8oVUqviVlkjo4JLYeVAzBrb7+v6+9/NV/edeKBdxpbE7tTmcam6dulTOil89s9gZv2OsLhXH8Fy+dCeVH+V03jGFxepCmLN/vV9zlKGYBOOkVfN04+ectPZ13hWmynd2g/zurlS/ig/hOH6H26kR8SU7c85Hcv5Oap5zrlE+itk1dc6Vb0dHla9bu8ph3Mlz1xjuKW119GW332RP1czVrv+ehaNlJ6zqW/F1dEN9o1ydTXWL4SsNVrgIn/WZ9MXm79bGZuByurU6+pXmpFyV7wFLDx4g
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMFTBRrGBdgFtAch/yBiXGK3tR2cPN4DPX7T093ANz6ECaJ2mh3OewQZwlU20Lq/QzSXEp5W96HIjKe6HOgAAi3kabw==
</data>
</layer>
<layer name="Walkable_2" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMFTBRrGBdgFtAch/yBiXGL3sH67hjc9ftPT3cA3PoQJonaaHc54hBAa6nKKH/QNVbowC6gMA6Pwdiw==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="26" name="hole" type="mapchange" x="224" y="160" width="32" height="32">
<properties>
<property name="map" value="guynmart_wood_3_hole"/>
<property name="place" value="up"/>
</properties>
</object>
<object id="12" name="east" type="mapchange" x="928" y="96" width="32" height="480">
<properties>
<property name="map" value="guynmart_wood_2"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="15" name="south1" type="mapchange" x="288" y="928" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_5"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="16" name="west" type="mapchange" x="0" y="192" width="32" height="608">
<properties>
<property name="map" value="guynmart_wood_4"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="17" name="guynmart_s_rope_d2" type="script" x="320" y="512" width="32" height="256"/>
<object id="20" name="guynmart_s_rope_d1" type="script" x="256" y="512" width="32" height="256"/>
<object id="22" name="guynmart_s_rope_u2" type="script" x="256" y="896" width="160" height="32"/>
<object id="21" name="guynmart_s_rope_u1" type="script" x="256" y="416" width="96" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="forestboar4" type="spawn" x="512" y="192" width="384" height="224">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="7" name="forestwolf2" type="spawn" x="608" y="32" width="288" height="128">
<properties>
<property name="quantity" value="2"/>
</properties>
</object>
<object id="8" name="forestwolf1" type="spawn" x="64" y="448" width="192" height="416">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="608" y="672" width="288" height="224">
<properties>
<property name="quantity" value="3"/>
</properties>
</object>
<object id="37" name="guynmart_fish2b" type="spawn" x="672" y="480" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="guynmart_fish2"/>
</properties>
</object>
<object id="25" name="guynmart_fish2" type="spawn" x="608" y="448" width="160" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="guynmart_fish2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object id="18" name="guynmart_r_rope:1" type="replace" x="160" y="448" width="288" height="416">
<properties>
<property name="Above" value="Above_1"/>
<property name="Walkable" value="Walkable_1"/>
</properties>
</object>
<object id="19" name="guynmart_r_rope:2" type="replace" x="160" y="448" width="288" height="416">
<properties>
<property name="Above" value="Above_2"/>
<property name="Walkable" value="Walkable_2"/>
</properties>
</object>
</objectgroup>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="17">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlrsNwyAQhq10GcGLZwZSpnS8gCWcFZggQ8SWOOnyKzzvgCbF19iI714Ym8s0Gc+TYQB6vh7snpd/Zw+cx7L3tMYxFvCssH6JuGgPjI1wkTWpuGyhq4RYXEbgCvWqFdgT7KW2i/t4T7CXPA6t3Mj3uH4TmplaL+aGvhCS+Sx1/aLWK3Ge1PZY6q2ds13oxjlLxUBzrFFrPmehGPCMajhzYoidUc7m0Yohp64b0KImOd6ebvT39I50j/b2rvOfcm6Nvosx8F54z3r7plzady935DqJ+4D/HI28JV5Jzh+yEIx2
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJyFVrtuE1EQtSwKhATS7kqxwg9QpEgDfEFIgUTSQBJAEAlhC+jhD+ADQCQ9VPmBNDRApFhBcppI5hFZ6YzjLAVUaSKYyc7JHo9nzUiru3v33jlnZs6d3UFSO7UjGrO0uG/bXMfGQxvZtqbG59QW6vG82nZS+NwO/Kn9TmOs79PFeCC+D+V+aM8DWdszvIf1cs0pZ1q3KHMP6tXcbgXvGIt9eUuEc5qW/JnXKnFTf3lS+uoZJ7ybSYvcRJg/zO+ePc/acyfIFTh4voNkchw/k/FnxAXjPOn7A9tzYuNmBX/YOcqxfz+o0IQa8gS7QrxYs7lpWPk8z2q1FxnhBfH3CXMxqD949SZo2ttLwXyVjeaTY8uF3wblcdXp9nSNrf9C+4YVPIDDsXTl/m9S+oFtkN7Yd9utS6AhmkeN/flUjXyrqB32KO4zqlkuNfg1PcrfG/M7TEbPBjTeNY2qj66t/2rjTlLwR58CJueJeWRO6/2A177N5aR9ti7NfUCt0vF1XuvMI7Kob2nMW7QHvaBTH+UBDbSEx820zCvHp1rRGs4YV99TLzj8bKr8biw4/Wo97sjVlOt2Q+7tWmoUc8x/hzgg/xqT8lAOlwlXe0BG3xzoGAYNKuaNRjk/Z/ePXB24t524XgdeyANwFW/odAa73qiN2ZzFDd3gXHmtqaEefJYUV3Fmg/U4sxGu2rzMr8i+u8Fe1ttr6VVvsrKeqk3Oc6TNP+LzsdZTrmsOX2N+Iu+fpqP1hW/YO8F8nxVxo6coLvesNmkV8/fE733D99gac4vr6Hhz3zhb4+KNbEn2Ldv5Ua34nM/bs2oa+Won1X0RWlNc3/9O7ByCa8vOk+5h3Ksaq+Oh2Nyf9yvwFVdz+knWf/5PH1ZDrZsOE7FqnqFpxvf9FXnuJ+NngLVxRPfNQL+aH69LnMfdIA6cI7boP7PKPFZu96pJ/SfbNF+cw7fWr9ZkXJ/w/7Bbka9oTvMMX33CVKw1u1Tby+eLd5pHXc8+Z1w+L8rzpTTGZ40MCfs4LTAnmeZF+cBnRjVTDseOR1Xs+OYjPjX/j4nacu/IA914LD9GPDyW/4c8+y+i+fV6NUaECUO/qsLEyN+Dj+6/dm8q1iv/++wEPP4BlvRQfw==
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy1lksKwkAMhos3qIWKCxceyJXgzqVn8hzqquueQAW1op5FiwRDTDJJHH8o1U5mvrym06Lwq60/v7txUVzHaXvN7ljzz+nYoX6vYWGCfdQviBHGrUxJeO6BrO3x2Sur/574tHpJWlVxJvDazLnRWJiXqsl0+DuvJX3+b+HYbq8a3AO9HdkTwOWYUT8sWg/stlE/doH3Ww5VzPo9M8d+wTHNlBziPs7dv0uFm9qjp8n76rUY5fNJixGYmK0p1W+4vpotZp6NbE1cX2HNyXsP2Bch341xT6W4nKSYPXs5yoWrK7/ZHu7mZb81zuF6C2KV8kxzEYlX0r/z3Gs/5FnePFuVOqO0fubmPkpfnjhb6JHotyheU/NFip078y3fmNr5Cyx65/ygLImJnx9rmcExQVBfiWlhczHQ/43ih5cJd2ud6fgThQTB2g==
</data>
</layer>
<layer name="Above_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRQCnYLDkw9gqLDYy9yOAyDd0Qy4Rb7vAA+f3SANl7B5jG7g5QOhsFtAUbgfG6iYZxO5p26AewhfU9weEZBzeB/rkliaBHwdAFAEpJEfk=
</data>
</layer>
<layer name="Above_2" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRQCnYLDkw9gqLDby9l2nohlgm3PYepqPfke29NED23gGmsbt0SmeDIV2NJHs3AuN1Ew3jFj3tDLR/h7O9yGENs/eeIH3zL73ATaB/bkki6FEwdAEAYNcT5Q==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy1VdsNhDAM6xTsvwIb8oVUqviVlkjo4JLYeVAzBrb7+v6+9/NV/edeKBdxpbE7tTmcam6dulTOil89s9gZv2OsLhXH8Fy+dCeVH+V03jGFxepCmLN/vV9zlKGYBOOkVfN04+ectPZ13hWmynd2g/zurlS/ig/hOH6H26kR8SU7c85Hcv5Oap5zrlE+itk1dc6Vb0dHla9bu8ph3Mlz1xjuKW119GW332RP1czVrv+ehaNlJ6zqW/F1dEN9o1ydTXWL4SsNVrgIn/WZ9MXm79bGZuByurU6+pXmpFyV7wFLDx4g
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMFTBRrGBdgFtAch/yBiXGK3tR2cPN4DPX7T093ANz6ECaJ2mh3OewQZwlU20Lq/QzSXEp5W96HIjKe6HOgAAi3kabw==
</data>
</layer>
<layer name="Walkable_2" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMFTBRrGBdgFtAch/yBiXGL3sH67hjc9ftPT3cA3PoQJonaaHc54hBAa6nKKH/QNVbowC6gMA6Pwdiw==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="hole" type="mapchange" x="224" y="160" width="32" height="32">
<properties>
<property name="map" value="guynmart_wood_3_hole"/>
<property name="place" value="up"/>
</properties>
</object>
<object id="2" name="east" type="mapchange" x="928" y="96" width="32" height="480">
<properties>
<property name="map" value="guynmart_wood_2"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="3" name="south1" type="mapchange" x="288" y="928" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_5"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="4" name="west" type="mapchange" x="0" y="192" width="32" height="608">
<properties>
<property name="map" value="guynmart_wood_4"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="5" name="guynmart_s_rope_d2" type="script" x="320" y="512" width="32" height="256"/>
<object id="6" name="guynmart_s_rope_d1" type="script" x="256" y="512" width="32" height="256"/>
<object id="7" name="guynmart_s_rope_u2" type="script" x="256" y="896" width="160" height="32"/>
<object id="8" name="guynmart_s_rope_u1" type="script" x="256" y="416" width="96" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="9" name="forestboar4" type="spawn" x="512" y="192" width="384" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="10" name="forestwolf2" type="spawn" x="608" y="32" width="288" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestwolf2"/>
</properties>
</object>
<object id="11" name="forestwolf1" type="spawn" x="64" y="448" width="192" height="416">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestwolf1"/>
</properties>
</object>
<object id="12" name="forestbeetle" type="spawn" x="608" y="672" width="288" height="224">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object id="13" name="guynmart_fish2b" type="spawn" x="672" y="480" width="128" height="192">
<properties>
<property name="spawngroup" value="guynmart_fish2"/>
</properties>
</object>
<object id="14" name="guynmart_fish2" type="spawn" x="608" y="448" width="160" height="128">
<properties>
<property name="spawngroup" value="guynmart_fish2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace">
<object id="15" name="guynmart_r_rope:1" type="replace" x="160" y="448" width="288" height="416">
<properties>
<property name="Above" value="Above_1"/>
<property name="Walkable" value="Walkable_1"/>
</properties>
</object>
<object id="16" name="guynmart_r_rope:2" type="replace" x="160" y="448" width="288" height="416" visible="0">
<properties>
<property name="Above" value="Above_2"/>
<property name="Walkable" value="Walkable_2"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -1,230 +1,230 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" nextobjectid="19">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="15">
<data encoding="base64" compression="zlib">
eJztk7sNwCAMBZG7ZJ/sTJsSVoAZmCVCxpJlGUIsulCcKMCcHx8PznmF+3gnAqLVW4iT3gxIUOpHe/fm86S3AJJaTWzjdeKoOalXa1ZJYvtVr2e9cB/1KvPPZu3ll2cofbRW5rc6iZq1sBzSJ9+GNmf18rsf/YUVvq+sONvN5u88+/pFgQ==
</data>
</layer>
<layer name="Objects" width="30" height="15">
<data encoding="base64" compression="zlib">
eJyNVM1KAzEQXnJXSEShJ30Xzz6Cdy99hD6QL1DQnlRoWaUHhdqLIgjdbWs9eBUKzkdm3MlstjoQZjOTzPfNz6Yo2rL2RVHRCiG1Qbasr1zUK9qveuTvtfU9n33nONov39o+cs35FXM4UBzA54HODGj1Xdz/xmSshTqv7+XwarpzSXGmtD74fmX0hs590nplbgOX5j9Se+DMQppP36WYIvC9sW/OWD6kmFaDA/K/UHdhAzb6svQx7tQ1PKUu4Ca+WWh6Wfq0VoJVs33oUxyRO+YjvUDcF7I9HcUYkuMZ+8AXPpmfjW+wIEu2P5Me05r4du2Bf+0itxFjI66OI/08VzXS/o3pa5eGlCp3EYsn39JP+WcwTzZHSOX/hw0ZcwyvZro096XukFOf+jFXi46Z2nbUwc5Bl93WQUS4Su30/4tcjml/EnbnjxribDiI86f9udrb76WaabF/hWi3817xvGlJOP+Bh7dK2x8PI/9a8V5neq7v7ap97sw385sY3rYHIkPOu9xR81wvrW+P4u531EbeC9SyNrz0WzLP9CaHpX0+U6uWtnMeGmx5w27IftvRyx8bxByf
</data>
</layer>
<layer name="Above" width="30" height="15">
<data encoding="base64" compression="zlib">
eJytU8ENwjAMjLoBqlSpczAgMxVevNmgeRWVV78MQSxhERnbOVNOihIl9l18cZYxpXsZWxnLe024DSmEOheN03Is3bXEPQD+1p20vTzouqwpZ4nseCXPcpVPmvOOein3YtyHuFfnLKKFek+8HLeNHz0+03gsjxFNjpkFd10j+/tPbcnJPvN7Hg+45t59vg+tT53vlwRaf9d/x9cx1lrTIjyD/9jTiGprNSLeR/qyhavjeaRntPp+gedFqx+R/pSYyv7ZeD+kruhfQThflAK7OA==
</data>
</layer>
<layer name="Walkable" width="30" height="15">
<data encoding="base64" compression="zlib">
eJytktsJQCEMQ53i7r+CG/pfQnKiVyiCNM2j7m+tLcqd2aPwak6an3gdF8W1vMmbuom+pIeUmvOSv9NFd+6yaDJQeht+l5HDN723HhvulIvL3WH+eid6G++TK/l1nif25hA+svvm76RsXr3Q+WQ/t1omnmhrq/F/ADcdvnQ=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="18" name="guynmart_s_wood5_castle" type="sign" x="320" y="352" width="32" height="32"/>
<object id="15" name="south" type="mapchange" x="608" y="448" width="128" height="32">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="16" name="north1" type="mapchange" x="192" y="0" width="224" height="32">
<properties>
<property name="map" value="guynmart_wood_4"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="17" name="north2" type="mapchange" x="768" y="0" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_3"/>
<property name="place" value="south1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0"/>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" infinite="0" nextobjectid="19">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="15">
<data encoding="base64" compression="zlib">
eJztk7sNwCAMBZG7ZJ/sTJsSVoAZmCVCxpJlGUIsulCcKMCcHx8PznmF+3gnAqLVW4iT3gxIUOpHe/fm86S3AJJaTWzjdeKoOalXa1ZJYvtVr2e9cB/1KvPPZu3ll2cofbRW5rc6iZq1sBzSJ9+GNmf18rsf/YUVvq+sONvN5u88+/pFgQ==
</data>
</layer>
<layer name="Objects" width="30" height="15">
<data encoding="base64" compression="zlib">
eJyNVMFKA0EMXeauMCMKPem/ePYTvHvpJ/SD/IGC9qRCyyo9KNReFEHoblvrwatQMI9J3Ex2thoYZjeZyXt5yW5RtG3ti6KiFULqg215v3JxX9H7qkfxXnu/57PvnEfH5Vn7R645v2IOB4oD+DzQmQGtvovvvzkZa6HO63s5vJruXFKeKa0Pvl+ZfUPnPmm9MreBS+sfqXfgzEJaT9+lmGKIvXFszlg+pJh2BwfUf6Huwgds9GXpY96pa3iKLuAmsVloeln6VCvBqtk/9CmO2B3zkV4g7wv5no5iDqnxjGPgi5jMz8Y3WLAl+59pH9Oa+Lb2wL92kduIsZFX55F+niuNdHxj+tq1w0pVu5jFk2fpp3wzmCdbI6zy/8OGjTmHVzNdmvuiO+zUp3HM1aJjprYdOtg56PJbHcSEq2inv1/UckzvJ2F3/dAQZ8NBnD8dz2lvn5dqpsX/FaLfznvF86Yt4fwHHv5V2v94GPnXivc603N9b5f2uTPfzG9ieNseiA257nKH5rle2tge5d3v0Eb+F9CyNrz0v2Se6U0OS8d8RqvW3qEnsIcK84b8t5k5+gFTgB2s
</data>
</layer>
<layer name="Above" width="30" height="15">
<data encoding="base64" compression="zlib">
eJytU8EJwzAMNNmgFAKZIwN2pjavvrtB/EpJX/l2iFhQUaFIslT3wMRIJ511sZchpWdZW1nLZw949CkEWuvlSTWa7lp4L0f/2pmkWO5lXdTkX45seMVzmdSD5twwL9ROynmg92rkIlpe76Ev8rbhq4c5qY/msUcTOTPrTWdEf/+pzXuiz/g/x5NfszWO54H9pbP94vDO352PfMrR9pIW4B18x5ZGVFua0eN95F7WcDc8j9wZab5fYHlRu48RPymuJX4T6jxztXilcXbXOb8O
</data>
</layer>
<layer name="Walkable" width="30" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJytkssJwDAMQzNF918hG/ZuhPTkNmACwbI+zn3OuaLcmT0Kr+ak+YnXcVFcy5u8qZvoS3pIqTlf8ne66M5dFk0GSm/D7zJy+KZ367HhTrm43B3mr3eit/E+uZJf53liN4fwkd03fydl89ULnU/2s9Uy8UTbpmgGL0ONvnQ=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="18" name="guynmart_s_wood5_castle" type="sign" x="320" y="352" width="32" height="32"/>
<object id="15" name="south" type="mapchange" x="640" y="448" width="128" height="32">
<properties>
<property name="map" value="guynmart_wood_8"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="16" name="north1" type="mapchange" x="192" y="0" width="224" height="32">
<properties>
<property name="map" value="guynmart_wood_4"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="17" name="north2" type="mapchange" x="768" y="0" width="96" height="32">
<properties>
<property name="map" value="guynmart_wood_3"/>
<property name="place" value="south1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0"/>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0"/>
</map>

View File

@@ -1,356 +1,355 @@
<?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">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPGAYAK/jo3s=
</data>
</layer>
<layer name="Objects" width="15" height="15">
<data encoding="base64" compression="zlib">
eJxbycTA8EaSgeEtEIMAjG0hxMBgKcQAByFCqPIgsBuo944kprgHUK2nEEIsVQjTjrM47D0pyYABJIRR1d4H6r0khqrvG5IdyGahi6GLY9OHzV0wgM2OY4IQuW2CCPfjMhPdnycFUf2Krh8EsOkTQoobZDYhe0HgBZqd1wUhfkAOlxBxhPpTMDdB9QkKQfyKDmBuKxNHdS+2OIX5+5YgqhvLoPYKCWNPE89whBfMXmFh7GHNC3QznxCq3jdIdiO7GVv8I5v1HMkNIPcsEUdNI8j6QKAcaG8F1G5ZIC2H5g4AfkqJuQ==
</data>
</layer>
<layer name="Above" width="15" height="15">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQzuANl3JRlQALIYOhsEQHrR5XeimQECHMKY5mOzF8ZGNgtdDF0cmz5c7sZlBzLYScBMfP7Eph8EiNGHy33Y/IQLoIcLjN5FQB+625HdsZMMN4MwkzBxfkaWewtkMwsTH9bIdmNzBzYxXGbhS/vEAHLSIAgAAIt4b9Y=
</data>
</layer>
<layer name="Ground_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbxMnAsGkUj+JRPGAYAD1FpFw=
</data>
</layer>
<layer name="Objects_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA4C/FwBAAxCCAzL4mxIABkOV3A/XaA9muwgjxm0KYaq8LYdpxFoe9xyQx7ZQQRlV7H6j3khiqvm9IdiCbhS6GLo5NH4x+LoQZHtjseAj18yMhhPtxmYnPnyCArh8EsOl7gRY3MDcQshcfQA6XEHFEGBxHc+sjNLthboG5rUwc1b0w8edY0hO6m8ug9soIEw4rZDth9goLYw9reaDdCnjSM7KbsaVLfG5ZIo5Qfx0tHkDgIZK9k4DumyyMqh8A9L9PnA==
</data>
</layer>
<layer name="Above_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJwLkGJgOCzGAAb2QLaDFAMKQBZDZ4MASC+6/DZJBgzAIYxpPjZ7YWxks9DF0MWx6cPlblx2IAMYH5eZ+PyJTT8IEKMPl/uw+QkXQA8XGE3ITnS3o7ufVDeDMI8wcX5GlgsAqmUWJj6s0d2JL/4JmYUv7RMDyEmDIAAAjiEyjA==
</data>
</layer>
<layer name="Ground_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJw7zsnAcHwUj+JRPGAYANW5ttE=
</data>
</layer>
<layer name="Objects_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA8EwSgkEAmS0gzAAHl7HI7wbqvYNFHJtadPZZHPZ+EWTAABLCqGrvA/VeEkPV900IwYbhz4KYYm/RxLHpw+VuZD6yHcgA5n5cZsLwJyz+xKYf3Sx0+9ABIXtB4KEQqp4nQP4xQYjdMHUh4gj1MDe9gdKKUgwMSlKYdsP8VCaOGp8wN/8TwtRzCy2OYHqFhFHNgPsPR3jD7BUWxvQzSA0v0G4+NPvfCGLaiyv+kePtCZI5oLBcghRWcHcimVEOVFMB1SMLpOXQ3AEA9yqGgg==
</data>
</layer>
<layer name="Above_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQyuSUIwMkAWQ2fjk0cHHMKY8tjshbHxid0F4p0E1OBzFzY12AAuMwnpwxd26Po+AvmfcIQ5IXsZpRgYmKQI24sNCAL1CWHRi8scQgBbmDNhiXNiALMwaWFNavrBZw4uc4kBpKTBO9B0DAIA0jJhFA==
</data>
</layer>
<layer name="Ground_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzz4mVg8BrFo3gUDxgGAAIcTHg=
</data>
</layer>
<layer name="Objects_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx1UjEOwjAMtNjNkEiUDPAHRD+C6BPyBuBBLIyIkakws/QDvICVGVtqiOM6J1VJHZ/v4vgyA+gDwIM+RtpvEGCL8EfE8pxxJ+41TOM7yt2jXTeO8VdF9xlggqUvc9/EHRYl7+vyXtbSsY+KW7w+2PeV/1Kjxdyj5N+qqXmMTvSYofkMi9cqXs2fXi3NdFfZl67J73ULZV6saCdvh6b0a72p1JYemctw3p4JrS3PmOu93Wukd567er+kZ2suZS3t4dzkfGtujqR7GrVXtK6Vjx+rV3CL
</data>
</layer>
<layer name="Above_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQw2AtmbJBlQALIYOhsEQHrR5TejmQECHMKY5mOzF8ZGNgtd7C6aODZ9uNyNyw5ksJmAmfj8iU0/CBCjD5f7sPkJF0APFxhNyE50tyO7YzMZbgZhJmHi/IwsdwjIZhYmPqyR7cbmDmxiuMzCl/aJAeSkQRAAAI5zXyQ=
</data>
</layer>
<layer name="Ground_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbycnAsHMUj+JRPGAYABrGqoM=
</data>
</layer>
<layer name="Objects_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTAUCrAwFAGxCAAY1sIMTBYCjHAQTKaPAjsBupNxSLuAdTXKIAQSxXCtOMsDntLBBgwQLkAqtr7QL2XxFD1BSKpQTYLXeytJKr4NyFMNdjcBQPoaoyA+JggRG6bIML9uMxEdpsTEJ8URPUruv5ALPpAQAgpbpDZhOwFgRdodl4XhPgBOVxCxCH0EiBeCtX3BqpPUAjiV3QAc1uZOKp7scUpzN+3BNHcCLVXSBh7mniGI7xg9goLYw/rQiAuQnPHGyS7kd2MLf6RzXqO5AaQe5aIo6YRZH0gUA4MrwpoHMkCaTkhVLUASPRXDA==
</data>
</layer>
<layer name="Above_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQxSBRgY0gQYUACyGDobBEB6scmjg3QBTHls9sLY+MRg4il41OByNy47sAFcZhLSh64fBEB0CpH6UqhsLwhMJUIfPnOIVYscR0zCpJkBAmVAtczCpPmZ1PSDC6DLERtf6O4gJQ2CAAB/0THg
</data>
</layer>
<layer name="Ground_5" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPGAYAK/jo3s=
</data>
</layer>
<layer name="Objects_5" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA8EaSgeEtEIMAjG0hxMBgKcQAByFCqPIgsBuo944kprgHUK2nEEIsVQjTjrM47D0pyYABJIRR1d4H6r0khqrvG5IdyGahi6GLY9OHzV0wgM2OY4IQuW2CCPfjMhPdnycFUf2Krh8EsOkTQoobZDYhe0HgBZqd1wUhfkAOlxBxhPpTMDdB9QkKQfyKDmBuKxNHdS+2OIX5+5YgqhvLoPYKCWNPE89whBfMXmFh7GHNC3QznxCq3jdIdiO7GVv8I5v1HMkNIPcsEUdNI8j6QKAcaG8F1G5ZIC2H5g4AfkqJuQ==
</data>
</layer>
<layer name="Above_5" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQzuANl3JRlQALIYOhsEQHrR5XeimQECHMKY5mOzF8ZGNgtdDF0cmz5c7sZlBzLYScBMfP7Eph8EiNGHy33Y/IQLoIcLjN5FQB+625HdsZMMN4MwkzBxfkaWewtkMwsTH9bIdmNzBzYxXGbhS/vEAHLSIAgAAIt4b9Y=
</data>
</layer>
<layer name="Walkable" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBGKQQCZjQ1sFMPEuPThksenH5vduOzEJUctjM1d+NwCkyfWXbjCl5B+fIBYd+LSiyu+iAHk2k1uWKG7jRxzSIl/QvFGbhoDAFnpbA4=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="east" type="mapchange" x="448" y="416" width="32" height="64">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="forestboar4" type="spawn" x="32" y="0" width="96" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object name="forestbeetle" type="spawn" x="192" y="0" width="160" height="64">
<properties>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object name="guynmart_rob5" type="spawn" x="224" y="256" width="32" height="32">
<properties>
<property name="spawngroup" value="guynmart_rob5"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object name="guynmart_nondisplay:51" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_1"/>
<property name="Ground" value="Ground_1"/>
<property name="Objects" value="Objects_1"/>
</properties>
</object>
<object name="guynmart_nondisplay:52" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_2"/>
<property name="Ground" value="Ground_2"/>
<property name="Objects" value="Objects_2"/>
</properties>
</object>
<object name="guynmart_nondisplay:53" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_3"/>
<property name="Ground" value="Ground_3"/>
<property name="Objects" value="Objects_3"/>
</properties>
</object>
<object name="guynmart_nondisplay:54" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_4"/>
<property name="Ground" value="Ground_4"/>
<property name="Objects" value="Objects_4"/>
</properties>
</object>
<object name="guynmart_nondisplay:55" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_5"/>
<property name="Ground" value="Ground_5"/>
<property name="Objects" value="Objects_5"/>
</properties>
</object>
<object name="guynmart_nondisplay:59" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_5"/>
<property name="Ground" value="Ground_5"/>
<property name="Objects" value="Objects_5"/>
</properties>
</object>
</objectgroup>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="15" height="15" tilewidth="32" tileheight="32" infinite="0" nextobjectid="11">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="15" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPGAYAK/jo3s=
</data>
</layer>
<layer name="Objects" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA8EaSgeEtEIMAjG0hxMBgKcQAByFCqPIgsBuo944kprgHUK2nEEIsVQjTjrM47D0pyYABJIRR1d4H6r0khqrvG5IdyGahi6GLY9OHzV0wgM2OY4IQuW2CCPfjMhPdnycFUf2Krh8EsOkTQoobZDYhe0HgBZqd1wUhfkAOlxBxhPpTMDdB9QkKQfyKDmBuKxNHdS+2OIX5+5YgqhvLoPYKCWNPE89whBfMXmFh7GHNC3QznxCq3jdIdiO7GVv8I5v1HMkNIPcsEUdNI8j6QKAcaG8F1G5ZIC2H5g4AfkqJuQ==
</data>
</layer>
<layer name="Above" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQzuANl3JRlQALIYOhsEQHrR5XeimQECHMKY5mOzF8ZGNgtdDF0cmz5c7sZlBzLYScBMfP7Eph8EiNGHy33Y/IQLoIcLjN5FQB+625HdsZMMN4MwkzBxfkaWewtkMwsTH9bIdmNzBzYxXGbhS/vEAHLSIAgAAIt4b9Y=
</data>
</layer>
<layer name="Ground_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbxMnAsGkUj+JRPGAYAD1FpFw=
</data>
</layer>
<layer name="Objects_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA4C/FwBAAxCCAzL4mxIABkOV3A/XaA9muwgjxm0KYaq8LYdpxFoe9xyQx7ZQQRlV7H6j3khiqvm9IdiCbhS6GLo5NH4x+LoQZHtjseAj18yMhhPtxmYnPnyCArh8EsOl7gRY3MDcQshcfQA6XEHFEGBxHc+sjNLthboG5rUwc1b0w8edY0hO6m8ug9soIEw4rZDth9goLYw9reaDdCnjSM7KbsaVLfG5ZIo5Qfx0tHkDgIZK9k4DumyyMqh8A9L9PnA==
</data>
</layer>
<layer name="Above_1" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJwLkGJgOCzGAAb2QLaDFAMKQBZDZ4MASC+6/DZJBgzAIYxpPjZ7YWxks9DF0MWx6cPlblx2IAMYH5eZ+PyJTT8IEKMPl/uw+QkXQA8XGE3ITnS3o7ufVDeDMI8wcX5GlgsAqmUWJj6s0d2JL/4JmYUv7RMDyEmDIAAAjiEyjA==
</data>
</layer>
<layer name="Ground_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJw7zsnAcHwUj+JRPGAYANW5ttE=
</data>
</layer>
<layer name="Objects_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTA8EwSgkEAmS0gzAAHl7HI7wbqvYNFHJtadPZZHPZ+EWTAABLCqGrvA/VeEkPV900IwYbhz4KYYm/RxLHpw+VuZD6yHcgA5n5cZsLwJyz+xKYf3Sx0+9ABIXtB4KEQqp4nQP4xQYjdMHUh4gj1MDe9gdKKUgwMSlKYdsP8VCaOGp8wN/8TwtRzCy2OYHqFhFHNgPsPR3jD7BUWxvQzSA0v0G4+NPvfCGLaiyv+kePtCZI5oLBcghRWcHcimVEOVFMB1SMLpOXQ3AEA9yqGgg==
</data>
</layer>
<layer name="Above_2" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQyuSUIwMkAWQ2fjk0cHHMKY8tjshbHxid0F4p0E1OBzFzY12AAuMwnpwxd26Po+AvmfcIQ5IXsZpRgYmKQI24sNCAL1CWHRi8scQgBbmDNhiXNiALMwaWFNavrBZw4uc4kBpKTBO9B0DAIA0jJhFA==
</data>
</layer>
<layer name="Ground_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzz4mVg8BrFo3gUDxgGAAIcTHg=
</data>
</layer>
<layer name="Objects_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx1UjEOwjAMtNjNkEiUDPAHRD+C6BPyBuBBLIyIkakws/QDvICVGVtqiOM6J1VJHZ/v4vgyA+gDwIM+RtpvEGCL8EfE8pxxJ+41TOM7yt2jXTeO8VdF9xlggqUvc9/EHRYl7+vyXtbSsY+KW7w+2PeV/1Kjxdyj5N+qqXmMTvSYofkMi9cqXs2fXi3NdFfZl67J73ULZV6saCdvh6b0a72p1JYemctw3p4JrS3PmOu93Wukd567er+kZ2suZS3t4dzkfGtujqR7GrVXtK6Vjx+rV3CL
</data>
</layer>
<layer name="Above_3" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQw2AtmbJBlQALIYOhsEQHrR5TejmQECHMKY5mOzF8ZGNgtd7C6aODZ9uNyNyw5ksJmAmfj8iU0/CBCjD5f7sPkJF0APFxhNyE50tyO7YzMZbgZhJmHi/IwsdwjIZhYmPqyR7cbmDmxiuMzCl/aJAeSkQRAAAI5zXyQ=
</data>
</layer>
<layer name="Ground_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbycnAsHMUj+JRPGAYABrGqoM=
</data>
</layer>
<layer name="Objects_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJxbycTAUCrAwFAGxCAAY1sIMTBYCjHAQTKaPAjsBupNxSLuAdTXKIAQSxXCtOMsDntLBBgwQLkAqtr7QL2XxFD1BSKpQTYLXeytJKr4NyFMNdjcBQPoaoyA+JggRG6bIML9uMxEdpsTEJ8URPUruv5ALPpAQAgpbpDZhOwFgRdodl4XhPgBOVxCxCH0EiBeCtX3BqpPUAjiV3QAc1uZOKp7scUpzN+3BNHcCLVXSBh7mniGI7xg9goLYw/rQiAuQnPHGyS7kd2MLf6RzXqO5AaQe5aIo6YRZH0gUA4MrwpoHMkCaTkhVLUASPRXDA==
</data>
</layer>
<layer name="Above_4" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQxSBRgY0gQYUACyGDobBEB6scmjg3QBTHls9sLY+MRg4il41OByNy47sAFcZhLSh64fBEB0CpH6UqhsLwhMJUIfPnOIVYscR0zCpJkBAmVAtczCpPmZ1PSDC6DLERtf6O4gJQ2CAAB/0THg
</data>
</layer>
<layer name="Ground_5" width="15" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj+JRPGAYAK/jo3s=
</data>
</layer>
<layer name="Objects_5" width="15" height="15">
<data encoding="base64" compression="zlib">
eJxbycTA8EaSgeEtEIMAjG0hxMBgKcQAByFCqPIgsBuo944kprgHUK2nEEIsVQjTjrM47D0pyYABJIRR1d4H6r0khqrvG5IdyGahi6GLY9OHzV0wgM2OY4IQuW2CCPfjMhPdnycFUf2Krh8EsOkTQoobZDYhe0HgBZqd1wUhfkAOlxBxhPpTMDdB9QkKQfyKDmBuKxNHdS+2OIX5+5YgqhvLoPYKCWNPE89whBfMXmFh7GHNC3QznxCq3jdIdiO7GVv8I5v1HMkNIPcsEUdNI8j6QKAcaG8F1G5ZIC2H5g4AfkqJuQ==
</data>
</layer>
<layer name="Above_5" width="15" height="15">
<data encoding="base64" compression="zlib">
eJx7JcnAcFiMAQzuANl3JRlQALIYOhsEQHrR5XeimQECHMKY5mOzF8ZGNgtdDF0cmz5c7sZlBzLYScBMfP7Eph8EiNGHy33Y/IQLoIcLjN5FQB+625HdsZMMN4MwkzBxfkaWewtkMwsTH9bIdmNzBzYxXGbhS/vEAHLSIAgAAIt4b9Y=
</data>
</layer>
<layer name="Walkable" width="15" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBGKQQCZjQ1sFMPEuPThksenH5vduOzEJUctjM1d+NwCkyfWXbjCl5B+fICQfkJ6ccUXMYDYMMJlLzl+JjUtkGI3KX6hJI0BAJcKbNU=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="east" type="mapchange" x="448" y="416" width="32" height="64">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object id="2" name="forestboar4" type="spawn" x="32" y="0" width="96" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="3" name="forestbeetle" type="spawn" x="192" y="0" width="160" height="64">
<properties>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object id="4" name="guynmart_rob5" type="spawn" x="224" y="256" width="32" height="32">
<properties>
<property name="spawngroup" value="guynmart_rob5"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object id="5" name="guynmart_nondisplay:51" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_1"/>
<property name="Ground" value="Ground_1"/>
<property name="Objects" value="Objects_1"/>
</properties>
</object>
<object id="6" name="guynmart_nondisplay:52" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_2"/>
<property name="Ground" value="Ground_2"/>
<property name="Objects" value="Objects_2"/>
</properties>
</object>
<object id="7" name="guynmart_nondisplay:53" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_3"/>
<property name="Ground" value="Ground_3"/>
<property name="Objects" value="Objects_3"/>
</properties>
</object>
<object id="8" name="guynmart_nondisplay:54" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_4"/>
<property name="Ground" value="Ground_4"/>
<property name="Objects" value="Objects_4"/>
</properties>
</object>
<object id="9" name="guynmart_nondisplay:55" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_5"/>
<property name="Ground" value="Ground_5"/>
<property name="Objects" value="Objects_5"/>
</properties>
</object>
<object id="10" name="guynmart_nondisplay:59" type="replace" x="0" y="0" width="480" height="480">
<properties>
<property name="Above" value="Above_5"/>
<property name="Ground" value="Ground_5"/>
<property name="Objects" value="Objects_5"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -1,313 +1,313 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="44">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzt0jEOgCAMhWHSzc0DeU7OwMoo3KVnUUOaNIXBQWpC3vAvLF/bkLcQMkILdOxw4a7lRvrHTtSK5DuDuNr28MU87wr1c3jsy8p/qhNvYHcUnwfv9UPb7mitpHafcW8e3Fk8dvrnrG7t4SGE0Jsutv2JsQ==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydV12KE0EQHmJUMP7Qo8adfdEb+KyeQDyBep7FI3gQYWAfVZhhfFNhdB+WJXGZyYaIGFj/MGCVM7VT/aV6Ei1oOt1dXV9X1dfVk0USRZ+pLdqepY6jM1nG3ZrWEcE16Z/Rvr3Y18f9lt1pbOv2YVl2Qmu4zpK6/j2b1jadr89flmJLX/4nFnrv3Xg7W2/jf/O9gvh9pPHK+XqF0q9b/aztvzh/7Wvcf+7QOX7d6n7nLqw3VfzWayX4MSG9woVzIb8v74RzLSK2+W4x374buUhVHFg+BHj5d841uBae/K7AnpxhqrBXRpxSY076A+f7WytbOsciupbUxt1G+9rGCvxn3Ctk46oRu4mam4HfiGnNzQJ5XiR+nK0zo0geV65/TwqY6O+lHZ/HnE+sj9rvSufXwBb7E7Ch8y7nKCCGzwe2D8wpjSWx13OF67Bn4KOOkeCf0PycG40/GfduDn5YcnE3ik5J/xvsPw68Z4K5P2jGv+Mmnu/b9b3BOsYZZ13D7XOEOaR2ntqFXVsXxxwnrnmHZP+FwaUjmn9J86+SJgea25Lv64R1g9pNhZkH+MxSAD9fJw2+xtT2mU8Z8EHyW0MOODeMzbmRc1v+a+E6J/FH39+Nu/fitMXKAlwqgLc6z4XzfawM3mlMPG8GPPdioWMbqGvSHwKPjgbrdkJvR+U6vlj40scx1NTAuVMjVqh7rY15STFJ23YwbvK8hDqsa+hSagy/dcMo+kHt57DZx9zIjTNJbZsHziuCeWeRWsjCnLw3iqL7qj0Y2bZKhTU3OC3nLFu/xadQrh4CziMY6/s7c3YcrG+S/XGjz61IurdX7D0mnCeqPR35d/Y4UCuxhuI7zDnxfO+5x31ifRuEYoj85rzwusRK7mFu5M46o4xLsJsZPArtzTbkapvv78ytf0/qOinzufP33iadO8a7pe1MYf2N4UPf/wzp/wChBw+X
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9VzEOwjAMtPgBlajUhyPeAVv4AYxUDCCYWMsEDyCViBqlsX1OCyehlCa58xk7LUREt4bo3gxjDOmeNnbCXOC08GtzyP7cfIAT4p2aCy4GVxHtKz4uq/dcnPF39x0PXvPoP+fVeD/KpcXB5QjRQbWla44X0Z7Dh1W7pN5zax3gRdPOcVjPB02Tu4fWGFp/yB6J/wn0Pzcv+UR9bBa29RZIHBd//9oMo7Y+B5fUkvbbBq114jnNgeTh5a/fYP1Z/Gz9ul1Bvq1nQoy2JnrUds0Ycdyafsj/KdFsgRiQ+rag1yzp7R4u8Yv0TPBY2l+5fQhPnOvSnp5S11OR+v0n5jwLOW4O7oc51p7lpX6l5zrCWdIP3Hdpfele9P07xxnOSa1/Oe5uOebNPfuk/xlzjeg7YIoPnHRcdA==
</data>
</layer>
<layer name="Above_1" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztwQEBAAAAgiD/r25IQAEAAPBoDhAAAQ==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy1lMENxSAMQztF91+BDf+1QrHznA9IHBqCY6cm632e9dn7Wu+dXWFXdSdcutwUvzsj953ek1xTDv/0Unml+q7yv3lKm8JyPJRWl5PocH1xuJ3GVAfh2GEq/Kk/yKI9VPq799fVVDHqMeo/cqfjRbRSr1FO6nyiO+XU1U3xybtV+VXcaUi86e66PjitLk49orhPFpknXS7hccK/zi+pTlKb/G+6iJ8TDXuc1HWxW6vqe8XjBh/3D/e8KXZyfkrvdNYQXFerw5y8B/Xt8qd3J7PG1UjmRzpX3P4BvT9VUQ==
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztwzENAAAIA7CpwL8FHHLgAZ42acK3rg0AAHBpAI2NAY8=
</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object id="25" name="east1" type="mapchange" x="928" y="128" width="32" height="64">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="26" name="east2" type="mapchange" x="928" y="352" width="32" height="96">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west3"/>
</properties>
</object>
<object id="27" name="east3" type="mapchange" x="928" y="512" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="28" name="north" type="mapchange" x="128" y="0" width="128" height="32">
<properties>
<property name="map" value="guynmart_wood_5"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="29" name="guynmart_s_roadClose" type="script" x="256" y="160" width="32" height="32"/>
<object id="39" name="south" type="mapchange" x="544" y="928" width="64" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="43" name="guynmart_sRpl_main_1r" type="script" x="896" y="384" width="32" height="64"/>
</objectgroup>
<objectgroup name="Spawn">
<object id="42" name="forestserpent2" type="spawn" x="192" y="192" width="256" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="41" name="forestserpent2_1" type="spawn" x="480" y="512" width="352" height="192">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="40" name="forestboar4_1" type="spawn" x="672" y="192" width="224" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="6" name="forestboar4_2" type="spawn" x="347" y="32" width="549" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="9" name="guynmart_fighter1" type="spawn" x="160" y="768" width="64" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="30" name="guynmart_fighter2" type="spawn" x="192" y="768" width="64" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="31" name="guynmart_spectator1a" type="spawn" x="160" y="704" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="37" name="guynmart_spectator1b" type="spawn" x="192" y="704" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="34" name="guynmart_spectator2" type="spawn" x="288" y="768" width="32" height="64">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object id="19" name="guynmart:170" type="replace" x="192" y="96" width="96" height="64">
<properties>
<property name="Above" value="Above_1"/>
<property name="Walkable" value="Walkable_1"/>
</properties>
</object>
</objectgroup>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="44">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzt0iEOwCAMhWFSN8eBdk7OgEVu3KVn2ZalSVMQE6UzT/wG87UNbUupIeTYnuHChetRoX/cSm+FYmcQV9sRvpjH3UnjHBH7svKf+sIb2B3F58l7d7TtjtaqavcV9+bJncXjoH/O6tYRHkIIfekCTf6JsQ==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJydV12KE0EQbmJUMP7QrcbNvugNfFZPIJ5A9zyLR/AgwsA+qjDD+KbCyD4sS+IyE4eIGNj1BwN2OVM71V+qJ9GCptPd9V9fV08WE2O++LFoZ6LKmXNauu5M8jDhGc/Pvdy+C/lRXtM7czpvny1NT+wMz4kS2y+z6WyTf33xEuVbxvI/uZCy9912ut65f4u9hPz9umPMyoZ8ueCvWv60nb/a8Oyb6/c75sfVne53ZuN8M4FveVZAHFPPl9t4Lfg32Y3Vmol1090ivH1XapGIPBB9jODy754N49X8KkEf+zATtldKnhJlj+dDG8ZbCV2yxkyyl1TK3Ub9UscK4ie717yO60rupmJvDnGjTW1vHqkzzVd2dDlNJxHXcWX7ZRKwifHSWuKY6on9UcZdyvoqtln/FHTIujPlkMMXAz0GwpS0xblfgC62PVdixLx99vs1Db/+pNy7GuLQ6PKuMaee/wzkTyLvGds8GDTr367J54f2fH+wbuMcs7bB9gVvc+jHRT8u7eq8uKY8Uc878vpfKlg69vuv/P7rSVMDiW2u901v65Yft4XNLIJnohzw+WbS2Jc2pX7CUwp44PpWUIO6xSzVhv3W4pdEfY7zj7G/H3fvxWlrK41gieKSuJV1zm0YY6ngTtpEf1PAeZALmdtIX+P5CHB0PFjXE3s7StvhRbPPs3PQUyN+J0qukPdGm/PC5yRpx+G4qfMS+rDsoUvuMfTWDY354cfPYSNH2MgUn7i31RF/mbDuRNwLiQiTD0bGPBTj0UjXVQhbtYJp9rNo4+aYYrV6DHaewFre37nV86B9kxyMG34a+aR7e1nfU2/nmRh7o/DOnkR6JfZQfIepJkHsPfe4j7Rvg1gOEd9UFzrnXPE9zJTaaT7yugC9qYKjmGy6oVbbfH+ndv17UvZJ3s9sKHvX89xT3i2pZwbnb5UY+v5n8PwHVU0Org==
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9V0sKwjAQHbyBBYUeXDyH7uINdKm4UHTltq70AEYwNMT5vEmrAyVtPu/Nm84kLRHRpSW6tn2bm9ZntZ0yljA9+NYYsp4bTxYUf4fGQvIhNESbRvbLq53zM38On3YbOXfxOs6+16NYlh9SjBAelFu7l3AR7jF0eLlr8p2bGwAtFjeH4d0fLE6pD80xNP+QNRr+Hah/aVzTiepYTnzzPaZhnGL/ue1baz5nocgl690mrkWhuYyBpuER759g/nn0rOK8dUW8vXtCboc50W3u58wt99viT/HfF5wHwAckvz325qyp7beFQi9SM0ljbX1x6xCcPNa1NT0kr4daqfefNuZeKGFLFn4YY+ssr9WrnesIZk09SM/a/Nq16Pc3h5n2Sat+Jexu+o3LnX3af8ZYLfKeudi8AER7ZCA=
</data>
</layer>
<layer name="Above_1" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztwQEBAAAAgiD/r25IQAEAAPBoDhAAAQ==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJy1VEsOBSEIm1PM/a/gDd92Yuj3KYkLtQKFynqfZ33Wbuu9sybfU9wmF4VN/as75z3jezLXNId/aom0Mu0n/BeHuCFfCMNqhGIr7aFeOHVmnBVG8XByVD6R/1Yfjrk1RPwR9kafnb+XcHZ04tQ26bdbV3Xf8E5zUnFT/86/RfjpnHFItMnesjowruzc1QjKvTFnniisk8cJ/TK9pDyd2E6/XXP0nHDYz5247OyWTXWf8riRD+vhjmt9J/en+LazxvHLYimfzX9Ae4Zv3zazhsVI5kc6V9j6AX+MVhg=
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztwzENAAAIA7CpwL8FHHLgAZ42acK3rg0AAHBpAI2NAY8=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="25" name="east1" type="mapchange" x="928" y="128" width="32" height="32">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="26" name="east2" type="mapchange" x="928" y="352" width="32" height="96">
<properties>
<property name="map" value="guynmart"/>
<property name="place" value="west3"/>
</properties>
</object>
<object id="27" name="east3" type="mapchange" x="928" y="512" width="32" height="416">
<properties>
<property name="map" value="guynmart_wood_1"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="28" name="north" type="mapchange" x="128" y="0" width="128" height="32">
<properties>
<property name="map" value="guynmart_wood_5"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="29" name="guynmart_s_roadClose" type="script" x="256" y="160" width="32" height="32"/>
<object id="39" name="south" type="mapchange" x="544" y="928" width="64" height="32">
<properties>
<property name="map" value="guynmart_wood_13"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="43" name="guynmart_sRpl_main_1r" type="script" x="896" y="384" width="32" height="64"/>
</objectgroup>
<objectgroup name="Spawn">
<object id="42" name="forestserpent2" type="spawn" x="192" y="192" width="256" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="41" name="forestserpent2_1" type="spawn" x="480" y="512" width="352" height="192">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="40" name="forestboar4_1" type="spawn" x="672" y="192" width="224" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="6" name="forestboar4_2" type="spawn" x="347" y="32" width="549" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="9" name="guynmart_fighter1" type="spawn" x="160" y="768" width="64" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="30" name="guynmart_fighter2" type="spawn" x="192" y="768" width="64" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="31" name="guynmart_spectator1a" type="spawn" x="160" y="704" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="37" name="guynmart_spectator1b" type="spawn" x="192" y="704" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
<object id="34" name="guynmart_spectator2" type="spawn" x="288" y="768" width="32" height="64">
<properties>
<property name="quantity" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object id="19" name="guynmart:170" type="replace" x="192" y="96" width="96" height="64">
<properties>
<property name="Above" value="Above_1"/>
<property name="Walkable" value="Walkable_1"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,224 @@
<?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="7" height="7" 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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="7" height="7">
<data encoding="base64" compression="zlib">
eJw7xsnAcA2Ij+HAm6QwMT45mFk/oZiTC8GG6fnJiYpBamD6QWxkPT+hep5xIvBPTlQ+AGjaJ8o=
</data>
</layer>
<layer name="Objects" width="7" height="7">
<data encoding="base64" compression="zlib">
eJxjYMAPOJkYGELZGBjSZBkYwoA0oxiqfCpQTF0YKA+kBZHkGlkYGMJZEHxFJDlDPPY5EnAPNgAA/AsEHg==
</data>
</layer>
<layer name="Above" width="7" height="7">
<data encoding="base64" compression="zlib">
eJxjYMAPVIVxy8kyEdBMBlDHYx8uAABAvACS
</data>
</layer>
<layer name="Walkable" width="7" height="7">
<data encoding="base64" compression="zlib">
eJzbKMbAsJEEDAKkyCEDXOKkyGGzBwDGfxs2
</data>
</layer>
<objectgroup name="Mapevents">
<object name="up" type="mapchange" x="160" y="32" width="32" height="32">
<properties>
<property name="map" value="lookout_upper"/>
<property name="place" value="down"/>
</properties>
</object>
<object name="tower_door" type="mapchange" x="96" y="192" width="32" height="32">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="tower_door"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn"/>
<objectgroup name="Keys"/>
<objectgroup name="Replace"/>
</map>

View File

@@ -0,0 +1,224 @@
<?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="7" height="7" 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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="7" height="7">
<data encoding="base64" compression="zlib">
eJw7xsnAcAyKr6GxQXiTFAQfQ2Oj89HlOLkYGH5CxX9C+ceQ+DA5ZHXIamFqYHLPOHFjACOqJ2E=
</data>
</layer>
<layer name="Objects" width="7" height="7">
<data encoding="base64" compression="zlib">
eJxjYMAPOJkYGNJkIWx1YQaGIiaEnCQSW5YJVV8OKwPDIiBmFGNgWAikP4oi5BazQmhBMUz7+IUhtCIWOVwAAESwBXo=
</data>
</layer>
<layer name="Above" width="7" height="7">
<data encoding="base64" compression="zlib">
eJxjYMAPVIUJKBgEAAAkkQA5
</data>
</layer>
<layer name="Walkable" width="7" height="7">
<data encoding="base64" compression="zlib">
eJzbKMbAsJGGGASQaWRxZECsHDYMAO2aHlI=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="up" type="mapchange" x="96" y="96" width="32" height="32">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="down"/>
</properties>
</object>
<object name="down" type="mapchange" x="160" y="96" width="32" height="32">
<properties>
<property name="map" value="lookout_lower"/>
<property name="place" value="up"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn"/>
<objectgroup name="Keys"/>
<objectgroup name="Replace"/>
</map>

View File

@@ -1,227 +1,263 @@
<?xml version="1.0" ?><!DOCTYPE map SYSTEM 'http://mapeditor.org/dtd/1.0/map.dtd'><map height="30" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="20">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bed_1.png" width="512"/>
</tileset><tileset firstgid="129" name="map_border_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_border_1.png" width="512"/>
</tileset><tileset firstgid="257" name="map_bridge_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_1.png" width="512"/>
</tileset><tileset firstgid="385" name="map_bridge_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_2.png" width="512"/>
</tileset><tileset firstgid="513" name="map_broken_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_broken_1.png" width="512"/>
</tileset><tileset firstgid="641" name="map_cavewall_1" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_1.png" width="576"/>
</tileset><tileset firstgid="749" name="map_cavewall_2" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_2.png" width="576"/>
</tileset><tileset firstgid="857" name="map_cavewall_3" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_3.png" width="576"/>
</tileset><tileset firstgid="965" name="map_cavewall_4" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_4.png" width="576"/>
</tileset><tileset firstgid="1073" name="map_chair_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_1.png" width="512"/>
</tileset><tileset firstgid="1201" name="map_chair_table_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_2.png" width="512"/>
</tileset><tileset firstgid="1329" name="map_crate_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_crate_1.png" width="512"/>
</tileset><tileset firstgid="1457" name="map_cupboard_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_cupboard_1.png" width="512"/>
</tileset><tileset firstgid="1585" name="map_curtain_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_curtain_1.png" width="512"/>
</tileset><tileset firstgid="1713" name="map_entrance_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_1.png" width="512"/>
</tileset><tileset firstgid="1841" name="map_entrance_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_2.png" width="512"/>
</tileset><tileset firstgid="1969" name="map_fence_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_1.png" width="512"/>
</tileset><tileset firstgid="2097" name="map_fence_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_2.png" width="512"/>
</tileset><tileset firstgid="2225" name="map_fence_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_3.png" width="512"/>
</tileset><tileset firstgid="2353" name="map_fence_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_4.png" width="512"/>
</tileset><tileset firstgid="2481" name="map_ground_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_1.png" width="512"/>
</tileset><tileset firstgid="2609" name="map_ground_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_2.png" width="512"/>
</tileset><tileset firstgid="2737" name="map_ground_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_3.png" width="512"/>
</tileset><tileset firstgid="2865" name="map_ground_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_4.png" width="512"/>
</tileset><tileset firstgid="2993" name="map_ground_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_5.png" width="512"/>
</tileset><tileset firstgid="3121" name="map_ground_6" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_6.png" width="512"/>
</tileset><tileset firstgid="3249" name="map_ground_7" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_7.png" width="512"/>
</tileset><tileset firstgid="3377" name="map_ground_8" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_8.png" width="512"/>
</tileset><tileset firstgid="3505" name="map_house_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_1.png" width="512"/>
</tileset><tileset firstgid="3633" name="map_house_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_2.png" width="512"/>
</tileset><tileset firstgid="3761" name="map_indoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_1.png" width="512"/>
</tileset><tileset firstgid="3889" name="map_indoor_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_2.png" width="512"/>
</tileset><tileset firstgid="4017" name="map_kitchen_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_kitchen_1.png" width="512"/>
</tileset><tileset firstgid="4145" name="map_outdoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_outdoor_1.png" width="512"/>
</tileset><tileset firstgid="4273" name="map_pillar_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_1.png" width="512"/>
</tileset><tileset firstgid="4401" name="map_pillar_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_2.png" width="512"/>
</tileset><tileset firstgid="4529" name="map_plant_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_1.png" width="512"/>
</tileset><tileset firstgid="4657" name="map_plant_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_2.png" width="512"/>
</tileset><tileset firstgid="4785" name="map_rock_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_1.png" width="512"/>
</tileset><tileset firstgid="4913" name="map_rock_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_2.png" width="512"/>
</tileset><tileset firstgid="5041" name="map_roof_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_1.png" width="512"/>
</tileset><tileset firstgid="5169" name="map_roof_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_2.png" width="512"/>
</tileset><tileset firstgid="5297" name="map_roof_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_3.png" width="512"/>
</tileset><tileset firstgid="5425" name="map_shop_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_shop_1.png" width="512"/>
</tileset><tileset firstgid="5553" name="map_sign_ladder_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_sign_ladder_1.png" width="512"/>
</tileset><tileset firstgid="5681" name="map_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_table_1.png" width="512"/>
</tileset><tileset firstgid="5809" name="map_trail_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_trail_1.png" width="512"/>
</tileset><tileset firstgid="5937" name="map_transition_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_1.png" width="512"/>
</tileset><tileset firstgid="6065" name="map_transition_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_2.png" width="512"/>
</tileset><tileset firstgid="6193" name="map_transition_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_3.png" width="512"/>
</tileset><tileset firstgid="6321" name="map_transition_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_4.png" width="512"/>
</tileset><tileset firstgid="6449" name="map_transition_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_5.png" width="512"/>
</tileset><tileset firstgid="6577" name="map_tree_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_1.png" width="512"/>
</tileset><tileset firstgid="6705" name="map_tree_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_2.png" width="512"/>
</tileset><tileset firstgid="6833" name="map_wall_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_1.png" width="512"/>
</tileset><tileset firstgid="6961" name="map_wall_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_2.png" width="480"/>
</tileset><tileset firstgid="7081" name="map_wall_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_3.png" width="480"/>
</tileset><tileset firstgid="7201" name="map_wall_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_4.png" width="480"/>
</tileset><tileset firstgid="7321" name="map_window_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_1.png" width="512"/>
</tileset><tileset firstgid="7449" name="map_window_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_2.png" width="512"/>
</tileset><layer height="30" name="Ground" width="20">
<data compression="zlib" encoding="base64">eJzVlEEOhCAMRQ27uf+WKwzGE8x4BOQKcxBpggnTtPItuHDxVtKX2sIPbpoCyJxZXv+8lbNfhuZEfGtmY3zAHrmPvqfMjxGLk/fMfchMDqLQ8+p0V8tH8J5TOY/OA4Xc0i6svrO7MtpH+MIon6XfnndF+Oo/UJfmu1IvvT/LnDRXGuSbBVevr2ePiK/OmBG+OmO0DED3yjMmXnBKe9VypeVEXa2sOrsj1iyw5t9TfeEGn8WJ3EGtzjt7llrrDna2+quW</data>
</layer>
<layer height="30" name="Objects" width="20">
<data compression="zlib" encoding="base64">eJydlE1OwzAQha3syi4LkHpKjsBBUG7QDfQElCMg0ZosI6oGFtmxrkfy4JdhnhPxpChWYn+e/xCKYlvW77AOzp4j+b9G+21Zv979n/PLyDy0/9SW7542TQg36XlKe54r+1TnxHts/H87+P6SWIf0DPnbPTmDLBvruC13ooT5kO3ewPmTkwuMxZh4346P0eF/EnutlNmn5yuzpSYupC4G4GL+5YzWwJhZ4jf61MNdnh+1PHfN3E/L6uFOpr3hd02x12NNTq1gjtVem3fxWWMwEp9sztb8E1uwX60/zE4r1vO1+KveVuxhdy+dlf7TupsI40+PtfM3slA2j2v8sPd5/VmTjbOXL+w7JpZnmy+t4488t2JeL52raYRe0PVAZgurK83FxYml9itjWt932S82Q9AGZUanZz0Wm09n8L2mGguZLE62tu1sZnNqSXqfzGeczT+38zmFLLHF9pTtGdnTQd6OJqfYL94sZRLmBKylc2gnxrY2Y1W1OYm6AkEZr9A=</data>
</layer>
<layer height="30" name="Above" width="20">
<data compression="zlib" encoding="base64">eJxjYCANHBYjUQMBMJcJwd4siVvdZRLsJaQWJH+JBPMI+ZnUMCHGvFt4woIc80AAZOZNScJmEwobQvbB7CDGLhBATgPYzEIHpIQNIbMGC0BPs7PxhAkxgNr5lJrmkZr/6GUWCNAq3IjNC8SYR810PNjjlRrhhs1duMonYuwjFGakupeYOKBmfUAqwFc+jwL8AAAj+DYE</data>
</layer>
<layer height="30" name="Walkable" width="20">
<data compression="zlib" encoding="base64">eJzbKMbAsJFEjAxI1UtP86hhFrHmkWInMeqwAUrMw2YmrrAnJ+wIAUrMokb8UisMKQkjaqUfUsNwJJk32NxGST6gVzqhllm0ch8+QAtzB1P6oVU6IteduNRTYha144LaYU8JBgCpRnwv</data>
</layer>
<objectgroup name="Mapevents">
<object height="32" name="down south" type="mapchange" width="32" x="160" y="832">
<properties>
<property name="map" value="waytolake5"/>
<property name="place" value="up north"/>
</properties>
</object>
<object height="32" name="north" type="mapchange" width="96" x="416" y="0">
<properties>
<property name="map" value="mountainlake1"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object height="32" name="plaguespider_3" type="spawn" width="96" x="224" y="864">
<properties>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object height="160" name="plaguespider_2" type="spawn" width="128" x="320" y="736">
<properties>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object height="32" name="maonit_1" type="spawn" width="32" x="128" y="608">
<properties>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object height="192" name="plaguespider_2_1" type="spawn" width="128" x="192" y="384">
<properties>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object height="96" name="maonit_1_1" type="spawn" width="32" x="416" y="128">
<properties>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn2">
<object height="256" name="plaguespider_3_1" type="spawn" width="448" x="32" y="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="20" height="30" tilewidth="32" tileheight="32" nextobjectid="11">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="20" height="30">
<data encoding="base64" compression="zlib">
eJzVlEEOhCAMRQ27uf+WKwzGE8x4BOQKcxBpggnTtPItuHDxVtKX2sIPbpoCyJxZXv+8lbNfhuZEfGtmY3zAHrmPvqfMjxGLk/fMfchMDqLQ8+p0V8tH8J5TOY/OA4Xc0i6svrO7MtpH+MIon6XfnndF+Oo/UJfmu1IvvT/LnDRXGuSbBVevr2ePiK/OmBG+OmO0DED3yjMmXnBKe9VypeVEXa2sOrsj1iyw5t9TfeEGn8WJ3EGtzjt7llrrDna2+quW
</data>
</layer>
<layer name="Objects" width="20" height="30">
<data encoding="base64" compression="zlib">
eJydlE1OwzAQha3syi4LkHpKjsBBUG7QDfQElCMg0ZosI6oGFtmxrkfy4JdhnhPxpChWYn+e/xCKYlvW77AOzp4j+b9G+21Zv979n/PLyDy0/9SW7542TQg36XlKe54r+1TnxHts/H87+P6SWIf0DPnbPTmDLBvruC13ooT5kO3ewPmTkwuMxZh4346P0eF/EnutlNmn5yuzpSYupC4G4GL+5YzWwJhZ4jf61MNdnh+1PHfN3E/L6uFOpr3hd02x12NNTq1gjtVem3fxWWMwEp9sztb8E1uwX60/zE4r1vO1+KveVuxhdy+dlf7TupsI40+PtfM3slA2j2v8sPd5/VmTjbOXL+w7JpZnmy+t4488t2JeL52raYRe0PVAZgurK83FxYml9itjWt932S82Q9AGZUanZz0Wm09n8L2mGguZLE62tu1sZnNqSXqfzGeczT+38zmFLLHF9pTtGdnTQd6OJqfYL94sZRLmBKylc2gnxrY2Y1W1OYm6AkEZr9A=
</data>
</layer>
<layer name="Above" width="20" height="30">
<data encoding="base64" compression="zlib">
eJxjYCANHBYjUQMBMJcJwd4siVvdZRLsJaQWJH+JBPMI+ZnUMCHGvFt4woIc80AAZOZNScJmEwobQvbB7CDGLhBATgPYzEIHpIQNIbMGC0BPs7PxhAkxgNr5lJrmkZr/6GUWCNAq3IjNC8SYR810PNjjlRrhhs1duMonYuwjFGakupeYOKBmfUAqwFc+jwL8AAAj+DYE
</data>
</layer>
<layer name="Walkable" width="20" height="30">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFEjAxI1UtP86hhFrHmkWInMeqwAUrMw2YmrrAnJ+wIAUrMokb8UisMKQkjaqUfUsNwJJk32NxGST6gVzqhllm0ch8+QAtzB1P6oVU6Itad6HK41BPrNmR5YgA56Y2SMKJmnIEwAMJjeEw=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="down south" type="mapchange" x="160" y="832" width="32" height="32">
<properties>
<property name="map" value="waytolake5"/>
<property name="place" value="up north"/>
</properties>
</object>
<object id="2" name="north" type="mapchange" x="416" y="0" width="96" height="32">
<properties>
<property name="map" value="mountainlake1"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="3" name="west" type="mapchange" x="0" y="832" width="32" height="128">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="east1"/>
</properties>
</object>
<object id="4" name="mountainlake0_sign" type="sign" x="32" y="896" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="5" name="plaguespider_3" type="spawn" x="224" y="864" width="96" height="32">
<properties>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object id="6" name="plaguespider_2" type="spawn" x="320" y="736" width="128" height="160">
<properties>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object id="7" name="maonit_1" type="spawn" x="128" y="608" width="32" height="32">
<properties>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object id="8" name="plaguespider_2_1" type="spawn" x="192" y="384" width="128" height="192">
<properties>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object id="9" name="maonit_1_1" type="spawn" x="416" y="128" width="32" height="96">
<properties>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn2">
<object id="10" name="plaguespider_3_1" type="spawn" x="32" y="128" width="448" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="32" tileheight="32" nextobjectid="20">
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="32" tileheight="32" infinite="0" nextobjectid="20">
<properties>
<property name="outdoors" value="1"/>
</properties>
@@ -255,7 +255,7 @@
</objectgroup>
<objectgroup name="Spawn">
<object id="8" name="stoutford_farmer_jen" type="spawn" x="64" y="416" width="160" height="160"/>
<object id="9" name="stoutford_commoner2" type="spawn" x="64" y="64" width="256" height="128"/>
<object id="9" name="stoutford_commoner2" type="spawn" x="32" y="128" width="320" height="64"/>
<object id="19" name="stn_boralla" type="spawn" x="256" y="256" width="160" height="320"/>
<object id="13" name="stn_boralla1" type="spawn" x="256" y="64" width="64" height="32">
<properties>

View File

@@ -1,287 +1,287 @@
<?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"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30" opacity="0.99">
<data encoding="base64" compression="zlib">
eJzt1cENwjAMBdCUGyNkHTaOcioTVIIZMgIzAFIjRW4SbH9jCYnDv1SoD3+3TTqHsDGSgKynEK4k7+uZ4WbAvb2cO0lizovaiFttxG8jcanfxsNt/cvi7267q33urVxuqst5l77hIjNr3EfEbY1b4tGW+tp5S8eV+Nr99uaV2Fq3dj2be+Yj+x3tmfMfLPYrsRPg0m6lc7ffZ+Sc4uyZulZno7RrTXq9juaV9GDZq3UPHr1yu/YyLXdnvd9/fne/mjNpds9Pv3kC5ZqwGg==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9V01Lw0AQDbn1GEEkh6D/22oO4rWKPXuwBZtQFOtRoeq9+QmiOyRDX15n80XbB0OT7e68NzM7m2SeBMG7s5UzC2s3Pqc5WVT+rk62834jYy2NfcH9uVt74ezewyu4q/5TbvWXkV/mEbzGfp/TUTOvxqzcb5QfjFV5cOw2DIKzsLwehd15mRv50axacU5UT1de5f4mfoTlQ3PP+e7D28av9bf2GGp4iYbxMr9AdVj5t8zqk6FQHV3sMS5jFt4hMQ/FZ7TfmPsCuX09cUhu3h+H5i9cnfOo7HPmPwT3Bvr5mc/bI8ZexHUNVu6Pkf+M+Pddf4lzQ2foAvKewzXnQNDljEJTzg/PmSoQPQVoWsAzhSFnbhcTf8to6x/j5zgF+Fxj3lmPc/Ia7CbZzTXGx+Dz+Cep66zVyciXIgX9Ei/3lY4jJrK3Tm1dDOv5KP7SZLeWCisPrPUP/GZQuzZ/4oPfS3w+9Do19pbCqk9uaHigenexaVLX1keDAvOh8fB+5nuGlVd+t8I661ztY9bv09sUB2vE+qM+5mraE9a4gv34arBs0My9pPH5zpO2Ovh6ybeubd9YyMHfpftOuAqb50v8mkv9fpKxJ3c/i/3fPALty3W1XvjGziaVjSv7Bz2DHhI=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAt2CeJXfy/IH3sQQdviVRHDQBzE4imtn/x2XkOau9ZSfr6F9l+PiHa2oHOBtlJzXDeLYspdk4SN5ta4bwai730AKTae3cA/UsNu8kNZ0rtHirxCwMg/96RJN/fpNp7Z5DkI3r5lxi7iQn/XRTYixzm1MrXAw12EhmG2MQoSe+4AMw8XOmb3HRPLbciu48c89DDm97pCFcaJtc/2PQR28YcaIDLz7RI1/QCMLeT4wdCetHTLiFz0NkwsBHI3wRth4Lk7wHxOyQa2Q3k+INQvYDNznvQtimutHsNrb0MANEqZv0=
</data>
</layer>
<layer name="Layer1" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzt0DERAAAIAzFs4F8XXrDA1oHEwF9blTEdCod825viZwAAuFsY4QLj
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzllTsOwDAIQ3ORHry37Yqi8IltkqFILG3gYQe17zPGm6QX0bv5HJpoZD1V7NU5lsvotjMhXJRvaxguw1dwV955GpV6mfqVB3/gMvXMzChfsR8IX6l3h83qzWbo5FbjpF6Pz3BnHSttyoi8OhldTM/DzGv1TN5eIsyduh0NlfkqPWz9rT2q3nG13/ws4nZHVVfnXt+4W8tFv81RbeSr4j+C5Adbc0RA
</data>
</layer>
<objectgroup name="Mapevents">
<object name="north" type="mapchange" x="288" y="0" width="192" height="32">
<properties>
<property name="map" value="waterway5"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="east" type="mapchange" x="928" y="544" width="32" height="384">
<properties>
<property name="map" value="waterway7"/>
<property name="place" value="west"/>
</properties>
</object>
<object name="west" type="mapchange" x="0" y="608" width="32" height="32">
<properties>
<property name="map" value="waytobrimhaven3"/>
<property name="place" value="east"/>
</properties>
</object>
<object name="south" type="mapchange" x="512" y="0" width="288" height="32">
<properties>
<property name="map" value="waterway15"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="sign_waterway6" type="sign" x="544" y="640" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object name="izthiel_4" type="spawn" x="544" y="224" width="32" height="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_4"/>
</properties>
</object>
<object name="izthiel_3" type="spawn" x="352" y="64" width="352" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_3"/>
</properties>
</object>
<object name="burrower_2" type="spawn" x="640" y="64" width="288" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_2"/>
</properties>
</object>
<object name="izthiel_3_1" type="spawn" x="32" y="64" width="320" height="384">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_3"/>
</properties>
</object>
<object name="izthiel_2" type="spawn" x="224" y="448" width="320" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_2"/>
</properties>
</object>
<object name="izthiel_2_1" type="spawn" x="576" y="448" width="320" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_2"/>
</properties>
</object>
<object name="erumen_1" type="spawn" x="160" y="640" width="736" height="288">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="erumen_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</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="30" height="30" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30" opacity="0.99">
<data encoding="base64" compression="zlib">
eJzt1cENwjAMBdCUGyNkHTaOcioTVIIZMgIzAFIjRW4SbH9jCYnDv1SoD3+3TTqHsDGSgKynEK4k7+uZ4WbAvb2cO0lizovaiFttxG8jcanfxsNt/cvi7267q33urVxuqst5l77hIjNr3EfEbY1b4tGW+tp5S8eV+Nr99uaV2Fq3dj2be+Yj+x3tmfMfLPYrsRPg0m6lc7ffZ+Sc4uyZulZno7RrTXq9juaV9GDZq3UPHr1yu/YyLXdnvd9/fne/mjNpds9Pv3kC5ZqwGg==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9V01Lw0AQDbn1GEEkh6D/22oO4rWKPXuwBZtQFOtRoeq9+QmiOyRDX15n80XbB0OT7e68NzM7m2SeBMG7s5UzC2s3Pqc5WVT+rk62834jYy2NfcH9uVt74ezewyu4q/5TbvWXkV/mEbzGfp/TUTOvxqzcb5QfjFV5cOw2DIKzsLwehd15mRv50axacU5UT1de5f4mfoTlQ3PP+e7D28av9bf2GGp4iYbxMr9AdVj5t8zqk6FQHV3sMS5jFt4hMQ/FZ7TfmPsCuX09cUhu3h+H5i9cnfOo7HPmPwT3Bvr5mc/bI8ZexHUNVu6Pkf+M+Pddf4lzQ2foAvKewzXnQNDljEJTzg/PmSoQPQVoWsAzhSFnbhcTf8to6x/j5zgF+Fxj3lmPc/Ia7CbZzTXGx+Dz+Cep66zVyciXIgX9Ei/3lY4jJrK3Tm1dDOv5KP7SZLeWCisPrPUP/GZQuzZ/4oPfS3w+9Do19pbCqk9uaHigenexaVLX1keDAvOh8fB+5nuGlVd+t8I661ztY9bv09sUB2vE+qM+5mraE9a4gv34arBs0My9pPH5zpO2Ovh6ybeubd9YyMHfpftOuAqb50v8mkv9fpKxJ3c/i/3fPALty3W1XvjGziaVjSv7Bz2DHhI=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAt2CeJXfy/IH3sQQdviVRHDQBzE4imtn/x2XkOau9ZSfr6F9l+PiHa2oHOBtlJzXDeLYspdk4SN5ta4bwai730AKTae3cA/UsNu8kNZ0rtHirxCwMg/96RJN/fpNp7Z5DkI3r5lxi7iQn/XRTYixzm1MrXAw12EhmG2MQoSe+4AMw8XOmb3HRPLbciu48c89DDm97pCFcaJtc/2PQR28YcaIDLz7RI1/QCMLeT4wdCetHTLiFz0NkwsBHI3wRth4Lk7wHxOyQa2Q3k+INQvYDNznvQtimutHsNrb0MANEqZv0=
</data>
</layer>
<layer name="Top" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzt0DERAAAIAzFs4F8XXrDA1oHEwF9blTEdCod825viZwAAuFsY4QLj
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzllTsOwDAIQ3ORHry37Yqi8IltkqFILG3gYQe17zPGm6QX0bv5HJpoZD1V7NU5lsvotjMhXJRvaxguw1dwV955GpV6mfqVB3/gMvXMzChfsR8IX6l3h83qzWbo5FbjpF6Pz3BnHSttyoi8OhldTM/DzGv1TN5eIsyduh0NlfkqPWz9rT2q3nG13/ws4nZHVVfnXt+4W8tFv81RbeSr4j+C5Adbc0RA
</data>
</layer>
<objectgroup name="Mapevents">
<object name="north" type="mapchange" x="288" y="0" width="192" height="32">
<properties>
<property name="map" value="waterway5"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="east" type="mapchange" x="928" y="544" width="32" height="384">
<properties>
<property name="map" value="waterway7"/>
<property name="place" value="west"/>
</properties>
</object>
<object name="west" type="mapchange" x="0" y="608" width="32" height="32">
<properties>
<property name="map" value="waytobrimhaven3"/>
<property name="place" value="east"/>
</properties>
</object>
<object name="south" type="mapchange" x="512" y="0" width="288" height="32">
<properties>
<property name="map" value="waterway15"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="sign_waterway6" type="sign" x="544" y="640" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object name="izthiel_4" type="spawn" x="544" y="224" width="32" height="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_4"/>
</properties>
</object>
<object name="izthiel_3" type="spawn" x="352" y="64" width="352" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_3"/>
</properties>
</object>
<object name="burrower_2" type="spawn" x="640" y="64" width="288" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_2"/>
</properties>
</object>
<object name="izthiel_3_1" type="spawn" x="32" y="64" width="320" height="384">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_3"/>
</properties>
</object>
<object name="izthiel_2" type="spawn" x="224" y="448" width="320" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_2"/>
</properties>
</object>
<object name="izthiel_2_1" type="spawn" x="576" y="448" width="320" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="izthiel_2"/>
</properties>
</object>
<object name="erumen_1" type="spawn" x="160" y="640" width="736" height="288">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="erumen_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,233 +1,262 @@
<?xml version="1.0" ?><!DOCTYPE map SYSTEM 'http://mapeditor.org/dtd/1.0/map.dtd'><map height="30" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="30">
<tileset firstgid="1" name="map_bed_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bed_1.png" width="512"/>
</tileset><tileset firstgid="129" name="map_border_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_border_1.png" width="512"/>
</tileset><tileset firstgid="257" name="map_bridge_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_1.png" width="512"/>
</tileset><tileset firstgid="385" name="map_bridge_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_2.png" width="512"/>
</tileset><tileset firstgid="513" name="map_broken_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_broken_1.png" width="512"/>
</tileset><tileset firstgid="641" name="map_cavewall_1" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_1.png" width="576"/>
</tileset><tileset firstgid="749" name="map_cavewall_2" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_2.png" width="576"/>
</tileset><tileset firstgid="857" name="map_cavewall_3" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_3.png" width="576"/>
</tileset><tileset firstgid="965" name="map_cavewall_4" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_4.png" width="576"/>
</tileset><tileset firstgid="1073" name="map_chair_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_1.png" width="512"/>
</tileset><tileset firstgid="1201" name="map_chair_table_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_2.png" width="512"/>
</tileset><tileset firstgid="1329" name="map_crate_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_crate_1.png" width="512"/>
</tileset><tileset firstgid="1457" name="map_cupboard_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_cupboard_1.png" width="512"/>
</tileset><tileset firstgid="1585" name="map_curtain_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_curtain_1.png" width="512"/>
</tileset><tileset firstgid="1713" name="map_entrance_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_1.png" width="512"/>
</tileset><tileset firstgid="1841" name="map_entrance_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_2.png" width="512"/>
</tileset><tileset firstgid="1969" name="map_fence_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_1.png" width="512"/>
</tileset><tileset firstgid="2097" name="map_fence_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_2.png" width="512"/>
</tileset><tileset firstgid="2225" name="map_fence_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_3.png" width="512"/>
</tileset><tileset firstgid="2353" name="map_fence_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_4.png" width="512"/>
</tileset><tileset firstgid="2481" name="map_ground_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_1.png" width="512"/>
</tileset><tileset firstgid="2609" name="map_ground_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_2.png" width="512"/>
</tileset><tileset firstgid="2737" name="map_ground_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_3.png" width="512"/>
</tileset><tileset firstgid="2865" name="map_ground_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_4.png" width="512"/>
</tileset><tileset firstgid="2993" name="map_ground_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_5.png" width="512"/>
</tileset><tileset firstgid="3121" name="map_ground_6" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_6.png" width="512"/>
</tileset><tileset firstgid="3249" name="map_ground_7" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_7.png" width="512"/>
</tileset><tileset firstgid="3377" name="map_ground_8" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_8.png" width="512"/>
</tileset><tileset firstgid="3505" name="map_house_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_1.png" width="512"/>
</tileset><tileset firstgid="3633" name="map_house_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_2.png" width="512"/>
</tileset><tileset firstgid="3761" name="map_indoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_1.png" width="512"/>
</tileset><tileset firstgid="3889" name="map_indoor_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_2.png" width="512"/>
</tileset><tileset firstgid="4017" name="map_kitchen_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_kitchen_1.png" width="512"/>
</tileset><tileset firstgid="4145" name="map_outdoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_outdoor_1.png" width="512"/>
</tileset><tileset firstgid="4273" name="map_pillar_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_1.png" width="512"/>
</tileset><tileset firstgid="4401" name="map_pillar_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_2.png" width="512"/>
</tileset><tileset firstgid="4529" name="map_plant_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_1.png" width="512"/>
</tileset><tileset firstgid="4657" name="map_plant_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_2.png" width="512"/>
</tileset><tileset firstgid="4785" name="map_rock_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_1.png" width="512"/>
</tileset><tileset firstgid="4913" name="map_rock_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_2.png" width="512"/>
</tileset><tileset firstgid="5041" name="map_roof_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_1.png" width="512"/>
</tileset><tileset firstgid="5169" name="map_roof_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_2.png" width="512"/>
</tileset><tileset firstgid="5297" name="map_roof_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_3.png" width="512"/>
</tileset><tileset firstgid="5425" name="map_shop_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_shop_1.png" width="512"/>
</tileset><tileset firstgid="5553" name="map_sign_ladder_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_sign_ladder_1.png" width="512"/>
</tileset><tileset firstgid="5681" name="map_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_table_1.png" width="512"/>
</tileset><tileset firstgid="5809" name="map_trail_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_trail_1.png" width="512"/>
</tileset><tileset firstgid="5937" name="map_transition_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_1.png" width="512"/>
</tileset><tileset firstgid="6065" name="map_transition_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_2.png" width="512"/>
</tileset><tileset firstgid="6193" name="map_transition_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_3.png" width="512"/>
</tileset><tileset firstgid="6321" name="map_transition_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_4.png" width="512"/>
</tileset><tileset firstgid="6449" name="map_transition_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_5.png" width="512"/>
</tileset><tileset firstgid="6577" name="map_tree_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_1.png" width="512"/>
</tileset><tileset firstgid="6705" name="map_tree_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_2.png" width="512"/>
</tileset><tileset firstgid="6833" name="map_wall_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_1.png" width="512"/>
</tileset><tileset firstgid="6961" name="map_wall_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_2.png" width="480"/>
</tileset><tileset firstgid="7081" name="map_wall_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_3.png" width="480"/>
</tileset><tileset firstgid="7201" name="map_wall_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_4.png" width="480"/>
</tileset><tileset firstgid="7321" name="map_window_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_1.png" width="512"/>
</tileset><tileset firstgid="7449" name="map_window_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_2.png" width="512"/>
</tileset><layer height="30" name="Ground" width="30">
<data compression="zlib" encoding="base64">eJy9ljFuwzAMRQNvzdhL9KI9g65gdyw6uenYIYDjHqFnaQX4Ix/EFylZRoYPGLGiJ5KflKfhdJocfXbI29fjXf5169DcyAdv7eQuAZ9zcyHex9Nd1wbx/zx+2oQY9/JKbMtX+T2CWWJnjYJ5VKweew6Y8/b70ey0Mb8EE+9Xh/tupNbknL7R3pzfVIgV79V+L+eYC+/CM7aukzlTVvbdSO+iWBUX3kVMcwWXz6e4Kl7F5hmwDJpta2F7fE+uracWE+sq+hd5yvX/KdSZmfkcEVfFO+3wF7Nr+sjmGjFbLtbBl/Bpa1+XPOv5i30Jn3p9XTOzIi5y8ts5txQXeeQet3luyau6C9QsxP0H76o8c15r9vWk5hZk10Y54/okc34bS/StU7oH1bkz9/v5Xiv4YjT74UzJ4ZZqynuzL9j3qA3WvA5135q4j71Zj2fusdug1yvZ7zs7t9Ss52fLUusjrrqLe/rWU+TnR3IfwS5x0ZPsfdubagaV1rRwvdnCZyu9t/OD9Qc3GaEt</data>
</layer>
<layer height="30" name="Objects" width="30">
<data compression="zlib" encoding="base64">eJzNVrtOG0EUHU1CkS67iEFKFyH+J5+QHokfANHwDcj8APmB0CCnM5KN6MEyWBbNikdBKgJd5jJz5LPXM+OFNDnSasfrmXvu49y7a8z/iVFljLVhvRXvu/7+zYb/vtAz7Lvwz519H99jFe6f/PmV1cCxQ7a+J+yOqvl6Pf7/Hv5ZPLPmeSfOmOcO15Wbn5/685dV2jaj5/cN3JxPAL4Xf23WxlxHO7IGNmj9FLnHcZ/wTsneQSZ+cDZV4Hwh/3938J25G7V/muEcEIf4xZxduBG37AE3x/6zXjwjmpjZtjZyaLytW3XducDXxLXgSdV7oHh1TVGDHj1DnGL3wbV1JrZHxCV5OlQ5TdV1kMgnAG7oaOjmdZ95X86q8GxUsFEC8ntTl3sOHH8+G/O1Cnd5dk/53UjUMQeJGbEd2cX/mJc5hqQhjlm026j6vQV9f+5XPMs6BfdjIddD5UeudwVj0nNKXwLNDa0JL/cSeMeFHukr2zrX4BZfZM3c0Lfud91HKRzYsq41jutgF72UmjECxCx6lVyXNHsTcyUxH2b2nhY0i16XnHONZW6UzgH7VF/ocmrbGuX3Q2qOPbh2fSWmk0QciPVc+SV5TdnVHNoOMIncrOkeaZxrzNo6rdu1AqAzQGv3Iv7+2KGP2c4R5fV1RpLfvE/ykYsF++Ss5Fj3juZGb4hO0I+aD9hXz9h2f8nM0CjNnxTsG2yXgHkkmp0kZs428eBb4odd1DzwwbbPMJAfnNOznm3v0W8GZiX2cx72MrzoVWgWvKXvm03VM7wXPvBse87Ui3uJ33lsp+s3XsqXEqBZ6cf7JfOiy8W+6/xo5LSP3uR3VMnvW7eYt3/Fsr7sZXr3LxDXFT4=</data>
</layer>
<layer height="30" name="Above" width="30">
<data compression="zlib" encoding="base64">eJztVjsOwjAMjSqxQyu4JEgcgJEzVHCPsjGWgTlIbAwMiBOwkwgimSh2ncSUDrwlVT959vOzU6WGiXYW9/68kOGL4R1VSq0yeC2X49NmPU54300r/BlnD8upI/Xtwq2U5ezajwtYz02mR7h8oVxPjNwfSM518Rl7HchDI/q6e1xvhYDFHqunze8+fl27lQLVi5SeoWfLd6wLRswUb0h7h22ivxqjy67EZ8Ae7IvlzfGXj9ZwHog+g7limkjPEQjYR1LzgAPf11ePO0VriIbIhdob1iA1hgviUcrztgZOf+l6x57zUoA1PoOey61tKr7ZR0OBr+26x/MYgz9v3SyW4Iypadcs5vL+wkd9/Ff90Q+eAMFKGA==</data>
</layer>
<layer height="30" name="Walkable" width="30">
<data compression="zlib" encoding="base64">eJztk1EKwDAIQ3uK3f8KveHYx2CUahK1HYMFpD/Rp871o7X+x+tx6fky/ltR3qiVebPccfYIG+UiD8NewbX24TGYWVSmxWd3pOxjfJl5KrjWHq1cVJPxIGVvkWVWzpuZGfWY4Xpsz8PWU9kV98pwmdvcwWWlcisUuS2vDsNDXIvN9p35T9B8K2MXJ7Obr3Mjt6jcStSn9qH4q1X9PbK73RknvnP8cg==</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object height="32" name="east" type="mapchange" width="32" x="928" y="800">
<properties>
<property name="map" value="waytobrimhavencave1a"/>
<property name="place" value="west"/>
</properties>
</object>
<object height="32" name="sign_brimcave4" type="sign" width="32" x="480" y="352"/>
</objectgroup>
<objectgroup name="Spawn">
<object height="256" name="erumen_3" type="spawn" width="640" x="192" y="672">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object height="288" name="skeleton2" type="spawn" width="128" x="128" y="384">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="skeleton2"/>
</properties>
</object>
<object height="288" name="erumen_3_1" type="spawn" width="288" x="64" y="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object height="128" name="skeleton2_1" type="spawn" width="384" x="384" y="544">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="skeleton2"/>
</properties>
</object>
<object height="128" name="erumen_3_2" type="spawn" width="32" x="800" y="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object height="160" name="erumen_2" type="spawn" width="224" x="640" y="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_2"/>
</properties>
</object>
<object height="256" name="undeadrat1" type="spawn" width="192" x="736" y="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="undeadrat1"/>
</properties>
</object>
<object height="32" name="ulirfendor" type="spawn" width="32" x="480" y="352">
<properties>
<property name="spawngroup" value="ulirfendor"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="11">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9ljFuwzAMRQNvzdhL9KI9g65gdyw6uenYIYDjHqFnaQX4Ix/EFylZRoYPGLGiJ5KflKfhdJocfXbI29fjXf5169DcyAdv7eQuAZ9zcyHex9Nd1wbx/zx+2oQY9/JKbMtX+T2CWWJnjYJ5VKweew6Y8/b70ey0Mb8EE+9Xh/tupNbknL7R3pzfVIgV79V+L+eYC+/CM7aukzlTVvbdSO+iWBUX3kVMcwWXz6e4Kl7F5hmwDJpta2F7fE+uracWE+sq+hd5yvX/KdSZmfkcEVfFO+3wF7Nr+sjmGjFbLtbBl/Bpa1+XPOv5i30Jn3p9XTOzIi5y8ts5txQXeeQet3luyau6C9QsxP0H76o8c15r9vWk5hZk10Y54/okc34bS/StU7oH1bkz9/v5Xiv4YjT74UzJ4ZZqynuzL9j3qA3WvA5135q4j71Zj2fusdug1yvZ7zs7t9Ss52fLUusjrrqLe/rWU+TnR3IfwS5x0ZPsfdubagaV1rRwvdnCZyu9t/OD9Qc3GaEt
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJzNVrtOG0EUHU1EQZddxCClixD/k09IHyk/AKLhG5D5AfIDpImczkh2RE8sg2XRrHgUpCJAxVxmjnz2ema8QMORVjtez9xzH+feXWPeJ0aVMdaG9bd43/H3Lzb894meYd+pf+7s6/huq3Bf9edX1gLHNtn6mrA7qubrjfj/a/hn8cy65504Y+47XGdufn7qz/+t0rYZPb9v4OZ8AvA9+GurNuY82pE1sEnru8g9jvuEd0r29jPxg7OpAucD+f+vg+/M3aj90wzngDjEL+bswo24ZQ+4OfajevGMaGJm29rIofG2LtV15QJfE9eCO1XvgeLVNUUNevQMcYrdG9fWmdgeEZfk6UDlNFXXQSKfALiho6Gb133mfflThWejgo0SkN+Lutxz4Pj/0ZjPVbjLs2vK72aijjlIzIjt0C7+x7zMMSQNccyi3UbV7yXo+3O/41nWKbhvC7keKj9yvSsYk55T+hJobmhNeLmXwDsu9Ehf2da5Brf4Imvmhr51v+s+SmHflnWt8bMOdtFLqRkjQMyiV8l1SbMXMVcS80Fm73FBs+h1yTnXWOZG6RywR/WFLqe2rVF+P6Tm2I1r11di+pWIA7GeKL8krym7mkPbASaRmzXdI41zjVlbx3W7VgB0Bmjtnsbfjx3yy3YOKa/PM5L85n2Sj1ws2CdnJce6dzQ3ekN0gn7UfMCeesa2+0tmhkZp/qRgX2C7BMwj0ewkMXO+Ew++JX7YRc0DH2z7DAP5wTk969n2Lv1mYFZiP+dhN8OLXoVmwVv6vtlSWuW98IFn232mXtxL/M5jO12/8VK+lADNSj9eL5kXXS72XedHI6d99Ca/o0p+X7rFvL0Vy/qyl+ndJ+2DFkQ=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztVjsOwjAMjSqxQyu4JEgcgJEzVHCPsjGWgTlIbAwMiBOwkwgimSh2ncSUDrwlVT959vOzU6WGiXYW9/68kOGL4R1VSq0yeC2X49NmPU54300r/BlnD8upI/Xtwq2U5ezajwtYz02mR7h8oVxPjNwfSM518Rl7HchDI/q6e1xvhYDFHqunze8+fl27lQLVi5SeoWfLd6wLRswUb0h7h22ivxqjy67EZ8Ae7IvlzfGXj9ZwHog+g7limkjPEQjYR1LzgAPf11ePO0VriIbIhdob1iA1hgviUcrztgZOf+l6x57zUoA1PoOey61tKr7ZR0OBr+26x/MYgz9v3SyW4Iypadcs5vL+wkd9/Ff90Q+eAMFKGA==
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztk1EKwDAIQ3uK3f8KveHYx2CUahK1HYMFpD/Rp871o7X+x+tx6fky/ltR3qiVebPccfYIG+UiD8NewbX24TGYWVSmxWd3pOxjfJl5KrjWHq1cVJPxIGVvkWVWzpuZGfWY4Xpsz8PWU9kV98pwmdvcwWWlcisUuS2vDsNDXIvN9p35T9B8K2MXJ7Obr3Mjt6jcStSn9qH4q1X9PbK73RknvnP8cg==
</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object id="1" name="east" type="mapchange" x="928" y="800" width="32" height="32">
<properties>
<property name="map" value="waytobrimhavencave1a"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="2" name="sign_brimcave4" type="sign" x="480" y="352" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object id="3" name="erumen_3" type="spawn" x="192" y="672" width="640" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object id="4" name="skeleton2" type="spawn" x="128" y="384" width="128" height="288">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="skeleton2"/>
</properties>
</object>
<object id="5" name="erumen_3_1" type="spawn" x="64" y="96" width="288" height="288">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object id="6" name="skeleton2_1" type="spawn" x="384" y="544" width="384" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="skeleton2"/>
</properties>
</object>
<object id="7" name="erumen_3_2" type="spawn" x="800" y="288" width="32" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object id="8" name="erumen_2" type="spawn" x="640" y="96" width="224" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_2"/>
</properties>
</object>
<object id="9" name="undeadrat1" type="spawn" x="736" y="416" width="192" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="undeadrat1"/>
</properties>
</object>
<object id="10" name="ulirfendor" type="spawn" x="480" y="352" width="32" height="32">
<properties>
<property name="spawngroup" value="ulirfendor"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,260 +1,295 @@
<?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"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlEEKgzAQRcVdL9DT9wq15ATaVd1qryA9RwlNYBgmMf83WbQoPETD/JdMSOZT180HJpf+wzcZLlDqGwQ30u0Ar/RNgTvhdYBXOr1rDTxBr3bmvNrpXVsA6RfijT75vM52PUtunfF5VHbueVM9+lfv0B9eFp2LnjvG59/xbi+542s5kfUy+bn92fPW2LsSftXLONFzYtW19qZqW3iRnIX0s1zJuskAqR8TGVam/F4NRrC/qQzrf44F7N9moOejx2t4S+ajx1p6mXPU2vsG11iayA==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9l8FOwkAQhps9ePJSDwjPoG8MvoHIwQdAIMYmxEQgwQB6qhIKJtyIenLH7oSf6XZ3QeKfTMpm2/lmdnanJYr+X/PK//MW2lZ7cOsqika1/PeVOoxJvKm2zwBu/QCGi/ml7TkOY97Wjsf0CfPsWbgLU6vM4+shgMl1961t19Ropm1Z2cZgM8o1McyJWd+ZyINjY7U0f0j7Sdu7Ksa8MXyf0XOJYWaauQIu1wFF3DeV55eIOY57aXz49goqAy7l2lS7PoiLMTOL4uXrFHxwTo8ihifIleJcwzxy+8BlUW0ywcR8UYngSM1LuKRxvMtlZRZmmX/W2lEDySV1VNHvPPZzSH1g0floCCvjtsw+RiXgi2tWlguyboTJfNsw1zJnhzUO6G0NC8uWq8x3oPKc+Zme5eyU+ZE5MRPHtPYy543pP01xL8fm8i9ZIffa1vpOGAnHLhYqtJfwWg+FkXDcFlx5DkIke3hqeiPa/cnueABsUltw+wF5yv69svQ91mk1v6bAJg1UsceGaGL67MTR+77Po+iyuh0zm3ipsu8Ll5G4/8g+RKyLam7I/I01znlYW7kvXMZ+bSZZHR1Tt6Q/2vaFy1AfZ+567CPfmXXJtUd8fZOE9ezswfWJvvfSQH/yHRPiGxVyTvpxMZ7rI+aLkutO/y1Gjnf0q557qe1eKdb0D9/qyC7TD8I3OW0=
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFgxlcFhsYew/T0V5kP1Ji701J0uyE2bWGiYHhEpn24rJzNhMqH2YXiEa3C2TGLRLcjgug2wmzD9l/MLtICSsYIMWdyPFIql2UhAcx6Yda4Y1uLy3MJcZeeoPDYtS197og8faSm08pAXOx5CtywGkC/nzMhKluDhMEo4PN0HR2TZA4s2HgPZHqQOAAtvKEyPRNSV7Yygah88kI95dAO18h2YstbRFyWz0Oe2FhvZlMf72E6iO7bEPTd5OEuKQ3ICaMNgLVbKJ2OUzn8ncoAlLTLyltUHLzBjYwEGX9SAcAfxxCIg==
</data>
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztk8ENwDAIAzNF918hG/ZVqaqaggGbPmKJH+RiZOYxxtxFq0sdTCX3qQ5mhovM33sjzApV7orB9sy89WS9emYsX5E/WP3W+yv/Hu7K+5fQzKMZrr5PNKtZTiTPrFLzNpfPUWa3m+2V2mMHm+W5a9cIl5kt9e6z+iv7BBCd+I8=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="224" y="928" width="512" height="32">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="north"/>
</properties>
</object>
<object name="west" type="mapchange" x="928" y="64" width="32" height="320">
<properties>
<property name="map" value="waytolake11"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="maonit_1" type="spawn" x="256" y="192" width="640" height="320">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="mwolf_2" type="spawn" x="128" y="640" width="544" height="256">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object name="maonit_2" type="spawn" x="256" y="640" width="96" height="64">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object name="mwolf_3" type="spawn" x="352" y="224" width="544" height="288">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
<object name="maonit_1_1" type="spawn" x="800" y="96" width="96" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="maonit_2_1" type="spawn" x="864" y="320" width="32" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="15">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlEEKgzAQRcVdL9DT9wq15ATaVd1qryCeo0gTGIZJzP9NFhUDD4lh5mUmJOOlacYTk1v75ZcczpPr6wQP0u0Ar/QNnifhdYBXOjfX7HmDXu1MebVzcy0epF+IN/jkWK92PEuqzjBehZ173liPjurt2tPLovOi9w7xyG9423Pe+BI1ovWytcXOZ89b4uxy+Fcv40TviRVX2xuLreFF8kykn+VOxg0GSHwfyWHllPPZoAf7G8th/U8xgf1bDPR+9HoJb85+9FpNL3OPans/j8+avg==
</data>
</layer>
<layer name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9lsFOwkAQhps9ePKCB4Vn0DdW30Dk4AMgGrFJY6KQaEC9WCVWTLwR9eT+6U78GbbdrRr/ZAKblvnm39kOTZL/12zz/3nPNuYNuLsmScad8vu++RkTvKmN9wjurmJct37H/LBxE8ghzKNOc1YVMyT2eerhPrteFYFc5xFM6bveW60T16NbGy+b3zX4Al5Tx5y4/b1VPqQ2Uc/yRzhPNp5MWfOQerNw/FDgd6n7XWGZc+JKH0Q4P+A+mtJfStdEqPvF5QidFVZBXHjtmuUc4HLNwkK98jmlHOLpQtVwSV5R5xtdZ25GXBF6Uygm+2WligNxf2YVXEj2WavwMAvFHyq/bzU90FxoYFbzzlqrHJ8yYuH52FNRxe25c8zC/okX6VmVF2YdqtB++3St554dUWg+ak84m8jj86r9XpnSs7BPPc9OVR7tSZi8zlqrnhdu/nTVveKzLr9mxdzr2+tjFRCv61jQw0b5GTtLZK9HKiBe9xUXeySsWOkZnrvZyHG2try+IjbUV/uWVfhk/3p+z2m+pHQf1uvt8ntObEjOo87N8u3HxM3ZSc3s+9xKkp3291rY4OXGfy7qApL5o+cpWNvtMpgJT5jXuVmeNfpc1IXk9YWwZO8GtqaTivnoOxd1wXpteCa1uLehZzY2j0jOR8x7Jfdz0IAbEt738sh8+j8mJjfUZAZlrdV6Dv7QL6vp+/y99XPXWf5ErXnEu3poNo5rcnwBPc9JHQ==
</data>
</layer>
<layer name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFgxlcFhsYew/T0V5kP1Ji701J0uyE2bWGiYHhEpn24rJzNhMqH2YXiEa3C2TGLRLcjgug2wmzD9l/MLtICSsYIMWdyPFIql2UhAcx6Yda4Y1uLy3MJcZeeoPDYtS197og8faSm08pAXOx5CtywGkC/nzMhKluDhMEo4PN0HR2TZA4s2HgPZHqQOAAtvKEyPRNSV7Yygah88kI95dAO18RsJeQ2+px2AsL681k+uslVB/ZZRuavpskxCW9ATFhtBGoZhO1y2E6l79DEZCafklpg5KbN7CBgSjrRzoAAMtiQTo=
</data>
</layer>
<layer name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztk0sOACEIQz3F3P8K3nBWkxij0kKRzTRxBzzLpz+t9f+lvU8VzJvcWRXMCJfJH2M9TIWUvcpgIzmrmKhXJMfy5fmDFW/V3/lHuDvvJ7E7z+6w+j7ZXfXeQmSfkTnNvWFyFT1i6nn6YknBRepncOe66B14bue0PwjfO6/ojCP57E1FPVawszxX9ZrhqpkjV9l7NiZDyh1b1d7pBeDqs2A=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="south" type="mapchange" x="224" y="928" width="704" height="32">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="2" name="west" type="mapchange" x="928" y="64" width="32" height="320">
<properties>
<property name="map" value="waytolake11"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="3" name="east1" type="mapchange" x="928" y="864" width="32" height="96">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="west1"/>
</properties>
</object>
<object id="4" name="east2" type="mapchange" x="928" y="576" width="32" height="128">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="west3"/>
</properties>
</object>
<object id="5" name="east3" type="mapchange" x="928" y="448" width="32" height="128">
<properties>
<property name="map" value="waytolake11"/>
<property name="place" value="west1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="maonit_1" type="spawn" x="256" y="192" width="544" height="288">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object id="7" name="mwolf_2" type="spawn" x="128" y="640" width="448" height="256">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object id="8" name="maonit_2" type="spawn" x="256" y="640" width="96" height="64">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object id="9" name="mwolf_3" type="spawn" x="352" y="224" width="544" height="224">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
<object id="10" name="maonit_1_1" type="spawn" x="800" y="96" width="96" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object id="11" name="maonit_2_1" type="spawn" x="864" y="320" width="32" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object id="12" name="mwolf_0" type="spawn" x="576" y="448" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object id="13" name="mwolf_1" type="spawn" x="480" y="864" width="416" height="32">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
<object id="14" name="plaguespider_0" type="spawn" x="608" y="512" width="288" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,246 +1,270 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="23" height="20" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="23" height="20">
<data encoding="base64" compression="zlib">
eJw7wcnAcIJCvBEHppW5lJqNz1xamz2KUfE6plFz6WXuITHqmgszmxpup1e4EuIPlHuJMY9QeCPHCan2kqIPZg+5GF9cUMtsapsLMxsAdV1RPw==
</data>
</layer>
<layer name="Objects" width="23" height="20">
<data encoding="base64" compression="zlib">
eJytlE8OwVAQxicSe28jcQxHsHAQ53EEHAFHwEoTNkgIlmj8WdiyM5O08WW8qaf6JV+m77Xv128maYnyK64S3dg79sPjIrhP4ESOqM517vKzp8CNgNOuEDW43nnvXM1nyRxB3kuN6MpuMbtZJuqU7FmFGGeBEu6gZN8PVZpXc8WojXvPbs/P32p2FcUwZzlncVHfuHvIunb+vFJDOBbXmkN6/QtPzzaLG5pbeJHnW0CuXHcT91TuNFdW/3i+q7gd4A6Tfd3nxegfM+qcsu4ndQhsVGz8A3xcXM/43IjrmD0x2Lpn3buPm3rBXrJXwLYYWf37fGAf2SdgW4yQd4q37nPvW+5/hLlnrjiuZhfJRfYLgSXwiw==
</data>
</layer>
<layer name="Above" width="23" height="20">
<data encoding="base64" compression="zlib">
eJxjYKANOCtII4OpDG5KMjDckqSffZSGCznuhenBRRMC13C4+SYReokxH5u7KAXvsbiZUnNvUhAOxILNNEiL16HuPgw0+7IY9c2HgcNUNhvmbpCbSTX7OpH57DAZZiMDXHmDWLPR9RMb/5eQzCbar0hmY8sfKGppkE7g6VAMuzg1AC3cjWw2AAp1MAw=
</data>
</layer>
<layer name="Walkable" width="23" height="20">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFCjA1QaiYuc6lhNi4zqW02shgx/iIXUMtcdHOoERfE6CHHXHzhTe20N5jNpSTsiDGX2vopMZcYMFjiZRQPTwwA9MESdw==
</data>
</layer>
<objectgroup name="Mapevents">
<object name="east" type="mapchange" x="0" y="160" width="32" height="320">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="west"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="maonit_1" type="spawn" x="64" y="128" width="512" height="160">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="maonit_3" type="spawn" x="64" y="384" width="256" height="96">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="maonit_3"/>
</properties>
</object>
<object name="mwolf_3" type="spawn" x="256" y="288" width="256" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
<object name="horse" type="spawn" x="608" y="128" width="64" height="64">
<properties>
<property name="spawngroup" value="guynmart_horse"/>
</properties>
</object>
<object name="teksin" type="spawn" x="608" y="0" width="64" height="64">
<properties>
<property name="spawngroup" value="teksin"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</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="23" height="20" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="23" height="20">
<data encoding="base64" compression="zlib">
eJw7wcnAcIJCvBEHppW5lJqNz1xamz2KUfE6plFz6WXuITHqmgszm1K3w8yaA8XU9j86pka44zOHkJnY5Nch+R1X2OLyA7Y4ITbeSIlDbGFJDsblXmqaTSt3AwCfs1BB
</data>
</layer>
<layer name="Objects" width="23" height="20">
<data encoding="base64" compression="zlib">
eJytlE1OAkEQhSsk7m0WJH0Mj+DCg3gejwAeQYh6AH9IcBLZkeAPrkQnIgu3urMq3RWelSlmHH1JpZvu6o9X1Q1E7VX2iNYcjxyfFfEf3C/gFIFoj8dpaM++AW4BnKNdon0eP3jtrdcuxHMBfleR6J3jkNkHO0T9jt+rJoG9EE2yf+EOO2l/8ofeqF+VciVQd2HTuwXnr6M/ikrwJOc8LqqOuwCvc9MH5crYhONxvT7o/Dc87K29N8tt6lt4RcV9I1fmgxzHxrf62lY/nh8Ybh+4o7xu39Cqon7rcZ7fxCnvn8W0dpL3RsBGlc47R676FP4Vc685bkM929Zsa1cufpbfhPo+jz/ZlqG5ljeLKUe9DjNLc4Q9NmzLqPMtus/fL6yH4Pfb86167m7m4n0Zk1+rCz5zKXUZ33IX2AvkoWaZ+dRN+agln3vheHV6su0/RpmicYVvlLK/AU7UArM=
</data>
</layer>
<layer name="Above" width="23" height="20">
<data encoding="base64" compression="zlib">
eJxjYKANOCtII4OpDG5KMjDckqSffZSGCznuhenBRRMC13C4+SYReokxH5u7KAXvsbiZUnNvUhAOxILNNEiL16HuPgw0+7IY9c2HgcNUNhvmbpCbSTX7OpH57DAZZoPARmBYbiIQV8SYjZ63iI1/ZLOJ9isZZlMbUGL2EST3YwunS2SYjS0ecdkDMhsA9jI1XA==
</data>
</layer>
<layer name="Walkable" width="23" height="20">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFCjA1QaiYuc6lhNi4zqW02shgx/iIXUMtcdHOoERfE6CHHXHzhTe20N5jNpSTsiDGX2vrxmUvID8QAXPpoFS+0CHtKzCYmbLDxyQ1vbG4jxt0wcVqZTY67icEAQq3iNg==
</data>
</layer>
<objectgroup name="Mapevents">
<object name="east" type="mapchange" x="0" y="160" width="32" height="320">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="west"/>
</properties>
</object>
<object name="west1" type="mapchange" x="0" y="544" width="32" height="96">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="east3"/>
</properties>
</object>
<object name="south1" type="mapchange" x="32" y="608" width="320" height="32">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="north1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="maonit_1" type="spawn" x="64" y="128" width="512" height="160">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="maonit_3" type="spawn" x="64" y="384" width="256" height="96">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="maonit_3"/>
</properties>
</object>
<object name="mwolf_3" type="spawn" x="256" y="288" width="256" height="96">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
<object name="horse" type="spawn" x="608" y="128" width="64" height="64">
<properties>
<property name="spawngroup" value="guynmart_horse"/>
</properties>
</object>
<object name="teksin" type="spawn" x="608" y="0" width="64" height="64">
<properties>
<property name="spawngroup" value="teksin"/>
</properties>
</object>
<object name="plaguespider_0" type="spawn" x="320" y="384" width="256" height="192">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object name="mwolf_1" type="spawn" x="64" y="480" width="288" height="96">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_3"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -0,0 +1,382 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="23" height="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"/>
</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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="23" height="15">
<data encoding="base64" compression="zlib">
eJzNk8ENgCAMRY0Ht3Bzgy4guIE6grqCZ3EEOUAkTfnlgImHd2p4Lb+g66rShTEfOEu6bfvCuReA5L689064d8As9JHmPgEb6UPdvXMah8rIhJst7jOSmvLuISMTbrYY6tbePWVkws0muW2TdlPC/lBNYk2cD/vj8ol3izjA3VE+6F0Fcv4dyv5vdJ4SrgeQbvw8
</data>
</layer>
<layer name="Objects" width="23" height="15">
<data encoding="base64" compression="zlib">
eJyllFFqAjEQhoc8FHxRXKkQIT6IFA/iDdozeKk9QgUfPIBW9wYFfREKrn1oEUS8gDPdDEmG7LJrPwiZzST/TCbDAtTnQwNsdLi21XGb2XcBfnD9N+JjMvR9Wv8S55MBUEM3vo3zS22i3Qtj7LphToek0B0PAG6o1Rm6cTWhVhOOSZFXZuOS9gXH9dnOprmmhPLPdaHtw9rLirrWgc6vrJZWAAu01/Y7K9GWb5Gr+L6XgbNnqPmK+6Z2b6xXfKi28k0oTi7OtXDt6wlg0gF4K8mjCu4b6hGpTVBNjCr8hN9bnN/f2QdiM7HejqH6//MT58TZnD/lnoizfM93ey/pl8wr7j/qV9dnVKJdty6pCu/F+O9ziPglue2DVLn43BPy3+d/b7157PU8r98B20NRWw==
</data>
</layer>
<layer name="Above" width="23" height="15">
<data encoding="base64" compression="zlib">
eJxjYICAm5IMDLckGXCCzXjksIHDYphihOygxGxSwG5ZBHunLKrcYDebSQ6CqW02MqCl2bvJMJvYdEOO2cSCWTQ0Gx3Q0uxLNDSbWgC9rCG27NkIVLdJEjsfZsYRSVTzjpBYHj0Gqr8pBKGRwWUkPro8AO3FJi8=
</data>
</layer>
<layer name="Top" width="23" height="15">
<data encoding="base64" compression="zlib">
eJxjYBgFQwUwyQ20C0bBKBgFpAIAfEYAIQ==
</data>
</layer>
<layer name="Walkable" width="23" height="15">
<data encoding="base64" compression="zlib">
eJxjYCAebBQjDaPrI9ZcUtXg00up2YQAqWYTG2bo+qlhNq64IcdsfGopdR+hsKZF+OIyG58d2MzA53ZC/iLkTlzmIOshNwyoYTY+QGq+IkUPOekGnzpqYhAAANghil8=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="west1" type="mapchange" x="0" y="288" width="32" height="96">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="east1"/>
</properties>
</object>
<object name="west2" type="mapchange" x="0" y="384" width="32" height="96">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="east1"/>
</properties>
</object>
<object name="west3" type="mapchange" x="0" y="0" width="32" height="128">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="east2"/>
</properties>
</object>
<object name="north1" type="mapchange" x="32" y="0" width="320" height="32">
<properties>
<property name="map" value="waytolake11"/>
<property name="place" value="south1"/>
</properties>
</object>
<object name="east1" type="mapchange" x="704" y="352" width="32" height="128">
<properties>
<property name="map" value="mountainlake0"/>
<property name="place" value="west"/>
</properties>
</object>
<object name="down" type="mapchange" x="512" y="96" width="32" height="32">
<properties>
<property name="map" value="lookout_upper"/>
<property name="place" value="up"/>
</properties>
</object>
<object name="tower_door" type="mapchange" x="512" y="256" width="32" height="32">
<properties>
<property name="map" value="lookout_lower"/>
<property name="place" value="tower_door"/>
</properties>
</object>
<object name="lookout_sign" type="sign" x="544" y="288" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object name="maonit" type="spawn" x="64" y="320" width="96" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object name="mwolf_0" type="spawn" x="64" y="64" width="384" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object name="plaguespider_0" type="spawn" x="224" y="384" width="448" height="64">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object name="plaguespider_1" type="spawn" x="96" y="64" width="352" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys">
<object name="north" type="key" x="512" y="32" width="32" height="32">
<properties>
<property name="phrase" value="lookout_north_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="south" type="key" x="512" y="160" width="32" height="32">
<properties>
<property name="phrase" value="lookout_south_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="southwest_a" type="key" x="448" y="160" width="64" height="32">
<properties>
<property name="phrase" value="lookout_southwest_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="southeast_b" type="key" x="544" y="160" width="64" height="32">
<properties>
<property name="phrase" value="lookout_southeast_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="northeast_a" type="key" x="544" y="32" width="64" height="32">
<properties>
<property name="phrase" value="lookout_northeast_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="northwest_b" type="key" x="448" y="32" width="64" height="32">
<properties>
<property name="phrase" value="lookout_northwest_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="northwest_a" type="key" x="448" y="64" width="32" height="32">
<properties>
<property name="phrase" value="lookout_northwest_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="west" type="key" x="448" y="96" width="32" height="32">
<properties>
<property name="phrase" value="lookout_west_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="southwest_b" type="key" x="448" y="128" width="32" height="32">
<properties>
<property name="phrase" value="lookout_southwest_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="northeast_b" type="key" x="576" y="64" width="32" height="32">
<properties>
<property name="phrase" value="lookout_northeast_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="east" type="key" x="576" y="96" width="32" height="32">
<properties>
<property name="phrase" value="lookout_east_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
<object name="southeast_a" type="key" x="576" y="128" width="32" height="32">
<properties>
<property name="phrase" value="lookout_southeast_0"/>
<property name="requireId" value="nondisplay_2"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="220"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Replace"/>
</map>

View File

@@ -1,258 +1,257 @@
<?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="27" height="17" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="27" height="17">
<data encoding="base64" compression="zlib">
eJxbx8TAsG4Uj+JRPCjwASQaHVNqLjI+CMSXgPgQlEbH+8m09yAWsy4D8RMgvgKl0fFFNHuJtesyFrOI0YdsLz3jllj3DXb8eBC4YSAwAAFuQi0=
</data>
</layer>
<layer name="Objects" width="27" height="17">
<data encoding="base64" compression="zlib">
eJy9VEsOgjAQbeYGsDBh6wU9gmvlCOAZ5AiCS9yARuJaMNFTWCIN06FTCiS+ZJLSzrz3ph9iECL+U2A8PDFANIPzICMNhMiCIR+HiHh5y9qPpV55vXtmfZu/ywRfHM4dx5H4TuDnaS4S4NewVi41Mkuugs2LrZ72dXPQakH3tvLG66nWy5BrupscTPWcFka14NymarkAVvZ1/EZctDaWHH9E6wR9pAwPnt+icdON1bmsidaT8JXQxxV0baXfzjcL93cv60MZdRcN6Nolp+Prnzm5N+rfUBi4MGrQY0k/oSMX9eoCro8d9Hs4gG+YY/gUZ/vGn0wfBcrDPXwBWzt5sw==
</data>
</layer>
<layer name="Above" width="27" height="17" opacity="0.9">
<data encoding="base64" compression="zlib">
eJy1lMsNwjAMhq0MEalLMgJ3YIfOUODKqZ2glAtcecxBLGFhoviRVnySparK79+1nQL8h30DcGjm669Je1ug1zgJeTcBYMtiF+QcRyFHq2g4Yzp3ZjFhRL+eQI1V+z09P1g80TP+6j0MUa8dkXpLem+PyUur3apVq5PjyaeBeqnOmp2qJb8j3u8lphk7QNTuFM1zWNhrDvqUZkfvvHNdGTMhH28++jfw2RProN/xGh8LrLtjO8B9W+c9QvIdLoG5+vCdL/ftsj3M81n3orRPF+bVC88ao3Am7wmee3169QZ9Wm+k
</data>
</layer>
<layer name="Walkable" width="27" height="17">
<data encoding="base64" compression="zlib">
eJzNlMENACAIA53C/VdgQ/9G4QqYSMJDUVq0YHMM+8hV68CJsLMxL67U7uUgdsNS72e4q1z3sx5W9C6EJ92LuHZouWqqpk56oD3iaYr0ntKbtFaibXX+dP1nZTaRtZK/Ws9LrExuotsOX1t0sgQ=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="160" y="512" width="96" height="32">
<properties>
<property name="map" value="waytolake3"/>
<property name="place" value="north1"/>
</properties>
</object>
<object name="west" type="mapchange" x="0" y="96" width="32" height="320">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="east"/>
</properties>
</object>
<object name="lostfound1_0" type="script" x="576" y="448" width="32" height="32">
<properties>
<property name="when" value="enter"/>
</properties>
</object>
<object name="lostfound2_0" type="script" x="672" y="384" width="32" height="32">
<properties>
<property name="when" value="enter"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="plaguespider" type="spawn" x="544" y="64" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object name="plaguespider_3_4" type="spawn" x="224" y="352" width="352" height="128">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object name="plaguespider_3" type="spawn" x="192" y="32" width="384" height="256">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object name="plaguespider_2" type="spawn" x="64" y="96" width="128" height="320">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="27" height="17" tilewidth="32" tileheight="32" nextobjectid="9">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="27" height="17">
<data encoding="base64" compression="zlib">
eJxbx8TAsG4Uj+JRPCjwASQaHVNqLjI+CMSXgPgQlEbH+8m09yAWsy4D8RMgvgKl0fFFNHuJtesyFrOI0YdsLz3jllj3DXb8eBC4YSAwAAFuQi0=
</data>
</layer>
<layer name="Objects" width="27" height="17">
<data encoding="base64" compression="zlib">
eJylVMsNwjAMrbxBe0DqlQUZgTMwAjBDGYHPsVwKiArBCSgSTEEiYuKYxI3ok6ymif3ec9J0BkkyMxHCJQuvxQI5junneUp/c6bGxzm1nk5krEPz0Pe5ilWeJOvc8pw93FxH42o8PVXtKw/no9cj86J15uDO8dgKvG1AfxvDUTDfC7D7+Q8WwpkXZK1UGmshFyF5keoLtnaAdj4Nvrd16tbHaD08ub5vE3Fld8FXH9Ki0F45Vyx8+yJpxQB68jq9IzFaAyEna9Fago0V4aF90/khGTdmjOfSZ1o35msHNvbgaqO+nm867u9Y1U9U3E004GrvmM7328jc95KdPf4bKg8XxR3c6NLPJJKLe41BqI8R2D2sOa9wjzgfcuo7fgv0UZE82sMbm1x6Ew==
</data>
</layer>
<layer name="Above" width="27" height="17" opacity="0.9">
<data encoding="base64" compression="zlib">
eJy1lMsNwjAMhq0MEalLMgJ3YIfOUODKqZ2glAtcecxBLGFhoviRVnySparK79+1nQL8h30DcGjm669Je1ug1zgJeTcBYMtiF+QcRyFHq2g4Yzp3ZjFhRL+eQI1V+z09P1g80TP+6j0MUa8dkXpLem+PyUur3apVq5PjyaeBeqnOmp2qJb8j3u8lphk7QNTuFM1zWNhrDvqUZkfvvHNdGTMhH28++jfw2RProN/xGh8LrLtjO8B9W+c9QvIdLoG5+vCdL/ftsj3M81n3orRPF+bVC88ao3Am7wmee3169QZ9Wm+k
</data>
</layer>
<layer name="Walkable" width="27" height="17" visible="0">
<data encoding="base64" compression="zlib">
eJzllMERwCAIBG0hn/TfgtWknXwdBs49zC/M+BDlOPBw3mPMH67VMl88X+8prCo281MchUGsyhXjn0vHd7i7XONdlWvXF8KT+nZcOz2JVvXf4eJoKtMDnRGlKTJ7zmzSWpW2SVylBfqe6v1O/iayd/C7+uzU4ubqYBPdfrFeDS3B8w==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="south" type="mapchange" x="160" y="512" width="96" height="32">
<properties>
<property name="map" value="waytolake3"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="2" name="west" type="mapchange" x="0" y="96" width="32" height="320">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="3" name="lostfound1_0" type="script" x="576" y="448" width="32" height="32">
<properties>
<property name="when" value="enter"/>
</properties>
</object>
<object id="4" name="lostfound2_0" type="script" x="672" y="384" width="32" height="32">
<properties>
<property name="when" value="enter"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="5" name="plaguespider" type="spawn" x="544" y="64" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object id="6" name="plaguespider_3_4" type="spawn" x="224" y="352" width="352" height="128">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object id="7" name="plaguespider_3" type="spawn" x="192" y="32" width="384" height="256">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="plaguespider_3"/>
</properties>
</object>
<object id="8" name="plaguespider_2" type="spawn" x="64" y="96" width="128" height="320">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,265 +1,264 @@
<?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="25" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="26" height="25">
<data encoding="base64" compression="zlib">
eJy9lUsOwyAMRBG73v8cSZUTNNllm/YKPUhqpUjIGhubmkYa5aOBhz+Q5ZbSwjTllGagB3snb7mXZ0mcoXEOMK7mRXEkRs2RmL9wkDxjWjnoYXEPr7V3bVYO1bqVt55cRHB61jQqnh14qUZrMIs4nEUxPbOtJxBL4+yAU+fQGl8Rz72Vo8Vi+Y44pPeXQ5e157RaSRzv+dBSBMfa11Hx/JMj9U2L463DSI7FiziSd23IGw/ybfnau5q0cwrljHvuH73ytXc1HWD+ycnR/tOe/TOacwKqBtE/
</data>
</layer>
<layer name="Objects" width="26" height="25">
<data encoding="base64" compression="zlib">
eJydlEFOw0AMRaPcgCCNlG0PyBG4SLkBNFdooQu6YBMqgQQtmyBUoJQdEjvGYr7i/HgmUb9kTdJO/Dy2x4cyy7beNmEVrcPKmuXd9ypvf8dzRXvm/n3h7cX7PJTtuo0w9Hfwpzkx1f6/e29f3u++7K4xNfn/d4iRedZ55JvXfDj+GEtiRL6qwJb14YT2B/+I/86vK79nmsgBx6g5dd4/m9Y6+GdxXNDstPWnOY06U0o78iv+tJZln685ONNccRYjcjNGHH9jsESyZ+ey7N3ZuRuS7j1YjPXsGR+BhZgsfRtx6N6DzYmF8/64PkuUu75fSM8L9B6sJpa+w2CtRnJi2hStf8TAs+I2cFCnsRyrj7X/GAf7Cmfvszhicr8vlOk5EeOIJq4b17WvyU1iRrE/iGvEHGjoPDgT+4O4RsxBnfSex8Qda4wcIZda3AdQ6jycS76fVi6tvA3NbuljCLNU569OcKbUM2OE3toX3XpYswWcMXWPSc5XKQ7n4837/1ScJfWvnjN8f8+MuMCx7s6Tt1/Xvy/MLIhznuBwfXQPxPJ2FX6fJObRJc2a1N05tj5Sm33R94HnPxEqziQ=
</data>
</layer>
<layer name="Above" width="26" height="25">
<data encoding="base64" compression="zlib">
eJxjYCAPvBfELXcNKreWiUzDcYDZOMyjtj0g865D/XBTkoHhliRCfDUQcyLZt0eSNLPzkPTuB7IPAPE6IH4JNOcVkj2UgjqoGaC4uAhkX2LCNBdm/wES7NuMx7+gsHnCBDEXBGBhCLP/EpXjCZf9T6hkz2k8aRwGFISoYxc+cI0IdxAL8mkcBzBQTyd7aA2ICXt8ZSE62AjMP5tILDOoDdDT9XUqpi9cgJQwIhbgC8ubdPATDFC7/sFnD7XjClv6xuefy5L46wBSAMwefOUsLI4psXM/GfFzWYx0PRex2MMLrB/4oHUEtjR5mAx7HpPhH3LsQQYAy/o5Uw==
</data>
</layer>
<layer name="Walkable" width="26" height="25">
<data encoding="base64" compression="zlib">
eJzVk8ENwDAIAzNF918hG/ZbVcY1GKQGCeWTcBicfa21QaJA99w8mYPqReFynifjOCxUgzEqPNZrVL+To8Tk3E7gRLtQfO+wMh6v6HM5Ks/hdHmcMR0vvLVN6vkLB+3V3Y/SQ4aj6mT6VE41Knqi95l6X3+0MtvO7JrbJOMGZV0xjw==
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="320" y="768" width="256" height="32">
<properties>
<property name="map" value="waytolake7b"/>
<property name="place" value="north"/>
</properties>
</object>
<object name="west" type="mapchange" x="0" y="192" width="32" height="64">
<properties>
<property name="map" value="waterway11_east"/>
<property name="place" value="east"/>
</properties>
</object>
<object name="north" type="mapchange" x="192" y="0" width="160" height="32">
<properties>
<property name="map" value="waytolake8"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="erumen_4" type="spawn" x="0" y="64" width="160" height="96">
<properties>
<property name="spawngroup" value="erumen_4"/>
</properties>
</object>
<object name="erumen_1" type="spawn" x="64" y="160" width="96" height="512">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_1"/>
</properties>
</object>
<object name="erumen_3" type="spawn" x="160" y="448" width="96" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object name="scaradon_2" type="spawn" x="256" y="320" width="384" height="352">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="scaradon_2"/>
</properties>
</object>
<object name="scaradon_3" type="spawn" x="192" y="64" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="scaradon_3"/>
</properties>
</object>
<object name="plaguesp_1" type="spawn" x="224" y="192" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguesp_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="26" height="25" tilewidth="32" tileheight="32" nextobjectid="10">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="26" height="25">
<data encoding="base64" compression="zlib">
eJy9lUsOwyAMRBG73v8cSZUTNNllm/YKPUhqpUjIGhubmkYa5aOBhz+Q5ZbSwjTllGagB3snb7mXZ0mcoXEOMK7mRXEkRs2RmL9wkDxjWjnoYXEPr7V3bVYO1bqVt55cRHB61jQqnh14qUZrMIs4nEUxPbOtJxBL4+yAU+fQGl8Rz72Vo8Vi+Y44pPeXQ5e157RaSRzv+dBSBMfa11Hx/JMj9U2L463DSI7FiziSd23IGw/ybfnau5q0cwrljHvuH73ytXc1HWD+ycnR/tOe/TOacwKqBtE/
</data>
</layer>
<layer name="Objects" width="26" height="25">
<data encoding="base64" compression="zlib">
eJydVUtOwzAUjHIDghQp2x6QI3CRcgMgV2ihC7pgEypRCVoWLaIFStkhscNP9SiTieNGjGQ5H+fNm/fLvkiSpVsLvxtmfldcp837Mq2f47qUMyN3P3brxdncF/W+7ODg72CPebpQuXcPbn05u7uiuQOPJ81v1unhO/iofCE99s1retx/w5z4wGU+Il6l57a95Zu3D//v3T51Z4aRGKiPzFOlbW2MmbevUL+A69PaHvOsSVMMW7Fr9gyr7LBPijY/80DTiHjGPWLTB+r/OsBlsDPbPEne83DsgLm8gyauPSzmQiwMz47jw3PBpxC+A35w7WGNhAt6f/I2lyHN23YBnheoPaxKuLiHwTXtwaMxBCxGi6y2Dx90Vtx5HuQppgd2DaE6ZvtdPDiX5eFzCtS09fcFLZ4TXTyGQd7068bl5NbnBbHjelJ7eKc5Yp6N9OIxlIGcA5oj1YM88RnTwRrUnmpCLBlaB0BMD2KpfQsob0gP/DF0aVjQc8xSjl8V4RlKzShCcxy1tcvqfKyy8GwBT5+8d8H0laRH/2Vvzv4n8UzkH8tzRvv3LOAXeEK98+TWb97uF+XMhOc8wqP54RrguPGMvvLPB8SzkVxdyqyJ9c5/82O52WVtG7j+A5Bb4OQ=
</data>
</layer>
<layer name="Above" width="26" height="25">
<data encoding="base64" compression="zlib">
eJxjYCAPvBfELXcNKreWiUzDcYDZOMyjtj0g865D/XBTkoHhliRCfDUQcyLZt0eSNLPzkPTuB7IPAPE6IH4JNOcVkj2UgjqoGaC4uAhkX2LCNBdm/wES7NuMx7+gsHnCBDEXBGBhCLP/EpXjCZf9T6hkz2k8aRwGFISoYxc+cI0IdxAL8mkcBzBQTyd7aA2ICXt8ZSE62AjMP5tILDOoDdDT9XUqpi9cgJQwIhbgC8ubdPATDFC7/sFnD7XjClv6xuefy5L46wBSAMwefOUsLI4psXM/GfFzWYx0PRex2MMLrB/4oHUEtjR5mAx7HpPhH3LsQQYAy/o5Uw==
</data>
</layer>
<layer name="Walkable" width="26" height="25" visible="0">
<data encoding="base64" compression="zlib">
eJzVk8ENwDAIAzNF918hG/ZbVcY1GKQGCeWTcBicfa21QaJA99w8mYPqReFynifjOCxUgzEqPNZrVL+To8Tk3E7gRLtQfO+wMh6v6HM5Ks/hdHmcMR0vvLVN6vkLB+3V3Y/SQ4aj6mT6VE41Knqi95l6X3+0MtvO7JrbJOMGZV0xjw==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="south" type="mapchange" x="320" y="768" width="256" height="32">
<properties>
<property name="map" value="waytolake7b"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="2" name="west" type="mapchange" x="0" y="192" width="32" height="64">
<properties>
<property name="map" value="waterway11_east"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="3" name="north" type="mapchange" x="192" y="0" width="160" height="32">
<properties>
<property name="map" value="waytolake8"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="4" name="erumen_4" type="spawn" x="0" y="64" width="160" height="96">
<properties>
<property name="spawngroup" value="erumen_4"/>
</properties>
</object>
<object id="5" name="erumen_1" type="spawn" x="64" y="160" width="96" height="512">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_1"/>
</properties>
</object>
<object id="6" name="erumen_3" type="spawn" x="160" y="448" width="96" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="erumen_3"/>
</properties>
</object>
<object id="7" name="scaradon_2" type="spawn" x="256" y="320" width="384" height="352">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="scaradon_2"/>
</properties>
</object>
<object id="8" name="scaradon_3" type="spawn" x="192" y="64" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="scaradon_3"/>
</properties>
</object>
<object id="9" name="plaguesp_1" type="spawn" x="224" y="192" width="320" height="256">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguesp_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,224 +1,224 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="20" height="10" tilewidth="32" tileheight="32" nextobjectid="4">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="20" height="10">
<data encoding="base64" compression="zlib">
eJw7wMTAcACKDwLxRk7i8TomTHwJCV+mgnlPkDApZuEyD4ZJNQuXeXNwYErdh8suapoHwuvxmEmOedjChFxzBgMGALytjOo=
</data>
</layer>
<layer name="Objects" width="20" height="10">
<data encoding="base64" compression="zlib">
eJyVUUEKwkAMDP2AiKD07dUntKAf0OqlN1Gh0ksvWvBQfYEHE5qw4xIpBgaapDOdTIn8qqb+vOH5kZEnA2p9T57/0WlTolcaeuFvk+/+GnE73ffMewLXtFqdV+rvlARf6O+9ILoo/wHfEJ5p946/2w89r1bOHn3HOnL7zuHEGaBuo7uMZ0WkJ7efRzzW0e1Sk9mgIXoZ/AO5/c5YAg7zwF/zXRvIC6tQvdzxHvuw+0rW2jt6mIdlhrCyvhzJAMsyQ3wAOnFIvQ==
</data>
</layer>
<layer name="Above" width="20" height="10">
<data encoding="base64" compression="zlib">
eJxjYEAFh8UYsII7kgwMdyWxy+EDIPPQ9d5BYpNq5iU0990hw02kAHL8PNTAZRxxTgjMZaKuO2gFLpLpPxAAABtvDLY=
</data>
</layer>
<layer name="Walkable" width="20" height="10">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEJEwIbxUjDhMwh1Vxi9BJrHjH+I9ff2Mwn1X2EzKWGWfjcOYoZGACskn0o
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="north" type="mapchange" x="128" y="0" width="256" height="32">
<properties>
<property name="map" value="waytolake7"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="2" name="sign_waytolake7b_0" type="sign" x="384" y="192" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object id="3" name="plaguesp" type="spawn" x="96" y="64" width="352" height="160">
<properties>
<property name="quantity" value="8"/>
<property name="spawngroup" value="plaguesp_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="20" height="10" tilewidth="32" tileheight="32" nextobjectid="4">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="20" height="10">
<data encoding="base64" compression="zlib">
eJw7wMTAcACKDwLxRk7i8TomTHwJCV+mgnlPkDApZuEyD4ZJNQuXeXNwYErdh8suapoHwuvxmEmOedjChFxzBgMGALytjOo=
</data>
</layer>
<layer name="Objects" width="20" height="10">
<data encoding="base64" compression="zlib">
eJyVkcEKwjAMhsteQDZB2bNPH8GBvoBOYewmKkwGY4ep6GH6BB5MaMJ+a3cwENqmzdf8iTF+K0J/vKL4nnwRWC/lHe//4TSxMa+4P3P+WhhtZM9nJ/cm9x3lPSFXWY3EC6nvEPR16crM99SYk+Q/5I88tHnK7qC+XHgX4dXRsF61uXN/D7/rduti7RvQr+b2ALmV3CUUSx0eaz/C2xI4dfQb0zmNxpbBvARmwNqv5DPw3aTPX5KuFcwELfX0rIK/tQ5eVV9GrK2Hh/3QnqGr6TkbmBP2WE17hv4BBhFTDw==
</data>
</layer>
<layer name="Above" width="20" height="10">
<data encoding="base64" compression="zlib">
eJxjYEAFh8UYsII7kgwMdyWxy+EDIPPQ9d5BYpNq5iU0990hw02kAHL8PNTAZRxxTgjMZaKuO2gFLpLpPxAAABtvDLY=
</data>
</layer>
<layer name="Walkable" width="20" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEJEwIbxUjDhMwh1Vxi9BJrHjH+I9ff2Mwn1X2EzKWGWfjcOYoZGACskn0o
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="north" type="mapchange" x="128" y="0" width="256" height="32">
<properties>
<property name="map" value="waytolake7"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="2" name="sign_waytolake7b_0" type="sign" x="384" y="192" width="32" height="32"/>
</objectgroup>
<objectgroup name="Spawn">
<object id="3" name="plaguesp" type="spawn" x="96" y="64" width="352" height="160">
<properties>
<property name="quantity" value="8"/>
<property name="spawngroup" value="plaguesp_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,236 +1,235 @@
<?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="20" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="28" height="20">
<data encoding="base64" compression="zlib">
eJzbyMnAsBGI1zIxMKyjA94ItW8/kH2ATEyOfReB7EtkYpD+4WwfCJBqHwg/YSIPXyTBj8j2UYrpYd8cJggmJzzJ8Q+p+ZZS/9HaPnT9tLKPFmUbLrdQ00xKykJyMHpZsZ/O9l0kIw3Q2j5K4hVbWYjLPvT0So6dpOZhSvMJKfYhm0+ufQA2CZL8
</data>
</layer>
<layer name="Objects" width="28" height="20">
<data encoding="base64" compression="zlib">
eJyllU1Ow0AMhaO5AV3QdMsSOAtH4Ahwg7LmDHCFzhXKz6JsWKRIICHKZlhCDwAbYnUefXHsJBVPstLYjr/x/HU1Kf70RL/fRkWR6J0leRKLYfOO37PQzMM7+9d17krVBedxr82SGHg8vqG8d6cHrbDf9p3lOnOjrudfD+SNDN4016lyb5oHv3Bvskl/Xx3M8+DzTnp4KfskvsyG9UuhXU900cE7pW/Qh5b4pPZHNulPmPqpdWDwrD4wd1ClxmGxMMevxv6EFnXsUvWH+ktipLCdb9HQ/kTPil8ZPMwdxxLxuvoTPXT0mAwex+ZG/DPX1k9P3+OiOCo3dlz6PBGvnRVfqF64N3CYcRWaTy1eO/AwVm0/4yaLOdyTx4q0nuCJT+5lS4elPW8i7BvrjGse50UnV+vF2TNdPJ2nz6XWbb1n7nruVu9OsfJwLnfRfebHsP3/qQb0OKM7zZM1h+DEvE9iaJ5lS95+grx7G99eZ4u0/hYPY/qPuG4fD34eo9gvJtarCA==
</data>
</layer>
<layer name="Above" width="28" height="20">
<data encoding="base64" compression="zlib">
eJxjYKAtuCmIKXZXkrp2vMdix02gHbeg9rylsn3YwEugHa+g9lDTf8j+oAdA9gc6yGdCsO9IQvwJo2kB6plwy9HKTmqCx3jcTwgQ67/NdA6HwyTYdx1LvqQUXCPCzLM0sBcXeEyjvH6ahn6Alcn48johsBGob9MA50Fi0z62+mEogXUkliPY6lxiASzd4QszUvM1NfMIOgAA1sAoBg==
</data>
</layer>
<layer name="Walkable" width="28" height="20">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEPxgbwqacU09MudHvpZdeofdQxn1hALzvp7T96h+lAxB890sdA2DWU7KN33GGzjxi7ae0/dDl6hie17CLkP1phWtkHAG01QRs=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="192" y="608" width="160" height="32">
<properties>
<property name="map" value="waytolake7"/>
<property name="place" value="north"/>
</properties>
</object>
<object name="north" type="mapchange" x="256" y="0" width="160" height="32">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="scaradon_3" type="spawn" x="32" y="192" width="512" height="224">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="scaradon_3"/>
</properties>
</object>
<object name="scaradon_2" type="spawn" x="160" y="352" width="320" height="256">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="scaradon_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="28" height="20" tilewidth="32" tileheight="32" nextobjectid="5">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="28" height="20">
<data encoding="base64" compression="zlib">
eJzbyMnAsBGI1zIxMKyjA94ItW8/kH2ATEyOfReB7EtkYpD+4WwfCJBqHwg/YSIPXyTBj8j2UYrpYd8cJggmJzzJ8Q+p+ZZS/9HaPnT9tLKPFmUbLrdQ00xKykJyMHpZsZ/O9l0kIw3Q2j5K4hVbWYjLPvT0So6dpOZhSvMJKfYhm0+ufQA2CZL8
</data>
</layer>
<layer name="Objects" width="28" height="20">
<data encoding="base64" compression="zlib">
eJyllU1OwzAQhS3fIFnQdssSOAtH4AhwA1hzBrgCvkL5kSibLlqkRkItC8ISOABs6Kjz6Mt0nETiSVYSezyfn/+yGoU/PdP7sgyh1u+3MjQkcdKW4uYb7zexGYdvrv9ax65GzThwpkXYkbSBx+Pry3s1rJzi3m7dqeYZU16ei3HGXx+VDu9c88zUm/WHeuHeahF/ny3Ms5jnHXfwaq2T9rkWrF8dd/OJLlp4J9QHPqykTnK/axF/wrRPq32H5/nA3FXF1jvGsSh8Fub4RftUtE8f9X2yfl4af8g/J0Ydt/Mt6uMPjIU5HzOHh7njtpp4bf7E15NzBjmP5XHb2Gn/0Nz2mdP3IITD4aYcDfM8+PfOIDQxXtgbOMy4is2nFa8deBirLT+DJos57CnHSrSe4EndsvTjD4b+vImwb7wzbnkclzKx9n9QFX4782wfFt9pOd2t98x9x91q7xQ7Lo7Duewj5HlQforb/8+sZU6Zh3PZxeB5AifpPkmxeZYl1t4Juf0E5e5t9L3Wkmj9PX8Y03/Eebt4qOcxSvkFTYa5uA==
</data>
</layer>
<layer name="Above" width="28" height="20">
<data encoding="base64" compression="zlib">
eJxjYKAtuCmIKXZXkrp2vMdix02gHbeg9rylsn3YwEugHa+g9lDTf8j+oAdA9gc6yGdCsO9IQvwJo2kB6plwy9HKTmqCx3jcTwgQ67/NdA6HwyTYdx1LvqQUXCPCzLM0sBcXeEyjvH6ahn6Alcn48johsBGob9MA50Fi0z62+mEogXUkliPY6lxiASzd4QszUvM1NfMIOgAA1sAoBg==
</data>
</layer>
<layer name="Walkable" width="28" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEPxgbwqacU09MudHvpZdeofdQxn1hALzvp7T96h+lAxB890sdA2DWU7KN33GGzjxi7ae0/dDl6hie17CLkP1phWtkHAG01QRs=
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="south" type="mapchange" x="192" y="608" width="160" height="32">
<properties>
<property name="map" value="waytolake7"/>
<property name="place" value="north"/>
</properties>
</object>
<object id="2" name="north" type="mapchange" x="256" y="0" width="160" height="32">
<properties>
<property name="map" value="waytolake9"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object id="3" name="scaradon_3" type="spawn" x="32" y="192" width="512" height="224">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="scaradon_3"/>
</properties>
</object>
<object id="4" name="scaradon_2" type="spawn" x="160" y="352" width="320" height="256">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="scaradon_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,272 +1,278 @@
<?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"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="20">
<data encoding="base64" compression="zlib">
eJzFlNEJwCAMRCV/3X8OBSewK+gMDlKkBiQ0oo3RwH158Egu0V/GeEYO9MQxT3ED6LI5bgRdNse18LJPcF3t+Z6QlIvvpec0qFISriWePCgpNyjkOcLFXZ7Ja+UdJdDrvfdf5bpXNG9tbpu35Gb+crlbkmQwwsWZU0VlbuvdlS/17uB++TRuqies3dzVc34AwiinZg==
</data>
</layer>
<layer name="Objects" width="30" height="20">
<data encoding="base64" compression="zlib">
eJytVMtOwzAQjPwH6aE0V67wo3xDEH/QCPgBSntEHBokJKSWi3tpVcqdE141o0y23jwKI61sxbHHM7vrQ5YknyEONK5DTF3yZ6xG9prmlPHrn3ifwznzLL7GXHvSKygC9zbMd8beLux76BWuFd0BKM7QnYc9tx2hPcYdfMXHfndpf0+P41OPu1r5Ffgzc7x03fWh8ytjPoDPjet56Y5aPfFanuv8rpWPXZpHxLtxtVYJ4SxUIBeWx31xWfHiPE+8bV7HaooxtI9yqkeJlzT+X6yeh9YT5xAYqhdex7it90dqaab+B6/V/1b/An20Sy2VqobBLXnXuRLv2/rXAvcO7rahGgbgw0z5sYhwxqA1c+9MVU75rYIPCF7TnB+R+vu5SJLrSZ0r9I6n/EHnks6HDwisiXZ+p2IA53farJGbav4Q9j1mTS7rncRaSWuvLToFhWvy4mzUOHP5CO+d8uBqYgc4Na/PTs/Wb7LGffj2Nj793ge6F5m3IN6Yx/PwbUG8vwb72uM=
</data>
</layer>
<layer name="Above" width="30" height="20">
<data encoding="base64" compression="zlib">
eJxjYMAOHkvikCABbASasQlqzjVB0vTeBOq7RaQbNqOpu06iXeSCw1QII2yAFL8PJLgJDWdS43YU0A+Qm5bolYeoAe7i8B9y+TMUAC3zfT4T8WrRy1NKQD0J9mIDb2kQHnkE3ESqnbOZiCsD6ygMC2qCm2Tkb1LaBITCA2Q/oXQGsu8yiXFBTB7CVW+D3ASyE2YvtjLwNA5/vQSqf4XFXAAI3ini
</data>
</layer>
<layer name="Walkable" width="30" height="20">
<data encoding="base64" compression="zlib">
eJy1k8ERACEIA63i+m/BDu/l50bOZIPM8FOWBJjPGLPINKq6f9kRhLvYTh/fd5RLdSe8HVftJeVRzR06nf6cWaneUq7rCQ21RveMd/9dbrq/VG+1Yze5J1ZSQ/WW3I57Q4qPDlfVQnfXZRMeZdJ7ucFUuN08un9JvtPgFZM=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="160" y="608" width="64" height="32">
<properties>
<property name="map" value="waytolake8"/>
<property name="place" value="north"/>
</properties>
</object>
<object name="north" type="mapchange" x="224" y="0" width="512" height="32">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="east" type="mapchange" x="928" y="192" width="32" height="320">
<properties>
<property name="map" value="waytolake6"/>
<property name="place" value="west"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="plaguespider_2" type="spawn" x="736" y="192" width="160" height="256">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object name="plaguespider_1" type="spawn" x="96" y="384" width="192" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="plaguespider_1"/>
</properties>
</object>
<object name="plaguespider_3" type="spawn" x="256" y="480" width="224" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_1"/>
</properties>
</object>
<object name="mwolf_1" type="spawn" x="256" y="256" width="384" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_1"/>
</properties>
</object>
<object name="mwolf_2" type="spawn" x="160" y="192" width="384" height="160">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object name="maonit_1" type="spawn" x="256" y="64" width="480" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="mwolf_2_1" type="spawn" x="256" y="96" width="416" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</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="30" height="20" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<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_bridge_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="20">
<data encoding="base64" compression="zlib">
eJzFlNEJwCAMRCV/3X8OBSewK+gMDlKkBiQ0oo3RwH158Egu0V/GeEYO9MQxT3ED6LI5bgRdNse18LJPcF3t+Z6QlIvvpec0qFISriWePCgpNyjkOcLFXZ7Ja+UdJdDrvfdf5bpXNG9tbpu35Gb+crlbkmQwwsWZU0VlbuvdlS/17uB++TRuqies3dzVc34AwiinZg==
</data>
</layer>
<layer name="Objects" width="30" height="20">
<data encoding="base64" compression="zlib">
eJylVctKw1AQDfmDdBGbrVv9Ub8h4h80qD9gbUEEcdEULELr5majaN278g7NISfTO3nogSEll8yZOXPmdp9F0ZuPPT13PmZx9G9sJ/aZ5pTnl8FbdeQJ4d7nWWThM+b6pH4Fhed+978/At++JONq0GBtt1QDUNR9bzp4tA65/+ayJ7TGqMHVfKy31TsADe4Mb7BG1nwF7o/eWsX9vtTzlWc+gi9Om99lfOjVEa+luZ7vjnQUXfp6nhBvFTe9SghnoQJaWxpb0P46TZsaBY54u7QOeYoR8lLXHufkR4knqpNrDvl5qJ/QI88QGNsvtA5xW/ePeGmu9hy8hcFt7S8wpHfxUqk8DG7RRM9KtO/aXwu8O6itIg9v6P6YUwDLACfwmLTzMnh3ZmqmfFdBBwSfac5Xz/egduXnJIrOp82ssDuO5gdtV5QfOiBwJr3zPcVAv+D8Tg4c2KGLOveN/+42a3NZ9yTOSjp7DvzfgFNQxG1vIjc8zlwuwHulNDib2gFOzeuy49z6Tta49u/W6fH7IdC7yLwF8YY0Xvh3S+L9Baco6Go=
</data>
</layer>
<layer name="Above" width="30" height="20">
<data encoding="base64" compression="zlib">
eJxjYMAOHkvikCABbASasQlqzjVB0vTeBOq7RaQbNqOpu06iXeSCw1QII2yAFL8PJLgJDWdS43YU0A+Qm5bolYeoAe7i8B9y+TMUAC3zfT4T8WrRy1NKQD0J9mIDb2kQHnkE3ESqnbOZiCsD6ygMC2qCm2Tkb1LaBITCA2Q/oXQGsu8yiXFBTB7CVW+D3ASyE2YvtjLwNA5/vQSqf4XFXAAI3ini
</data>
</layer>
<layer name="Walkable" width="30" height="20">
<data encoding="base64" compression="zlib">
eJy1k7ERACAIA53C/VdwQys7gSQQ7ugwDxjOXusE6QwnM9OKuK+e6YPpN+Oqc1eaSP70nFyGM81FNNAapDem96qG3YkaqMb0H//es9yuf9V5I485uRWro4HuVrkd9oaQPTJcdBbVuyxb4alM9V4cTIQ7zVP918kLUzsGzg==
</data>
</layer>
<objectgroup name="Mapevents">
<object name="south" type="mapchange" x="160" y="608" width="64" height="32">
<properties>
<property name="map" value="waytolake8"/>
<property name="place" value="north"/>
</properties>
</object>
<object name="north" type="mapchange" x="224" y="0" width="704" height="32">
<properties>
<property name="map" value="waytolake10"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="east" type="mapchange" x="928" y="192" width="32" height="320">
<properties>
<property name="map" value="waytolake6"/>
<property name="place" value="west"/>
</properties>
</object>
<object name="east1" type="mapchange" x="928" y="0" width="32" height="96">
<properties>
<property name="map" value="waytolake12"/>
<property name="place" value="west2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object name="plaguespider_2" type="spawn" x="736" y="192" width="160" height="256">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="plaguespider_2"/>
</properties>
</object>
<object name="plaguespider_1" type="spawn" x="96" y="384" width="192" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="plaguespider_1"/>
</properties>
</object>
<object name="plaguespider_3" type="spawn" x="256" y="480" width="224" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="plaguespider_1"/>
</properties>
</object>
<object name="mwolf_1" type="spawn" x="256" y="256" width="384" height="160">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="mwolf_1"/>
</properties>
</object>
<object name="mwolf_2" type="spawn" x="160" y="192" width="352" height="128">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
<object name="maonit_1" type="spawn" x="256" y="64" width="640" height="128">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="maonit_1"/>
</properties>
</object>
<object name="mwolf_2_1" type="spawn" x="256" y="96" width="416" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="mwolf_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,266 +1,295 @@
<?xml version="1.0" ?><!DOCTYPE map SYSTEM 'http://mapeditor.org/dtd/1.0/map.dtd'><map height="19" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="30">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bed_1.png" width="512"/>
</tileset><tileset firstgid="129" name="map_border_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_border_1.png" width="512"/>
</tileset><tileset firstgid="257" name="map_bridge_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_1.png" width="512"/>
</tileset><tileset firstgid="385" name="map_bridge_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_bridge_2.png" width="512"/>
</tileset><tileset firstgid="513" name="map_broken_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_broken_1.png" width="512"/>
</tileset><tileset firstgid="641" name="map_cavewall_1" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_1.png" width="576"/>
</tileset><tileset firstgid="749" name="map_cavewall_2" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_2.png" width="576"/>
</tileset><tileset firstgid="857" name="map_cavewall_3" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_3.png" width="576"/>
</tileset><tileset firstgid="965" name="map_cavewall_4" tileheight="32" tilewidth="32">
<image height="192" source="../drawable/map_cavewall_4.png" width="576"/>
</tileset><tileset firstgid="1073" name="map_chair_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_1.png" width="512"/>
</tileset><tileset firstgid="1201" name="map_chair_table_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_chair_table_2.png" width="512"/>
</tileset><tileset firstgid="1329" name="map_crate_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_crate_1.png" width="512"/>
</tileset><tileset firstgid="1457" name="map_cupboard_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_cupboard_1.png" width="512"/>
</tileset><tileset firstgid="1585" name="map_curtain_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_curtain_1.png" width="512"/>
</tileset><tileset firstgid="1713" name="map_entrance_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_1.png" width="512"/>
</tileset><tileset firstgid="1841" name="map_entrance_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_entrance_2.png" width="512"/>
</tileset><tileset firstgid="1969" name="map_fence_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_1.png" width="512"/>
</tileset><tileset firstgid="2097" name="map_fence_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_2.png" width="512"/>
</tileset><tileset firstgid="2225" name="map_fence_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_3.png" width="512"/>
</tileset><tileset firstgid="2353" name="map_fence_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_fence_4.png" width="512"/>
</tileset><tileset firstgid="2481" name="map_ground_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_1.png" width="512"/>
</tileset><tileset firstgid="2609" name="map_ground_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_2.png" width="512"/>
</tileset><tileset firstgid="2737" name="map_ground_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_3.png" width="512"/>
</tileset><tileset firstgid="2865" name="map_ground_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_4.png" width="512"/>
</tileset><tileset firstgid="2993" name="map_ground_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_5.png" width="512"/>
</tileset><tileset firstgid="3121" name="map_ground_6" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_6.png" width="512"/>
</tileset><tileset firstgid="3249" name="map_ground_7" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_7.png" width="512"/>
</tileset><tileset firstgid="3377" name="map_ground_8" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_ground_8.png" width="512"/>
</tileset><tileset firstgid="3505" name="map_house_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_1.png" width="512"/>
</tileset><tileset firstgid="3633" name="map_house_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_house_2.png" width="512"/>
</tileset><tileset firstgid="3761" name="map_indoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_1.png" width="512"/>
</tileset><tileset firstgid="3889" name="map_indoor_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_indoor_2.png" width="512"/>
</tileset><tileset firstgid="4017" name="map_kitchen_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_kitchen_1.png" width="512"/>
</tileset><tileset firstgid="4145" name="map_outdoor_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_outdoor_1.png" width="512"/>
</tileset><tileset firstgid="4273" name="map_pillar_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_1.png" width="512"/>
</tileset><tileset firstgid="4401" name="map_pillar_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_pillar_2.png" width="512"/>
</tileset><tileset firstgid="4529" name="map_plant_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_1.png" width="512"/>
</tileset><tileset firstgid="4657" name="map_plant_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_plant_2.png" width="512"/>
</tileset><tileset firstgid="4785" name="map_rock_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_1.png" width="512"/>
</tileset><tileset firstgid="4913" name="map_rock_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_rock_2.png" width="512"/>
</tileset><tileset firstgid="5041" name="map_roof_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_1.png" width="512"/>
</tileset><tileset firstgid="5169" name="map_roof_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_2.png" width="512"/>
</tileset><tileset firstgid="5297" name="map_roof_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_roof_3.png" width="512"/>
</tileset><tileset firstgid="5425" name="map_shop_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_shop_1.png" width="512"/>
</tileset><tileset firstgid="5553" name="map_sign_ladder_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_sign_ladder_1.png" width="512"/>
</tileset><tileset firstgid="5681" name="map_table_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_table_1.png" width="512"/>
</tileset><tileset firstgid="5809" name="map_trail_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_trail_1.png" width="512"/>
</tileset><tileset firstgid="5937" name="map_transition_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_1.png" width="512"/>
</tileset><tileset firstgid="6065" name="map_transition_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_2.png" width="512"/>
</tileset><tileset firstgid="6193" name="map_transition_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_3.png" width="512"/>
</tileset><tileset firstgid="6321" name="map_transition_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_4.png" width="512"/>
</tileset><tileset firstgid="6449" name="map_transition_5" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_transition_5.png" width="512"/>
</tileset><tileset firstgid="6577" name="map_tree_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_1.png" width="512"/>
</tileset><tileset firstgid="6705" name="map_tree_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_tree_2.png" width="512"/>
</tileset><tileset firstgid="6833" name="map_wall_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_1.png" width="512"/>
</tileset><tileset firstgid="6961" name="map_wall_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_2.png" width="480"/>
</tileset><tileset firstgid="7081" name="map_wall_3" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_3.png" width="480"/>
</tileset><tileset firstgid="7201" name="map_wall_4" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_wall_4.png" width="480"/>
</tileset><tileset firstgid="7321" name="map_window_1" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_1.png" width="512"/>
</tileset><tileset firstgid="7449" name="map_window_2" tileheight="32" tilewidth="32">
<image height="256" source="../drawable/map_window_2.png" width="512"/>
</tileset><layer height="19" name="Ground" width="30">
<data compression="zlib" encoding="base64">eJy9VcERgCAM4+sI7D8BCzECM/jyrnJNmxTPRw9UaJKS4rhaGyZmfz/b96v7o7fei9Uxlv0WYamYe75n/hUWWoe0RTkZTI8jqvEE80ow+xGnSii51Lqd5vJyVjR7WKpetf+Unos8t3saefDkvD1OkadRDyvYSH+mt3JHZXwZvZV+ye475XzVWmec1PONODG4J/3LamL1/hnVeiEfZd7O/KdwYf7Z+3gDYgnVug==</data>
</layer>
<layer height="19" name="Objects" width="30">
<data compression="zlib" encoding="base64">eJydVUluhDAQ5AMTCW78/x25gqMQRpqjnzBKJB6QQ2jFJWpqum2SumC795Wue8bX2HVvvUMIYPz3wp9IbirnvH8/x+P9Y7+v4yEL2m34m00g8jU1YthOxggf2WbLJ5bTs+r0dNt9JdosOfTAdMS29L/5hk6r02XP88tw6GY7a8VG5PPk+IY347E6zI1cs74oTuujSfosi95EPHOJPdJnfVPrEeQdwPnaqIXGwvm6Bva0PwCNL5JVpDJjS4nR6z3wRTYin4B1fO451juTbdP1LXf+Kmpxm8xlOM6I9Qy4P3QveXaUjjt6oSVvNnjPtHaSAfPJevg8BfuTwXZg35vTGrhvzN7W+zsmkgVy/7hjWvW3t1eKzxDtD5Zf6T/EYD9B93xnHzPV1/PZ5ngJerm263UWQde+4Lncyhk8iXoqy1smnzhOrQHAc8Z0/UecmVnNMYP1eXgP6nGXOvwXP+3S4tU=</data>
</layer>
<layer height="19" name="Above" width="30">
<data compression="zlib" encoding="base64">eJytVdsRwCAI6xruvweT6C7tR7mjNAR85K6nUo0BFKVdV3++8bYWkX0Hyoc4d/ayWkf72pmOCsTxZnGZ9UH5xKyTCY7R/uNeiAHTYvun8h/lKAOb67X53KO13nbKz0inAE1sLxsj1CJ+dO4rMd7x2/JrX31F2md4M02oVlV07oD5O4tK/tF83W/V39W6ktUYa7caV2IvxH8Gr4ndI8R56pxkiHJg34HoPmdtxIn+o3j5dV4vq6msRlVrntdSfc8z3Kr3lbw=</data>
</layer>
<layer height="19" name="Walkable" visible="0" width="30">
<data compression="zlib" encoding="base64">eJzNktEVwCAIA5nC/Vdwwy6gcLSJlff4gxwE5oiYgqxCwegyHexK27VvptlhkrqOh5kPnTtl89Fecp9KT+lFxX/7119v5kjCdM1FuUqPaL+LfZpJuBnb/VurGUnc8qvK2Gk6d6S+/pUPVCw4jg==</data>
</layer>
<objectgroup name="Mapevents">
<object height="64" name="west" type="mapchange" width="32" x="0" y="160">
<properties>
<property name="map" value="wild0"/>
<property name="place" value="east"/>
</properties>
</object>
<object height="32" name="north" type="mapchange" width="256" x="576" y="0">
<properties>
<property name="map" value="roadbeforecrossroads"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object height="32" name="larva_2" type="spawn" width="64" x="64" y="192">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_1" type="spawn" width="32" x="128" y="160">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_2" type="spawn" width="32" x="160" y="160">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_3" type="spawn" width="32" x="128" y="128">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="256" name="larva_2_4" type="spawn" width="96" x="128" y="288">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="160" name="fox1" type="spawn" width="224" x="416" y="320">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="fox1"/>
</properties>
</object>
<object height="32" name="larva_1" type="spawn" width="32" x="512" y="96">
<properties>
<property name="spawngroup" value="larva_1"/>
</properties>
</object>
<object height="32" name="larva_2_5" type="spawn" width="32" x="448" y="160">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="96" name="larva_2_6" type="spawn" width="96" x="288" y="160">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="128" name="fox1_1" type="spawn" width="256" x="608" y="128">
<properties>
<property name="spawngroup" value="fox1"/>
</properties>
</object>
<object height="32" name="larva_2_7" type="spawn" width="128" x="256" y="512">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_8" type="spawn" width="96" x="416" y="512">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_9" type="spawn" width="96" x="544" y="512">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object height="32" name="larva_2_10" type="spawn" width="64" x="768" y="512">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="30" height="19" tilewidth="32" tileheight="32" nextobjectid="17">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_border_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
</tileset>
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_house_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
</tileset>
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="19">
<data encoding="base64" compression="zlib">
eJy9VcERgCAM4+sI7D8BCzECM/jyrnJNmxTPRw9UaJKS4rhaGyZmfz/b96v7o7fei9Uxlv0WYamYe75n/hUWWoe0RTkZTI8jqvEE80ow+xGnSii51Lqd5vJyVjR7WKpetf+Unos8t3saefDkvD1OkadRDyvYSH+mt3JHZXwZvZV+ye475XzVWmec1PONODG4J/3LamL1/hnVeiEfZd7O/KdwYf7Z+3gDYgnVug==
</data>
</layer>
<layer name="Objects" width="30" height="19">
<data encoding="base64" compression="zlib">
eJydVUluhDAQ5AMTCW58Iv+/zBUchTBSjn7CKJF4QmjFJWpqum2SumC795Wue8b32HVvvUMIYPz3wp9IbirnvH+/xuP9Y7+v4yEL2ufwN5tA5GtqxLCdjBE+ss2WTyynZ9Xp6bb7SrRZcuiB6Yht6X/zDZ1Wp8ue55fh0M121oqNyOfJ8Q1vxmN1mBu5Zn1RnNZHk/RZFr2JeOYSe6TP+qbWI8g7gPOtUQuNhfN1C+xpfwAaXySrSGXGlhKj13vgi2xEPgHr+NxzrHcm26brdXi881dRi9tkLsNxRqxnwP2he8mzo3Tc0QstebPBe6a1kwyYT9bD5ynYnwy2A/venNbAfWP2tt7fMZEskPvHHdOqv71dKT5DtD9YfqX/EIP9BN3znX3MVF/PZ5vjJejl2q7XWQRd+4Lncitn8CTqqSxvmXziOLUGAM8Z0/UfcWZmNccM1ufhPajHXerwX/wAVljiCA==
</data>
</layer>
<layer name="Above" width="30" height="19">
<data encoding="base64" compression="zlib">
eJytVdsRwCAI6xruvweT6C7tR7mjNAR85K6nUo0BFKVdV3++8bYWkX0Hyoc4d/ayWkf72pmOCsTxZnGZ9UH5xKyTCY7R/uNeiAHTYvun8h/lKAOb67X53KO13nbKz0inAE1sLxsj1CJ+dO4rMd7x2/JrX31F2md4M02oVlV07oD5O4tK/tF83W/V39W6ktUYa7caV2IvxH8Gr4ndI8R56pxkiHJg34HoPmdtxIn+o3j5dV4vq6msRlVrntdSfc8z3Kr3lbw=
</data>
</layer>
<layer name="Walkable" width="30" height="19">
<data encoding="base64" compression="zlib">
eJzNktEVwCAIA5nC/Vdwwy6gcLSJlff4gxwE5oiYgqxCwegyHexK27VvptlhkrqOh5kPnTtl89Fecp9KT+lFxX/7119v5kjCdM1FuUqPaL+LfZpJuBnb/VurGUnc8qvK2Gk6d6S+/pUPVCw4jg==
</data>
</layer>
<objectgroup name="Mapevents">
<object id="1" name="west" type="mapchange" x="0" y="160" width="32" height="64">
<properties>
<property name="map" value="wild0"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="2" name="north" type="mapchange" x="576" y="0" width="256" height="32">
<properties>
<property name="map" value="roadbeforecrossroads"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="3" name="larva_2" type="spawn" x="64" y="192" width="64" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="4" name="larva_2_1" type="spawn" x="128" y="160" width="32" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="5" name="larva_2_2" type="spawn" x="160" y="160" width="32" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="6" name="larva_2_3" type="spawn" x="128" y="128" width="32" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="7" name="larva_2_4" type="spawn" x="128" y="288" width="96" height="256">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="8" name="fox1" type="spawn" x="416" y="320" width="224" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="fox1"/>
</properties>
</object>
<object id="9" name="larva_1" type="spawn" x="512" y="96" width="32" height="32">
<properties>
<property name="spawngroup" value="larva_1"/>
</properties>
</object>
<object id="10" name="larva_2_5" type="spawn" x="448" y="160" width="32" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="11" name="larva_2_6" type="spawn" x="288" y="160" width="96" height="96">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="12" name="fox1_1" type="spawn" x="608" y="128" width="256" height="128">
<properties>
<property name="spawngroup" value="fox1"/>
</properties>
</object>
<object id="13" name="larva_2_7" type="spawn" x="256" y="512" width="128" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="14" name="larva_2_8" type="spawn" x="416" y="512" width="96" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="15" name="larva_2_9" type="spawn" x="544" y="512" width="96" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
<object id="16" name="larva_2_10" type="spawn" x="768" y="512" width="64" height="32">
<properties>
<property name="spawngroup" value="larva_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
</map>

View File

@@ -318,6 +318,7 @@
<map id="guynmart_wood_12" x="86" y="237"/>
<map id="guynmart_wood_13" x="70" y="222"/>
<map id="guynmart_wood_14" x="54" y="222"/>
<map id="waytolake12" x="678" y="174"/>
<namedarea id="crossglen" name="Crossglen" type="settlement"/>
<namedarea id="crossroads" name="Crossroads Guardhouse" type="other"/>
<namedarea id="charwoodh" name="Charwood" type="settlement"/>