Ratdom content

This commit is contained in:
Nut.andor
2023-05-01 02:00:00 +02:00
parent 995ec0f697
commit c070a39f7c
192 changed files with 84568 additions and 1482 deletions

View File

@@ -6,6 +6,23 @@
{
"text":"Please show me your wares.",
"nextPhraseID":"S"
},
{
"text":"Do you have a pickaxe by chance?",
"nextPhraseID":"ratdom_audir",
"requires":[
{
"requireType":"questProgress",
"requireID":"ratdom_quest",
"value":80
},
{
"requireType":"questProgress",
"requireID":"ratdom_quest",
"value":82,
"negate":true
}
]
}
]
},

View File

@@ -2414,7 +2414,7 @@
},
{
"id":"achieve_road_10",
"message":"This must be the great Duleian Road! I have heard so much of it - and now I am really here!",
"message":"This must be the great Duleian Road! I have heard so much about it - and now I am really here!",
"rewards":[
{
"rewardType":"questProgress",

View File

@@ -1659,6 +1659,10 @@
{
"text":"To each his own, I guess.",
"nextPhraseID":"gael_20_5"
},
{
"text":"Cooked meat? Who cooks your meat?",
"nextPhraseID":"gael_cook"
}
]
},

View File

@@ -290,7 +290,7 @@
},
{
"id":"gorwath_exit",
"message":"I will go now and prepare a present for lovely Arensia.",
"message":"I will go now and prepare a present for lovely Arensia. When we get married, you will of course be invited.",
"replies":[
{
"text":"OK. Bye.",
@@ -300,12 +300,16 @@
},
{
"id":"gorwath_exit_1",
"message":"And when we get married, you will of course be invited.",
"message":"Before we go our separate ways, please take this ring that I found behind those haystacks over there.",
"rewards":[
{
"rewardType":"removeSpawnArea",
"rewardID":"gorwath",
"mapName":"crossglen"
},
{
"rewardType":"dropList",
"rewardID":"gorwath_dl"
}
]
},

View File

@@ -463,7 +463,7 @@
},
{
"id":"haunted_forest_discovery_script_10",
"message":"As you enter this dark place, you suspect that you are getting closer to the sounds heard by Gabriel as the moaning is much loader now.",
"message":"As you enter this dark place, you suspect that you are getting closer to the sounds heard by Gabriel as the moaning is much louder now.",
"rewards":[
{
"rewardType":"questProgress",
@@ -599,7 +599,7 @@
},
{
"id":"road5_daw_20",
"message":"Now you begin to notice that the moaning heard by Gabriel is a little loader here.",
"message":"Now you begin to notice that the moaning heard by Gabriel is a little louder here.",
"replies":[
{
"text":"I must be getting closer to the source. It's time to press on.",

View File

@@ -52,6 +52,10 @@
{
"text":"Are there any rooms available?",
"nextPhraseID":"kendelow_room_1"
},
{
"text":"Actually, I am wondering if it would be possible if I could cook some meat in your kitchen?",
"nextPhraseID":"kendelow_meat"
}
]
},

View File

@@ -2,6 +2,16 @@
{
"id":"mikhail_start_select",
"replies":[
{
"nextPhraseID":"ratdom_mikhail",
"requires":[
{
"requireType":"questProgress",
"requireID":"ratdom_nondisplay",
"value":1
}
]
},
{
"nextPhraseID":"mikhail_start_select2",
"requires":[
@@ -551,7 +561,7 @@
},
{
"id":"mikhail_rats_start3",
"message":"Also, don't forget to check your inventory. You probably still have that old ring I gave you. Make sure you wear it.",
"message":"Also, don't forget to check your inventory. You probably still have that old ring I gave you. Make sure you wear it. One other thing, you may want to look in that basket on the floor.\nover there as it is Andor's and he might have left something useful in it.",
"replies":[
{
"text":"OK, I understand. I can rest here if I get hurt, and I should check my inventory for useful items.",

View File

@@ -6587,7 +6587,7 @@
"nextPhraseID":"X"
},
{
"text":"May the shadow be with your soul.",
"text":"May the Shadow be with your soul.",
"nextPhraseID":"elm3_corpse_3b"
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -45,10 +45,10 @@
},
{
"id":"loneford13_pitchfork",
"message":"A new pitchfork pinned in this haystack.",
"message":"A new pitchfork is pinned in this haystack.",
"replies":[
{
"text":"Time to prove that I'm a son of farmer!",
"text":"Time to prove that I'm the child of farmer!",
"nextPhraseID":"loneford13_pitchfork_selector2",
"requires":[
{
@@ -107,7 +107,7 @@
"message":"After several minutes of intense pulling you finally pull out the new pitchfork from the haystack.",
"replies":[
{
"text":"I'm the son of a farmer!",
"text":"I'm a child of a farmer!",
"nextPhraseID":"X"
},
{
@@ -4135,15 +4135,27 @@
"nextPhraseID":"parents_argue_10",
"requires":[
{
"requireType":"questLatestProgress",
"requireType":"questProgress",
"requireID":"andor",
"value":100
},
{
"requireType":"questProgress",
"requireID":"andor",
"value":110,
"negate":true
},
{
"requireType":"questProgress",
"requireID":"sullengard_hidden",
"value":26,
"negate":true
},
{
"requireType":"questProgress",
"requireID":"ratdom_nondisplay",
"value":1,
"negate":true
}
]
}

View File

@@ -0,0 +1,945 @@
[
{
"id":"container_gold_200_500",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":500
}
}
]
},
{
"id":"container_gold_3_10",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":3,
"max":10
}
},
{
"itemID":"club3",
"chance":"5",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"container_gold_30_200",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":30,
"max":200
}
},
{
"itemID":"club3",
"chance":"5",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"container_rock_1",
"items":[
{
"itemID":"rock",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"club3",
"chance":"5",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"drop_ratdom_gruil",
"items":[
{
"itemID":"gem1",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"drop_ratdom_kriih",
"items":[
{
"itemID":"gem1",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":500
}
},
{
"itemID":"boots_coward",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"daggr_curv",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"stiletto",
"chance":"25",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"drink_lowyn3",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"drop_ratdom_mara",
"items":[
{
"itemID":"bread",
"chance":"100",
"quantity":{
"min":1,
"max":2
}
}
]
},
{
"id":"drop_ratdom_tharal",
"items":[
{
"itemID":"health_minor2",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_531_loot1",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":400
}
}
]
},
{
"id":"ratdom_531_loot2",
"items":[
{
"itemID":"gold",
"chance":"50",
"quantity":{
"min":10,
"max":40
}
},
{
"itemID":"gem2",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
},
{
"itemID":"gem3",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
},
{
"itemID":"gem5",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
}
]
},
{
"id":"ratdom_567_loot1",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":400
}
}
]
},
{
"id":"ratdom_567_loot2",
"items":[
{
"itemID":"gold",
"chance":"50",
"quantity":{
"min":10,
"max":40
}
},
{
"itemID":"gem2",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
},
{
"itemID":"gem3",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
},
{
"itemID":"gem5",
"chance":"50",
"quantity":{
"min":2,
"max":4
}
}
]
},
{
"id":"ratdom_616_loot1",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":50,
"max":100
}
}
]
},
{
"id":"ratdom_618_loot1",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":50,
"max":100
}
}
]
},
{
"id":"ratdom_618_loot2",
"items":[
{
"itemID":"gem2",
"chance":"50",
"quantity":{
"min":1,
"max":3
}
},
{
"itemID":"gem3",
"chance":"50",
"quantity":{
"min":1,
"max":3
}
},
{
"itemID":"gem4",
"chance":"50",
"quantity":{
"min":1,
"max":3
}
}
]
},
{
"id":"ratdom_artefact",
"items":[
{
"itemID":"ratdom_artefact",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_bone_collector_container",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":3,
"max":10
}
}
]
},
{
"id":"ratdom_bone_collector_container2",
"items":[
{
"itemID":"gem2",
"chance":"100",
"quantity":{
"min":1,
"max":2
}
}
]
},
{
"id":"ratdom_drop_compass_bwm",
"items":[
{
"itemID":"ratdom_compass_bwm",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_drop_compass_tour",
"items":[
{
"itemID":"ratdom_compass_tour",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_ff_guard",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":2,
"max":9
}
}
]
},
{
"id":"ratdom_ff_guard_loot1",
"items":[
{
"itemID":"sullengrad_finest",
"chance":"100",
"quantity":{
"min":20,
"max":30
}
}
]
},
{
"id":"ratdom_ff_guard_loot2",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":120,
"max":330
}
}
]
},
{
"id":"ratdom_fraedro",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":500
}
},
{
"itemID":"ratdom_fraedro_key",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_goldhunter_drop",
"items":[
{
"itemID":"ratdom_rat_skelett_leg",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":30,
"max":200
}
}
]
},
{
"id":"ratdom_king_rah",
"items":[
{
"itemID":"ratdom_rat_sword",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_kriih",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":200,
"max":500
}
}
]
},
{
"id":"ratdom_librarian",
"items":[
{
"itemID":"ratdom_torch",
"chance":"50",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"gold",
"chance":"50",
"quantity":{
"min":30,
"max":80
}
},
{
"itemID":"ratdom_book",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_library_container",
"items":[
{
"itemID":"ratdom_rat_skelett_back",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_maze_mole",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1,
"max":5
}
}
]
},
{
"id":"ratdom_maze_mole_food",
"items":[
{
"itemID":"ratdom_maze_mole_food",
"chance":"66",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"gold",
"chance":"33",
"quantity":{
"min":1,
"max":2
}
}
]
},
{
"id":"ratdom_mz_center",
"items":[
{
"itemID":"gem1",
"chance":"50",
"quantity":{
"min":1,
"max":2
}
},
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":10,
"max":30
}
},
{
"itemID":"ratdom_rat_skelett_leg",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_rat_pub_owner",
"items":[
{
"itemID":"snake_meat_cooked",
"chance":"100",
"quantity":{
"min":5,
"max":10
}
},
{
"itemID":"guynmart_wine",
"chance":"100",
"quantity":{
"min":5,
"max":5
}
},
{
"itemID":"charwood_cheddar",
"chance":"100",
"quantity":{
"min":2,
"max":2
}
},
{
"itemID":"ferm-garlic",
"chance":"80",
"quantity":{
"min":1,
"max":3
}
},
{
"itemID":"mead",
"chance":"100",
"quantity":{
"min":5,
"max":5
}
}
]
},
{
"id":"ratdom_skeleton_gold",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":50,
"max":120
}
}
]
},
{
"id":"ratdom_startitems2",
"items":[
{
"itemID":"bone",
"chance":"100",
"quantity":{
"min":2,
"max":10
}
}
]
},
{
"id":"ratdom_drop_torch",
"items":[
{
"itemID":"ratdom_torch",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_troll",
"items":[
{
"itemID":"gold",
"chance":"60",
"quantity":{
"min":1,
"max":5
}
},
{
"itemID":"club3",
"chance":"5",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_troll_loot_1",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1000,
"max":5000
}
},
{
"itemID":"gem2",
"chance":"100",
"quantity":{
"min":1,
"max":3
}
}
]
},
{
"id":"ratdom_troll_loot_2",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1000,
"max":5000
}
},
{
"itemID":"gem1",
"chance":"100",
"quantity":{
"min":1,
"max":3
}
}
]
},
{
"id":"ratdom_troll_9",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1000,
"max":5000
}
},
{
"itemID":"club3",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_uglybrute",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1,
"max":50
}
},
{
"itemID":"club3",
"chance":"75",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"ratdom_rat_warden",
"items":[
{
"itemID":"ratdom_compass_tour",
"chance":"100",
"quantity":{
"min":5,
"max":5
}
}
]
},
{
"id":"ratdom_rat_warden2",
"items":[
{
"itemID":"ratdom_compass_tour",
"chance":"100",
"quantity":{
"min":5,
"max":5
}
},
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":1,
"max":5
}
}
]
},
{
"id":"ratdom_water_container",
"items":[
{
"itemID":"gold",
"chance":"100",
"quantity":{
"min":80,
"max":200
}
}
]
},
{
"id":"well_water",
"items":[
{
"itemID":"well_water",
"chance":"100",
"quantity":{
"min":1,
"max":3
}
}
]
},
{
"id":"whootibarfag",
"items":[
{
"itemID":"ratdom_compass_bwm",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
},
{
"itemID":"ratdom_torch",
"chance":"100",
"quantity":{
"min":1,
"max":5
}
},
{
"itemID":"handcarved_snowball",
"chance":"100",
"quantity":{
"min":100,
"max":150
}
}
]
},
{
"id":"one_cooked_meat",
"items":[
{
"itemID":"meat_cooked",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
},
{
"id":"five_cooked_meat",
"items":[
{
"itemID":"meat_cooked",
"chance":"100",
"quantity":{
"min":5,
"max":5
}
}
]
},
{
"id":"ten_cooked_meat",
"items":[
{
"itemID":"meat_cooked",
"chance":"100",
"quantity":{
"min":10,
"max":10
}
}
]
},
{
"id":"twenty_cooked_meat",
"items":[
{
"itemID":"meat_cooked",
"chance":"100",
"quantity":{
"min":20,
"max":20
}
}
]
},
{
"id":"gorwath_dl",
"items":[
{
"itemID":"kids_ring",
"chance":"100",
"quantity":{
"min":1,
"max":1
}
}
]
}
]

View File

@@ -635,7 +635,7 @@
}
},
{
"itemID":"ring_guardian",
"itemID":"ring_protector",
"chance":"100",
"quantity":{
"min":1,

View File

@@ -1790,7 +1790,7 @@
}
},
{
"itemID":"ring_protector",
"itemID":"ring_guardian",
"chance":"100",
"quantity":{
"min":1,
@@ -1859,7 +1859,7 @@
}
},
{
"itemID":"ring_guardian",
"itemID":"ring_protector",
"chance":"100",
"quantity":{
"min":1,

View File

@@ -406,7 +406,7 @@
}
},
{
"itemID":"ring_protector",
"itemID":"polished_ring_protector",
"chance":"100",
"quantity":{
"min":1,

View File

@@ -0,0 +1,9 @@
[
{
"id":"bigtorch",
"name":"Big torch",
"actionType":"equip",
"size":"large",
"inventorySlot":"weapon"
}
]

View File

@@ -52,7 +52,7 @@
"displaytype":"extraordinary",
"hasManualPrice":1,
"baseMarketCost":11155,
"category":"shld_wd_li",
"category":"shld_mtl_li",
"description":"This shield calls for death, and yours will do.",
"equipEffect":{
"increaseAttackChance":-5,

View File

@@ -0,0 +1,288 @@
[
{
"id":"handcarved_snowball",
"iconID":"items_misc:4",
"name":"Hand carved snowball",
"hasManualPrice":1,
"baseMarketCost":10,
"category":"other"
},
{
"id":"ratdom_artefact",
"iconID":"items_consumables:23",
"name":"Rat's artifact",
"displaytype":"extraordinary",
"hasManualPrice":1,
"baseMarketCost":3000,
"category":"food",
"description":"A hard, dry cheese wheel that seems to last almost forever.",
"useEffect":{
"conditionsSource":[
{
"condition":"food",
"magnitude":2,
"duration":400,
"chance":"100"
}
]
}
},
{
"id":"ratdom_book",
"iconID":"items_books:0",
"name":"Nasty looking book",
"displaytype":"extraordinary",
"hasManualPrice":1,
"baseMarketCost":300,
"category":"other",
"description":"-> Enslavement <- \nand how to do it right.\n\n[As you scan the pages, you decide that this is not appropriate reading for you]"
},
{
"id":"ratdom_compass_bwm",
"iconID":"items_reterski_1:9",
"name":"Blue rat necklace",
"displaytype":"rare",
"hasManualPrice":1,
"baseMarketCost":3000,
"category":"neck",
"description":"This necklace will guide you the shortest way towards the sky.\nWatch out for blue shields.",
"equipEffect":{
"addedConditions":[
{
"condition":"confusion",
"magnitude":1
}
]
}
},
{
"id":"ratdom_compass_tour",
"iconID":"items_reterski_1:10",
"name":"Orange rat necklace",
"displaytype":"rare",
"hasManualPrice":1,
"baseMarketCost":5000,
"category":"neck",
"description":"This necklace will guide you a long way through the caves from Crossglen entrance unto every worthy place.\nWatch out for orange shields, but don't neglect the yellow shields.",
"equipEffect":{
"addedConditions":[
{
"condition":"confusion",
"magnitude":1
}
]
}
},
{
"id":"ratdom_fraedro_key",
"iconID":"items_japozero:387",
"name":"Fraedro's key",
"displaytype":"quest",
"category":"other",
"description":"A tiny golden key"
},
{
"id":"ratdom_maze_mole_food",
"iconID":"items_consumables:25",
"name":"Nutritious snake meat",
"hasManualPrice":1,
"baseMarketCost":120,
"category":"food",
"useEffect":{
"conditionsSource":[
{
"condition":"food",
"magnitude":4,
"duration":10,
"chance":"100"
},
{
"condition":"foodp",
"magnitude":5,
"duration":9,
"chance":"10"
}
]
}
},
{
"id":"ratdom_pickaxe",
"iconID":"items_misc_5:24",
"name":"Pickaxe",
"displaytype":"quest",
"category":"axe",
"equipEffect":{
"increaseAttackDamage":{
"min":1,
"max":2
},
"increaseAttackCost":7,
"increaseAttackChance":-1,
"increaseBlockChance":1
}
},
{
"id":"ratdom_torch",
"iconID":"items_misc:19",
"name":"Ratcave Torch",
"displaytype":"quest",
"category":"bigtorch",
"equipEffect":{
"increaseAttackDamage":{
"min":5,
"max":9
},
"increaseAttackCost":7,
"increaseAttackChance":0,
"increaseBlockChance":1
}
},
{
"id":"ratdom_rat_skelett_back",
"iconID":"items_omgeeky:1",
"name":"Back bones of a rat",
"displaytype":"quest",
"category":"other"
},
{
"id":"ratdom_rat_skelett_leg",
"iconID":"items_omgeeky:2",
"name":"Leg bones of a rat",
"displaytype":"quest",
"category":"other"
},
{
"id":"ratdom_rat_skelett_leg_coll",
"iconID":"items_omgeeky:2",
"name":"Leg bone of a rat",
"displaytype":"quest",
"category":"other",
"description":"The most precious bone of the instrument maker's bone collection"
},
{
"id":"ratdom_rat_skelett_skull",
"iconID":"items_omgeeky:0",
"name":"Rat skull",
"displaytype":"quest",
"category":"other"
},
{
"id":"ratdom_rat_skelett_tail",
"iconID":"items_omgeeky:3",
"name":"Tail bones of a rat",
"displaytype":"quest",
"category":"other"
},
{
"id":"ratdom_rat_skelett_ribs",
"iconID":"items_misc_3:150",
"name":"Rib bones of a rat",
"displaytype":"quest",
"category":"other"
},
{
"id":"ratdom_rat_sword",
"iconID":"items_weapons_3:0",
"name":"Rat King Rah's sword",
"displaytype":"extraordinary",
"baseMarketCost":2000,
"category":"2hsword",
"equipEffect":{
"increaseAttackDamage":{
"min":3,
"max":7
},
"increaseMaxHP":-6,
"increaseAttackCost":5,
"increaseAttackChance":20,
"increaseCriticalSkill":4,
"increaseBlockChance":10,
"setCriticalMultiplier":2.0,
"setNonWeaponDamageModifier":125
},
"hitEffect":{
"conditionsTarget":[
{
"condition":"head_wound",
"magnitude":1,
"duration":3,
"chance":"8"
}
]
}
},
{
"id":"ratdom_wells_ball",
"iconID":"items_misc:0",
"name":"Shimmering globe",
"displaytype":"quest",
"category":"other"
},
{
"id":"snake_meat_cooked",
"iconID":"items_consumables:27",
"name":"Cooked snake meat",
"hasManualPrice":1,
"baseMarketCost":90,
"category":"food",
"useEffect":{
"conditionsSource":[
{
"condition":"food",
"magnitude":4,
"duration":8,
"chance":"100"
}
]
}
},
{
"id":"well_water",
"iconID":"items_omi2:13",
"name":"Bottle of well water",
"displaytype":"extraordinary",
"hasManualPrice":1,
"baseMarketCost":126,
"category":"healing",
"description":"As if freshly drawn from the well",
"useEffect":{
"increaseCurrentHP":{
"min":5,
"max":20
}
}
},
{
"id":"kids_ring",
"iconID":"items_rings_1:17",
"name":"Kid's ring",
"displaytype":"ordinary",
"category":"ring",
"description":"Part of Andor's training equipment.",
"equipEffect":{
"increaseAttackDamage":{
"min":1,
"max":1
},
"increaseAttackChance":8
}
},
{
"id":"polished_ring_protector",
"iconID":"items_rings_1:20",
"name":"Polished ring of the protector",
"displaytype":"rare",
"hasManualPrice":0,
"baseMarketCost":3744,
"category":"ring",
"equipEffect":{
"increaseAttackDamage":{
"min":1,
"max":4
},
"increaseMaxHP":4,
"increaseAttackChance":20,
"increaseBlockChance":17
}
}
]

View File

@@ -21,7 +21,7 @@
"name":"Orchard apples",
"displaytype":"rare",
"hasManualPrice":1,
"baseMarketCost":35,
"baseMarketCost":50,
"category":"food",
"description":"A sweet, deliciously tasting snack for those on the move.",
"useEffect":{
@@ -31,6 +31,10 @@
"magnitude":2,
"duration":10,
"chance":"100"
},
{
"condition":"fatigue_minor",
"chance":"10"
}
]
}
@@ -41,7 +45,7 @@
"name":"Deebo's apple juice",
"displaytype":"rare",
"hasManualPrice":1,
"baseMarketCost":45,
"baseMarketCost":97,
"category":"food",
"description":"A desireable choice of many Sullengard residence.",
"useEffect":{
@@ -51,6 +55,12 @@
"magnitude":2,
"duration":12,
"chance":"100"
},
{
"condition":"vulnerability",
"magnitude":-99,
"duration":2,
"chance":"30"
}
]
}
@@ -61,7 +71,7 @@
"name":"Deebo's apple cider",
"displaytype":"rare",
"hasManualPrice":1,
"baseMarketCost":50,
"baseMarketCost":80,
"category":"food",
"description":"A nice seasonal drink for those slightly colder nights.",
"useEffect":{
@@ -71,6 +81,11 @@
"magnitude":2,
"duration":14,
"chance":"100"
},
{
"condition":"nausea",
"magnitude":-99,
"chance":"35"
}
]
}
@@ -407,9 +422,9 @@
"max":4
},
"increaseAttackCost":6,
"increaseAttackChance":12,
"increaseCriticalSkill":12,
"increaseBlockChance":-3,
"increaseAttackChance":8,
"increaseCriticalSkill":10,
"increaseBlockChance":5,
"increaseDamageResistance":-1,
"setCriticalMultiplier":2.0,
"setNonWeaponDamageModifier":150

View File

@@ -36,10 +36,10 @@
"max":2
},
"increaseAttackCost":4,
"setNonWeaponDamageModifier":101,
"increaseAttackChance":20,
"increaseCriticalSkill":20,
"setCriticalMultiplier":3.0
"setCriticalMultiplier":3.0,
"setNonWeaponDamageModifier":101
}
},
{
@@ -55,8 +55,8 @@
"max":4
},
"increaseAttackCost":5,
"setNonWeaponDamageModifier":112,
"increaseAttackChance":15
"increaseAttackChance":15,
"setNonWeaponDamageModifier":112
}
},
{
@@ -72,8 +72,8 @@
"max":7
},
"increaseAttackCost":5,
"setNonWeaponDamageModifier":122,
"increaseAttackChance":12
"increaseAttackChance":12,
"setNonWeaponDamageModifier":122
}
},
{
@@ -89,8 +89,8 @@
"max":6
},
"increaseAttackCost":6,
"setNonWeaponDamageModifier":150,
"increaseAttackChance":9
"increaseAttackChance":9,
"setNonWeaponDamageModifier":150
}
},
{
@@ -106,8 +106,8 @@
"max":6
},
"increaseAttackCost":5,
"setNonWeaponDamageModifier":115,
"increaseAttackChance":14
"increaseAttackChance":14,
"setNonWeaponDamageModifier":115
}
},
{
@@ -123,8 +123,8 @@
"max":10
},
"increaseAttackCost":7,
"setNonWeaponDamageModifier":184,
"increaseAttackChance":5
"increaseAttackChance":5,
"setNonWeaponDamageModifier":184
}
},
{
@@ -140,8 +140,8 @@
"max":4
},
"increaseAttackCost":4,
"setNonWeaponDamageModifier":100,
"increaseAttackChance":24
"increaseAttackChance":24,
"setNonWeaponDamageModifier":100
}
},
{
@@ -157,8 +157,8 @@
"max":7
},
"increaseAttackCost":4,
"setNonWeaponDamageModifier":97,
"increaseAttackChance":32
"increaseAttackChance":32,
"setNonWeaponDamageModifier":97
}
},
{
@@ -174,8 +174,8 @@
"max":11
},
"increaseAttackCost":6,
"setNonWeaponDamageModifier":145,
"increaseAttackChance":20
"increaseAttackChance":20,
"setNonWeaponDamageModifier":145
}
},
{
@@ -191,9 +191,9 @@
"max":7
},
"increaseAttackCost":5,
"setNonWeaponDamageModifier":119,
"increaseAttackChance":26,
"increaseBlockChance":3
"increaseBlockChance":3,
"setNonWeaponDamageModifier":119
}
},
{
@@ -209,10 +209,10 @@
"max":2
},
"increaseAttackCost":4,
"setNonWeaponDamageModifier":96,
"increaseAttackChance":20,
"increaseCriticalSkill":5,
"setCriticalMultiplier":3.0
"setCriticalMultiplier":3.0,
"setNonWeaponDamageModifier":96
}
},
{
@@ -228,8 +228,8 @@
"max":6
},
"increaseAttackCost":5,
"setNonWeaponDamageModifier":115,
"increaseAttackChance":20
"increaseAttackChance":20,
"setNonWeaponDamageModifier":115
}
},
{
@@ -245,9 +245,9 @@
"max":5
},
"increaseAttackCost":4,
"setNonWeaponDamageModifier":93,
"increaseAttackChance":14,
"increaseBlockChance":5
"increaseBlockChance":5,
"setNonWeaponDamageModifier":93
}
},
{
@@ -263,10 +263,10 @@
"max":21
},
"increaseAttackCost":7,
"setNonWeaponDamageModifier":161,
"increaseAttackChance":20,
"increaseCriticalSkill":5,
"setCriticalMultiplier":3.0
"setCriticalMultiplier":3.0,
"setNonWeaponDamageModifier":161
}
},
{
@@ -282,8 +282,8 @@
"max":17
},
"increaseAttackCost":6,
"setNonWeaponDamageModifier":130,
"increaseAttackChance":21
"increaseAttackChance":21,
"setNonWeaponDamageModifier":130
}
},
{
@@ -299,10 +299,10 @@
"max":26
},
"increaseAttackCost":7,
"setNonWeaponDamageModifier":187,
"increaseAttackChance":20,
"increaseCriticalSkill":5,
"setCriticalMultiplier":3.0
"setCriticalMultiplier":3.0,
"setNonWeaponDamageModifier":187
}
},
{

View File

@@ -986,7 +986,7 @@
"id":"elm_miner4a",
"name":"Prim guard skeleton",
"iconID":"monsters_omi2:19",
"maxHP":104,
"maxHP":364,
"moveCost":4,
"unique":1,
"monsterClass":"undead",

File diff suppressed because it is too large Load Diff

View File

@@ -601,7 +601,7 @@
"min":20,
"max":25
},
"spawnGroup":"sullengard_venom_snake",
"spawnGroup":"sullengard_venom_snake_queen",
"droplistID":"forest_snake_dl",
"attackCost":3,
"attackChance":247,

View File

@@ -101,7 +101,7 @@
},
{
"progress":110,
"logText":"After talking with mother back at home, she and I tried to brainstorm about where Andor could be. She reminded me about Andor's friend Stanwick who lives in Brightport. We agreed that going to talk to him might be the next logical thing to do.",
"logText":"After talking with mother back at home, she and I tried to brainstorm about where Andor could be. She reminded me about Andor's friend Stanwick who lives in Brightport. We agreed that going to talk to him might be the next logical thing to do.\n\n[Quest is not completable at this time.]",
"rewardExperience":2000
}
]
@@ -373,7 +373,7 @@
},
{
"progress":20,
"logText":"Nocmar tells me he used to be a smith. But Lord Geomyr has banned the use of heartsteel, so he cannot forge his weapons anymore.\nIf I can find a heartstone and bring it to Nocmar, he should be able to forge the heartsteel again.",
"logText":"Nocmar tells me he used to be a smith. But Lord Geomyr has banned the use of heartsteel, so he cannot forge his weapons anymore.\nIf I can find a heartstone and bring it to Nocmar, he should be able to forge the heartsteel again.\n\n[Quest is not completable at this time.]",
"finishesQuest":0
},
{

View File

@@ -56,7 +56,7 @@
},
{
"progress":110,
"logText":"Burhczyd was no longer dressed like a knight of the Elythom. He said he's going to marry the prettiest girl in the world - she just doesn't know yet...",
"logText":"Burhczyd was no longer dressed like a knight of the Elythom. He said he's going to marry the prettiest girl in the world - she just doesn't know yet...\n\n[Quest is not completable at this time.]",
"rewardExperience":30000
},
{

View File

@@ -238,7 +238,7 @@
},
{
"progress":80,
"logText":"Tough luck: I must have fallen for every trap in the Arulir mountain. Ouch...",
"logText":"Tough luck: I must have fallen for every trap in the Arulir mountain. Ouch ...",
"rewardExperience":1000
},
{
@@ -255,6 +255,11 @@
"progress":120,
"logText":"Thrown out of my first tavern. I was told to leave the Sullengard tavern and at such a young age too. Am I starting down the wrong path?",
"rewardExperience":200
},
{
"progress":125,
"logText":"Uniform blue lighting: I solved a difficult logic riddle.",
"rewardExperience":1000
}
]
}

View File

@@ -20,7 +20,7 @@
},
{
"progress":40,
"logText":"I discovered the 'Haunted forest' and suspected that this may be the source of the sounds heard by Gabriel in Vilegard."
"logText":"I discovered the 'Haunted forest' and suspect that this may be the source of the sounds heard by Gabriel in Vilegard."
},
{
"progress":50,

View File

@@ -0,0 +1,759 @@
[
{
"id":"ratdom_mikhail",
"name":"More rats!",
"showInLog":1,
"stages":[
{
"progress":10,
"logText":"A huge rat called Gruiik told you that they drove all the people out of this village."
},
{
"progress":20,
"logText":"Some two-legs were running around in the garden again. You should kill them."
},
{
"progress":30,
"logText":"You killed Mara."
},
{
"progress":32,
"logText":"You killed Tharal."
},
{
"progress":52,
"logText":"You told Gruiik that you killed Mara and Tharal.",
"rewardExperience":500
},
{
"progress":54,
"logText":"You lied to Gruiik that you killed Mara and Tharal.",
"rewardExperience":500
},
{
"progress":70,
"logText":"Gruiik was hungry and asked to bring him bread."
},
{
"progress":72,
"logText":"You found a bread in a bag hanging at the door of the Crossglen town hall."
},
{
"progress":74,
"logText":"You gave a bread to Gruiik.",
"rewardExperience":200
},
{
"progress":90,
"logText":"The huge rat ignores you after he has the bread.",
"finishesQuest":1
}
]
},
{
"id":"ratdom_quest",
"name":"Yellow is it",
"showInLog":1,
"stages":[
{
"progress":10,
"logText":"You woke up when you felt that something had bitten your your toe. Apparently you had a nightmare - there were rats everywhere! Anyway, you were not even slightly recovered."
},
{
"progress":30,
"logText":"An ancient meditating man rewarded you with a rat skull for a wise discussion."
},
{
"progress":31,
"logText":"You took a leg bone of a rat from a gold hunter."
},
{
"progress":32,
"logText":"You stole a leg bone of a rat from the instrument maker."
},
{
"progress":33,
"logText":"In the center of a labyrinth you found a leg bone of a rat."
},
{
"progress":34,
"logText":"You took a leg bone of a rat from the dancing but vengeful and unforgiving skeletons."
},
{
"progress":35,
"logText":"You found the tail bones of a dead rat on a platform in a lake."
},
{
"progress":36,
"logText":"In a library you found the back bone of a big rat."
},
{
"progress":37,
"logText":"You got some rib bones of a rat from the skeleton leader."
},
{
"progress":50,
"logText":"A small, naughty rat called Clevred claimed that he could help you get out of here. In return, he required you to help to find a yellow, round artifact."
},
{
"progress":52,
"logText":"I should look around in the rat cave. Clevred probably meant the Crossglen's supply cave."
},
{
"progress":60,
"logText":"In the depth of the supply cave you found a new statue, that resembles to your brother Andor."
},
{
"progress":70,
"logText":"The rats had erected the statue in honor of Andor for never killing rats. You should begin your search behind this statue."
},
{
"progress":80,
"logText":"You would need a pickaxe to tear down the statue."
},
{
"progress":82,
"logText":"Audir, the smith of Crossglen, sold you an old, sturdy pickaxe."
},
{
"progress":90,
"logText":"You tore down the statue of Andor. Behind it in the wall you found a hole in the shape of a bone."
},
{
"progress":100,
"logText":"You put a bone into the hole, and the wall crumbled to dust.",
"rewardExperience":200
},
{
"progress":110,
"logText":"A torch could help you to see in the dark. Unfortunately, the torch is so heavy, that you have to lift it with both hands."
},
{
"progress":120,
"logText":"You found a platform from which you have a good view over Crossglen. Andor seemed to have been here many times."
},
{
"progress":130,
"logText":"You found Andor's hideout.",
"rewardExperience":200
},
{
"progress":200,
"logText":"You found an exit from the caves to the surface. Cold icy wind was swirling up here on the Black Water mountain top. \nAstonishingly you are not alone here - Whootibarfag, a very old hermit seemed to have been waiting for you.",
"rewardExperience":500
},
{
"progress":210,
"logText":"Whootibarfag was delighted with my help in rescuing Rat King Rah's skeleton. As a thank you, he let me in on the secret of the rat escape. This increased my ability to flee."
},
{
"progress":310,
"logText":"Wart, the warden to the halls of memory told me, that the access would be closed, until the rat memorial is restored. I should seek the bones of King Rah's skeleton."
},
{
"progress":320,
"logText":"Wart told you that he needed the head, the ribs and the back bone, 4 legs and the tail."
},
{
"progress":321,
"logText":"Wart said that you just have to find the skull."
},
{
"progress":322,
"logText":"Wart said that you just have to find the back bone."
},
{
"progress":323,
"logText":"Wart said that just have to find the rib bones."
},
{
"progress":324,
"logText":"Wart said that you just have to find the tail."
},
{
"progress":325,
"logText":"Wart said that you just have to find the fourth leg."
},
{
"progress":380,
"logText":"You donated King Rah's sword to the memory hall.",
"rewardExperience":5000
},
{
"progress":381,
"logText":"You sold King Rah's sword to the memory hall."
},
{
"progress":390,
"logText":"Wart was glad to have his rat memorial restored. He granted access to the memory hall now.",
"rewardExperience":1000
},
{
"progress":392,
"logText":"Wart told you that Fraedro was captured."
},
{
"progress":395,
"logText":"Wart allowed you to go deeper into the cave and have a word with Fraedro."
},
{
"progress":398,
"logText":"You believed in Fraedro's innocence and released him."
},
{
"progress":399,
"logText":"You attacked Fraedro to avenge the theft of King Rah."
},
{
"progress":400,
"logText":"You tried Fraedro's tiny golden key in a hole of the cavewall near to his prison. Immediatly the wall gave way to another passage."
},
{
"progress":900,
"logText":"You finally found the yellow artifact: It was a big round and smelly cheese! Golden yellow and so large that it would provide almost unlimited food. Clevred was overjoyed!"
},
{
"progress":940,
"logText":"You told Clevred you couldn't help him further with the search. He then left you to search on his own.",
"finishesQuest":1
},
{
"progress":942,
"logText":"Although you had told Clevred you couldn't help him further with the search and he then left you, you meet him in the caves again. You have decided to start the search again."
},
{
"progress":948,
"logText":"The big yellow cheese now weighs heavily in your bag. Small consolation for the loss of a friend, though.",
"rewardExperience":20000,
"finishesQuest":1
},
{
"progress":950,
"logText":"You fought your way through the roundlings. But Clevred was seriously wounded in the fight. He was just able to give you his beloved artifact. \nWith a last breath he thanked you for your company and died in your arms.",
"rewardExperience":1000
},
{
"progress":960,
"logText":"You persuaded Clevred to leave the artifact behind. Clevred obeyed disappointedly, but he left you on the spot.",
"rewardExperience":10
},
{
"progress":999,
"logText":"You fell asleep just in front of your bed. After long hours of deep and dreamless sleep you woke up - all the rats were gone! Was it only a dream?",
"rewardExperience":20000,
"finishesQuest":1
}
]
},
{
"id":"ratdom_skeleton",
"name":"Skeleton brothers",
"showInLog":1,
"stages":[
{
"progress":41,
"logText":"Roskelt, the leader of a gang of skeletons, claimed to be king of the caves. He demanded that you would seek out his brother and bring him a message: if he came and surrendered, then he would have the grace of a quick, almost painless death."
},
{
"progress":42,
"logText":"Bloskelt, the leader of a gang of skeletons, claimed to be king of the caves. He demanded that you would seek out his brother and bring him a message: if he came and surrendered, then he would have the grace of a quick, almost painless death."
},
{
"progress":51,
"logText":"Bloskelt, a leader of another gang of skeletons, also claimed to be king of the caves. You delivered Roskelt's message, but earned nothing but laughter."
},
{
"progress":52,
"logText":"Roskelt, a leader of another gang of skeletons, also claimed to be king of the caves. You delivered Bloskelt's message, but earned nothing but laughter."
},
{
"progress":61,
"logText":"Roskelt asked you to kill his brother."
},
{
"progress":62,
"logText":"Bloskelt asked you to kill his brother."
},
{
"progress":71,
"logText":"You have killed Bloskelt."
},
{
"progress":72,
"logText":"You have killed Roskelt."
},
{
"progress":90,
"logText":"For your effort, you got a pretty poor reward.",
"rewardExperience":1000,
"finishesQuest":1
}
]
},
{
"id":"ratdom_nondisplay",
"name":"ratdom_nondisplay",
"showInLog":0,
"stages":[
{
"progress":1,
"logText":"1=Ratdom active"
},
{
"progress":2,
"logText":"2=Rat statue act."
},
{
"progress":3,
"logText":"3=Maze entry open"
},
{
"progress":4,
"logText":"4"
},
{
"progress":5,
"logText":"5"
},
{
"progress":6,
"logText":"6"
},
{
"progress":7,
"logText":"7"
},
{
"progress":8,
"logText":"8"
},
{
"progress":9,
"logText":"9"
},
{
"progress":10,
"logText":"10=Clevred company"
},
{
"progress":11,
"logText":"11=Clevred got artifact"
},
{
"progress":12,
"logText":"12=Artifact brought back"
},
{
"progress":13,
"logText":"13=Clevred dead/gone"
},
{
"progress":21,
"logText":"21=Rat final_1"
},
{
"progress":22,
"logText":"22=Rat final_2"
},
{
"progress":23,
"logText":"23=Rat final_3"
},
{
"progress":30,
"logText":"30=Lantern-0 init"
},
{
"progress":31,
"logText":"31=Lantern-1 init"
},
{
"progress":32,
"logText":"32=Lantern-2 init"
},
{
"progress":33,
"logText":"33=Lantern-3 init"
},
{
"progress":34,
"logText":"34=Lantern-4 init"
},
{
"progress":35,
"logText":"35=Lantern-5 init"
},
{
"progress":36,
"logText":"36=Lantern-6 init"
},
{
"progress":37,
"logText":"37=Lantern-7 init"
},
{
"progress":40,
"logText":"40=Lantern-0 on"
},
{
"progress":41,
"logText":"41=Lantern-1 on"
},
{
"progress":42,
"logText":"42=Lantern-2 on"
},
{
"progress":43,
"logText":"43=Lantern-3 on"
},
{
"progress":44,
"logText":"44=Lantern-4 on"
},
{
"progress":45,
"logText":"45=Lantern-5 on"
},
{
"progress":46,
"logText":"46=Lantern-6 on"
},
{
"progress":47,
"logText":"47=Lantern-7 on"
},
{
"progress":48,
"logText":"48=Lantern carry"
},
{
"progress":49,
"logText":"49=Wise3 active"
},
{
"progress":50,
"logText":"50=talked to Wise3"
},
{
"progress":51,
"logText":"51=Wells cheat"
},
{
"progress":60,
"logText":"60=Water: Flag reached"
},
{
"progress":61,
"logText":"61=Use ladder"
},
{
"progress":70,
"logText":"70=GoldHunter above door open"
},
{
"progress":71,
"logText":"71=GoldHunter bridge active"
},
{
"progress":72,
"logText":"72=GoldHunter talked to"
},
{
"progress":73,
"logText":"73=GoldHunter bridge burnt"
},
{
"progress":74,
"logText":"74=Troll bridge thrown"
},
{
"progress":75,
"logText":"75=Troll bridge active"
},
{
"progress":76,
"logText":"76=Hint Gold hunter"
},
{
"progress":81,
"logText":"81=Ghost-1 active"
},
{
"progress":82,
"logText":"82=Ghost-1 active"
},
{
"progress":83,
"logText":"83=Ghost-1 active"
},
{
"progress":84,
"logText":"84=Ghost-1 active"
},
{
"progress":90,
"logText":"90=Entered mole's cage"
},
{
"progress":91,
"logText":"91=531_sw open"
},
{
"progress":92,
"logText":"92=646 statues seen"
},
{
"progress":93,
"logText":"93=Librarian went away"
},
{
"progress":94,
"logText":"94=Hint Library"
},
{
"progress":95,
"logText":"95=Librarian reading"
},
{
"progress":100,
"logText":"100=clock active"
},
{
"progress":101,
"logText":"101=Lute_1 active"
},
{
"progress":102,
"logText":"102=Horn_1 active"
},
{
"progress":103,
"logText":"103=Drum_1 active"
},
{
"progress":104,
"logText":"104=Cymb_1 active"
},
{
"progress":105,
"logText":"105=Color_1 active"
},
{
"progress":106,
"logText":"106=Color_2 active"
},
{
"progress":107,
"logText":"107=Color_3 active"
},
{
"progress":108,
"logText":"108=Color_4 active"
},
{
"progress":109,
"logText":"109=Color_5 active"
},
{
"progress":120,
"logText":"120=Leg Bone taken"
},
{
"progress":121,
"logText":"121=Met instrument maker"
},
{
"progress":130,
"logText":"130=Rah in museum."
},
{
"progress":140,
"logText":"140=Flora warning."
},
{
"progress":150,
"logText":"150=Empty chest seen"
},
{
"progress":162,
"logText":"162=Troll_2 spawned"
},
{
"progress":163,
"logText":"163=Troll_3 spawned"
},
{
"progress":164,
"logText":"162=Troll_4 spawned"
},
{
"progress":165,
"logText":"162=Troll_5 spawned"
},
{
"progress":166,
"logText":"162=Troll_6 spawned"
},
{
"progress":169,
"logText":"169=Troll_9 spawned"
},
{
"progress":170,
"logText":"170=Troll door 1 open"
},
{
"progress":171,
"logText":"171=Troll door 2 open"
},
{
"progress":172,
"logText":"172=Door 533 open"
},
{
"progress":173,
"logText":"173=Door 412 open"
},
{
"progress":174,
"logText":"174=Door 412 from south"
},
{
"progress":180,
"logText":"180=Veni"
},
{
"progress":181,
"logText":"181=Store door 1 open"
},
{
"progress":182,
"logText":"182=Store door 2 open"
},
{
"progress":183,
"logText":"183=Venit"
},
{
"progress":184,
"logText":"184=Donation"
},
{
"progress":191,
"logText":"191=blue compass given"
},
{
"progress":192,
"logText":"192=orange compass given"
}
]
},
{
"id":"ratdom_maze",
"name":"Ratdom_maze",
"showInLog":0,
"stages":[
{
"progress":1,
"logText":"Light-1"
},
{
"progress":2,
"logText":"Light-2"
},
{
"progress":3,
"logText":"Light-3"
},
{
"progress":4,
"logText":"Light-4"
},
{
"progress":5,
"logText":"Light-5"
},
{
"progress":6,
"logText":"Light-6"
},
{
"progress":7,
"logText":"Light-7"
},
{
"progress":8,
"logText":"Light-8"
},
{
"progress":9,
"logText":"Light-9"
},
{
"progress":10,
"logText":"Light off"
},
{
"progress":21,
"logText":"Rpl_568-1"
},
{
"progress":22,
"logText":"Rpl_568-2"
},
{
"progress":23,
"logText":"Rpl_568-3"
},
{
"progress":24,
"logText":"Rpl_568-4"
},
{
"progress":25,
"logText":"Rpl_568-5"
},
{
"progress":26,
"logText":"Rpl_568-6"
},
{
"progress":27,
"logText":"Rpl_568-7"
},
{
"progress":30,
"logText":"compass off"
},
{
"progress":31,
"logText":"compass BWM"
},
{
"progress":32,
"logText":"compass Tour"
},
{
"progress":33,
"logText":"compass 3"
},
{
"progress":34,
"logText":"compass 4"
},
{
"progress":35,
"logText":"compass 5"
},
{
"progress":131,
"logText":"Rec compass BWM"
},
{
"progress":132,
"logText":"Rec compass Tour"
}
]
}
]

View File

@@ -7,6 +7,8 @@
<item>@raw/itemcategories_omicronrg9</item>
<!--Added by ATCS v0.6.16 for project Brimhaven-->
<item>@raw/itemcategories_brimhaven</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/itemcategories_ratdom</item>
</array>
<array name="loadresource_actorconditions">
@@ -97,6 +99,8 @@
<item>@raw/itemlist_sullengard</item>
<!--Added by ATCS v0.6.18 for project haunted_forest-->
<item>@raw/itemlist_haunted_forest</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/itemlist_ratdom</item>
</array>
<array name="loadresource_droplists">
@@ -151,6 +155,8 @@
<item>@raw/droplists_next_release</item>
<!--Added by ATCS v0.6.18 for project haunted_forest-->
<item>@raw/droplists_haunted_forest</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/droplists_ratdom</item>
</array>
<array name="loadresource_quests">
@@ -199,6 +205,8 @@
<item>@raw/questlist_sullengard</item>
<!--Added by ATCS v0.6.18 for project haunted_forest-->
<item>@raw/questlist_haunted_forest</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/questlist_ratdom</item>
</array>
<array name="loadresource_conversationlists">
@@ -401,6 +409,9 @@
<item>@raw/conversationlist_haunted_forest</item>
<!--Added by ATCS v0.6.18 for project next_release-->
<item>@raw/conversationlist_next_release</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/conversationlist_ratdom</item>
<item>@raw/conversationlist_ratdom_npc</item>
</array>
<array name="loadresource_monsters">
@@ -462,6 +473,8 @@
<item>@raw/monsterlist_next_release</item>
<!--Added by ATCS v0.6.18 for project haunted_forest-->
<item>@raw/monsterlist_haunted_forest</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@raw/monsterlist_ratdom</item>
</array>
<array name="loadresource_maps">
@@ -1204,6 +1217,146 @@
<item>@xml/haunted_underground_3</item>
<item>@xml/haunted_underground_4</item>
<item>@xml/haunted_underground_5</item>
<!--Added by ATCS v0.6.18 for project ratdom-->
<item>@xml/ratdom_bwm1</item>
<item>@xml/ratdom_maze1</item>
<item>@xml/ratdom_maze2</item>
<item>@xml/ratdom_maze3</item>
<item>@xml/ratdom_maze_402</item>
<item>@xml/ratdom_maze_403</item>
<item>@xml/ratdom_maze_412</item>
<item>@xml/ratdom_maze_413</item>
<item>@xml/ratdom_maze_414</item>
<item>@xml/ratdom_maze_415</item>
<item>@xml/ratdom_maze_416</item>
<item>@xml/ratdom_maze_417</item>
<item>@xml/ratdom_maze_418</item>
<item>@xml/ratdom_maze_421</item>
<item>@xml/ratdom_maze_422</item>
<item>@xml/ratdom_maze_423</item>
<item>@xml/ratdom_maze_424</item>
<item>@xml/ratdom_maze_425</item>
<item>@xml/ratdom_maze_426</item>
<item>@xml/ratdom_maze_427</item>
<item>@xml/ratdom_maze_428</item>
<item>@xml/ratdom_maze_432</item>
<item>@xml/ratdom_maze_433</item>
<item>@xml/ratdom_maze_434</item>
<item>@xml/ratdom_maze_434b</item>
<item>@xml/ratdom_maze_435</item>
<item>@xml/ratdom_maze_436</item>
<item>@xml/ratdom_maze_437</item>
<item>@xml/ratdom_maze_438</item>
<item>@xml/ratdom_maze_441</item>
<item>@xml/ratdom_maze_442</item>
<item>@xml/ratdom_maze_443</item>
<item>@xml/ratdom_maze_444</item>
<item>@xml/ratdom_maze_445</item>
<item>@xml/ratdom_maze_446</item>
<item>@xml/ratdom_maze_447</item>
<item>@xml/ratdom_maze_448</item>
<item>@xml/ratdom_maze_451</item>
<item>@xml/ratdom_maze_452</item>
<item>@xml/ratdom_maze_453</item>
<item>@xml/ratdom_maze_454</item>
<item>@xml/ratdom_maze_455</item>
<item>@xml/ratdom_maze_455a</item>
<item>@xml/ratdom_maze_456</item>
<item>@xml/ratdom_maze_457</item>
<item>@xml/ratdom_maze_458</item>
<item>@xml/ratdom_maze_461</item>
<item>@xml/ratdom_maze_463</item>
<item>@xml/ratdom_maze_464</item>
<item>@xml/ratdom_maze_466</item>
<item>@xml/ratdom_maze_467</item>
<item>@xml/ratdom_maze_476</item>
<item>@xml/ratdom_maze_506</item>
<item>@xml/ratdom_maze_513</item>
<item>@xml/ratdom_maze_514</item>
<item>@xml/ratdom_maze_515</item>
<item>@xml/ratdom_maze_516</item>
<item>@xml/ratdom_maze_517</item>
<item>@xml/ratdom_maze_517a</item>
<item>@xml/ratdom_maze_521</item>
<item>@xml/ratdom_maze_522</item>
<item>@xml/ratdom_maze_523</item>
<item>@xml/ratdom_maze_524</item>
<item>@xml/ratdom_maze_525</item>
<item>@xml/ratdom_maze_526</item>
<item>@xml/ratdom_maze_527</item>
<item>@xml/ratdom_maze_531</item>
<item>@xml/ratdom_maze_532</item>
<item>@xml/ratdom_maze_533</item>
<item>@xml/ratdom_maze_534</item>
<item>@xml/ratdom_maze_535</item>
<item>@xml/ratdom_maze_535a</item>
<item>@xml/ratdom_maze_536</item>
<item>@xml/ratdom_maze_537</item>
<item>@xml/ratdom_maze_538</item>
<item>@xml/ratdom_maze_541</item>
<item>@xml/ratdom_maze_542</item>
<item>@xml/ratdom_maze_543</item>
<item>@xml/ratdom_maze_543d</item>
<item>@xml/ratdom_maze_544</item>
<item>@xml/ratdom_maze_545</item>
<item>@xml/ratdom_maze_546</item>
<item>@xml/ratdom_maze_547</item>
<item>@xml/ratdom_maze_551</item>
<item>@xml/ratdom_maze_552</item>
<item>@xml/ratdom_maze_553</item>
<item>@xml/ratdom_maze_554</item>
<item>@xml/ratdom_maze_555</item>
<item>@xml/ratdom_maze_557</item>
<item>@xml/ratdom_maze_558</item>
<item>@xml/ratdom_maze_562</item>
<item>@xml/ratdom_maze_563</item>
<item>@xml/ratdom_maze_564</item>
<item>@xml/ratdom_maze_565</item>
<item>@xml/ratdom_maze_566</item>
<item>@xml/ratdom_maze_567</item>
<item>@xml/ratdom_maze_568</item>
<item>@xml/ratdom_maze_572</item>
<item>@xml/ratdom_maze_611</item>
<item>@xml/ratdom_maze_612</item>
<item>@xml/ratdom_maze_616</item>
<item>@xml/ratdom_maze_617</item>
<item>@xml/ratdom_maze_618</item>
<item>@xml/ratdom_maze_621</item>
<item>@xml/ratdom_maze_622</item>
<item>@xml/ratdom_maze_623</item>
<item>@xml/ratdom_maze_624</item>
<item>@xml/ratdom_maze_625</item>
<item>@xml/ratdom_maze_626</item>
<item>@xml/ratdom_maze_627</item>
<item>@xml/ratdom_maze_628</item>
<item>@xml/ratdom_maze_631</item>
<item>@xml/ratdom_maze_632</item>
<item>@xml/ratdom_maze_633</item>
<item>@xml/ratdom_maze_634</item>
<item>@xml/ratdom_maze_635</item>
<item>@xml/ratdom_maze_636</item>
<item>@xml/ratdom_maze_637</item>
<item>@xml/ratdom_maze_638</item>
<item>@xml/ratdom_maze_641</item>
<item>@xml/ratdom_maze_642</item>
<item>@xml/ratdom_maze_643</item>
<item>@xml/ratdom_maze_644</item>
<item>@xml/ratdom_maze_645</item>
<item>@xml/ratdom_maze_646</item>
<item>@xml/ratdom_maze_647</item>
<item>@xml/ratdom_maze_648</item>
<item>@xml/ratdom_maze_652</item>
<item>@xml/ratdom_maze_653</item>
<item>@xml/ratdom_maze_655</item>
<item>@xml/ratdom_maze_656</item>
<item>@xml/ratdom_maze_657</item>
<item>@xml/ratdom_maze_658</item>
<item>@xml/ratdom_maze_661</item>
<item>@xml/ratdom_maze_662</item>
<item>@xml/ratdom_maze_664</item>
<item>@xml/ratdom_maze_666</item>
<item>@xml/ratdom_maze_705</item>
<item>@xml/ratdom_maze_768</item>
</array>
</resources>

View File

@@ -1,292 +1,291 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="15" height="30" tilewidth="32" tileheight="32">
<map version="1.8" tiledversion="1.8.4" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="16">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJylld0NgzAMhFHeuv8rKyQgdYA0bEDpCB2kROKk68n5AR5OiODPPtlyCG4Ypl2BNMo7S2MRr8xonFtsKfZsvR6BiRdYaN3lxddLVPPObH6+Rb7CRmG/Im8w7Htu+FLfHLfcYD832FYvre/Px7962Ty75NpspDnje57dJvUtdqU5J4OFksGGY84zxYOFp2TkYi2SayRPNY7nyP1LR54ap/uKHWjVs/LESm+s+WjvUbO0s+hF6Y5Irryz6OkqZ/C8ub6d5TP2XIu7qrN36dW7t9cr/wssprf2JLwv1IB+QO09VA==
</data>
</layer>
<layer name="Objects" width="15" height="30">
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx9VcFKw0AQXdYPkKY0kKte+8fiF9hjMaQe68HaW4XWoKdURaEnD6Ig4j6yQ2ZfpnmwdDM7b2Z2dmbqXIoqd243cj0cMue2htySwcZzln7vi+5b28cZ8Kf0gTrqvAT576TdL/OUh1UrW49xP1cy4WzIvvY9pzs0WV/HwiKcXcd1Q3dGXGuye+W7fans+iM+JE9i3+JmxBWfcm/EXx7hlsTFW04pT9CRuEuVS+YCNd13ldt74bK+xlvQeVfrI++4nxQj1+CSYruLdcIxS03wOzFX/N6O+r4mp21vCJ7ylOvHdq4AxIRzwVfQ+47rJ6yMuHuf8rOxG0Sp+kPnbObbu1/49r0vfXqGul5Tb1gz4aFIeYC8s+RJ988mt21pHbEpsoPRt+jPGeVC4tQ1JbLXwg2C3/SE3gs20QPwybq6d6EzHpgXQBViX8Q7Se/KvDlXvYZZMqU3W4Xv+yg7M/zwrJKYAWvm4lf7aJTPZmBeApJn7h3UFfS26hy6bI/zaNUp6lL7rGI/VVRj2pb1fyRAv+g86Nj/Af3tiwk=
</data>
</layer>
<layer name="Above" width="15" height="30">
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMsNhDAMRCNuHAMSBdD2imq2AzggGqAOFkXRGuPPGDEXQJlnD7GSlIq+Q3l+muSqejXxGhP55izSbxmudZq+cBPAck/X62sIL+WypHnqPlh7qa1JbCvs+Zrv+Sk7Gr1rbpofyaz5IuyW/779l38O9pVmhrKn+MwiLPdG2DnAnhm5H1nz6lqcxlrngJ5vPhcrp3QvtMY9EpH3j56e9vbmYgnhkLuU+lB/tP6boj3rO3JvR3UAkPk+vw==
</data>
</layer>
<layer name="Walkable" width="15" height="30" visible="0">
<layer id="4" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJydU8kNACEItAr7b8EOffkxc0JiVo1zwMLZa51wvZi+Z1gU6N7pMJ7EY4JH51RXcTHepI5TLeQX+Vf7H8veMF3G5bCOr9VRPdHUqtF1vTjFuvo1c4vybnEtJpmHRE95UMH6Tfln3war8lf/GmF/PMpR+Ulq6/wnPhJPSU7NPLF1AdsIwMk=
eJydk1EOwCAIQz2F97+CN9zXEmPa8oDEuDlLC6Nnr3Xg+mN632FVqPOKx+UhGglevVPelMvlJX2ccim97149E6z67uqj2CpflyfNROoV4VVYMovpjHrt1pD8Rz0xwXUxxA+EL2lI4eYt6Xd7B5vqT/9aYV+8qjHpIb2t9BMdRBOpqeMntz7gR8DJ
</data>
</layer>
<objectgroup name="Mapevents">
<object name="west" type="mapchange" x="0" y="160" width="32" height="96">
<objectgroup id="5" name="Mapevents">
<object id="1" name="west" type="mapchange" x="0" y="160" width="32" height="96">
<properties>
<property name="map" value="blackwater_mountain15"/>
<property name="place" value="east"/>
</properties>
</object>
<object name="sign_blackwater16" type="sign" x="416" y="416" width="32" height="32"/>
<object name="west2" type="mapchange" x="0" y="832" width="32" height="64">
<object id="2" name="sign_blackwater16" type="sign" x="416" y="416" width="32" height="32"/>
<object id="3" name="west2" type="mapchange" x="0" y="832" width="32" height="64">
<properties>
<property name="map" value="blackwater_mountain15"/>
<property name="place" value="east2"/>
</properties>
</object>
<object name="north" type="mapchange" x="352" y="0" width="64" height="32">
<object id="4" name="north" type="mapchange" x="352" y="0" width="64" height="32">
<properties>
<property name="map" value="blackwater_mountain53"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="south" type="mapchange" x="128" y="928" width="96" height="32">
<object id="5" name="south" type="mapchange" x="128" y="928" width="96" height="32">
<properties>
<property name="map" value="blackwater_mountain56"/>
<property name="place" value="north"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object name="gornaud_1" type="spawn" x="192" y="672" width="96" height="32">
<objectgroup id="6" name="Spawn" visible="0">
<object id="6" name="gornaud_1" type="spawn" x="192" y="672" width="96" height="32">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_2" type="spawn" x="32" y="288" width="64" height="64">
<object id="7" name="gornaud_2" type="spawn" x="32" y="288" width="64" height="64">
<properties>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_2_1" type="spawn" x="128" y="192" width="32" height="128">
<object id="8" name="gornaud_2_1" type="spawn" x="128" y="192" width="32" height="128">
<properties>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_2_2" type="spawn" x="32" y="352" width="160" height="192">
<object id="9" name="gornaud_2_2" type="spawn" x="32" y="352" width="160" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_1_1" type="spawn" x="224" y="256" width="96" height="192">
<object id="10" name="gornaud_1_1" type="spawn" x="224" y="256" width="96" height="192">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_2_3" type="spawn" x="224" y="448" width="96" height="96">
<object id="11" name="gornaud_2_3" type="spawn" x="224" y="448" width="96" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_2_4" type="spawn" x="96" y="32" width="352" height="160">
<object id="12" name="gornaud_2_4" type="spawn" x="96" y="32" width="352" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_1_2" type="spawn" x="320" y="160" width="128" height="352">
<object id="13" name="gornaud_1_2" type="spawn" x="320" y="160" width="128" height="352">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_1_3" type="spawn" x="96" y="544" width="224" height="128">
<object id="14" name="gornaud_1_3" type="spawn" x="96" y="544" width="224" height="128">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_2_5" type="spawn" x="64" y="768" width="160" height="128">
<object id="15" name="gornaud_2_5" type="spawn" x="64" y="768" width="160" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup id="7" name="Keys" visible="0"/>
</map>

View File

@@ -1,232 +1,231 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="30" height="29" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<map version="1.8" tiledversion="1.8.4" orientation="orthogonal" renderorder="right-down" width="30" height="29" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="20">
<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">
<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">
<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_broken_1" tilewidth="32" tileheight="32">
<tileset firstgid="385" 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="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<tileset firstgid="513" 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="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<tileset firstgid="621" 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="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<tileset firstgid="729" 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="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<tileset firstgid="837" 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="965" name="map_crate_1" tilewidth="32" tileheight="32">
<tileset firstgid="965" 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="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<tileset firstgid="1093" 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="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<tileset firstgid="1221" 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="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<tileset firstgid="1349" 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="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<tileset firstgid="1477" 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="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<tileset firstgid="1605" 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="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<tileset firstgid="1733" 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="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<tileset firstgid="1861" 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="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<tileset firstgid="1989" 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="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<tileset firstgid="2117" 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="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<tileset firstgid="2245" 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="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<tileset firstgid="2373" 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="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<tileset firstgid="2501" 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="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<tileset firstgid="2629" 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="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<tileset firstgid="2757" 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="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<tileset firstgid="2885" 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="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<tileset firstgid="3013" 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="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<tileset firstgid="3141" 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="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<tileset firstgid="3269" 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="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<tileset firstgid="3397" 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="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<tileset firstgid="3525" 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="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<tileset firstgid="3653" 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="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<tileset firstgid="3781" 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="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<tileset firstgid="3909" 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="4037" name="map_table_1" tilewidth="32" tileheight="32">
<tileset firstgid="4037" 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="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<tileset firstgid="4165" 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="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<tileset firstgid="4293" 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="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<tileset firstgid="4421" 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="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<tileset firstgid="4549" 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="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<tileset firstgid="4669" 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="4789" name="map_window_1" tilewidth="32" tileheight="32">
<tileset firstgid="4789" 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="4917" name="map_window_2" tilewidth="32" tileheight="32">
<tileset firstgid="4917" 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="5045" name="map_entrance_2" tilewidth="32" tileheight="32">
<tileset firstgid="5045" 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="5173" name="map_entrance_1" tilewidth="32" tileheight="32">
<tileset firstgid="5173" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<layer name="Ground" width="30" height="29">
<layer id="1" name="Ground" width="30" height="29">
<data encoding="base64" compression="zlib">
eJzllrGOwjAMQKMGgcQCw438Qkv/gIP5lh7MTHwgP4EEI5zuHxjuA5BYqNVa8Zk41CiRkBieUsVNXpo4VovMmCIi05p935ivcdPmkef/FJgn9MI3fQuxZWLvRoiBK6UX55d4B2+sfZZyFhgy+Jqe9WLOdmXWjsF7hMye8P7ZhnML5LBEVTPI3D1CoF/zzeA9E+el5jgy5tTyM7o/X/Ty9Wi9F+t4lL8xvV1cr+KFdvvROKHV5jR4857jah0h73p4j9Zb9ByPvAer9/rqAvTz2oBQ3yT7Xzt83oLNG6oPpdCPMawJU9a/ZO6Kjc2J11cHSqF/Q7wVe0/y0rFYv3hdQxaBfKYxeN7ZBsnrq1+8riGrgJfG4PlX4cV7pb2jIUohr1J7F4KXn1ls70rw8jPLM7keloE10Rh/r8s+4x2eeJD6eUxbx2P9b2m9MZzSflEP36eU4B6E9vQGtVVmiw==
</data>
</layer>
<layer name="Objects" width="30" height="29">
<layer id="2" name="Objects" width="30" height="29">
<data encoding="base64" compression="zlib">
eJzFVr9LHEEUnrvdInFzeAGLiJzgPxCSIgkpgpgmkDtERFQ4FcHckSZwSXEkEg2KIvFHI2on2OYPCKKthFyVJtZWgmBsokWKNPke84Z9OzenYd3FBx/z4+287703b2ZWqeSlnFeqBIzlUzB+Be9kLj3ewWwzDG+a8b7KNqOSTZf3sR/2H/lRHfEWkedSLnneJ35rHfGWaX9T4FUWbxfvbYHzTHIT9Xwd3j3kaSsTjm8HUZAsQX/SplQv4rwP9CVQV2eeUrvWHkk/FnyN7Uz0G8Nbjrm/X8W6z7B9K9Aw8W74GhVwTGXjcbSSRY6FbP9uV+qccdHe/E1ScnrH7YNLJkVudjqibRyp56KtsT+OdgL4xb7VeL5i5TvJ/FPO37SoGbqjalzH1C7FqK3vqOeG5+Y1Ob+HuuoUd8iYxduf4J1V4Nx1OXI4nI/yTlzC+wO+/23TIHkehLpz6Hox/hJo/T7bkTVHZ/xA1JzkJXkA/55h/ahVZ0dizbroV5G/F5zDnxlt+9CRd6O/jJfktcWbsfCQ5+vgHAHew9cPwAxwLHhb1aqLl+6bupXzu4webvt43j6/JANB89z/8Nq+0nlrCPvmPFbFt8ZPW0fzVStmskd8Na5r4iFe846Yd/slnUXgG9tsWDG6YpY+2PIWtuY5zjm076w3yawrWP6aPe42/2jYz5IX9i+8UKdUtD/Esco7k8ZD4pun4qx3o7/radAe9/A88W16mq/Mfc+s43dIxlBl3umO8B6lsdwL15mPKyee9mEa+Ah84vd3lsczKf3v/AHvKbAM+6uMFdFfY94kY3UJ1Uwxnz6PS4pX5PYfEdx3uA==
eJzFVr9LHEEUnrvdInFzeAGLiJzgPxCSIgkpgpgmkDtERFQ4FcHckSZwSXEkEg2KIvFHI2on2OYPCKKthFyVJtZWgmBsokWKNPke84Z9OzenYd3FBx/z4+287703b2ZWqeSlnFeqBIzlUzB+Be9kLj3ewWwzDG+a8b7KNqOSTZf3sR/2H/lRHfEWU8rzE7+1jnjLxJtLnldZvF28twXOM8lN1PN1ePeQp61MOL4dREGyBP1Jm1K9iPM+0JdAXZ15Su1aeyT9WPA1tjPRbwxvOeb+fhXrPsP2rUDDxLvha1TAMZWNx9FKFjkWsv27XalzxkV78zdJyekdtw8umRS52emItnGknou2xv442gngF/tW4/mKle8k8085f9OiZkqYr3EdU7sUo7a+o54bnpvX5Pwe6qpT3CFjFm9/gndWgXPX5cjhcD7KO3EJ7w/4/rdNg+R5EOrOoevF+Eug9ftsR9YcnfEDUXOSl+QB/HuG9aNWnR2JNeuiX0X+XnAOf2a07UNH3o3+Ml6S1xZvxsJDnq+DcwR4D18/ADPAseBtVasuXrpv6lbO7zJ6uO3jefv8kgwEzXP/w2v7SuetIeyb81gV3xo/bR3NV62YyR7x1biuiYd4zTti3u2XdBaBb2yzYcXoiln6YMtb2JrnOOfQvrPeJLOuYPlr9rjb/KNhP0te2L/wQp1S0f4QxyrvTBoPiW+eirPejf6up0F73MPzxLfpab4y9z2zjt8hGUOVeac7wnuUxnIvXGc+rpx42odp4CPwid/fWR7PpPS/8we8p8Ay7K8yVkR/jXmTjNUlVDPFfPo8Lilekdt/6a13yw==
</data>
</layer>
<layer name="Above" width="30" height="29">
<layer id="3" name="Above" width="30" height="29">
<data encoding="base64" compression="zlib">
eJzdlTtOw0AQhr1RChCy5IKWE/EoccFDaRy31PQghYIeCnKLcACOwAkgJyBcgP21HnkYdifrtZ2CX7JirTP77Tw3y4ZXWbjfWT7C5hHcmxG4tDfpwbTvc/FtbbIovW3538b85T7btaV9jq2PJ3m/GD8pfMklXVjepcKM9b0rF36e2udspJoKcaEry7xuuJ+Nfx89/dREMawLV8upOZY+vUbuA7sv4+I9BNenOxE/+Hp72D5S7xHxltyq+M0CQ8YANuinR+N6K6V+t/kr5wO3eWl430bvx67cUK/4bLrWckx+fTY0s+471BXPeynyKWsI2ptm2f60tYUNzSyaISlnT7GhvgUTMySmhvvqYNK+g3munF36tcr961w1+8b/V7P8agxtf41bBrg8v9DG9ONiPqAPaXZIFmpuwe5l2We78BeiO2mt+OubO9q6/DYPnCF0zjEk959F1OiQXJlfX+x4T1SFf12z4e/8DgzdhSlaiNlzNHE+VgPEcRdz7b9Jqw3oBwU5Tuk=
eJzdlTtOw0AQhnejFCBkyQUtJyJQ4oKH0jhuqelBCkV6KOAWcACOwAkgJyBcgP1ljzwMu5P12k7BL1mx1pn9dp5rzPAq8vp3no2weQT3egQu7U26t+37QnxbWxOlty3/29i/3Ee39uyeY+fjLOsX4weFL7mkc8e7aJgzDzvW965c+HnintORairEhS4d86rhfjb+ffT0UxPFsMrrWk7NsfTpNXIf2H3ZOt5DcH26FfGDrzeH7SP1HhFvyS3z3ywwZAxgg35a2bq3Uup3m79yPnCbp4b3bfV+7MoN9YrPpmstx+TXZ0Mz665DXfG8FyKfsoagvakx+9PWFjY0s2iGpJw9xYb6FkzMkJga7quDSfsO5plydunXS+Zf56rYN/6/iuVXY2j7a9wiwOX5hTa2HxfzAX1Is0OyUHNLdi/LPtuFvxDdSWvFX9/c0dblt0XgDKFzjiG5/zyiRofkyvz6Ysd7osz965oNf+d3YOguTNFSzJ6jSe1jOUAcdzHX/pu02oB+APhVT0I=
</data>
</layer>
<layer name="Top" width="30" height="29">
<layer id="4" name="Top" width="30" height="29">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMFJAmAACD3d7ke2kp90DZS+63ZxMA2MvPcGovcPX3pGYf0fBKAAASrcRlA==
</data>
</layer>
<layer name="Walkable" width="30" height="29" visible="0">
<layer id="5" name="Walkable" width="30" height="29" visible="0">
<data encoding="base64" compression="zlib">
eJztk1EKwDAIQ3uEXar3v9LYX5FY02FkMANCWzQPbTuvMWZHR0fHT+JRpbdVJotVdo/If+Wo2LuZK3uO5hDlVLwzNZPlVvfr5aD96Rs57Rf5elxP0R2icwXXeq7nHjdTyI+ZfeSBatAacWz97h6iGtaTzXn7rxhlcxm2gsn8pS9wb4Cg6Rc=
</data>
</layer>
<objectgroup name="Mapevents">
<object name="exit2" type="mapchange" x="640" y="736" width="32" height="32">
<objectgroup id="6" name="Mapevents">
<object id="1" name="exit2" type="mapchange" x="640" y="736" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain4a"/>
<property name="place" value="north2"/>
</properties>
</object>
<object name="north" type="mapchange" x="864" y="576" width="32" height="32">
<object id="2" name="north" type="mapchange" x="864" y="576" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain6"/>
<property name="place" value="south"/>
</properties>
</object>
<object name="exit1" type="mapchange" x="704" y="896" width="32" height="32">
<object id="3" name="exit1" type="mapchange" x="704" y="896" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain4"/>
<property name="place" value="entrance1"/>
</properties>
</object>
<object name="exit3" type="mapchange" x="768" y="736" width="32" height="32">
<object id="4" name="exit3" type="mapchange" x="768" y="736" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain4a"/>
<property name="place" value="north3"/>
</properties>
</object>
<object name="rest1" type="rest" x="32" y="640" width="32" height="32"/>
<object name="rest2" type="rest" x="64" y="640" width="32" height="32"/>
<object name="rest3" type="rest" x="96" y="640" width="32" height="32"/>
<object name="rest4" type="rest" x="128" y="640" width="32" height="32"/>
<object name="rest7" type="rest" x="160" y="768" width="32" height="32"/>
<object name="rest6" type="rest" x="128" y="768" width="32" height="32"/>
<object name="rest5" type="rest" x="160" y="640" width="32" height="32"/>
<object name="west" type="mapchange" x="0" y="704" width="32" height="32">
<object id="5" name="rest1" type="rest" x="32" y="640" width="32" height="32"/>
<object id="6" name="rest2" type="rest" x="64" y="640" width="32" height="32"/>
<object id="7" name="rest3" type="rest" x="96" y="640" width="32" height="32"/>
<object id="8" name="rest4" type="rest" x="128" y="640" width="32" height="32"/>
<object id="9" name="rest7" type="rest" x="160" y="768" width="32" height="32"/>
<object id="10" name="rest6" type="rest" x="128" y="768" width="32" height="32"/>
<object id="11" name="rest5" type="rest" x="160" y="640" width="32" height="32"/>
<object id="12" name="west" type="mapchange" x="0" y="704" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain5a"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object name="bwm_agent_1" type="spawn" x="544" y="768" width="352" height="96">
<objectgroup id="7" name="Spawn" visible="0">
<object id="13" name="bwm_agent_1" type="spawn" x="544" y="768" width="352" height="96">
<properties>
<property name="spawngroup" value="bwm_agent_1"/>
</properties>
</object>
<object name="gornaud_1" type="spawn" x="224" y="352" width="256" height="160">
<object id="14" name="gornaud_1" type="spawn" x="224" y="352" width="256" height="160">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_2" type="spawn" x="416" y="320" width="256" height="192">
<object id="15" name="gornaud_2" type="spawn" x="416" y="320" width="256" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_2" type="spawn" x="224" y="640" width="192" height="160">
<object id="16" name="gornaud_2" type="spawn" x="224" y="640" width="192" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="gornaud_2"/>
</properties>
</object>
<object name="gornaud_1" type="spawn" x="416" y="512" width="96" height="288">
<object id="17" name="gornaud_1" type="spawn" x="416" y="512" width="96" height="288">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
<object name="gornaud_1" type="spawn" x="672" y="480" width="96" height="192">
<object id="18" name="gornaud_1" type="spawn" x="672" y="480" width="96" height="192">
<properties>
<property name="spawngroup" value="gornaud_1"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0">
<object name="bwm_agent:10" type="key" x="864" y="576" width="32" height="32">
<objectgroup id="8" name="Keys" visible="0">
<object id="19" name="bwm_agent:10" type="key" x="864" y="576" width="32" height="32">
<properties>
<property name="phrase" value="keyarea_bwm_agent_1"/>
<property name="requireId" value="bwm_agent"/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="23" height="19" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="13">
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="23" height="19" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="16">
<properties>
<property name="outdoors" value="1"/>
</properties>
@@ -185,25 +185,30 @@
</tileset>
<layer id="1" name="Ground" width="23" height="19">
<data encoding="base64" compression="zlib">
eJy9ktENQDAQhoU3E5jSCtjDCmoEjIAVDEIfLv78OdVK6+FL2l7uu/+SmjzLDDEDXHOxwHmA/hnqGzApjp6wb+PFTm7pF6etH8BK3ol22sBtyC394tR2xewr7GSgR3NrZ4azH/lzjpT0yp3fYqD9gxCq8hnfPxbidLm/5vRxh/S7iO1jdwrvH9RFGm9b3P4UMxpPp8yPmcG6WqJ78dv6W+ZG8fq6T1nTu/I=
eJy9ksENgCAMRY3enMApXUHdwxXEEdQR0BUcRHtobH4KIgEPLyE2/7UFTVkUBlgFWPOxifOk5Km+CxbFMQL0bb45wM15dlL9FFjwLrDTLtwG3Jxnp7arnN2KnYzIaG7tjFion6V7jhh8vfEttLdJ4XbdZQxN7Sb0H/vi9Llj5wxxf8n7SO1Ddw7vH7RVHm9fPf4cPbpAJ/dPOQO5emB48VP9beZO8Ya6L9dEu90=
</data>
</layer>
<layer id="2" name="Objects" width="23" height="19">
<data encoding="base64" compression="zlib">
eJyNVEtuwkAMHTUSi3YFqRoRFr0AN8oZoOv2Bv3cAPUIqKIIdkhUlXoAYFMpGxq4Aat2U1uMFccz44kla2Dsec9+tmJMbfueidpLGs/x2frCf79jnBORU0LsOfCujU3h7XfXvf+wmFt7HiMcGD+yOiubfw9aPDA9dh0Xk/hv0+Z7jG8UvR8h/ymtuQ4dt87NzfmUummGeFOWX7Iatv1mbilm82Z7ePXwUS5h/yi9HSJ75sOnHofibZEYM1ZcalO12HHCnGXQh+KakVakqcSsMn3+sletT44p7avv3kk8rU+JeZkbc5WHeQqL56uFbAF9LXtufTngDgQ2jxMucYzZGfK7xOXn+0ffnyKpOZBTw2zLQxrzPhCf9I7tF/m70uNn1tQmZCNRH9b7CzX9ge8DnCMxSz4L3F38f7L6XYt99+0JxuasRqydz4Lj01xOLE6/+Z6s2PedsP8B6YmNAw==
eJyNVEtKA0EQbRzIIq6SEYeMCy/gjeYMibjUG/i5gXgECSq6EAKK4AGSbIRs4iQ3yEJ0YxXpYt5U99SkoOikq/q9V5/EucqWfddqN2l7Tsze9uL3c+C8VTkLil03vNvF7untVy+8f/eYM3+uWzg4vgadpc8/p15cQD/mnRBT+I/T+nuOT41+X1L+VVpxrTqhzunh9tR9s4zxupC/AA2zQT2XY6+kf9Lbcox9DXcRPsHJfezbqG0FsZ9IXgyf+c/IT1R+kTg3Mlz3pozwTdSOCOZDRnUYbpn0SnqqMcvMnj8b1mrViZjaPgfhncaz6tSY3dy5/byZp/B4MS1iz1TXSz/UlxPukcLGuOAKxwjOJj9NQn7cP/n/KZKKgzktzF15pMdYB+NLv9v2S/zRqPEjq/emyYZKH+v9JU1/5MsGzqGaJc6Cd5e/b3z/DtS+x/aEY0+gkbXjLBBf5rKBuHzGPcHfrmD/AyaGj7E=
</data>
</layer>
<layer id="3" name="Above" width="23" height="19">
<data encoding="base64" compression="zlib">
eJxjYGBguCzJQDVwWIx8+YviDAyXoPiyOKrcZTHcemHiIHoPml8yhRkYsoD4IdC8R1D8WByhB2buJQJmg+TPSGKaT0gPPv+i23mGCLOR9cxlIqyeGPeSC4hxL6XgMZXsoEYap2Y+QQbbqGzuL6B5v7GYSYw92PxISB8+eXQ5avn1ihCirACZeUkcE5NqF0x9NDNlbsNmLylmUhJG1AzvXCxuRjYPmzwMXCZQD1ACCNUxAGj2Oes=
eJxjYGBguCzJQDVwWIx8+YviDAyXoPiyOKrcZTHcemHiIHoPml8yhRkYsoD4IdC8A0wMDI+A9GNxhB6YuZcImA2SPyOJaT4hPfj8i27nGSLMRtYzl4mwemLcSy4gxr2UgsdUsoMaaZya+QQZbKOyub+A5v3GYiYx9mDzIyF9+OTR5ajl1ytCiLICZOYlcUxMql0w9dHMlLkNm72kmElJGFEzvHOxuBnZPGzyMHCZQD1ACSBUxwAAJCQ5tA==
</data>
</layer>
<layer id="4" name="Walkable" width="23" height="19">
<layer id="9" name="Top" width="23" height="19">
<data encoding="base64" compression="zlib">
eJytU7kRwDAI8xTefwU2TJo0nNATmzsaG4QQUHutev2z2tonQzj9n2GxeinHnneK7WA52D0f6edgoXjHWGyiMeIzvTmcJn6OZrf2AGGy3pxeGX91S+k8WH2EnXJCvHpesou9ntI8vT9HJ3VzSR9/Z3Ri6d0nfNQs0p7VnqX4E8cHCwikBg==
eJxjYBg54JH4QLuAuiCRiXZmF9LQ7FEwCkbBKKAVAADepAHQ
</data>
</layer>
<objectgroup id="5" name="Mapevents">
<layer id="4" name="Walkable" width="23" height="19" visible="0">
<data encoding="base64" compression="zlib">
eJylk1EOgCAMQzkF978CN9QfE9N03Z4uIUShXTu2s9c693ri7H5V4Xj0PHGlfFSj4t77F+7EQXQr3tVvwuXuTyLdJTV2eqp/RI/7Vj0OT/qA9GHy1s2C5q+8JfzUZ+JJ2ogmp0txpBc1X1dzOn+TOnUzR3x8faM/Qeee6Onegnru+ozyVxovOLillA==
</data>
</layer>
<objectgroup id="5" name="Mapevents" visible="0">
<object id="1" name="south1" type="mapchange" x="32" y="576" width="224" height="32">
<properties>
<property name="map" value="blackwater_mountain32"/>
@@ -223,8 +228,14 @@
</properties>
</object>
<object id="4" name="hettar_bones" type="script" x="672" y="96" width="32" height="32"/>
<object id="13" name="cave" type="mapchange" x="448" y="128" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_455a"/>
<property name="place" value="up"/>
</properties>
</object>
</objectgroup>
<objectgroup id="6" name="Spawn">
<objectgroup id="6" name="Spawn" visible="0">
<object id="5" name="wyrm_2" type="spawn" x="32" y="448" width="512" height="96">
<properties>
<property name="spawngroup" value="wyrm_2"/>
@@ -270,6 +281,16 @@
<property name="spawngroup" value="hettar_dog3"/>
</properties>
</object>
<object id="14" name="whootibarfag" type="spawn" x="352" y="160" width="64" height="128">
<properties>
<property name="spawngroup" value="whootibarfag"/>
</properties>
</object>
<object id="15" name="ratdom_rat" type="spawn" x="416" y="64" width="32" height="32">
<properties>
<property name="spawngroup" value="ratdom_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="7" name="Keys" visible="0"/>
</map>

View File

@@ -1,249 +1,250 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.8" tiledversion="1.8.4" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="8">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer id="1" name="Ground" width="20" height="15">
<layer name="Ground" width="20" height="15">
<data encoding="base64" compression="zlib">
eJzbyMnAsHEUj2Ii8WYKMLXNw2YuLntI8RstwmvUPOqYBwBPG9pT
</data>
</layer>
<layer id="2" name="Objects" width="20" height="15">
<layer name="Objects" width="20" height="15">
<data encoding="base64" compression="zlib">
eJylU8FKAzEQHXovdiMEcqj/4Ef5IX6aCtvSslooCLvVinqxRaun0t6cRzJsMgS3tQPD28lk3rxNJpOCqGH/dERf7E/szxl8ifaISfzNuRvGW/b7wudKxp9Qs2FfRoiaRdi3iXihY2iILozPTVXPUahZKs5Yy7igxGT9QXFVHfrAI/2uTFqLf6tC7t21ufIPfaXSdT3I65yG+4DPIs0aYXcqPjPpWV6eE33Y//vKtronjHX4flT/krNZZs864pWZi+3VpLHtdfd545qx9Xc1D/UNx7sjfWFTndCI2QTX3raz0LDmvvGItca161WIcWZbxQmNeEvgkhldcbx23Si9RopPzg/v71AuQZjw4T7BN3d+1sWO4aoz+upoTk/RhzkAH3K/Px3UhQ==
</data>
</layer>
<layer id="3" name="Above" width="20" height="15">
<layer name="Above" width="20" height="15">
<data encoding="base64" compression="zlib">
eJxjYCAd3JFkYLgrSbocMeqQxbGpuYNFDyFzyHUjPoDP/bjct1kSUx813EIvgM1vIwncBPr/liRhmppm0cJMQmAzCe4iZCayHKVmgdIfAPsKTqE=
</data>
</layer>
<layer id="4" name="Walkable" width="20" height="15" visible="0">
<layer name="Walkable" width="20" height="15" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMYABhvFqIeRASF1uPjY5HCZia6PkP3EuA+XOch8XG4kZBayfmx6iHUfMXxqAXx+ocTMoWYeKXFKSJ6c/ITLPEryKDXcR2zeo9R9ALlCbA4=
</data>
</layer>
<objectgroup id="5" name="Mapevents">
<object id="1" name="west" type="mapchange" x="0" y="192" width="32" height="256">
<objectgroup name="Mapevents">
<object name="west" type="mapchange" x="0" y="192" width="32" height="256">
<properties>
<property name="map" value="cabin_norcity_road2"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="2" name="south" type="mapchange" x="448" y="448" width="160" height="32">
<object name="south" type="mapchange" x="448" y="448" width="160" height="32">
<properties>
<property name="map" value="cabin_norcity_road4"/>
<property name="place" value="north"/>
</properties>
</object>
</objectgroup>
<objectgroup id="6" name="Spawn" visible="0">
<object id="3" name="duleian_hornet_sapwn1" type="spawn" x="32" y="0" width="96" height="192">
<objectgroup name="Spawn">
<object name="duleian_hornet_sapwn1" type="spawn" x="32" y="0" width="96" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="duleian_hornet"/>
</properties>
</object>
<object id="4" name="duleian_hornet_sapwn2" type="spawn" x="544" y="224" width="64" height="32">
<object name="duleian_hornet_sapwn2" type="spawn" x="544" y="224" width="64" height="32">
<properties>
<property name="spawngroup" value="duleian_hornet"/>
</properties>
</object>
<object id="5" name="duleian_mountain_cat_spawn" type="spawn" x="320" y="96" width="128" height="64">
<object name="duleian_mountain_cat_spawn" type="spawn" x="320" y="96" width="128" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="duleian_mountain_cat"/>
</properties>
</object>
<object id="6" name="yelllow_tooth_spawn" type="spawn" x="512" y="96" width="64" height="64">
<object name="yelllow_tooth_spawn" type="spawn" x="512" y="96" width="64" height="64">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="yellow_tooth"/>
</properties>
</object>
<object id="7" name="yellow_tooth_spawn2" type="spawn" x="576" y="160" width="32" height="160">
<object name="yellow_tooth_spawn2" type="spawn" x="576" y="160" width="32" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="yellow_tooth"/>
</properties>
</object>
</objectgroup>
<objectgroup id="7" name="Keys"/>
<objectgroup name="Keys"/>
</map>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.8" tiledversion="1.8.4" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="24">
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="36">
<properties>
<property name="outdoors" value="1"/>
</properties>
@@ -183,6 +183,9 @@
<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_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="30" height="30">
<data encoding="base64" compression="zlib">
eJztlkEOgjAQRRtdGNmyJHoDObFXsMQTIEdALoFeANzZxjYO40xpsIUNixeklr72h06RGyEKRaO4O6gVF4U03ACV6VOidos0juv+C9XGUSKPpQFzo+ZcmmdYb8pg+tbIY4HjcVk1Dm+V0uBxfbIZA3rbTIgH4pmF8VBem32nHL1iu/tcNa9I3oLIfg583+XVG8d7SNzE8h7V2HkyvMLfsbzYhe9DeXGGp8RNKC+Z4Ui9/ulDOZj/oRdn6FOvB+0E3HMSeeF6veo14yDngrx6zTnhtfUa1mxcr6EDz1HjWq/2Tn1nWpBDT9AyOcHzaAqdyYI7tzrmXKsWOo+WcJJ7bGw/BsRnn8Zgzu8qiM8+XfkPXTfODLG9HDG/vd6l/Ig+
@@ -190,12 +193,12 @@
</layer>
<layer id="2" name="Objects" width="30" height="30">
<data encoding="base64" compression="zlib">
eJylV81rU0EQf6R5UgNKNtBIIP4JQi+tngQPSg9eDZ48CBZPnlQQxH/Bix7V3g1aENoeFIToa/OBCqmJ9RAvomASETwXnOnOdOdN9n1IfzDsZvt2f/O92yCw6BeCI2H3WPY3nVoQtEGCiltrEm/b2DGi8SuNzzP0+p6D94CT+Bk7xkrWHh9Q56hqdTuVw2+St59y7tOStZ9tRp5fQsdz80GwCbxdWpvAWb9BRjTiPtwzNek2/AWf3YLvXtft7xel+N8fit9DOGuFeDFueOY34zh5RLCuXaEzfi999ADmPeK9Hrr1Z8C5BnK77NaYF+322Su5ER2PvRinPyrWX8T8JXCul2y+3QHuu2XHe5V40W7JPa3Z39OasxHBuYwxxP1LsH+ZBDlx3DNuDW1dFt80iDeS/jOOS+bC2ASxOjrMcdi/kVNeHXfzbtXu/5RSE4wRcUn7OiZuS5JcIhsvirWz8/Hz902cyxfrQx8IP0UJusscXiGuG+D71bKNxwGP8LMvzxhcG9uCaw7iUKRYDIw7EyF5hyLHJCaiXiee/GL8VPYViXdOcGMeS3uv5IiJFo4H9+SBx6/Fyuwa27v1HzmoRWOYIx+Zd1Ptb4u9SbmRhf2MfT7ePJiIfG5V4z6W+bNGvRJ7dgvm7+pH40WMVF5hzugYr9fdvA/zXZALoZ+X9bpciOsoMfHUL/dh6WPscfdC27cRZ07bODJve8H6Qup1v+DmiLeky/mi316JJZX3um83PPY+Bv0eibuL+/JH0uVa0V+//KYZiHzfUuOG529ddSfonIxED0Pw/dsU926Wnbr+txPyfqy4GNwrmxnvIfYl3/eIjuai3tKrpb/RZH/OqlPm5fte91JtD4Jj2Pa8d/R9JOv0PcwjkN6C45X1xT1tsTJrR96RY4x1yu+rzzAfgKyGlpdjNePfIPk9k3YH4viGbG4Ax80wnsucsxq6tzCHr7cPjF+XljhXv48QskZj51bce1hix3MGYqz2puFJwfH+yMg/mW++twxjkd6aWUDeD/S/FJ/H/tozyfEbJcT3BJxzEuQf+21fug==
eJylV81rU0EQf6SJ1ICSDTQlEP8EoZdWT4IHpQevhp48CBZPnlQQxH/Bix7V3g1aENoeKgjR1+YDFVITKxIvomASETwXnOnOdOdN9n1IfzDsZvt2f/O92yCw6OWCY2HvRPo37WoQtECCsltrEG/L2DGk8QuNz1P0+p6B95CT+Bm7xkraHh9Q57BidZvP4DfJ20s492nR2s82I88voeP52SDYBN4OrY3hrN8gQxpxH+6ZmGQb/oLPbsF32zX7+0Ux+veH4vcAzlomXowbnvnNOE4eEaxrR+iM30sfPYB5l3ivF9z6M+BcA7ldcmvMi3b77JXcCPTzV5FbCIzTHxXrz2L+EjjXizbf7gD33ZLjXSFetFtyT6r296TqbERwLmMMcf8i7F8iQU4c941bQ1uXxDd14g2l/4zjkrkwMkGkjo5yHPZvZJRXJ928U7H7PybUBGNIXNK+tonaEieXycZLYu3cbPT8AxPl8sX6yAfCT2GM7jKHl4nrBvh+tWTjccgj/OzLMwbXxo7gmoE45CkWfePOREjegcgxibGo17Envxg/lX154p0R3JjH0t6rGWKihePBPbnv8Wu+PL3G9m79Rw5q0RhkyEfm3VT7W2JvXG6k4SBln483C8Yin5uVqI9l/qxRr8Se3YT529rxeBFDlVeYMzrG6zU378F8D+Riwc/Lel3JRXWUGHvql/uw9DH2uHsF27cRZ8/YODJva876Qup1P+fmiDeky4W8316JRZX3um/XPfY+Bv0eibuL+/IH0uVa3l+//Kbpi3zfUuOG528ddSfonAxFD0Pw/dsQ926anbr+d2LyfqS4GNwrGynvIfYl3/eItuai3tKtJr/RZH9Oq1Pm5fte91JtD4Jj2PK8d/R9JOv0HcxDkO6c45X1xT1toTxtR9aRY4x1yu+rTzDvg6wWLC/Hasq/Qfx7JukOxPE12VwHjpuFaC5zzmro3sIcvt7eN35dmuJc/T5CyBqNnFt272GJXc8ZiJHam4QnOcf7IyX/ZL753jKMBXprpgF539P/Unwe+2vfxMdvGBPfU3DOaZB/cYBgqA==
</data>
</layer>
<layer id="3" name="Above" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9VktOAzEMNbMpK1SpaFAv0hvBkhv1IEiIDSco3bZI5QZwAAQWteo+HNuJmnmbmYkzfrHjH9EftiPR20hd8XrU/7Q8rW0DTr03s9/jjdYEH7P/a55vdr9n3C9PT+8fj3e4LssQ6BfG3ljz9mfOZGEXcGsuT3fJp/dzood5/jxo9xSxbIF5LT/fDUSr492u1B3rd95TC7mH2vtrgY5xgeZlWyIbHgf/2+PS6G1vKVem8HNP3toYi3jfF+1nqeU9qJr8DbxSrw8ze93SIXJdsy3eK5WjN7fnMqnXn6D3C74j+brxXlp4Madq+inX1M147hMG9q1IzrhETEc6WI72Wv+U6lApX6LegvIp+xHG8yVy9NmZHYRTIDmGOcqw5qoMtE2l3iAxhznKyM5VOMdFfYjh5U8mxj3dnjyaqzad4g15e/EgamtkBjivW/IMXozYtOI188xC4k6fsUWP/pfxAwnkgeM=
eJy9VktuAjEMTWdDVxUS1SAuwo3okhtxBfZIVTc9AWULleAG5QAILLAwr47tRDO8zczEGb/Y8S+lKzZtSj9tcrFs/D05fN/0ryb3tY3DKfdG9lu83hrjMPi/ZvlmeznjbnJ/Wv9YvM1rXoZAvxB2ypq1P3ImDVuHW3JZunM+nQ1T+hjGz4N2R2O5axCv5ufxJWemt7udijuW7+OKvOJ7KL2/GsgYZ0hessWzYd7Y3xaXRN/25nLlGX7uk7c0xjze31H9WUp596Imn4CX6/V+oK9rOlgua7bG+yJy9O39Ucb1+g/0HuHbky8q76WGF3OqpJ9STV23jz4hYN/y5IQuYtrTQXK0V/snV4dy+eL1FpQ/sx9hPHeRo5/G7MCcDM4xzFGCNldFIG3K9QaOOcxRQnSuwjnO60MEK38iMW7ptuTeXLXuKd6Qty8eRGmNjADndU0ewZcSm1q8Rp5RcNzJM9bokf8SzpRpgpM=
</data>
</layer>
<layer id="8" name="Top" width="30" height="30">
@@ -205,7 +208,17 @@
</layer>
<layer id="4" name="Walkable" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFVEEOwDAI6iv2/y/sh7supgqC3Ux6WasI4u5rrfvnUwWTy2KweVO4LIfqfdRCxUV80QwQLjOz3R2Ly/Tf4ZThxV4dTt09yPpm7lTOSii8VB8ofs3qoHrKbFTc7O0XfB0vsrhqdL1Q/SNQjVO4U/4/gatoxPQ/te9vbrtvjp+zuizfSrsTu6QGmjmjpYPp1oyaO5iO9qrfu9iup5E3pzGjNt1AuZNznJj/tLdU/p39Vc8D7GN89g==
eJy9VFsOgDAM2im8/xW8ofHDxDTrA2jXZD9LhUKZ97XWDZy3kP4I58OKqmsey6ViVntQXttjvZjkjXaAYHj93l2FN+LfaWSKyUukSXkXu7kqM58oRhebAyavHk6Gx+yG5fV6T+hVsljlZQvNQvSPyDCmeLvyP8HLeFSZv+u9/7Xt7pQ8e7hVvZF3E2+JrWznFS8VThXTeq5wKt6zeUe51Uxn2ezmtN6glX3buceO/Xdni9WPvF/2PIaLdr4=
</data>
</layer>
<layer id="9" name="ratdom_Top" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztVcENgCAQw5dOoDiBuv8ITuImkhgSYpS7cjVGQxPCg1KvR0Hn7Bi8cz6M0ed5Gg6iOYW1OYxF0LzibC2mqfUooekwvtajhLU/ZpYPFFYfSN1Mf0jdEi96sNRXcn7Rw7k+RIuVQ7ZWhR0luWS8I3e51Ox5Ojsaf0+8pRp/b9+fr/5DKnhgZyCnl66xM5DTs3yr3hEb0P6x+o32L+X/4cx3CDUerw==
</data>
</layer>
<layer id="10" name="Top0" width="30" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJztzUENACAMBLDxAgX494ISnEzGkdAaaNWf7sy8Y2XeszMvAADwrgasfQHL
</data>
</layer>
<objectgroup id="5" name="Mapevents">
@@ -253,8 +266,24 @@
</properties>
</object>
<object id="9" name="crossglen_fortune_teller" type="script" x="96" y="32" width="32" height="32"/>
<object id="24" name="west1" type="mapchange" x="0" y="32" width="32" height="160">
<properties>
<property name="map" value="ratdom_bwm1"/>
<property name="place" value="east1"/>
</properties>
</object>
<object id="25" name="ratdom_check_kills" type="script" x="320" y="96" width="32" height="128">
<properties>
<property name="when" value="step"/>
</properties>
</object>
<object id="26" name="ratdom_bwm1_east_10_1" type="script" x="32" y="32" width="32" height="160">
<properties>
<property name="when" value="always"/>
</properties>
</object>
</objectgroup>
<objectgroup id="6" name="Spawn">
<objectgroup id="6" name="Spawn" visible="0">
<object id="10" name="crossglen_wasp" type="spawn" x="736" y="160" width="192" height="160">
<properties>
<property name="quantity" value="3"/>
@@ -332,6 +361,81 @@
<property name="spawngroup" value="oromir_behind_haystack"/>
</properties>
</object>
<object id="27" name="ratdom_mara" type="spawn" x="352" y="96" width="192" height="128">
<properties>
<property name="active" value="false"/>
<property name="spawngroup" value="ratdom_mara"/>
</properties>
</object>
<object id="28" name="ratdom_tharal" type="spawn" x="352" y="96" width="192" height="128">
<properties>
<property name="active" value="false"/>
<property name="spawngroup" value="ratdom_tharal"/>
</properties>
</object>
<object id="29" name="crossglen_caverat" type="spawn" x="64" y="64" width="864" height="864">
<properties>
<property name="active" value="false"/>
<property name="quantity" value="20"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="30" name="ratdom_rat_crossglen" type="spawn" x="384" y="0" width="32" height="32">
<properties>
<property name="spawngroup" value="ratdom_rat_crossglen"/>
</properties>
</object>
</objectgroup>
<objectgroup id="11" name="keys"/>
<objectgroup id="12" name="ratdom_keys" visible="0">
<properties>
<property name="active" value="false"/>
</properties>
<object id="31" name="crossglen_ratdom_key_2" type="key" x="928" y="416" width="32" height="64">
<properties>
<property name="phrase" value="crossglen_ratdom_key"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="32" name="crossglen_ratdom_key" type="key" x="256" y="928" width="32" height="32">
<properties>
<property name="phrase" value="crossglen_ratdom_key"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="33" name="crossglen_ratdom_key_3" type="key" x="544" y="608" width="32" height="32">
<properties>
<property name="phrase" value="crossglen_ratdom_key_3"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="13" name="Replace" visible="0">
<object id="34" name="ratdom_nondisplay_1" type="replace" x="0" y="0" width="960" height="960">
<properties>
<property name="Top" value="ratdom_Top"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="35" name="ratdom_nondisplay_not_1" type="replace" x="0" y="0" width="960" height="960">
<properties>
<property name="Top" value="Top0"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="7" name="Keys"/>
</map>

View File

@@ -1,209 +1,308 @@
<?xml version="1.0" ?><!DOCTYPE map SYSTEM 'https://mapeditor.org/dtd/1.0/map.dtd'><map height="20" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="20">
<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="20" name="Ground" width="20">
<data compression="zlib" encoding="base64">eJyllEEOgyAQRc3suP+WK6hduKf0BtYeob2HEks6+SJ/KouXmDi8EefDIF03AHcC1tfWx40nIVTcI9QuG2/CDG706drJ2dDuAD6r44zk7JXTA1ecvdRnhD1YL/yPbO7Yi+0ZHZibIMccsj1rB+ZmlnIOz3wRHLWM6B43OfrGr+vKXEu+2JDBB/havi3xKvjYGm+sYz4P82e+Ul0+B/+em/w+Zym52L1nQeeN3XsWPm5ncr/nFlYRkDAc</data>
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="7">
<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_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset> <layer id="1" name="Ground" width="20" height="20">
<data encoding="base64" compression="zlib">
eJyllEEOgyAQRc3suP+WK6hduKf0BtYeob2HEks6+SJ/KouXmDi8EefDIF03AHcC1tfWx40nIVTcI9QuG2/CDG706drJ2dDuAD6r44zk7JXTA1ecvdRnhD1YL/yPbO7Yi+0ZHZibIMccsj1rB+ZmlnIOz3wRHLWM6B43OfrGr+vKXEu+2JDBB/havi3xKvjYGm+sYz4P82e+Ul0+B/+em/w+Zym52L1nQeeN3XsWPm5ncr/nFlYRkDAc
</data>
</layer>
<layer height="20" name="Objects" width="20">
<data compression="zlib" encoding="base64">eJxjYBiaQJwJgpH56IALixg6WANUs5gVu9xUoHgOEK+G2iWFwzwDIeziHwQJ27+aCDfOJUINsn3EmEmpXfQyV4ufODOJ9TMoHmXwqCXkTli6A6WbRGi6uSEIsR+W3oSwmIEtLawh0s2g9JnGit+PILOuE5HekMFUqPtPk6gPBOaREJ/I/kQPh9k4zIGpe0akPdjMOSxGnHqYOlxuGQzgGB6/kAO2U8k8ANv6Hu8=</data>
<layer name="ratdom_Ground" width="20" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJxjYKAuOMAEwdQCl5ggmFrgCRMEUwts4YRgaoE5TBA8CkbBKBgFgx0AAADpB68=
</data>
</layer>
<layer height="20" name="Above" width="20">
<data compression="zlib" encoding="base64">eJxjYKA9OCxGXf2XqGwepYDa5o0CCKBGuCKbQY10Q44Zl7HoIdcsmF5ixMg1jxK3gQC6XmLdhi2csAFizZvLRF11pABi/UIsGKxlFgCf4hb6</data>
<layer id="2" name="Objects" width="20" height="20">
<data encoding="base64" compression="zlib">
eJxjYBiaQJwJgpH56IALixg6WANUs5gVu9xUoHgOEK+G2iWFwzwDIeziHwQJ27+aCDfOJUINsn3EmEmpXfQyV4ufODOJ9TMoHmXwqCXkTli6A6WbRGi6uSEIsR+W3oSwmIEtLawh0s2g9JnGit+PILOuE5HekMFUqPtPk6gPBOaREJ/I/kQPh9k4zIGpe0akPdjMOSxGnHqYOlxuGQzgGB6/kAO2U8k8ANv6Hu8=
</data>
</layer>
<layer height="20" name="Walkable" visible="0" width="20">
<data compression="zlib" encoding="base64">eJzbKMbAsHEUYwWU6CUW0MKOgQwLYs2ldrzRIi1QSy0+NeTEJyFxYgG6XlLMwpdOcJlPjBuIMY+QOaTai83/1EhDI8E8AP4F3lM=</data>
<layer id="4" name="Above" width="20" height="20">
<data encoding="base64" compression="zlib">
eJxjYMANDjDhkSQBHBajrv5LVDaPUkBt80YBBFAjXJHNoEa6IceMy1j0kGsWTC8xYuSaR4nbQABdL7FuwxZO2ACx5s0lsvwiVh0pgFi/EAsGa5kFAEdzF7w=
</data>
</layer>
<objectgroup name="Mapevents">
<object height="32" name="entrance" type="mapchange" width="32" x="64" y="608">
<layer name="Top" width="20" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApIBwAGQAAB
</data>
</layer>
<layer name="Top0" width="20" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApIBwAGQAAB
</data>
</layer>
<layer name="ratdom_Top" width="20" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg+QFyCgUECiCUlqGOeOtAcDSDWJMI8ats9WOwaygA9nAIlGRiCgDhYkjzz0NNDItCcJCBORjMP3V5CcUXIXej2EkqTIHcZAbEjmpnE+h9b+sLmV1z+J+R+egOYf0bzDPUBAFkQEaQ=
</data>
</layer>
<layer id="8" name="Walkable" width="20" height="20">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccsMNYwOU6CUW0MKOgQwLYs2ldrzRIi1QSy0+NeTEJyFxYgG6XlLMwpdOcJlPjBuIMY+QOaTai83/1EhDI8E8ADfj3Yw=
</data>
</layer>
<layer id="9" name="ratdom_Walkable" width="20" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJxjYKAu2CgGwSPFPGqDwe6+UTAKRsEogAEAgO8GOQ==
</data>
</layer>
<objectgroup id="5" name="Mapevents">
<object id="1" name="entrance" type="mapchange" x="64" y="608" width="32" height="32">
<properties>
<property name="map" value="crossglen"/>
<property name="place" value="cave"/>
</properties>
</object>
<object height="32" name="sign_crossglen_cave" type="sign" width="64" x="256" y="320"/>
<object id="2" name="sign_crossglen_cave" type="sign" x="256" y="320" width="64" height="32"/>
<object name="crossglen_cave_ratdom_key" type="script" x="32" y="128" width="32" height="32"/>
<object name="west" type="mapchange" x="0" y="128" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze1"/>
<property name="place" value="east"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object height="160" name="crossglen_caverat" type="spawn" width="384" x="128" y="352">
<objectgroup id="6" name="Spawn" visible="0">
<object id="3" name="crossglen_caverat" type="spawn" x="128" y="352" width="384" height="160">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object height="160" name="crossglen_caverat2" type="spawn" width="64" x="544" y="288">
<object id="4" name="crossglen_caverat2" type="spawn" x="544" y="288" width="64" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat2"/>
</properties>
</object>
<object height="32" name="crossglen_caveboss" type="spawn" width="34" x="64" y="129">
<object id="5" name="crossglen_caveboss" type="spawn" x="64" y="129" width="34" height="32">
<properties>
<property name="spawngroup" value="crossglen_caveboss"/>
</properties>
</object>
<object height="128" name="crossglen_caverat_1" type="spawn" width="352" x="224" y="96">
<object id="6" name="crossglen_caverat_1" type="spawn" x="224" y="96" width="352" height="128">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="8" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="10" name="ratdom_rat_statue" type="spawn" x="64" y="128" width="32" height="32">
<properties>
<property name="active" value="false"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
<objectgroup id="12" name="keys"/>
<objectgroup id="13" name="Replace" visible="0">
<object id="11" name="ratdom_nondisplay_1" type="replace" x="0" y="0" width="640" height="608">
<properties>
<property name="Top" value="ratdom_Top"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="12" name="ratdom_nondisplay_not_1" type="replace" x="0" y="0" width="640" height="608">
<properties>
<property name="Top" value="Top0"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="9" name="ratdom_nondisplay_3" type="replace" x="0" y="32" width="64" height="160">
<properties>
<property name="Above" value="Top0"/>
<property name="Ground" value="ratdom_ground"/>
<property name="Walkable" value="ratdom_Walkable"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
</objectgroup>
<objectgroup id="7" name="Keys"/>
</map>

View File

@@ -1,189 +1,190 @@
<?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="61">
<!DOCTYPE map SYSTEM "https://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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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="30" height="30">
@@ -203,7 +204,7 @@
</layer>
<layer name="Walkable" width="30" height="30">
<data encoding="base64" compression="zlib">
eJy9VUEKwDAI2yv2/y/0hzsVxtAkRrtAoUObqK1u3de1yNqI9uwM8qnoVjhdza+WyqnUQ61TxpEhsjl5RuczPdXe9clyifyiPdJw7+gPHga3V/beQfRu0LdTA6SNcmW2KNYsHzcPlaeaj2pn/KyHlHfDOJFdBfNXNB049ZqAWs8pvbeuEscJnMyP8aDe6uqp/dIBmjPffbe2lbgn7tGdFU7vZ7N1KraqPourU182J6v/C6aF8lFj685xpM80qzNEXVM8EyuL5QGcZEHi
eJy9VVsOgDAI8xTe/wre0C9/DH1Q0CZLZmAtsIHXeRyXWA+qvTrDfDq6Hc5U863lcjr1cOuEOBAqW5JndR7pufapD8ql8qv2TCO9oz94FNJeefYJqnfDvpMaMG2Wq7JVsaJ80jxcnm4+rl3xqx5y3o3DiewulL+jmSCp1waY5kbvMF0nji/wZX6Kh/XWVK/TGynYnHnvp7XtxL1xj+msSHofzdat2Lr6Kq5JfdFbVPZ0frN83Nimc5zpT/8hak678y3l2VgolhvjUEBU
</data>
</layer>
<layer name="Walkable_1" width="30" height="30" visible="0">
@@ -232,87 +233,94 @@
</data>
</layer>
<objectgroup name="Mapevents">
<object id="25" name="north" type="mapchange" x="256" y="0" width="544" height="32">
<object 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">
<object 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">
<object name="guynmart_s_hill1" type="script" x="736" y="64" width="32" height="32"/>
<object name="guynmart_s_hill2" type="script" x="288" y="32" width="64" height="32"/>
<object name="guynmart_s_hill3" type="script" x="448" y="160" width="32" height="32"/>
<object name="guynmart_s_hill4" type="script" x="448" y="32" width="64" height="32"/>
<object 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">
<object 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>
<object id="58" name="chk_wild_berry" type="script" x="32" y="192" width="32" height="736"/>
<object name="chk_wild_berry" type="script" x="32" y="192" width="32" height="736"/>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="6" name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
<objectgroup name="Spawn">
<object name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestboar4"/>
</properties>
</object>
<object id="9" name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
<object name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="forestbeetle"/>
</properties>
</object>
<object id="28" name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
<object name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
<properties>
<property name="quantity" value="6"/>
<property name="spawngroup" value="guynmart_dog10"/>
</properties>
</object>
<object id="54" name="forestserpent2" type="spawn" x="192" y="576" width="160" height="256">
<object name="forestserpent2" type="spawn" x="128" y="608" width="128" height="96">
<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">
<object name="forestboar3" type="spawn" x="512" y="416" width="384" height="64">
<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">
<object name="forestserpent2_1" type="spawn" x="672" y="576" width="160" height="224">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>
</properties>
</object>
<object id="59" name="wild_berry" type="spawn" x="384" y="192" width="512" height="224">
<object name="wild_berry" type="spawn" x="384" y="192" width="512" height="224">
<properties>
<property name="active" value="false"/>
<property name="quantity" value="3"/>
<property name="spawngroup" value="wild_berry"/>
</properties>
</object>
<object id="60" name="wild_berry2" type="spawn" x="544" y="672" width="320" height="192">
<object name="wild_berry2" type="spawn" x="544" y="672" width="320" height="192">
<properties>
<property name="active" value="false"/>
<property name="quantity" value="2"/>
<property name="spawngroup" value="wild_berry"/>
</properties>
</object>
<object name="forestserpent2_2" type="spawn" x="320" y="512" width="128" height="32">
<properties>
<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">
<object 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"/>
@@ -320,7 +328,7 @@
<property name="requireValue" value="41"/>
</properties>
</object>
<object id="47" name="guynmart_r_hill2" type="replace" x="224" y="0" width="608" height="256">
<object 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"/>
@@ -328,7 +336,7 @@
<property name="requireValue" value="42"/>
</properties>
</object>
<object id="48" name="guynmart_r_hill3" type="replace" x="224" y="0" width="608" height="256">
<object 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"/>
@@ -336,7 +344,7 @@
<property name="requireValue" value="43"/>
</properties>
</object>
<object id="49" name="guynmart_r_hill4" type="replace" x="224" y="0" width="608" height="256">
<object 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"/>
@@ -344,7 +352,7 @@
<property name="requireValue" value="44"/>
</properties>
</object>
<object id="50" name="guynmart_r_hill5" type="replace" x="224" y="0" width="608" height="256">
<object 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"/>

View File

@@ -1,186 +1,187 @@
<?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">
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="30" height="15" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="108" columns="18">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="120" columns="15">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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="15">
@@ -198,70 +199,67 @@
eJy9lNENgCAMRLsG+0/hLjqCO/hhYi6kvStUeD9AQ/G8FsxezmZ2NfvAdTTP7ItGD5ZfieE4gqc1+t+D6BmBnaPmfW4VPOcOas5yKig/qz5nUL2L8VU6vB5DWI+shPnv6fwL9absqAOuo+/18VlPsPZKQ/WuzHinNGQ17erbiAf0xJhm
</data>
</layer>
<layer name="Walkable" width="30" height="15" visible="0">
<layer name="Walkable" width="30" height="15">
<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">
<object 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">
<object 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">
<object name="guynmart_s_wood12_castle" type="sign" x="96" y="96" width="32" height="32"/>
<object 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">
<objectgroup name="Spawn">
<object name="forestboar4" type="spawn" x="768" y="256" width="128" height="32">
<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">
<object name="forestwolf2" type="spawn" x="416" y="64" 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">
<object 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">
<object name="forestbeetle" type="spawn" x="128" y="64" width="224" height="96">
<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">
<object name="forestserpent2" type="spawn" x="128" y="320" width="128" height="32">
<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">
<object name="forestboar3" type="spawn" x="320" y="352" width="160" height="32">
<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">
<object name="forestserpent2_1" type="spawn" x="512" y="224" width="192" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="forestserpent2"/>

View File

@@ -1,224 +1,252 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="12" height="10" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="12" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="15">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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="12" height="10">
<tileset firstgid="7577" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="12" height="10">
<data encoding="base64" compression="zlib">
eJzj42Jg4CMR75YiDsPUn5YiDsPUn+QkDlNTfR03A0M9FDdwE1bfB1TTD8UTkNSD/E2s+t1Qf2NTPw+oZj4UL4CqB6l9yYmJT2IRg2EA+tZP6Q==
</data>
</layer>
<layer name="Objects" width="12" height="10">
<layer id="2" name="Objects" width="12" height="10">
<data encoding="base64" compression="zlib">
eJxjYCAD8EOohTKowjC+AD+mlq2sDAwbofI3gOz9UP4joNqHQMwogFCrDsRHWSH0QhYGhhdA9nkgrgDiT/wIDAPmaDStAMhNF8UgbHeguwqB7GIxCBsZ2LFg6gWBRqDaZizq47CoB6mZCFQ7GWpfFSt5bgYAmRkWjA==
eJxjYCAD8EOohTKowjC+AD+mlq2sDAwbofI3gOz9UP4joNqHQMwogFCrDsRHWSH0QhYGhhdA9nkgrgDiT/wIDAPmaDQhsIiVSIVoAOSmi2IQtjvQXYVAdrEYhI0M7Fgw9YJAI1BtMxb1cVjUg9RMBKqdDLWvikw3AwAzFxcz
</data>
</layer>
<layer name="Above" width="12" height="10">
<layer id="3" name="Above" width="12" height="10">
<data encoding="base64" compression="zlib">
eJxjYCAdXBYjTf1hLOrxmYFN/SUS1RPjnq2spKlHBxv5SXfPSSx68Kn/gsMOYgEAIacL/w==
eJxjYCAe8HFB6MtiJGgCgsNY1OMzA5v6SySqJ8Y9W1lJU48ONvKT7p6TWPTgU/8Fhx3EAgBKfQwX
</data>
</layer>
<layer name="Walkable" width="12" height="10" visible="0">
<layer id="12" name="Top" width="12" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsHGIY2IBperR9WKTx2cHNdWj68UlBwCb0zyj
eJxjYBgFwxkAAAHgAAE=
</data>
</layer>
<objectgroup name="mapevents">
<object name="entrance" type="mapchange" x="160" y="288" width="32" height="32">
<layer id="4" name="Walkable" width="12" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFIDALEqqUnJhaQqgddLbo+bPL4zKememLjBQAAWzyj
</data>
</layer>
<layer id="9" name="ratdom_Top" width="12" height="10">
<data encoding="base64" compression="zlib">
eJxjYKAciEswMEgAsaQEdnl0OXUgWwOINSVQ9cMAshw2ANNPrJvmyWKXx+WmaazY7UR3L0z/MizqsbkXn5/whSF6+JACALdxCYE=
</data>
</layer>
<layer id="8" name="Top0" width="12" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFwxkAAAHgAAE=
</data>
</layer>
<layer id="13" name="ratdom_Walkable" width="12" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFIDALEqqUnJhaQqgddLbo+fGFDrHnkqic2XgB5iT1q
</data>
</layer>
<layer id="14" name="Walkable0" width="12" height="10" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsJFIDALEqqUnJhaQqgddLbo+bPL4zKememLjBQAAWzyj
</data>
</layer>
<objectgroup id="5" name="mapevents" visible="0">
<object id="1" name="entrance" type="mapchange" x="160" y="288" width="32" height="32">
<properties>
<property name="map" value="crossglen"/>
<property name="place" value="home"/>
</properties>
</object>
<object name="rest" type="rest" x="32" y="128" width="32" height="32"/>
<object name="startitems2" type="container" x="320" y="256" width="32" height="32"/>
<object name="grownfood_init" type="script" x="224" y="128" width="32" height="64"/>
<object name="parents_argue_selector" type="script" x="64" y="128" width="160" height="160">
<object id="2" name="rest" type="rest" x="32" y="128" width="32" height="32"/>
<object id="3" name="startitems2" type="container" x="320" y="256" width="32" height="32"/>
<object id="4" name="grownfood_init" type="script" x="224" y="128" width="32" height="64"/>
<object id="5" name="parents_argue_selector" type="script" x="64" y="128" width="160" height="160">
<properties>
<property name="when" value="step"/>
</properties>
</object>
<object id="14" name="ratdom_wakeup" type="script" x="64" y="128" width="32" height="64"/>
</objectgroup>
<objectgroup name="keys">
<object name="andor:1" type="key" x="0" y="288" width="384" height="32">
<objectgroup id="6" name="keys" visible="0">
<object id="6" name="andor:1" type="key" x="0" y="288" width="384" height="32">
<properties>
<property name="phrase" value="keyarea_andor1"/>
<property name="requireId" value="andor"/>
@@ -227,17 +255,55 @@
</properties>
</object>
</objectgroup>
<objectgroup name="spawn">
<object name="mikhail" type="spawn" x="288" y="128" width="32" height="32">
<objectgroup id="7" name="spawn" visible="0">
<object id="7" name="mikhail" type="spawn" x="288" y="128" width="32" height="32">
<properties>
<property name="spawngroup" value="mikhail"/>
</properties>
</object>
<object name="crossglen_valentina_spawn" type="spawn" x="288" y="192" width="32" height="32">
<object id="8" name="crossglen_valentina_spawn" type="spawn" x="288" y="192" width="32" height="32">
<properties>
<property name="active" value="false"/>
<property name="spawngroup" value="crossglen_valentina"/>
</properties>
</object>
<object id="9" name="ratdom_mikhail" type="spawn" x="352" y="0" width="32" height="32">
<properties>
<property name="active" value="false"/>
</properties>
</object>
<object id="10" name="ratdom_rat" type="spawn" x="32" y="128" width="32" height="32">
<properties>
<property name="active" value="false"/>
<property name="ignoreAreas" value="true"/>
</properties>
</object>
</objectgroup>
<objectgroup id="11" name="ratdom_objgrp" visible="0">
<properties>
<property name="active" value="false"/>
</properties>
<object id="11" name="ratdom_startitems2" type="container" x="320" y="256" width="32" height="32"/>
</objectgroup>
<objectgroup id="10" name="Replace" visible="0">
<object id="12" name="ratdom_nondisplay_1" type="replace" x="32" y="32" width="320" height="256">
<properties>
<property name="Top" value="ratdom_Top"/>
<property name="Walkable" value="ratdom_Walkable"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="13" name="ratdom_nondisplay_not_1" type="replace" x="32" y="32" width="320" height="256">
<properties>
<property name="Top" value="Top0"/>
<property name="Walkable" value="Walkable0"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -1,190 +1,220 @@
<?xml version="1.0" ?><!DOCTYPE map SYSTEM 'https://mapeditor.org/dtd/1.0/map.dtd'><map height="30" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="29">
<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="29">
<data compression="zlib" encoding="base64">eJy9VjEOhDAMQ2z8f+ULcAs78ATgCzzkQGqkkHMTF9ANXkoSp27q0tdV1TuYErwYlMOsIcwH1oSxMKcDa1GNz4HtwJ6wmDpRTgfWohpn7NBcwXBK7Jj0nGu+xh3OXuUsSc/tIaf0zu51BzWiWbDx0rs3D6hXu8cJYAaa6N6jeYg4V4AcH6qR6xnFS087AMN3Yi7ouSN08NDWv/c36llztoW8MjverEScpfl6dv7FiXTSiPRh5pvpmek/d7fYs73D6eUxOosHajD5nu/ZM7L71x5ovVBz6vzobUCeaL3F3kk5L+H0tMj5+x0/1JyeFug8kb+wfqH1yGlxZ4Y8v4j0KH2L3gDzj+Ehus929pnZ9fws53+Mb7BgNZJ58DjRO5+D7MWL0Zy5GPTOP8XJ6X1H7/xToLt5QfM+huD7FxPmhwY=</data>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="29" height="30" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bed_1.png" 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="29" height="30">
<data encoding="base64" compression="zlib">
eJy9VjEOhDAMQ2z8f+ULcAs78ATgCzzkQGqkkHMTF9ANXkoSp27q0tdV1TuYErwYlMOsIcwH1oSxMKcDa1GNz4HtwJ6wmDpRTgfWohpn7NBcwXBK7Jj0nGu+xh3OXuUsSc/tIaf0zu51BzWiWbDx0rs3D6hXu8cJYAaa6N6jeYg4V4AcH6qR6xnFS087AMN3Yi7ouSN08NDWv/c36llztoW8MjverEScpfl6dv7FiXTSiPRh5pvpmek/d7fYs73D6eUxOosHajD5nu/ZM7L71x5ovVBz6vzobUCeaL3F3kk5L+H0tMj5+x0/1JyeFug8kb+wfqH1yGlxZ4Y8v4j0KH2L3gDzj+Ehus929pnZ9fws53+Mb7BgNZJ58DjRO5+D7MWL0Zy5GPTOP8XJ6X1H7/xToLt5QfM+huD7FxPmhwY=
</data>
</layer>
<layer height="30" name="Objects" width="29">
<data compression="zlib" encoding="base64">eJzlVltKw0AUDYNUVJA2QsTHHnQhLsEdKLoAS/1wGdoVtO6gRdBPq9IKViVoW/CzgqJ+O4fcS26vaTKx/RA8MEwe9zXnPhLP+3vYMZ73Vcins2om83lg9Quzk9kA5h3jqJPcdeB5tRw6kNfPZoy7jbuSmxzjIoh97gofG77ndXw3G+3iz7izEBIv2yY6Y4v0jx3OOfBjG++OMQJDK9+064r2nl0vjvrdUuwTcM0H+A2ErOZpxb5bs2vLRDW+T7JcP0eW2zMRNy9X/+AKPiWvXMNlu6/bdWhif2+CW2DT3r8sRtdsY8fE/bhnojMwzovJcTQTzoD7J7s6VqdNdfipfDHQv3N2+XZV7FqmmB8o3o/FZL9VE9Uynwv9IXPA113VN8zHAz0vLUX7Pd1zTsfVPdvjWmU52OHrltJFrTSCmKum4Ai4JZ7CMT4Z4HOT8t4W3CL20KF2wJn0oTnTMcuZAznZK2m6GiHpas7S4uz4sRzyzHHj2cCht1m+W4zkXfgBhiI/N2KeuOBM5fc1cJt7GjpP3JNBgq3wlz6SoGcgZgjmwIJJlsuLPZqJwDbtku9nMUOeVL7Y5yrN1DXHM1dIbl7OFlHXsCv7z18afVejWVom/az/BJ4v+H5xv/C3iOct9w+AepbxyBoCD+gDzM602r2gnmgEo7P4kuxyLQJv/mie66LWcHaOq08xn6b4rYp3fdGTj2SD6xJyQ/WN6I2p25MctQy7zPF9xv+R7qlJUBU1lNV7ef+fpoH/4nNa+Zymz2+cj8Zy</data>
<layer name="Objects" width="29" height="30">
<data encoding="base64" compression="zlib">
eJzlVltKw0AUDYNUVJA2QsTHHnQhLsEdKLoAS/1wGdoVtO6gRdBPq9IKViVoW/CzgqJ+O4fcS26vaTKx/RA8MEwe9zXnPhLP+3vYMZ73Vcins2om83lg9Quzk9kA5h3jqJPcdeB5tRw6kNfPZoy7jbuSmxzjIoh97gofG77ndXw3G+3iz7izEBIv2yY6Y4v0jx3OOfBjG++OMQJDK9+064r2nl0vjvrdUuwTcM0H+A2ErOZpxb5bs2vLRDW+T7JcP0eW2zMRNy9X/+AKPiWvXMNlu6/bdWhif2+CW2DT3r8sRtdsY8fE/bhnojMwzovJcTQTzoD7J7s6VqdNdfipfDHQv3N2+XZV7FqmmB8o3o/FZL9VE9Uynwv9IXPA113VN8zHAz0vLUX7Pd1zTsfVPdvjWmU52OHrltJFrTSCmKum4Ai4JZ7CMT4Z4HOT8t4W3CL20KF2wJn0oTnTMcuZAznZK2m6GiHpas7S4uz4sRzyzHHj2cCht1m+W4zkXfgBhiI/N2KeuOBM5fc1cJt7GjpP3JNBgq3wlz6SoGcgZgjmwIJJlsuLPZqJwDbtku9nMUOeVL7Y5yrN1DXHM1dIbl7OFlHXsCv7z18afVejWVom/az/BJ4v+H5xv/C3iOct9w+AepbxyBoCD+gDzM602r2gnmgEo7P4kuxyLQJv/mie66LWcHaOq08xn6b4rYp3fdGTj2SD6xJyQ/WN6I2p25MctQy7zPF9xv+R7qlJUBU1lNV7ef+fpoH/4nNa+Zymz2+cj8Zy
</data>
</layer>
<layer height="30" name="Above" width="29">
<data compression="zlib" encoding="base64">eJztlsEJwzAMRVNP0KZQ6PBdoit0giSnrJEJig8C4QpH+l+BHPqOxvpfUmSRYTgfyyMnxqtT781BTysmovMBarRiIjqI56v8nkV6JZ4T0F8UpE4mDpkfweqvB9RPqDm/r5xGT9uCzbnnp7Uv9xzdng46K0Lbo+W5H4POiqBzjr7HPbbRPmdz1jA7oWW9+e4hPWPzFE9vjhmw86zx1s/s25bebinqHSOezH5HPdnvIfmWwC7MfKt/csncfV4yd8KZPY/6L2H4AsyjNS0=</data>
<layer name="Above" width="29" height="30">
<data encoding="base64" compression="zlib">
eJztlsEJwzAMRVNP0KZQ6PBdoit0giSnrJEJig8C4QpH+l+BHPqOxvpfUmSRYTgfyyMnxqtT781BTysmovMBarRiIjqI56v8nkV6JZ4T0F8UpE4mDpkfweqvB9RPqDm/r5xGT9uCzbnnp7Uv9xzdng46K0Lbo+W5H4POiqBzjr7HPbbRPmdz1jA7oWW9+e4hPWPzFE9vjhmw86zx1s/s25bebinqHSOezH5HPdnvIfmWwC7MfKt/csncfV4yd8KZPY/6L2H4AsyjNS0=
</data>
</layer>
<layer height="30" name="Walkable" width="29">
<data compression="zlib" encoding="base64">eJztk9ENwCAIRJ2i+6/ghv0yMUTgDpT2QxKTxnA8OGl/Wuv3fHJGsBrkzuKxXJnL6EdeNTPq7SpOeqtxM/0i+igv45PUM7NE+kX3wZtL08461hdtRq9frz+EqX1b2sz+oFH5n8x+I1rPW2beE0yklpcXZfyJ6fm9kym52uxRpqzpheUH2odW17qz9nbVW/b92NqR/anaW+ZddjJ39XWZZ5gvaNzyVw==</data>
<layer name="Walkable" width="29" height="30">
<data encoding="base64" compression="zlib">
eJztk9ENwCAIRJ2i+6/ghv0yMUTgDpT2QxKTxnA8OGl/Wuv3fHJGsBrkzuKxXJnL6EdeNTPq7SpOeqtxM/0i+igv45PUM7NE+kX3wZtL08461hdtRq9frz+EqX1b2sz+oFH5n8x+I1rPW2beE0yklpcXZfyJ6fm9kym52uxRpqzpheUH2odW17qz9nbVW/b92NqR/anaW+ZddjJ39XWZZ5gvaNzyVw==
</data>
</layer>
<objectgroup name="Mapevents">
<object height="32" name="up lostmine1" type="mapchange" width="32" x="672" y="928">
<object name="up lostmine1" type="mapchange" x="672" y="928" width="32" height="32">
<properties>
<property name="map" value="lostmine0"/>
<property name="place" value="down lostmine0"/>
</properties>
</object>
<object height="32" name="north" type="mapchange" width="32" x="832" y="96">
<object name="north" type="mapchange" x="832" y="96" width="32" height="32">
<properties>
<property name="map" value="lostmine2"/>
<property name="place" value="south"/>
</properties>
</object>
<object height="32" name="west" type="mapchange" width="32" x="0" y="320">
<object name="west" type="mapchange" x="0" y="320" width="32" height="32">
<properties>
<property name="map" value="lostmine1a"/>
<property name="place" value="east"/>
@@ -192,60 +222,60 @@
</object>
</objectgroup>
<objectgroup name="Spawn">
<object height="96" name="charwdg3" type="spawn" width="32" x="672" y="768">
<object name="charwdg3" type="spawn" x="672" y="768" width="32" height="96">
<properties>
<property name="spawngroup" value="charwdg3"/>
</properties>
</object>
<object height="64" name="charwdg2" type="spawn" width="192" x="704" y="672">
<object name="charwdg2" type="spawn" x="704" y="672" width="192" height="64">
<properties>
<property name="spawngroup" value="charwdg2"/>
</properties>
</object>
<object height="128" name="charwdg3_1" type="spawn" width="32" x="672" y="544">
<object name="charwdg3_1" type="spawn" x="672" y="544" width="32" height="128">
<properties>
<property name="spawngroup" value="charwdg3"/>
</properties>
</object>
<object height="64" name="charwdg2_1" type="spawn" width="64" x="544" y="704">
<object name="charwdg2_1" type="spawn" x="544" y="704" width="64" height="64">
<properties>
<property name="spawngroup" value="charwdg2"/>
</properties>
</object>
<object height="192" name="charwdg1" type="spawn" width="320" x="224" y="608">
<object name="charwdg1" type="spawn" x="224" y="608" width="320" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="charwdg1"/>
</properties>
</object>
<object height="192" name="mazarth1" type="spawn" width="288" x="192" y="640">
<object name="mazarth1" type="spawn" x="192" y="640" width="288" height="192">
<properties>
<property name="spawngroup" value="mazarth1"/>
</properties>
</object>
<object height="448" name="charwdg3_2" type="spawn" width="384" x="64" y="96">
<object name="charwdg3_2" type="spawn" x="64" y="96" width="384" height="448">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="charwdg3"/>
</properties>
</object>
<object height="64" name="charwdg3_3" type="spawn" width="64" x="352" y="544">
<object name="charwdg3_3" type="spawn" x="352" y="544" width="64" height="64">
<properties>
<property name="spawngroup" value="charwdg3"/>
</properties>
</object>
<object height="128" name="charwdg1_1" type="spawn" width="32" x="672" y="96">
<object name="charwdg1_1" type="spawn" x="672" y="96" width="32" height="128">
<properties>
<property name="spawngroup" value="charwdg1"/>
</properties>
</object>
<object height="224" name="charwdg2_2" type="spawn" width="160" x="704" y="128">
<object name="charwdg2_2" type="spawn" x="704" y="160" width="160" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="charwdg2"/>
</properties>
</object>
<object height="192" name="charwdg3_4" type="spawn" width="320" x="512" y="352">
<object name="charwdg3_4" type="spawn" x="512" y="352" width="320" height="192">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="charwdg3"/>
@@ -253,4 +283,4 @@
</object>
</objectgroup>
<objectgroup name="Keys"/>
</map>
</map>

View File

@@ -200,7 +200,7 @@
</layer>
<layer id="4" name="Walkable" width="22" height="30">
<data encoding="base64" compression="zlib">
eJzbKMbAsHEUj+JRPIpHMdkYGRCrDp9adDWE9KCrI8ZubACXHmQ7CKnBxic1zIgFxLiH0jBAD2N85uCSIyZNUOo+ctxLCaC1e0lNT6TmU1x2UMNcdPPJNXeoYQD0tJgr
eJzbKMbAsHEUj+JRPIpHMdkYGRCrDp9adDWE9KCrI8ZubACXHmQ7CKnBxic1zIgFxLiH0jBAD2N85uCSIyZNUOo+ctxLCaC1e0lNT4TMxJX/SHUrNvX4/E6qucT6bTBiABxYk4E=
</data>
</layer>
<objectgroup id="5" name="Mapevents">

View File

@@ -1,256 +1,257 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.2" tiledversion="1.3.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="29" height="20" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="22">
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="29" height="20" tilewidth="32" tileheight="32">
<properties>
<property name="outdoors" value="1"/>
</properties>
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<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" tilecount="128" columns="16">
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
</tileset>
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
</tileset>
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_table_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
</tileset>
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_1.png" width="512" height="256"/>
</tileset>
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
<image source="../drawable/map_window_2.png" width="512" height="256"/>
</tileset>
<layer id="1" name="Ground" width="29" height="20">
<layer name="Ground" width="29" height="20">
<data encoding="base64" compression="zlib">
eAG1lMFNBDEMRQcOWwUtQAvAAe5AC9sqXWwJFLF5Yp70ZTnsjEYcLMeT7/+crDaX07JcNsT30ByJx/tleVpjCw/NER698sj/yXwY/oQ8z5pMz5LfXLOnB1ntLD8PzcsaHbP2ycnsjPaTc4Y6x8fY/1wDPnrnwHcL075ksvYs5NcReL3d/ebzqAn4zOwcW5nonVMODM9C/hqBH8y8I9beEzN0TGatPdTOKQeGZ9ELXcfMe9rDRNsx+J7RMb0nfo/6W1qnx951x8QDLncso+a9nNTPmGi448qyTo89a/phkrs+zirjr9z1dt+qR6fhW9Xdqmc+1et9nHUWtxjd/hav2Wz1ver8Z9/Ss2pyL9e+YVWfdX1PrdGkF/VsDx178ur/076qSb3rmZb38GdwjHx/aq/1kQyP91AeOd+fI95dr7yOWblXYEdt9g==
eJy9lMENgzAMRUMOTMEKZIWUQ3uHrsCqbMEIHaJE2Kpr2fBpEYcnBJi82MCf6xBmgOlP2hhCIhDfGc50kbOJK+xqDSfXek5eo7Dny0vNjbCcut5yyvfBNNHfR7+cD0Smet4H6syGM4leCh1579V6HONKTz3yPlBnH7/nxY5B8KT1itOb0+g4t7zaMQq4znLKOR1xzrXt0FhOnlPa+P7Qfwh1sre92MkzPtspv1uvVyRPjviQ547mGep8VD6/5CiylrcvJDeRftFZpJ1/RWe6zlXt9O5xbzIvPYeVrV6+y+slD1/1ByunUQdCR3konTJ/zoZ9llN732BHbfY=
</data>
</layer>
<layer id="2" name="Objects" width="29" height="20">
<layer name="Objects" width="29" height="20">
<data encoding="base64" compression="zlib">
eAG1lT0vxEEQxv/UJBKl+EhqBZ1ESS9eakKt8X18BC1RSMi5Xtyd+dl9eIw5NCaZm52XnWd2dv57w/A7ba0Mw3bw69IwTELOgsdd3ocNki6J7S586NNg0YatZaukMOUDlzwuVUe2o68ttp0Z7yB8h52PQjoJ87GfCd+kr28iFvsHfrcLx/Owfoh4YZ3Eei94P5g+OgnTbetR+4vV4D7yQl4j+lOPJx9Y58EXwVV+bKKR4VyHXXnwU4fr4wXt+iqFwSwQL92jHBO76qevkNfB/UDIWWBeFbgZA/042O80Y7as9S89g+ibmPuCdvosCfN9DuKcZ+HPdypb29l+n4v6weN+nHaXW+/cxuz4zKz2GLcRL9zLwDoNngZrDnQexwNLlPuk2cF/22vU2bUHSQ5wld/3eX7fo7XqRddMs+aNgfjuKkx8OXfW9d0Rywz5TDgufs0hawhM5oh9eW+L+P4Lnr5xvHkmsKnHek/GsYf3C/Iesvcv+OTzGap65WcVniS4vDF8r/PwvW86I3PHHaH/RLyTnA883mPp1R7hVz5szK3j57jN/n2NOp76SpzweWeoQbUgIe+b95R411v055uu9yrnlK7/hTxfFSY9FTFHnJeZhpVHfpeVjzc8k7/hqjvH/FWvzlO94f5Nk7vaNw/T650X81/2N1TAths=
eJyllbFuwjAQhg1zkCx1rPpInTvQrVLHZI9omYvo3KXvwyOwFnWIBEqzIyD1lbv653ImSPzSybHj3Oe7nG3n+jX2zj0G22XO7UPbBmu4/c6Ocxo1Tlplx/7BR1/3vuv/HFO0Zz/YCk+PU3s7tHll6E/YXtQ7Ya4z4PLzksf/OTwuHK3KR9Y0WB6sUDFZcZLugs9t5kxVPHet3m+y6I9Y82Dv3vY/hn4NfhY++pF1YL8Z2GsSBtUCze9j4vqXvruOiY9tG5ifBlczqP+q/qlmnlPOc+c+WsFjT8NT5l8dBJsZ/3QG34l+jPXn/H9Qz6PumqfK/83Izq9wPwLrLdhhEOtADHnEEmkmzv3yp7Hr9c4SDPRvCfNUgd8d18E+UUeWb92XfUfS+1z/H72PpI5SZ4SlEvY4KbXPJS4SnpOYw+JCvuxzyfe5mkAecre8X1N8ZEuMcg+UPXmxzuc28Y3wU6IYka/1wPurVvFJ3MRf+u4dQcK8YU5pvs6x5IFyI+eVdS/h/aPry2JiTFPmUU2Tpe4XkvVuYeQHz/A6ca9cKise6wyv1Dqs71LaXLnGa/QLVMC2Gw==
</data>
</layer>
<layer id="3" name="Above" width="29" height="20">
<layer name="Above" width="29" height="20">
<data encoding="base64" compression="zlib">
eAHdlTEOwjAMRQMzSOyIAVa4CBeAG5SjsnKRcgbypVr6+rJb0qQMWIoaJ85/cZq6KdXZe5dSn5taNL5fa2S5/3R4kcpc3quAEbF5/LhN6ZSbZ3P36Gn9w9hjOPtzwV3pN2WZ3+X9doNvbKiV8JkerTMGYi+Um+6Ftbg/dSeVywzWQf9bpq6r8ZWp+63RjtbymVuMclG/UK9+ZVwvl+YiV+ZZjktzjaNPcFG/7cztqXHsc72/rvLdlebVT3C8vFkXfU/vlvXHzOONxevcgb59zLEe5rrgP6E6LX2uey11Iy3wtB5EsS3GjTfF/AB2tCOZ
eJxjYKAMvBNgYHgrQLy4NBOFFgLBcSzm4gLk2neBBDuIAYq8DAxKvNjlqBEmwwmkQ8Nem4RwectDmh3haPGbJoBqN6n2IwNc+tKQzNZBUoPuFlyAUJpEt1cHj/uJtZOaAN1OcsOXFJCGxZ/o9oLKqXd0DA/kcpHW9oL8iqt8HggAsve4ACLMiQl75PLekxGYjtAwtvITV/2DDrCZF8aIXw+l5bUsmn5k80ByaTjqCVqCdDqnB5B99CyDYPYRshMAdrQjmQ==
</data>
</layer>
<layer id="4" name="Walkable" width="29" height="20" visible="0">
<layer name="Walkable" width="29" height="20" visible="0">
<data encoding="base64" compression="zlib">
eAHtkEsKxDAMQ3OEuVTvf6XBdB4IYSdxuuliAkW2rA/0+oxxbXzj93a0mebEjycwy1xxJz7t1Dm64tF5b/fODKJ5gmQ5klnxcfeH5wTJcm/wyrFXetWu5iqDDvzonOfexSzHOe1k7vao3vPjpq/aNaM7Z51kaDc6ODQnSFblpcOx0u/wdILu8S521+3uO37XsCt2+/BWvrj7DU+GrtU902ecenTOtB1Os57O0TvLWN1n3v9t/m/f+n++t+iUbA==
eJxzFWBgcCUCwwAxaqmlHxmQaye57kQH6Oahi1PqVlLcQchOaroHlxnY7KRGOiHVTmqHOSl2Usuv+OIeF5/aduJLO7TyJ6FwpZaduMyhtp3E6EdXQ4n9xOrDJocPkBNPpLiFEkBJeiAnTVLTvlE8+DEAt+iUbA==
</data>
</layer>
<layer id="5" name="Walkable_replace" width="29" height="20">
<layer name="Walkable_replace" width="29" height="20">
<data encoding="base64" compression="zlib">
eAFjYBgFoyEwGgKjITAaAqMhMBoCoyEwskMAAAkQAAE=
eJztwQEBAAAAgiD/r25IQAEAfBsJEAAB
</data>
</layer>
<objectgroup id="6" name="Mapevents">
<object id="1" name="west" type="mapchange" x="0" y="288" width="32" height="160">
<objectgroup name="Mapevents">
<object name="west" type="mapchange" x="0" y="288" width="32" height="160">
<properties>
<property name="map" value="mountainlake4"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="2" name="north2" type="mapchange" x="832" y="0" width="64" height="32">
<object name="north2" type="mapchange" x="832" y="0" width="64" height="32">
<properties>
<property name="map" value="mountainlake6"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="3" name="north" type="mapchange" x="320" y="0" width="64" height="32">
<object name="north" type="mapchange" x="320" y="0" width="64" height="32">
<properties>
<property name="map" value="mountainlake6"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="4" name="east2" type="mapchange" x="896" y="224" width="32" height="64">
<object name="east2" type="mapchange" x="896" y="224" width="32" height="64">
<properties>
<property name="map" value="arulirmountain1"/>
<property name="place" value="west2"/>
</properties>
</object>
<object id="5" name="east" type="mapchange" x="896" y="416" width="32" height="32">
<object name="east" type="mapchange" x="896" y="416" width="32" height="32">
<properties>
<property name="map" value="arulirmountain1"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="6" name="trapexit" type="mapchange" x="736" y="320" width="32" height="32"/>
<object name="trapexit" type="mapchange" x="736" y="320" width="32" height="32"/>
</objectgroup>
<objectgroup id="7" name="Spawn" visible="0">
<object id="7" name="arulir_1" type="spawn" x="672" y="192" width="32" height="64">
<objectgroup name="Spawn" visible="0">
<object name="arulir_1" type="spawn" x="672" y="192" width="32" height="64">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="8" name="arulir_1_1" type="spawn" x="672" y="256" width="32" height="64">
<object name="arulir_1_1" type="spawn" x="672" y="256" width="32" height="64">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="9" name="arulir_1_2" type="spawn" x="448" y="448" width="64" height="32">
<object name="arulir_1_2" type="spawn" x="448" y="448" width="64" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="10" name="arulir_1_3" type="spawn" x="512" y="448" width="64" height="32">
<object name="arulir_1_3" type="spawn" x="512" y="448" width="64" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="11" name="arulir_1_4" type="spawn" x="608" y="352" width="128" height="160">
<object name="arulir_1_4" type="spawn" x="608" y="352" width="128" height="160">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="12" name="maonit_3" type="spawn" x="576" y="96" width="64" height="32">
<object name="maonit_3" type="spawn" x="576" y="96" width="64" height="32">
<properties>
<property name="spawngroup" value="maonit_3"/>
</properties>
</object>
<object id="13" name="arulir_1_5" type="spawn" x="512" y="96" width="32" height="32">
<object name="arulir_1_5" type="spawn" x="512" y="96" width="32" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="14" name="maonit_3_1" type="spawn" x="32" y="96" width="160" height="160">
<object name="maonit_3_1" type="spawn" x="32" y="96" width="160" height="160">
<properties>
<property name="spawngroup" value="maonit_3"/>
</properties>
</object>
<object id="15" name="maonit_2" type="spawn" x="64" y="128" width="384" height="384">
<object name="maonit_2" type="spawn" x="64" y="128" width="384" height="384">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object id="16" name="maonit_2_1" type="spawn" x="416" y="64" width="64" height="32">
<object name="maonit_2_1" type="spawn" x="416" y="64" width="64" height="32">
<properties>
<property name="spawngroup" value="maonit_2"/>
</properties>
</object>
<object id="17" name="arulir_1a" type="spawn" x="800" y="416" width="64" height="32">
<object name="arulir_1a" type="spawn" x="800" y="416" width="64" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="18" name="arulir_1b" type="spawn" x="832" y="160" width="32" height="32">
<object name="arulir_1b" type="spawn" x="832" y="160" width="32" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
<object id="19" name="arulir_1c" type="spawn" x="832" y="32" width="32" height="32">
<object name="arulir_1c" type="spawn" x="832" y="32" width="32" height="32">
<properties>
<property name="spawngroup" value="arulir_1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="8" name="Keys">
<object id="20" name="arulirmountain_needskin" type="key" x="768" y="416" width="32" height="32">
<objectgroup name="Keys">
<object name="arulirmountain_needskin" type="key" x="768" y="416" width="32" height="32">
<properties>
<property name="phrase" value="arulirmountain_entrance"/>
<property name="requireId" value="arulir_skin"/>
@@ -258,8 +259,8 @@
</properties>
</object>
</objectgroup>
<objectgroup id="9" name="Replace">
<object id="21" name="arulircave_trap:10" type="replace" x="704" y="352" width="64" height="32">
<objectgroup name="Replace">
<object name="arulircave_trap:10" type="replace" x="704" y="352" width="64" height="32">
<properties>
<property name="Walkable" value="Walkable_replace"/>
</properties>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="10" height="8" tilewidth="32" tileheight="32" infinite="0" nextobjectid="3">
<map version="1.8" tiledversion="1.8.4" orientation="orthogonal" renderorder="right-down" width="10" height="8" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="3">
<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>
@@ -177,27 +177,27 @@
<tileset firstgid="7321" 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="10" height="8">
<layer id="1" name="Ground" width="10" height="8">
<data encoding="base64" compression="zlib">
eJyT52JgMCCA5YFYAYg/SuHHClB1DNL4MUzddCCeAcUz0fjToWr00cSxqdWHum06DnkYBqkB2Y9NDlkfSM0rTlRcyoUpBsIALRssUg==
</data>
</layer>
<layer name="Objects" width="10" height="8">
<layer id="2" name="Objects" width="10" height="8">
<data encoding="base64" compression="zlib">
eJxjYKA++MCKypdlYmD4zAdhyzAhSbAxMDwTY2B4KYagmfkZGE4IMjBUIZnBAhT/BsQ/kehbghA5kD4YSALqeSiEMOsr0KxvQHxDEKIPZj9IXSUrkplANV/4IXZWobmdEAAAldQbSA==
eJxjYKA++MCKypdlYmD4zMfA8JufgUGGCUmCjYHhmRgDw0sxBM0MVHNCkIGhCskMFqD4NyD+iUTfEoTIgfTBQBJQz0MhhFlfgWZ9A+IbghB9IACyH6SukhXJTKCaL/wQO6vQ3E4IAAByHBxS
</data>
</layer>
<layer name="Above" width="10" height="8">
<layer id="3" name="Above" width="10" height="8">
<data encoding="base64" compression="zlib">
eJxjYEAFNUwMDDFMDFjBYTHs4iCQz4SqbjcrA4MzFnPq0dSdBqqbyoqpTl+IOHurWIlThwxwqQPZiWwvMQAA1hkKlg==
</data>
</layer>
<layer name="Walkable" width="10" height="8" visible="0">
<layer id="4" name="Walkable" width="10" height="8" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsHEQYBiAsbHJYQO4zEGWI6SWWPdhEwcApugwMw==
</data>
</layer>
<objectgroup name="Mapevents">
<objectgroup id="5" name="Mapevents">
<object id="1" name="exit" type="mapchange" x="128" y="224" width="32" height="32">
<properties>
<property name="map" value="mywild20"/>
@@ -205,9 +205,13 @@
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn">
<object id="2" name="gael" type="spawn" x="128" y="96" width="128" height="64"/>
<objectgroup id="6" name="Spawn">
<object id="2" name="gael" type="spawn" x="128" y="96" width="128" height="64">
<properties>
<property name="spawngroup" value="gael"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys"/>
<objectgroup name="Replace"/>
<objectgroup id="7" name="Keys"/>
<objectgroup id="8" name="Replace"/>
</map>

View File

@@ -0,0 +1,234 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="10" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="28">
<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_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="10" height="30">
<data encoding="base64" compression="zlib">
eJxbx8TAsA4LPgDFB3HIr4PKXYLiyzjUrIfKPYFiXGatxyM3GNTRChNrP754QFaDKx5IUbOeCDXEuolYs0DqNnKiiqHzsakDsWGYkDpc5iKbgc1OZDwHj53YMLI6QnE9h4Q0sX4IqCOkhtg0tA4pDQEATRjRRw==
</data>
</layer>
<layer id="2" name="Objects" width="10" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAl0IQ+rIkAwZAF3skhGALsmOqL2LCFFOEqlvDhF0eJocNXBPCLo4LfIKqL8RhnrIUaebBwGExND6WsIKBuTjsBoFioNxVND8dBJp1CI95uMBlLGHzhIjwwhXWhNT8EMKtBle8gsAUVggtJcHAIA3EMhLY7ZOGynMD8QlBBgYuLGoNgfiXOAPDbyCuFoCIgeKcC6oOFr+ODBAxbqg4TA86+AMVg4UbTM8vqHgymr+Q4xakRgeLX5DV3gP6gweo5ibQ/EQkva+EIGLIAGQWtjxIDviCZvZ3JP51IHsPkfacIUIdLO6vkJhX0cFvAvoBYksxGw==
</data>
</layer>
<layer id="3" name="Above" width="10" height="30">
<data encoding="base64" compression="zlib">
eJxjYCAMDovhlruMJHcJhzqQGlxyxNpDT3WbJbGrm8uEyhcmwvyNkoTVwcKQkLrDRKhDDmtc6tDjA5s6bHGGTR22MEZXhyv+0dXhiq/Bog4XOIMjvZAD0NMYPnB5kOQXeqkDpSEAu7og/w==
</data>
</layer>
<layer id="4" name="Top" width="10" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFtAabJAfaBaMAH5jLhF18z2i8DToAAPv0AkA=
</data>
</layer>
<layer id="5" name="Walkable" width="10" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFkNjLApR6XOnxmEZJDV0cMoEQdPv8SYwe6WnxuISZs0M2gVB0x7iPGv/jSBqnqCKUNfGZj009KGBFjL7JaWqUDQnmJkPuGsjpiMQDFhERp
</data>
</layer>
<objectgroup id="6" name="Mapevents" visible="0">
<object id="19" name="cave" type="mapchange" x="192" y="64" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze3"/>
<property name="place" value="south"/>
</properties>
</object>
<object id="20" name="east1" type="mapchange" x="288" y="32" width="32" height="160">
<properties>
<property name="map" value="crossglen"/>
<property name="place" value="west1"/>
</properties>
</object>
<object id="25" name="rest" type="rest" x="96" y="576" width="32" height="32"/>
<object id="26" name="ratdom_bwm1_east1" type="script" x="256" y="96" width="32" height="128"/>
</objectgroup>
<objectgroup id="7" name="Spawn" visible="0">
<object id="24" name="ratdom_rat_bwm1" type="spawn" x="96" y="448" width="192" height="224"/>
</objectgroup>
<objectgroup id="8" name="Keys"/>
</map>

View File

@@ -0,0 +1,452 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="20" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="46">
<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_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="769" 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="897" 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="1025" 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="1153" 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="1281" 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="1409" 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="1537" 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="1665" 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="1793" 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="1921" 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="2049" 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="2177" 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="2305" 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="2433" 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="2561" 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="2689" 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="2817" 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="2945" 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="3073" 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="3201" 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="3329" 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="3457" 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="3585" 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="3713" 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="3841" 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="3969" 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="4097" 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="4225" 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="4353" 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="4481" 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="4609" 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="4737" 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="4865" 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="4993" 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="5121" 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="5249" 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="5377" 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="5505" 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="5633" 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="5761" 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="5889" 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="6017" 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="6145" 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="6273" 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="6401" 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="6529" 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="6649" 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="6769" 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="6889" 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="7017" 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="7145" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
</tileset>
<tileset firstgid="7273" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<tileset firstgid="7381" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="30" height="20">
<data encoding="base64" compression="zlib">
eJzFVcFxwjAQ5JEHRaiNFEZSAkoJMunAhg6M6cAmNWEPumFnsyfhB8NjZ8CSbu/29qQmbDYNoRM4zvjY3pGcPQiOibHV9yX+WWAA3pOzB9GKOix2R2vHHH8SuALvxdmD6MNdlwPlPuXfDawNFN/D3xN7RuDl3Cfg5ZoW7Ob/MeNrxvcTfIhEvkAYr1pjrYYVvPt8Ds/soQ7mXdZ+wkOrtqCHxxfBL3gGvdaE/zOCeSw1/wo+zD1SHeZb1qcHn7MWKX/HmpMT35tz8y3rM2afG+9V8B7ENwTOB895qR+jiM8c5l/uC85Aac6VZzyfI6/pb31BPb0ZUJzqnmWfYz2Wu/XFuzc9j8WgZzA5vVX6j46emKuCmsFU0Bg9XbuTarzqDPebz5lenINpW+JUvKZPB7Frb2pcsbeG2jv6KtTe0Vfhc/se3ABhVUhC
</data>
</layer>
<layer id="2" name="Objects" width="30" height="20">
<data encoding="base64" compression="zlib">
eJxjYCAeGIlA8CgY/GAH80C7YBSMglEwCkbBKBi5AACRewFI
</data>
</layer>
<layer id="3" name="Above" width="30" height="20">
<data encoding="base64" compression="zlib">
eJxjYMANpsmg8pVF8SimIVBCsncwuIEQwOdGWrpfGI/Z+OQG0l5YeBiT6D6QPnxxQshecsODVHPR45tce/H5lVBY0Arg8guhNE5pHqBV3JGrH+QffOmXUntxxS0hc4lNE6TGB7XKElqWSaP2joLBAAB2Kghc
</data>
</layer>
<layer id="4" name="Top" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcGiE4IoBsnPDANkJAvS0twdqJ73t7QLieQPgX2S76W0vzO6BsHcUj+JRPIpHMWEMAJO1As8=
</data>
</layer>
<layer id="5" name="Light10" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcGiE4IoBsnPDANkJAvS0twdqJ73t7QLieQPgX2S76W0vzO6BsHcUj+JRPIpHMWEMAJO1As8=
</data>
</layer>
<layer id="6" name="Light1" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcIiGuAKI10PxBiAGgXV0sBNmFzqgpb09OOyktb24/EpLe/H5lVb24otXWtlLjJ2U2oucR9DzCq3sJdZf1LaXULoZtZc69nYB8bwBiF+Y3XOJwNjcR+38S2ycDIS9c+hgJ3paANnZTSd7kdMCPe0cTBgAk5eMeg==
</data>
</layer>
<layer id="7" name="Light2" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcIiGuAKI10PxBiAGgXV0sBNmFzqgpb09OOwcrvbiCmNa2ovPTlrYiy8tgcAcoNxcCs1fjwUT8mcVDf1EK3vxpVN8ABTG3TQMS0rtJDcsh5Kd5MQfLG9gw8TaCcJdQDyPBLspSaPk2k1KOJJi91w89tPCTmz2UxJ3Ix0DADrteos=
</data>
</layer>
<layer id="8" name="Light3" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcAiKe4AYGVQhyVGKK4B4A9T8dWhytLQX3ezBaC96eNDLXpjdlTS2F4TnYbGbGuFNyF5cfqZGWM9FwsTYS+00hg130TCsSY0LaqYvUu2lh9247KW13fjspWVcD5S9uNI0clivp1F4E/Izrfw9au/wsBcA1ECQxQ==
</data>
</layer>
<layer id="9" name="Light4" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcAiIK4B4AxATC6qg+kjBMPPXkWknOfb2oJlPjp0wN69Hw5Uk2IvOpwSsGyB759DAXpCZcwngbhrYS076RcfIbkROUyA/zcPhDmrYi4zRzcblf1rZC0sTXTj8TAt70dMhNj+D8gi+/EmOveh+oUdYz8UiRq84Hun20itNE2s3PezFFt6j9pKPAbg1aYk=
</data>
</layer>
<layer id="10" name="Light5" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcAiIK4B4AxCjgyqoPDUwzPx1BOykpr09aObjs5OW9qLzkcEcoFw3ne2lpp3E2kttO4m1l5ppGIa7gHguEqZ13sGFsYFRe0ftpba9tMi7xNhLD7+O2jtqL60wAIIvock=
</data>
</layer>
<layer id="11" name="Light6" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcAiIK4B4AxBTE6wDmleJxfx1UDEQ7qGynTBQhcP8UXvpa28XEM8lgOeR6LY5QPXdBOwlBpMSJsh2YvMXLexFt5NS3EUgrOdA/UJNO4lJB7SwbxSP4lE8igcaAwCfh3fu
</data>
</layer>
<layer id="12" name="Light7" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcIgOuAKINwAxCKyjk50g3AO1EwZG7R21lxp4wwDYi24nPexFD9/hbi+2MKa1vbj8OmrvqL2j9g5tewEtRbSS
</data>
</layer>
<layer id="13" name="Light8" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJw7JMPAcAgP7gFicsE6oN5KqDkVQLxBBiGOz05K7QWBKhzmjNo79O2dA9TbTWd7ke0E4S4gnouEaWEvup3kYJA75xFp9xyoXyi1E1cY4cLUsm8Uj+JRPIoHEwYA+b6HsQ==
</data>
</layer>
<layer id="14" name="Walkable" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJztk0sOACEIQ/UQ3v+qZnYTQ7WtxGQmkrDwAw8p1lZKBf7YuB73TvhfuStj7zDaRUynpijePXO4rD5RHa4Gylyg9yOeMytsTUr+bK7LZnSY1eRwEQutVS5jygypXLUPq/hZHxwN3rmY3Gwfd/V2/0R23PXvegcHaSWP
</data>
</layer>
<layer id="15" name="Compass" width="30" height="20" visible="0">
<data encoding="base64" compression="zlib">
eJwrk2FgKBvFdMUdg8ANo3j44NH0NIpH8SgexYMPAwDG2VZk
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="1" name="east" type="mapchange" x="928" y="128" width="32" height="32">
<properties>
<property name="map" value="crossglen_cave"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="30" name="west" type="mapchange" x="0" y="448" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze2"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="11" name="ratdom_drop_torch" type="container" x="896" y="96" width="32" height="32"/>
<object id="12" name="ratdom_maze_light1" type="script" x="608" y="288" width="320" height="128">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="13" name="ratdom_maze_light1b" type="script" x="768" y="96" width="192" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="15" name="ratdom_maze_light2" type="script" x="320" y="288" width="288" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="16" name="ratdom_maze_light3" type="script" x="192" y="192" width="128" height="288">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="17" name="ratdom_maze_light4" type="script" x="128" y="96" width="192" height="96">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="18" name="ratdom_maze_light5" type="script" x="0" y="160" width="128" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="19" name="ratdom_maze_light6" type="script" x="320" y="0" width="416" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="28" name="ratdom_maze_light7" type="script" x="800" y="416" width="128" height="96">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="29" name="ratdom_maze_light8" type="script" x="384" y="192" width="320" height="64">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_rat1" type="script" x="512" y="320" width="192" height="64"/>
<object id="43" name="ratdom_rat_conv2" type="script" x="352" y="448" width="32" height="64"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="34" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="7" name="crossglen_caverat" type="spawn" x="64" y="96" width="128" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="8" name="crossglen_caverat2" type="spawn" x="256" y="320" width="32" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat2"/>
</properties>
</object>
<object id="9" name="crossglen_caverat_1" type="spawn" x="384" y="96" width="352" height="160">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="10" name="crossglen_caverat_3" type="spawn" x="800" y="352" width="128" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="keys" visible="0">
<object id="5" name="ratdom_maze_rat2_key" type="key" x="192" y="192" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_maze_rat2"/>
<property name="requireId" value="ratdom_torch"/>
<property name="requireType" value="wear"/>
</properties>
</object>
<object id="44" name="ratdom_maze_rat2_key2" type="key" x="352" y="0" width="64" height="32">
<properties>
<property name="phrase" value="ratdom_maze_rat2_key2"/>
<property name="requireId" value="andor"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="31" name="ratdom_maze:6" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="32" name="ratdom_maze:7" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="33" name="ratdom_maze:8" type="replace" x="0" y="0" width="960" height="640">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="41" name="ratdom_rat_conv2:1" type="replace" x="64" y="96" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="45" name="ratdom_rat_conv2:2" type="replace" x="32" y="256" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,427 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="8" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="53">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="8" height="30">
<data encoding="base64" compression="zlib">
eJyVk9ENgjAQhpt7wyG6BLqCq2jiBGq6CSuAL74DIwAr6B7epb3wcxaMJH9C7zuud/1pQ841SZ2RPMp61sk7N9KsFtiZ2ZX1olkD68G6cPzGehZL3X3kAVjJ7wdYC8dv6rTn3ketcRTWazMcawyUz9Ea0nMuB2toju0F+5CcX73WUPu4i2vcR3mfeJvekUv+RPNsU4YHmC34b259U5/s3JYhl1hFUblzy5058jVflP/ji82xvmx5V6b/Du/M2hwdLe+LeDSaGN4X5Rh7F9v6AHkpppc=
</data>
</layer>
<layer id="2" name="Objects" width="8" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AU0AMcEqNMHhsAAHZUAbE=
</data>
</layer>
<layer id="3" name="Above" width="8" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSJIALovhlz9MY3liACE30ssMYszGZg9yGKCHB0j9JSSxS2jytA7/wS5PLUDrdI4NAADS+BVL
</data>
</layer>
<layer id="4" name="Top" width="8" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDFUAAAPAAAE=
</data>
</layer>
<layer id="5" name="Light10" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsHkUj+JRPCQxAM6+vHE=
</data>
</layer>
<layer id="6" name="Light1" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzTkGNgSABiXACfHK2BDw67tYDiRVBMjnwckrwfATVWRKixwRNGhMwoImBPEZJbsdmDLI/NDGR5bGagy6OHCTZ5ZDW45EFu8cUhN4qphwFl5VC2
</data>
</layer>
<layer id="7" name="Light2" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsHkUD1kcJ4dfHgTwqYEBLRxqiJXHZQcywGYGMgCZoSmHWx6bGmwAWQ0uoEWkvJ8cQixIElPeSg5VDQj4APnWSG5EVoMuh6zGF4ccPgwAeoGP6Q==
</data>
</layer>
<layer id="8" name="Light3" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsBmIE+QYwEBLDsJHxjA5bPLIctjk0QGl8nFAeU053PLoZvjJYcojm2GDRR5ZjZUcdjNgavCZAQIgeXxmwNyJSw1yWGCzZzDL+8jhlgfJWWNJa6OYNAwA9gJxfw==
</data>
</layer>
<layer id="9" name="Light4" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsBmIE+QYwEBLDsJHxjA5bPLIctjk0QGl8nFAeU053PLoZvjJYcojm2GDRR5ZjZUcdjNgavCZAQIgeXxmwNyJSw1MvkgOuz2UymsAxeKhGD0uQQCbGAz4EJCzxiEPk4PFH4jvi4RhciDsgyU9EsIgvxaRoW8oYgDC8GZF
</data>
</layer>
<layer id="10" name="Light5" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAkCDHgBPgk6MH8JVDxX5o7tkshoqt0NSjy4/iUTycMADZPZkT
</data>
</layer>
<layer id="11" name="Light6" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsHkU0wxryDEwxCNhTTmEXAKQbQPEyEBLDiEHAglo8nFymGKDFfjgcSdIzhqLPEjcFyoHCgdsepDDFxloyWGGP6XyfnL45a2g7vXF4jZ6YADXeXhv
</data>
</layer>
<layer id="12" name="Light7" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDFUAAAPAAAE=
</data>
</layer>
<layer id="13" name="Light8" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDFUAAAPAAAE=
</data>
</layer>
<layer id="14" name="Walkable" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccuRgdIBNDhsflx5s5hKym1x5YsKDWDPIUYMrbOghjw0QG6/Ehhut5amlhpby5GAAhQeNew==
</data>
</layer>
<layer id="15" name="Compass" width="8" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3iEYItB4AZqYgAEyD/T
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="47" name="down" type="mapchange" x="96" y="864" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_448"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="43" name="up" type="mapchange" x="64" y="416" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze3"/>
<property name="place" value="down"/>
</properties>
</object>
<object id="33" name="east" type="mapchange" x="224" y="128" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze1"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light1" type="script" x="32" y="96" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light2" type="script" x="32" y="672" width="160" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="96" y="288" width="160" height="160">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="160" y="448" width="64" height="128">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="160" y="96" width="96" height="64">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="32" y="416" width="128" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="51" name="ratdom_rat_conv2" type="script" x="32" y="608" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="48" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="crossglen_caverat_2" type="spawn" x="96" y="320" width="64" height="32">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat2"/>
</properties>
</object>
<object id="45" name="crossglen_caverat" type="spawn" x="32" y="96" width="160" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="46" name="crossglen_caverat_3" type="spawn" x="32" y="512" width="192" height="320">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="256" height="960">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="50" name="ratdom_rat_conv2:1" type="replace" x="96" y="704" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv2:2" type="replace" x="128" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,373 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="10" height="11" tilewidth="32" tileheight="32" infinite="0" nextobjectid="37">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer name="Ground" width="10" height="11">
<data encoding="base64" compression="zlib">
eJxzlWNgcIPiCDQMAiBxdyB2haqJBOIsNBwOxOuYEOpAarKBuAYNZ0LlQeo8oGpqgXgLJyquRlOHTQ0MuyK5zxRJnTGQbYLEB7nxIBPCHyC12lB9IPHLTBB1IDdehqpDDguYGpA/TaD+BWH0sACpecqEkAfhOUyYYYGuBlktOsamDgAowz5v
</data>
</layer>
<layer name="Objects" width="10" height="11">
<data encoding="base64" compression="zlib">
eJxjYBjeoJuJuuY9hZr3mAnBHggAANXTA0E=
</data>
</layer>
<layer name="Above" width="10" height="11">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIBXBYjTt1hItVRAkBuIeQekDzILZcIqCNGDQgQowYXAAA0zAlM
</data>
</layer>
<layer name="Top" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAObBYbxYMJAwDw206F
</data>
</layer>
<layer name="Light10" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJzbLMbAsHkUk4RBYKDdAAB6kFWW
</data>
</layer>
<layer name="Light1" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNg0ADiBCBGB3FAMU0oxqUGXa0NHjUwoEWCus1iEOyHRz2yOnzqsamzAor5yhFWB8LobsalDtl+HzxqkO23JqAOHQMAV14o0A==
</data>
</layer>
<layer name="Light2" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Light3" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Light4" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Light5" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Light6" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNg0ADiBCBGB3FAMU0gLsKjBl0tPjUwoEWEGlLV+RFQ6wOUtwbizWKYakFyvlAMkkfGyGq1sMgjY1xm0AIDAHWAJvc=
</data>
</layer>
<layer name="Light7" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Light8" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFQxEAAAG4AAE=
</data>
</layer>
<layer name="Walkable" width="10" height="11" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFcctTE6IAYNbjUYhPHZyY5/qVXuODDAOneSEw=
</data>
</layer>
<objectgroup name="Mapevents" visible="0">
<object id="30" name="down" type="mapchange" x="96" y="192" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze2"/>
<property name="place" value="up"/>
</properties>
</object>
<object id="34" name="south" type="mapchange" x="224" y="224" width="32" height="32">
<properties>
<property name="map" value="ratdom_bwm1"/>
<property name="place" value="cave"/>
</properties>
</object>
<object id="15" name="ratdom_maze_light1" type="script" x="192" y="96" width="64" height="128">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="18" name="ratdom_maze_light6" type="script" x="64" y="96" width="128" height="128">
<properties>
<property name="when" value="always"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Spawn" visible="0">
<object id="35" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="7" name="crossglen_caverat" type="spawn" x="64" y="96" width="160" height="64">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="crossglen_caverat"/>
</properties>
</object>
<object id="8" name="crossglen_caverat2" type="spawn" x="160" y="96" width="96" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="crossglen_caverat2"/>
</properties>
</object>
</objectgroup>
<objectgroup name="Keys" visible="0"/>
<objectgroup name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="31" name="ratdom_maze:6" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="32" name="ratdom_maze:7" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="33" name="ratdom_maze:8" type="replace" x="0" y="0" width="320" height="352">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,416 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="98">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxzk2NgcCMSR5CgdlQv+XqHq7sJmU2JXnxqaK13KKcBbOqGmp9BeiKBOAuIw0kwA6YnG4hrgDgTyQxC+mB6aoFYAYirkczA5QaYPpgedFyNww2E9CHrh7nBlQR96Ga4EtBnDMQmQGyKRS4Tiz6YehO08EA3oxqLPnzx4I7HfcTEP7IeAJOrr9Y=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7I+c0EozY/Kx+YGZH2W/Ai73JHYVkhsmBuQ9XExMTB4QtUkM6G62YsflR+H5j8pNPUw8FQIwU7EoQYGCvHICwhjij0UwnQnLpBEpDp8AJ/7qA0OizEwPAb6rwhoJwAa6rx4
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEoGAUDCC6Lka93LhOCDQA0ygIZ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHdpPDLTeKR/EoHsWjmDyMDZCrjxj9xAJS3YlLjhR/IasjRR8l4YiuHwCeajm5
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA9ZvyYZ+tDdTqo+ZL3kgJGqFwCXArcN
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="86" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_413"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="87" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_412"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="90" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="91" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="92" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="93" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="160" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="94" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="95" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="96" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="97" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="79" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="80" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,428 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="93">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxzk2NgcCMSR5CgdlQv+XqHq7sJmU2JXnxqaK13KKcBbOqGmp9BeiKBOAuIw0kwA6YnG4hrgDgTyQxC+mB6aoFYAYirkczA5QaYPpgedFyNww2E9CHrh7nBlQR96Ga4EtBnDMQmQGyKRS4Tiz6YehO08EA3oxqLPnzx4I7HfcTEP7IeAJOrr9Y=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7I+c0EIbSGIysfmBmR9xoIIuzyg7GQmBgYTJHGYG5D1cQHVOCOpgekDARc08Tg0/0kB1RVD1SYxIcSfCmEPA1KBgDCm2EMCZicz4ZdPJCBPLVDERNgt6OCwGAPDY6j/AMtEvMc=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEoGAUDCC6Lka93LhOCDQA0ygIZ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccqN4FI/iUTyKycPYALn6iNFPLCDVnbjkSPEXsjpS9FESjuj6AeorOVU=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA9ZvyYZ+tDdTqo+ZL3kgJGqFwCXArcN
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="81" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_414"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="82" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_413"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="83" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_394"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="84" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_393"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="85" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="86" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="87" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="88" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="160" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="89" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="90" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="91" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="92" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="79" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="80" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,484 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="21" nextobjectid="80">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlOENhCAMhZ2EuIO6wYEjKCN4jsC5+0Gu5JqXIoVo8n5A/FpKH3VmGNaoN2mL2knpc+antPZRZ9RIcrT3IR1CHE/rxF2MXSFWEOKctObcROyL7Y1CnAv2J/OvZY5aCjyKc1w1vsTV+BrnqP4eLgvZrYHF3Ecjj71KvO3MHRpYL9StYdHzWjb7G32oZSWu1xvaWp/2lbY3Un+0nsI5kj2p7S3ec1DkLnmCv4f9hpN6y99Dnp9aDmdfrl/LSW/qjkueKM1QK3D5/xnuA3krcHd9WAqs1rP8TF+zAaO/
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKA/eCiExBFGMLcDxXcIYSgnChwH6jtBpl4YeEKh/qECDotRpr9FgIEhT5iwOlrYjQyCWcnXm0yi3sVI6gspsLeRTL0zgPomEqm3GEndciB7BZl2GpKoHhS37lC7HMmwL4gNGKdAHMJGut4koJ5kIE4hQy8y2MFHvNpnSOUFqEw7QYLex2SUNa8J6FlERjy/gJq5hx97fBNbJoLiu5Efwv5Iht9mQN1OarhQkr6RAQDXgR8a
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAy2IMGMBNDlMMBC6hqT2MRS8ywGY2TBzdLEJ2EWvncAe4wpQYMJcJQscJU8ct5NhNLqDE35SkGULpFBuglluns0Lo2USGHSX+NAPaZc5Knl5K4zaIjYEhGIhD2EjTR0w5ggvQO00MZbBZiIFhixD1zZ1OZnoDAR4qlWEA/ysYmQ==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjAIIOCw20C4YBaOA/gAAi0gA2g==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGF0vcSahU0dMsCnhxh5XIAYN5GqD59+csKSVH2U6iWUPsiJy6HgZ3rbSw2/UuLWoRJOyPrpmaYoCStsgFx9xOgnFpDqTlxypPiLXH3UTDsAVe8BXQ==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gsxNZ72Ex0uwkFLeE4hWXfkJ2ouv3RcLE6hvFoxiGAbzMlkY=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OKYGunqsBhpdhKKW0Lxii+cCaUpcv1LTNyC7I5Hs58YfdjcT6o+ZP3k6BsFpAMAPOx7ag==
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJBeYtLVYTHS7CQUt4TiFV84E0pT1PDvqF4IwBfWhPIBLruJLd8Hg14AREVyig==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjAIIOCw20C4YBaOA/gAAi0gA2g==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="57" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_422"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="58" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_421"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="59" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_402"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="60" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_401"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="73" name="ratdom_ff_guard_loot1" type="container" x="256" y="480" width="32" height="32"/>
<object id="74" name="ratdom_ff_guard_loot2" type="container" x="160" y="544" width="32" height="32"/>
<object id="54" name="ratdom_door_412_1" type="script" x="192" y="672" width="96" height="32"/>
<object id="79" name="ratdom_door_412_0" type="script" x="160" y="704" width="128" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5a" type="spawn" x="160" y="672" width="160" height="192">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="96" y="768" width="64" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="71" name="ratdom_maze_rat2" type="spawn" x="288" y="96" width="64" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="72" name="ratdom_ff_guard" type="spawn" x="256" y="288" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_ff_guard"/>
</properties>
</object>
<object id="75" name="ratdom_kriih" type="spawn" x="320" y="768" width="64" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_kriih"/>
</properties>
</object>
<object id="76" name="ratdom_m5b" type="spawn" x="64" y="64" width="256" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0">
<object id="78" name="ratdom_door_412" type="key" x="224" y="640" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_door_412"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="173"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="65" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="66" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="67" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="68" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="77" name="ratdom_door_412:1" type="replace" x="224" y="640" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Above"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="173"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,424 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="74">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztlMENgzAMRZmix4gdSkcojJAyQsIIhOm6WG3VltzfREk4g/QORH52kPAf3TCMxE4EwhMvgZ/ZfeH3ldikHlE/Ct44UbzD1D8yfhKCcRJ4d7kP+tjngHP15oqPoNfql7yaX/OY5aSnoPvscO3de2ZappPexQXCuxAztPzTq6lP7je7ap5mE2IztORhNuUy1Hd4mH1Bvn9p9LCHF7fk8d7zDucyLLj/fNJ63HvsscvZ+9aWLzhnKswpoXOYD/CSqxM=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBgSGJiIBk8FiJdDwwkQu17iGZGER53YHMjzJxkIP1CCFP8CQVuJBYUQ+0qRHJfMgnh+ZQKbiQ1/g6LUW7nNTqE7SgYBaNgFNADAABcwgsM
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi18Sw6MJC7hMonpK7BopgJIwnctEPXeMglEw0GC0fMENKAmbwwOk1xRHvYMNUOI/ZHsAf70KoQ==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0UesOwiZTwwgxk3khge5+rDpJVYfsWEziqkX3vSO46GaroaaXmqGM7F68QFy9eEzg5AaXHKk+AuXubSOd2T9AKQo9/o=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu7Xw6CNkNzF6sdlNyL3o+n2RMLH6RvEoHsWjmBAGAF4Uu/c=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPI8K/+OwG6dck025CfiZkNyG9CWTo1SCgD59eQvFLiV58cTwY0xWhuMEXzoTSFLn+JSZuQXbHo9lPjD5s7idVH7J+cvSNAtIBAFg2eyQ=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgGtPCoR9aHrIdYvbj0EdKLTx8hvTZ49PkMgJ2Uutcaj14rIPbDoT+OiHjFZzdIvyaZdhPyMyG7aZE2COnDp5dQ/FKiF18cD8Z0RUmeJ5SmaOXfkagXX/4nlA9w2U1MPhgsegEJQ4Bd
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="68" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_423"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="69" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_422"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="70" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_403"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="71" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_402"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="62" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="63" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="128" width="192" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="320" y="64" width="64" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="51" name="burrower_4" type="spawn" x="352" y="832" width="96" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_4"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:0" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="68">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlNENwyAMRDMJYoemI9CMQDtC2hHS7l6QsISswznzk0j3x/MF+3AMyxKLjqK9KBc9m+r3CGPFTsK/m6TOiL0D/tskdZKD13WywVp8bP6W95n/GWvxDLsB7kZwaG6R6JXlvTt5lBnmzsib7XXVa7LXlftMsFvjfpMs4pgZo2xclSt2Nmg+bKakz973K566zwfhPcpE/x7Q7hMOzVbv0Ozg9O6T+7Mcur/F1UysAe+wBDg5v6p+6BoJcExe5Zw3s/3//AGLN6P7
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAP4uQYGOKBWBOIi9DwCyECmqFAC4teZJDEBKETmbDbj243LoDNPeh2IwOYfclo9sL4+PQSAqTqLQTa+UiIeL38wqS5BxkcFoPYNxAAZPdTItMNLgBz+0D54QkZ7kdPY6SAYqDeIgr0Y8tXuAAoXRWTaRcobociAIUtsWUZPkBOuJEb1sgAOT2imweKe1A+eYbmP+T0SErafIQnnLClUVLzKCXpHASekxmPADQmJ4k=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtNjALqAkryGDIAABO+D5Y=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMDX1k2MOLjCQ9pOrl55hT614o3eaoWZc0UMvtfTRw86BTlcDoZea4UysXnyAXH34zCCkBpccKf5CVkeKPph6bOaQigG2OvmI
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tumD5i9CLbTax96Pp9ydA3ikfxKB7FhDAAtdHEzw==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGHzb9pOhDdzup+pD1kgNGql4AoQy0dw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJgYPaN4FCNjALG4laQ=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsJqQ3gQy9GgT04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrjyMw/+OwmtnwfDHoBgGdyew==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="55" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_424"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="56" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_423"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="57" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_404"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="58" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_403"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="67" name="ratdom_m5" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="63" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="64" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="65" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="66" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,456 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="73">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlEEOwjAMBHvnzrHiD5QnNDwB+oS0T2j5O46EpbDakE3EYW6dWrY3DuMwhA9PgUBYjFXgAd7d2IxDIBozuC/jIrCDm7iJ7rXQc80veTW/5nnvPZ6DLu6lpXZs9HEvuNeW2myvJRbSt+Imb+twPdsso4rLvN5sqL3+O1fqbth+1Ez5nDGT6m5xzrtQu5SJ/D2wW+le6W75e8BbWfNyP7+Vqsf6/+WlTEwjv2GReP79BPPAf6Tap/O305JXVkPN6xvCSKWx
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAuiGSD0FYsEDqKjXi9mUC129kZGLyAencA6SwCev/wMTC84UPwrwP1RAH13mBHVccnTLwbkMFLIcJqHhOhhlbgIZl2HxajrjsGyu7tFIT9cQr0Ph/AOCcGPB0g9w1kuhqpgJ5pkZ/McnSwAuT0CgBR1hLc
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtNjALqAmqVRQAbMBA1
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccoMFIwNkN6OLE9KLCxBrNyn68Oknx9/kxNNA6UXWT434Hgi9pOqndxxjA8M9XQ2EXmqGM7F68QFy9eEzg5AaXHKk+AtZHbF6qBHvyPoB4Xf6Tw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGHzb9pOhDdzup+pD1kgNGql4AoQy0dw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtg0UfsXqx2Umsu3HpJWQ3yL3WePTiszsOKK6JRy8huwnpJ+RvfH4mZDc+vRpAnECGXkL68OmlJH0Q0osvjgnpHYh0RShe8YUzoTRFK/+ORL24wpqYfIDLbmLL98GgFwBgPnFm
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUUx2rDgI3jEQ80OFuzcYABuTo9QbqtRgEYTjSMADD6ndf
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_425"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_524"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_405"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_404"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="66" name="ratdom_skeleton_gold" type="container" x="96" y="96" width="32" height="32"/>
<object id="67" name="ratdom_skeleton_boss1_check" type="script" x="128" y="160" width="224" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="64" name="ratdom_skeleton1" type="spawn" x="128" y="160" width="224" height="480">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="ratdom_skeleton1"/>
</properties>
</object>
<object id="65" name="ratdom_skeleton_boss1" type="spawn" x="224" y="96" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_skeleton_boss1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0">
<object id="68" name="ratdom_skeleton_drop" type="key" x="96" y="96" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_skeleton_drop"/>
<property name="requireId" value="ratdom_skeleton_boss1"/>
<property name="requireType" value="killedMonster"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:2" type="replace" x="352" y="704" width="64" height="64">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:2b" type="replace" x="160" y="448" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,459 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="75">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlEEOwjAMBHvnzrHiD5QnNDwB+oS0T2j5O46EpbDakE3EYW6dWrY3DuMwhA9PgUBYjFXgAd7d2IxDIBozuC/jIrCDm7iJ7rXQc80veTW/5nnvPZ6DLu6lpXZs9HEvuNeW2myvJRbSt+Imb+twPdsso4rLvN5sqL3+O1fqbth+1Ez5nDGT6m5xzrtQu5SJ/D2wW+le6W75e8BbWfNyP7+Vqsf6/+WlTEwjv2GReP79BPPAf6Tap/O305JXVkPN6xvCSKWx
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAuiGaD0NYsEDoGylcTJqw3G6j2AAcDgzcLhM6B6t3Bx8DwnA+7Hm5+BPsBUE80C4SGgRM49I1kcFhsZNo9lMELoYF2AWEw1OP2Gh3D+Akeu4gpK0cB5QA5vQIA7t4PTQ==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSNIR8PAPtAsGH7gsRr7euUwj0+7DFOi9RIbegXLrQOkdqLgF6SMnfkCAXH2jYHAAapVFAEVMD3c=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzNkksKACAIRD1F97+CN4x2Q+A30QbcpC+VkRcRC3Ek5X4JFM58v1usJG/vCKfxmb0zPk2xyFf4nWWj/ARbxXX0nL6rCvb1njo80pTltD+sGikX2QvrvEyF78hvQ9z6Tw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRqFcDiBPI1EuOnT5kuhekzxqq1wqI/YjUj6yviAT92PQRE9b49OGzm5A+XHYTqw/dblL0Iev3JUPfKB7Fo3gUE8IA12bEvA==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtA1RjTaZebHYS625cegnZjcu9xNgdBxTXxKOXkN2E9BPyNz4/E7Ibn14NIE4gQy8hffj0UpI+COnFF8eE9A5EuiIUr/jCmVCaopV/R6JefGFNKB/gspvY8n0w6AUAXmdxeQ==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUUx2rDgI3jOLBg0HAio08vRZA7EWm3lFMGAMAxfp3Xg==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_426"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_525"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_406"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_405"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="69" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="70" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="65" name="ratdom_skeleton_gold" type="container" x="352" y="96" width="32" height="32"/>
<object id="66" name="ratdom_skeleton_boss2_check" type="script" x="128" y="160" width="224" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_skeleton2" type="spawn" x="128" y="160" width="224" height="544">
<properties>
<property name="quantity" value="4"/>
<property name="spawngroup" value="ratdom_skeleton2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="64" name="ratdom_skeleton_boss2" type="spawn" x="224" y="96" width="32" height="32">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_skeleton_boss2"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0">
<object id="67" name="ratdom_skeleton_drop" type="key" x="352" y="96" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_skeleton_drop"/>
<property name="requireId" value="ratdom_skeleton_boss2"/>
<property name="requireType" value="killedMonster"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:1" type="replace" x="128" y="704" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:2" type="replace" x="64" y="736" width="64" height="64">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="74" name="ratdom_rat_conv2:2b" type="replace" x="160" y="448" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,442 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="78">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlFEOgyAMhn3f+x7J7jB3BPQIyhHUI+DuPhpp0vwpUshM/pgmfC3Qn55uGM6kLWlPWpLWLPomd4nikHQkvbIez+sfIYfME3JM3FewKM4h8xw5ltw77+dTyYO1mJsqPAo5K1/ianyNI82dHAvZpYHF2lsjj70i3nfWjg1sUM5tYdHzVnZ2Zc9bWI3r9Yb1rP/2lbU3Wn+snuJ7Rk9ae4v3HA21S56Q72G94UpzkN8Dz08rh7OPz2/ltDd1x5EnRqfPMK9wvH6E+8AcXuEsfuV1rZ6V+/kBffCjiA==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAvOC7EwHBCiDZm8wvTxtzhBg6LQeiHNIoHYuweKPBvAPw8EOD/CIzbkQSEyCjr8OX3gSgLBhMAAEyFCYA=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi28XYmDYIYRHIxHAFIfZ9NI/1MFlMfL1zmUamXYfpkDvJTL0DpRbB0rvQMUtSB858QMC9E4TyIBJmDL9o4CyPIYMAB3cEeQ=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFksENACAIA53C/VdgQ+PDxAeNbazShBccFEL01gLEFMqt/KmG4ZkeWV0mpT8j1r/Csf4V9uXtnezt37h8q3wF6+J+zKz+qwrWeWeW3WsVnpXqE+WUvdBO7D2yPmoM7Mz03g==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoF1dYE5MPcNlNbPk+GPQCAMHNcZ4=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMiVqWyeaN4FI/iUTzSscUgcMNwxgAmL3ea
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_427"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_426"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_407"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_506"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="65" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="71" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="72" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_rat" type="spawn" x="64" y="704" width="128" height="224">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="66" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="67" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="68" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="69" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="74" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="76" name="ratdom_rat_conv2:2" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,428 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="70">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxzk2NgcCMSR5CgdlQv+XqHq7sJmU2JXnxqaK13KKcBbOqGmp9BeiKBOAuIw0kwA6YnG4hrgDgTyQxC+mB6aoFYAYirkczA5QaYPpgedFyNww2E9CHrh7nBlQR96Ga4EtBnDMQmQGyKRS4Tiz6YehO08EA3oxqLPnzx4I7HfcTEP7IeAJOrr9Y=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7K+Qn4IbQ6li/hxuwGXfe5APclMuN2ArI8Lqi4JST26Xhg/Ds0+KSx2vBBiYEjBIg4CiTjEkUEJkhoBYUz5h0Kobk1CM7OICDsIAWxhRyyA+fGREIQuJMGsw2IMDI+h+gAd4r78
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEoGAUDCC6Lka93LhOCDQA0ygIZ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccqN4FI/iUTyKycPYALn6iNFPLCDVnbjkSPEXsjpS9FESjuj6AeorOVU=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/F2ORAAJeeBKi8JpCOI9IumB50oElAnw0OfcTox2UnDIDcjk0/IX249BOrDwa0yNSHrJccMFL1AgCvoLZF
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_428"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_427"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_408"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_407"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="160" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="67" name="ratdom_rat_conv2:0" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:1" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="60">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlNENwyAMRDNFP63s0HSEJiPQjEA6Asl0XaxEtSV0MWBQI91HEM/G9skjDcMYFaJ8lIt6sc5vpp/O/zXqzfdRwm8slzAbc0dy/6HwO8snzA7cnd+DPMY54Fy4ucKjkLPyOa7G17hTSycnQtY1sJjbN/KaZ56duUMDuyp1W9ic52vsQlfPt7Aa1+sNa63/9pV1Ntp8rJ6SPqMnrbPFPgdD7tIeTHdojtNmizvUNXC4+6T+kgdLMRzlPSiemEjfYZ6uPpL7E/QDYwQ+/9xs3sM8adxWv34BCW2jLA==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBguCPEQBE4CtR/jAwzDgP1HKHAbnLtRQZ9whCaX5gyc6gBHlHoF2LBYTH62DPY7KYW+E+neHpCJ3uoBagRtwKDIB8OZjAYyiliASifPKRTGv5HTv2DlF4BS/0Qcw==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICArUIMDNuEGFCAmxwDQbAZqGeLEGF1uAA2e0cBYXBZjHy9c5lGpt2HKdB7iQy9A+XWgdI7UHEL0kdO/IAAvdMEvcFQTIOmRNQ7MECtsggAMNoXzA==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzF0tENABAMBNCbwv4r2NCviF7vBG3iB0+rAEBv+4FgbY3IM6vkydyuHmV+zctCqcl1zLt9dJ3am1c2e8tfdbu+wt5yP3JW/6sKe7PPqmVx6tgZ2Z5ozblXdO7rd5/9ANws9Bc=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2E6sP3W5S9CHr9yVD3ygexaN4FBPCAPVLxT4=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsrrInJB7jsJrZ8Hwx6AXzmcWc=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMxVqWDHaN4FI/iUTyKRzE5GAANg3eI
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_432"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_431"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_412"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_411"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="55" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="56" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="57" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="58" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="70">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJyl1MENgzAMBVCUc88cK3YoKzQdoc0IhREoO3WGztCB6kixcC2b2AHpSxzy5BA7xHPXRSX5wfcHJEFmyKtEc9xMxa2QAXLq6/ZGaqHLuRjqJma4Gys1Neep6XFzg8O9rk6Hlu717rT0fJ5OT+1S/LWx9uKwidnBaHl/rJb3x2slZ+kxPyPPt0rWM1ctNbX+WGeK3tl32GbS2ls850/YZqpWm8/EN/zfB602Oqm3e/Ncc9p5W53U4z2X148k3Er/XmmtZFtnLx5wOT/596j1
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKDNYA4AYixAXL1EdJrg0cfPr3Idv4WQqh/IkRYLyE78enF509cegmFDz5ziHErtfUig8dChNXgAofFEOxPFJgzEOAxEwPDGiB+OMTcTQp4AfXbBibS9cLilhy9MECJXmoDTQryihZSXkcGjMKo/GdI/r0lhF+vIJpeUuzFBpDLRR+gemsi9KLnfXR9ML248ghIvS8Uo+vDZi8h9bj0YnMXPgwAEoRHnw==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6OJiuAyBfYcJlMvyE5y/UeunSBAjp0DET6U2juXiXy9lNoN8nMn0P5uMtwwlOIHpnceGf5EtpdU9yPHLTnuh9lHql7kPEuqXmT1pOq9RIFeXOaMgoEBAPsjHRU=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccuRiGKCHPmRAD3309h+l8USpW+ltLzXihtwwo1QvOe6mlj5y9JKbrkaSXvSwoiScidWLD9BLH6nuJCdMSdVHThwgYwCiixiv
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2E6sP3W5S9CHr9yVD3ygexaN4FBPCAPVLxT4=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6kPWTow/d7aTqQ9ZLDhipegFAkLR2
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7MRnNzH60M0g1q349JOjFwRG9RIPAPDKtME=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4INaA0uhYE48+G6g+XECLgF5cwAcoZ41HrxUQ++HQH0fAzYTsJqQfn92E/EzIbnx6QeGcQIZeQvrw6cXnVkr14otjQnoHIl0Rild84UwoTZHrX2LiNg4qT6o+dDPI0Yesnxx9o4B0AAB0mnps
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6MVndxxQXJOAXnx2E9JvRcDf+PxMyG58ejWAOIEMvYT04dNLSfogpBdfHBPSS6t0hS9uCcUrvnAmlKZo5d+RqBdfWBPKB7jsJrZ8Hwx6AVxqclg=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBuk2GIQuGEUj+JRPIpH8fDGAIe/d5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="56" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_433"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="57" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_432"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="58" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_513"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="59" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_412"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="288" width="192" height="512">
<properties>
<property name="quantity" value="3"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="55" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="88">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJyl08ENgCAMBVAnMe4gjiCOII6gjoDuLgdISPOBXzz05qNUfu04DJYoF+oIdYeaYrHmiu4lbW4e4eaGQ6blNnA/xqWePS711LpkNfPJkj13hd2EPZU+tz76tbO3V9gDzM1YmXnW1jLF2J5MoX+kmRXZP7li3wa9D5sptEdsptDueqJ3aXfzfXAVj94234ercQcTain4h5wfeXb+2h3OyvemcYYn37yUV3m+Jq8fYjSnLg==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJy9lFsKwkAMRUtXICP42W/XIG5Bt6DtrMC6RFdifeAynNAphJDcSS14IfSnh5vXpG+qqjdim+KU4pxCagiY0xhSrMfvXI6rxF2yxyfk/2ub3Tv8NFbLlfsglnteASNZ6fkKPlZyt02ZI3nnocniyLuddsBRO1K7kP9FXfJ8OvrOdZ/5/1K9s1/35/549+pY2KkI8t41Zd4SvQWN9+yh9nYHMdfVGrOTN/XpwVi0x/xuWLVbd0DeOuIPoH8R3EkrB9k7qsViPTkgttQHD8tnSHOgt0l1fwFgLFFj
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6MJC7hMonpK7CIXDIQbKbHzMAV65zKRrxcEKHH3QNpNSZiRE8cD5daB0jtQcQvSR24eJNe/lNhJaTiNAgSgVlkEAF87F0w=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="12" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxmQo2cw6yPXfwOtl1rph1J3UxLW9NJLLX30sHOg09VA6KVmOFPqbmroHwg3IJtBiV5K9QMAzWUNzQ==
</data>
</layer>
<layer id="5" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="6" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="7" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="8" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7CRkNyF9uPQTqw/d7aTqQ9ZLDhipegHJhLTB
</data>
</layer>
<layer id="9" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G5v7CenD5X5CbsWln1y9IDCql3gAAAJqtGU=
</data>
</layer>
<layer id="10" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdOyLhEnRN4pHMQgDALdslaU=
</data>
</layer>
<layer id="11" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYoc/2oQGbcgu9HzMTH6sLmfVH3I+snRNwpIBwDQIXm0
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFibEADi7gWUKwICePSiw1QUy8I+xGpH5teYuz2AaqxJlMvNjuJdTc+vfjsxuVeGLbCY3ccUFwTj15CdhPSj89uQn4mZDchvQlk6NUgoA+fXkrSByG9+OKYkN6BSFeE4gZfOBNKU7Ty70jUG0dm/sFnN7Hl+2DQCwBZV3LC
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRTBVsMQjcMIpJwwAyz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="72" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_434"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="73" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_433"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="74" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_414"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="75" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_413"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="76" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="77" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="78" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="79" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="70" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="71" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="96" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="80" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="81" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="82" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="83" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="85" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="87" name="ratdom_rat_conv2:2" type="replace" x="352" y="704" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="69">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlFEOgyAMhnnf+x4b7zB3BOcR0CMwjwDefZDRrPuHUMxM/hi1X2vpD4GMCVEu6hllo5asdD3orfS85pikKepyNWaIdw85ZB5mthwTMjuAvPjugNlF3JT/517IIfPs8P5Gn15qPAo5LX/EtfgWlzSf5FjI2g4Wa7tOHmflxEx7a/sOdi30rWETt51g58yhD7VsiTvrDW2v//aVdjal+Wg9xeuMntTOFtfZK2ofeULuh6XClWYr9wOfn1oOzz7uv+bBWg5Lxx5kT4xUPsMc/fqI40dYD8zh6dtHLe9hHZm3168vJMmkYg==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAM7BYjXm0iEyr/lBhp+s0EMPVvw2HGM6DYSyLMxmbGNyD7Jwnu2k6CWmrqJTX8YOCwGOV2k6sXZDe57qbUbhAYKLt3AfWdJlMvPe1cyEq+nQOZroaqXkrTI74yEAYeCuCWI+SGj0h6cZWp1PADsn5QOophJV8/sQCWXk8CaQCTqzQc
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIITCk0m1L9Qx1cFiNf71ymkWn3YQr0XiJD70C5daD0DlTcgvSREz8gQO80QW8wFNMgKemIWmURAPpaFBU=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccjB5QmqI0U+MGdjUYAOkmE8MINb9pOgj1v2k6KVl2FNTL6XphlruJlX/QOillj5K3DtU0tVA6KUknMnViw+Qq4+QGfjU4JIjxV+k+J+a8Y6sHwDVNvcz
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsrrInJB7jsJrZ8Hwx6AXzmcWc=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="58" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_435"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="59" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_434"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="60" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_415"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="61" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_514"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="63" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="64" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="68" name="well_water" type="container" x="384" y="64" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="768" width="128" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="keys"/>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="66" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="67" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="69">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlOERwiAMhTtJrjtYR8COQDsCdgTs7sKZnPgMGDh7934U+JKGvGamaZqTYlJI8kkbKz83eim/70l3lmNuBl72PTBH0oOV2avCy34A5izOOf4e5DHOCesXetfS4lHIWfkaZ+FbXNY6kK8Usr6Dxdyhk9c84wZzxw52V+q2sJk7BtiVOfShldU4S481b1hr/bevrL3R+mP1lNwzetLaW7znaMhd80T5P2wNTustzlDfweHsk/pbHmzF8FT3oHhiIX2GBfr2kZxf4D4wRqRPH/3yHuYp4/b69QkHs6N+
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBgeCjEMDSAMKZQKFAsDIs4OWAymeYsAupbTCU3BBNpziMK4uywGPl6KQUDafe/QZDOV1IpnRACxKYjagLkuH1KQVg/HgTxREswk4K4AaWfVUDcCsRtdIrjJUB7lgJxORBX4LHzCVK8DYXyCWQPrP4AAODFFjM=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSA4zMEmYemY5U2DWbCbi1F0WI9+OuUTaMdzsPkyB3ktIemcSGb+UupXcdESJPynRO1BxC9J3iUy9lKaJVDLjaBZQXykQl1Gx3MEGYGE6BWjPVKhdGUTaORTSEbXKIgAs4BoJ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMCn6sanDBkgxH5s8PvPw6SdFH7HuJ0UvLcOeVvFO6zRDzTCjll562AlTS67egUobQ00vNkAPveS4nViALy2Rkl5I8Rc2dcSGB7XCDwAQyfpP
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2E6sP3W5S9CHr9yVD3ygexaN4FBPCAPVLxT4=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsvrAnlA1x2E1u+Dwa9AL/2cbE=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPCiwxSBww0jDAC5Pd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_436"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_435"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_416"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_415"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="64" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="65" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_skeleton1" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_skeleton1"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="67" name="ratdom_rat_conv2:1" type="replace" x="192" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:2" type="replace" x="384" y="736" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="62">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlOENhCAMRp2EuMN5I5yOgI6ANwK6+0Fsk+a7IoVo8n5oeGDpl45uGMZETISET6xEfmZ3kd+3xJfWI+zvhBfOTt4p1r8V/yCCcA7wXvQ/6OM+J3xnb674CHpWv+TV/JqXWTo9Bl3f4OLZodHXMvPpPDs2uJtSt8UtZb7mLu4/8y2u5vVmw1rr07my9kbrjzVTfM+YSWtv8Z6j4ey7OShnaMnTeosz1Dd4OPu4fqun1X/n5UxMTp9hQfF4/QT3gXtExevJujWz0vkB/K6iig==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYCAPPBKC0A+FCKvdLkq8uZeJMA8beEKmPnzgGg3MHAzgsBgDw8UB8hvIbmqAK0Msbi6SkAeQwSMq+PMSCWZQki6oFbejgHRASn4YruUaMXURMgCl16dQPQCfjhH9
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi18Sw6NpFNAFXKYgDuYyjUy7D1Ogl5w0P1BuHSi9AxW3IH3klkn0ThOjgLqAWmURAEuUER0=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0UesOwiZTwgQ6yZyw4Ncfdj0EquPUJiSajc97aWWXnLMGAi9A5U2RvWSF86UxBGxenEBUv1IrDmE1OCSI8dt5MQFOWGBTT8A5LLw+w==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoF19YE8oHuOwmtnwfDHoBBOxx6A==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytkDjgwAx+mCA2u4ZxaN4FI/iUTyKcWEAWH52zw==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_437"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_436"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_417"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_416"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="61" name="ratdom_maze_sign" type="sign" x="256" y="448" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_skeleton2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_skeleton2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="96" y="704" width="96" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="58" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="64">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="67">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlFEOgyAMhn3f+x7J7jB3BPUIyhHQI+DuPhpp0vwpUshM/hgSvpbSn55uGM6kkLQnrUlbFn2zu0Rrn3QkvbIez+sfIYaM4/OauK9gURxDxjnyWnLvfJ5PJQ7mYm6u8CjkrHyJq/E1jrR0cixk1wYWc4dGHntF/NSZOzawXqnbwqLnreziyp63sBrX6w1rrf/2lbU3Wn+snuJ7Rk9ae4v3HA25S56Q72G74UpzkN8Dz08rh7OP67dyWv13HHlidPoMCwrH+0e4D4wxKZzFr7yv1bPyPD+o+KO+
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKA/eC5EfTM/As18hGYuvzD17aEFeEGD8MAHDotRpp8S91Jq90ADsSGQpv7ROT3BwGCIW1qULcSCgQp3ECDV38SWjU/o5KenZNqzgw/BpiTuAU9kD5s=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIITCk0m1L9Qx1cFiNf71ymkWn3YaheNmHS9V4iw15quHUo6R2ouAXpIyd+QIAS/5Jr5yigHqAkjyEDAKY/EFU=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzdklEKACAIQztF979CN4w+AgmnLsqggT/lG0trtZQGagidSyHeYlcfhtNyaHk9/4gimVjO4tk5slx0NrdYtMvs3CwvmV02a8eafv9XL9iTc46ylnY5y8PrQXfMu2Qfw81+zYetDugE8ok=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdOyLhEnRN4pHMQgDALdslaU=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCdhPSm0CGXg0C+vDppSR9ENKLL44J6R2IdEUobvCFM6E0RSv/jkS9uMKamHyAy25iy/fBoBcAsIVxsQ==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_438"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_437"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_418"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_517"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="59" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="60" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="61" name="container_gold_3_10" type="container" x="384" y="896" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="keys"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="65" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="59">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytldENwyAMRDMJYoemI1BGIBmBZgSS3YtVrKKTAwY10n0k8DDGF2PNstislBWzQtZWRM/LfEXve9a7yBXOAs/jAZgj6ywi9inwPB6Buap5ruwHeVzngu8P88ulxaOQ0/J3XI/vcSQ/ybGQDQMsxo6DvOQZNxk7DbC7kLeGJe6YYH3h0IdaVuJmvaHN9d++0tZGqo/WU3zO6EltbfGckyL2nSfq/2FrcFJtsYeGAQ57H+ev5aT8Wxx5YjVyD3MCx/NXOA9cA++Unvc8zBv1bL2fD4Zro8k=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBgeCjEQDQoYiJeLTrgwqIXmxgue5Lw2P2IBD8QA14QME9QGJUvRUG4kAOeQt1XSIa9h8Wo6xZS7U6GupkRGIbFZIYbevjTEiST6UbktJ0IZT+lcjrFBp5QaAc5aQoEQHH7GGr3czr4c7ACcsoCQuGFLU5eQvXAysVEAvaSk46JTa/odlNST5ACkOsuSuoAAPpVFhM=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSA4DwChMvt65TNRzBzngshj5eil1+1C1+zAFei+RoXeg3DpQegcqbkH6yIkfEKB3mhgF1AWU5DFkAAApBRBJ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMCn6sanDBkgxnxhArPtJ0Ues+0nRS8uwp1W8D5RecswYCL3U0kcPOwc6XQ2EXmqGM7F68QFy9eEzg5AaXHKk+AtZHSn6YOqxmUMqBgATm/KJ
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojgdiTRL1aABxAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAfgO0HA==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsJqQ3gQy9GgT04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrjyMw/+OwmtnwfDHoBgGdyew==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_439"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_438"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_419"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_418"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="58" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="55" name="ratdom_rat_conv2:0" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv2:1" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,425 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="72">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztlMENgzAMRZmix4gdSkcojJAyQsIIhOm6WG3VltzfREk4g/QORH52kPAf3TCMxE4EwhMvgZ/ZfeH3ldikHlE/Ct44UbzD1D8yfhKCcRJ4d7kP+tjngHP15oqPoNfql7yaX/OY5aSnoPvscO3de2ZappPexQXCuxAztPzTq6lP7je7ap5mE2IztORhNuUy1Hd4mH1Bvn9p9LCHF7fk8d7zDucyLLj/fNJ63HvsscvZ+9aWLzhnKswpoXOYD/CSqxM=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBhcYBsfefqO8jMwHCNT70gDh8UYGBayMjBkALEdK3lmTAHq8yNT7ygYBaNgFAwmAADO/AWI
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi18Sw6MJC7hMonpK7BopgJIwnctEHTfMppI5o2AUUAJGyxfcgJKwOTxAek1x1DvYACX+Q7YHAHEECz4=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0YfLHfjcSaw/SPEXufqoGY6k6iMmfkcxdcOb3nE8kOlqJOmlZjgTqxcfIFcfPjMIqcElR4q/cJlL63hH1g8AVfX6Tw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA+XfmL1obudVH3IeskBI1UvABEdt1Y=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu7Xw6CNkNzF6sdlNyL3o+n2RMLH6RvEoHsWjmBAGAF4Uu/c=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J2E9KbQIZeDQL68OklFL+U6MUXx4MxXRGKG3zhTChNketfYuIWZDd6PiZGHzb3k6oPWT85+kYB6QAAnr96SA==
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgGtPCoR9aHrIdYvbj0EdKLTx8hvTZ49PkMgJ2Uutcaj14rIPbDoT+OiHjFZzch/fjsJuRnQnbTIm0Q0odPL6H4pUQvvjgejOmKkjwPSlOaA5CPRqJefPmXUD7AZTcx+WCw6AUAYu6Apg==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_442"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_441"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_422"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_421"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="62" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="63" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="71" name="container_gold_3_10" type="container" x="224" y="256" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="96" width="160" height="160">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="320" y="64" width="64" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="51" name="burrower_4" type="spawn" x="352" y="832" width="96" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_4"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:0" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,442 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="74">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlMENgzAMRXPvvUeLHUpHaBkh7QihIwR2B6u2GlmO4+RSpH/j+cP3TzYIYSOlU/HUi4TPE+q6XEOY4KtM/EriOTX2Dj+W+fI7cMajg5dzosFa/ET+lnfLv8VavIddFO7m4FiSbWVleadOXmblybrm7c0a9R7MGrnPALsQtw+yGufZsdaNf/XKuxttP95Occ6955c9Zc7Z4V3rRHketLuPOW238g6NHZy8+/j/rQ5aM2KDw07MoN9hSeH4/VnkIWdkhRvpurezJXMA51ukRg==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN4uTwSCKBR0LEqSMGlPOTr7cdqvczH/lmMJNg/0Ms/j7MQr7dj0nQy0VBOB0WI18vCIgOoN0oZpEY1o+R4usyGfH0RIh8vXA3EKn3IAV2XETT+5SE/PCQAnuR4/YxFcsEWgL0cCYlTaGHFSn5l1LwjcTwfUGEelUK8vVgAU9JCBfk9AoArecaFQ==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtNjALqAmqVRQAbMBA1
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccjB5GMCnjh76yTEDGxgq+qnp94GKN3qnGWrGFT30UksfPewc6HQ1EHqpGc7E6kVWS4p+YgGp7sQlR4q/cPmJ1nGArB8AtF/6Tw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsrrInJB7jsJrZ8Hwx6AXzmcWc=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRTHNsMQjcMIoxMQAw13eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="56" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_443"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="57" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_442"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="58" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_423"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="59" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_522"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m10" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m10"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="768" width="64" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="67" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="68" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="69" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="70" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:1" type="replace" x="320" y="704" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:2" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,448 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="98">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJydlOsNwyAQgzNJxA5tR2gyAmEEkhHS7l5QQUKWDZdE8g8kvnvgu7h5mlzSmRSTfNJWlL9l/iufQ9KnkWtU+b3IN0w+f+H+i/A1bo1zEO5R6kEe4yhuGfAo5Ky84kb8iMtajdwmeGQ94RSLuduZqV7vndrVzByN/9a+mdeKDQavFXd0vHoWsVrZ/Fo8Xm9yajay3jdZS041V5acyh+cyV7N6E805g7knU9DbpaT7cMVb3EfWA3KW9wH1v+IbWOwt2Nzz/5hUfTN9gRjnEbPVU9XWOzpB/NrozM=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAfeCQEoXnEcKuZxkq8eS+EEGxufgaGZSToxQUeIpn5Wgi3uoEGlLjtMJ7wpzWglt3Y/P9oEMbXt0HgpsckuOHJEE1XgwGQmifpnTZeELAPlH9w+QEUt4eBckcGQXqmFkBOrwDG/hYa
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIITCk0m1L9Qx1cFiNf71ymkWn3YQr0XiJD70C5daD0DlTcgvSREz8gQK5/B8JOaujdLMTAsEWIdL2Uxi2tALXKIgCQ4xZ5
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2E1BOrH5c6dECq+wgBUvxDql5c+onRR274Dwa9yPqpqZcYMwkBWsXVQOujh50Dna4GQi8lYQVTT6p+fIASvdQIO3L0I5tBiV5K9QMAmcP1pQ==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGHzb9pOhDdzup+pD1kgNGql4AoQy0dw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+Pw6CPGbkL6CflbiwK78enVAOIEMvQS0odPLz63UqqX3LSBz05apitC8YpLPyE70fX7ImFi9Y3iUQzDAP4ilf8=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtg0UfsXqx2Umsu3HpJWQ3yL3WQKwBxPFQTKzdcVD1CUjy5Pgbl15S4ovcMMemVwPNT8TqJUUful5i05YvFJOiFxbH5IQRpekKl158cYvPTkLhDEqTmmS6mRL/jkS9uMKa2HxAbhk7WPQCAIw2aE8=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMyVkXjW9DAjlE8ikfxKB7Fo5gaGACE+3ea
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="81" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_444"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="82" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_443"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="83" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_524"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="84" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_423"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="85" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="86" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="87" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="88" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="78" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="79" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="80" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="93" name="east" type="mapchange" x="448" y="352" width="32" height="64">
<properties>
<property name="map" value="ratdom_maze_434b"/>
<property name="place" value="west"/>
</properties>
</object>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m5" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m5"/>
</properties>
</object>
<object id="56" name="ratdom_maze_rat" type="spawn" x="256" y="96" width="96" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys"/>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="89" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="90" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="91" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="92" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="94" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="95" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="96" name="ratdom_rat_conv2:2" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,295 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="86">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlIEJwzAMBEMHKd3B6QhxRygeIXQEp8N1hi5UGyx4xEtRmwaeQMjZkv7tfJ6mTFSa+vNo7w20Ni0GI5wwz6YLqDrsbXCaQXmsx+2xHtd1P8Ba84qw1rwiLPZchh/SR5TdwMt18HPT1eHS2AP9r8BnwqexrvTH5iD86+T7as2x82/FMl8tnvmKvOQ3MlupZwGW5XcGWblgWdC1FeKtxWJtrCecN8tBBVb3hKyVI2GtbHhnQH+PnnmWrSjLsvXNXaOzdeSe+pVNBmf5LJ6IPDY7/+6xkbX/pQ8mTJ3+
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYCAM2JkgtCwTEYqBwEIQwa5jZGCoB+IGRuL0gsAcflR+EtDeHXyE9YkhuY8TiX2CgF4pNPskifQnCIjgUPtfCEIjhwUusIafsBps4CXUDphf5ZHc8k0It77DYgg2KX6lBBATDtjAKzz+oAXoRguP7UD7dwDxGjRxbP5BFzsO1HeCTPd3otk3l0A8PUKyB5vbcKVTUsBTNL8gpyNNoPlaZNphCdRnRaH7UMJLmDKzSAXkpO3nSGGJnrZwgTM0yAuPiDATOZ6HKwAAmZga/g==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANauTwSNIAXBYjX+/hUb1Eg7lM5OsdDCCIjYEhEIhD2EjXmwTUkwjEKWToJQQGc/rF5TZCekH6LuFQQygdDVY/4VNDiV5c4USq+YNN71AvL4gBAJjxGYA=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANcvnxSI6CUTBA4LIY+XovUaB3FIyCUTA8AQAH9gJO
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzVksENACAIA5nC/VdwQ+OPh4QraqJNeMlhIe3NrAc1Fb3R8qowChupyhH+R/YmTzOUMYqXE9kh3sjMVQ/1k/Xs3IvspLKEV2b7nuxWZKfXWXXfKN+VfymnZP/nGhAW48Q=
</data>
</layer>
<objectgroup id="6" name="Mapevents" visible="0">
<object id="75" name="west" type="mapchange" x="0" y="352" width="32" height="64">
<properties>
<property name="map" value="ratdom_maze_434"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="76" name="down1" type="mapchange" x="160" y="160" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_535a"/>
<property name="place" value="up1"/>
</properties>
</object>
<object id="77" name="down2" type="mapchange" x="320" y="224" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_535a"/>
<property name="place" value="up2"/>
</properties>
</object>
<object id="78" name="down3" type="mapchange" x="128" y="576" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_535a"/>
<property name="place" value="up3"/>
</properties>
</object>
<object id="79" name="down4" type="mapchange" x="352" y="64" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_535a"/>
<property name="place" value="up4"/>
</properties>
</object>
<object id="80" name="down5" type="mapchange" x="320" y="512" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_535a"/>
<property name="place" value="up5"/>
</properties>
</object>
<object id="83" name="ratdom_uglybrute_script" type="script" x="256" y="416" width="96" height="32"/>
</objectgroup>
<objectgroup id="7" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_uglybrute" type="spawn" x="256" y="320" width="96" height="96">
<properties>
<property name="spawngroup" value="ratdom_uglybrute"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="8" name="Keys" visible="0"/>
<objectgroup id="9" name="Replace" visible="0">
<object id="85" name="ratdom_nondisplay:75" type="replace" x="288" y="32" width="96" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="75"/>
</properties>
</object>
<object id="82" name="ratdom_nondisplay:74" type="replace" x="288" y="32" width="96" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="74"/>
</properties>
</object>
<object id="84" name="ratdom_nondisplay:70" type="replace" x="288" y="352" width="32" height="64" visible="0">
<properties>
<property name="Above" value="Top"/>
<property name="Walkable" value="Top"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="70"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="78">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlOERgyAMhZ0kxw61I1BHQEegjoDuXriSK32NELh6934IfIkhzxiaJhMVonyUi1qz0vOgt9L7FvXMspkzwPO+A2aPOrISexd43vfAnMU5m78HeYxzwvqNPrXUeBRyWv6Ka/EtLmkZ5FjIug4Wc/tOXvKMHcwdOthNqFvDJm4fYJfMoQ+1rMSNekNb6799pe2N1B+tp/ie0ZPa3uI9B0XuK0+U/8Na4aTe4gx1HRzOPq6/5sFaDEfXHmRPzCTPME+/PuLzM9wHxgj07aOW9zBPGbfXry9vm6OR
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYCAfPBQiTf1HPgYGK378akyg8pJo6hiBfC8Cel0IyA8n8ITEsEcGh8Wo546BtHsHH2nqdyOF2QkS9Q4lwE2lfPCYxDQ2kOlqIMBzCvIgNrCbyuYhg6dEpPdHBOznEibePlEK0iC90hHMHlA6BwCbTxDx
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtN0BsMxTRISjqiVlkEAM26E28=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMDX1YzODkPnEAFLsJ9U/5Oojxu+0DHtK9CLrH8g0Q+20Rgu91NJHDzsHOl0NhF5qhjOxevEBcvXhM4OQGlxypPgLl7m0jndk/QB0zfWl
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2+xChB5vdpOhD1u9Lhr5RPIpH8SgmhAHmSMXj
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoF19YE8oHuOwmtnwfDHoBBOxx6A==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="60" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_445"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="61" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_444"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="62" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_425"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="63" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_424"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="67" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="68" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="70" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="71" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="72" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="73" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="74" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="76" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="77" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="71">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlGEOgyAMRj1J4x3mjjA9AvMIuCOgdx9kNGGfRVqiyfdDw6NCXzrSMIwxIcbHuJh3Tnpm+iW9rzGfvB7D/JbjCmbL3FGsfwr8nuMLZgfukf8HedzngO/MzQ0eg5yWr3EtvsWlLJ0cB1lnYLG2N/KSM6/O2sHArsK5NWzN+Ra70Nl5CytxvW5oz3q3V9reSP3ROsX3jE5qe4v3HBS1r+ZgOUNrnNRbnKHOwOHs4/NfOXi1h6O6g+zERPIM83T2iNdPcB+4R6B/j1ruYZ1yX6uvX8MaopE=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx7JMQAB1uR2KSCoyToLWLCz8cGHmEx/x+a2C8oP4kI80ixmxhQjGTODxLDkVw3PCQzvg6LkacPHZwhw350u4upFP6kAFB4fyTR7ZcoyBuUAlLSMwwkI+khNZ6SyYwTaqWrrxSEdSGF6YnYvJgIVPcbzZ3YyihqAZC/mIUxxT8h2ZkIdTs2PwhD9Z4Wwq0GG3hChJ9gZmEr9xLJiA9y0hE5aRZkDyzOAAYZIJ0=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OQwxS6LMTBcEsOjCQu4DFVPqj5y9YwEcJmCcJnLNDLtPkyBXnLS4UC5daD0DlTcklMmwQC90wS9wVBMg6SkI2qVRQAQuRf5
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="12" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0YfLHfjcSaw/SPEXOXqoHY6k6iM2bEiNC3rpHyg/U6Kf3nFMSdoYqulqoN1MaRwRqxebHmL1o6snxg2E1JAqTmy8kxMelKQbALoh9/o=
</data>
</layer>
<layer id="5" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="6" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="7" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="8" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGHzb9pOhDdzup+pD1kgNGql4AoQy0dw==
</data>
</layer>
<layer id="9" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="10" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBuQnoTyNCrQUAfPr343EqpXnLTBj47aZmuCMUNLv2E7ETX74uEidU3ikcxDAMAbCuVtw==
</data>
</layer>
<layer id="11" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtg0UfsXqx2Umsu3HpJWQ3yL3WePTiszsOKK6JRy8huwnpJ+RvfH4mZDc+vRpAnECGXkL68OmlJH0Q0osvjgnpHYh0RShe8YUzoTRFK/+ORL1xePQSyge47Ca2fB8MegHrKnH5
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMxtqCDHaN4FI/iUTyKRzE5GACLr3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_446"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_445"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_426"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_425"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="65" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="66" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="67" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="96" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="61" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="62" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="63" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="64" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:1" type="replace" x="288" y="64" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:2" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,424 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="71">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztlNsNwjAMRTsFn1F3oIxAM0LoCAkjNJ2OxYiFLZlLojwkJD6odD4a+cSuVN/ZTNOc2BM+4RI3hp7VvKD3LXHnekT8wDjlBPYOVX/J+JHxyongnXke9PGeA87FWys+gl6rX/Jqfs0j7KAnoHvtcPXsPT01y6D357vYH5hhZOaQoeWf3lR9NO/ZVfMkmxCdoSUPsymXoa7Dw+zz/P220cM7HLslj/aedjiXYd585pPU497jHTufPU5t+YJ9lkKfEtKHeALzjqsU
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx7IsRAMniKQ08iE249yVC5x0C9xWjqkqD8rUC5bVCzOfGYBQPPkdxxFMg+BuVLIukF2YvLvejuwKWOFIAvDPCB5xTYnUSinYfFGBgeUejXa1QIq1EwCkbBKBgMAAAhOhAe
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi18Sw6MJC7hMonpK7BopgJIwnctEPXeMglEw0GC0fMENKAmbwwOk1xRHvYMNUOI/ZHsAf70KoQ==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0YfNHYTcSaw/SPEXufqoGY6k6iM2bEYx9cKb3nE8VNPVUNNLzXAmVi8+QK4+fGYQUoNLjhR/4TKX1vGOrB8AWPb5iA==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA+XfmL1obudVH3IeskBI1UvABEdt1Y=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu7Xw6CNkNzF6sdlNyL3o+n2RMLH6RvEoHsWjmBAGAF4Uu/c=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPI8K/+OwG6dck025CfiZkNyG9CWTo1SCgD59eQvFLiV58cTxQ6aoIT9wSiht84UwoTZHrX2LiFmR3PJr9xOjD5n5S9SHrJ0ffKCAdAADzFntc
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgGtPCoR9aHrIdYvbj0EdKLTx8hvTZ49PkMgJ2Uutcaj14rIPbDoT+OiHjFZzdIvyaZdhPyMyG7CeklJ54IxS8+vYTilxK9+OJ4MKYrSvI8oTRFK/+ORL348j+hfIDLbmLywWDRCwA84oCn
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_447"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_446"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_427"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_426"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="62" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="63" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="320" y="64" width="64" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="51" name="burrower_4" type="spawn" x="352" y="832" width="96" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_4"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:0" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,440 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="71">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJyllN0NgzAMhJmkqtQRygqBEQojlHaDUGYnSLFkWZfknD7cC9KX88+Z6TYME6ElaU36JN2zWGbL3I9kNbMb7tngENPiZlAfw4lnDyeeXk5YT39W1vPlYGfDvp28ZmPmQ6d3dLAr6JthbeZZtpYphu3JFJqRp1fE/pMrdjdoP2ym0B2xmUK3GwnvUib0PSwVDu1W38Nm6m9xmt9V/TXu2uuY9CjMrvU/vOb+Bf4BcOKld3aAt0PBi80ok9nRSL6fMeCmLA==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgbwKcPlx6wPibS9SUy4bYXXV8xVO0jIcJutsHjTnx6cbm1iAlTDF0vup2JOPQQAs+x+I8YcFiMPH3UAJTanURmWCGDZySGG644JQeQ4/5CMvQUk+nmp2SmKRCAxS256RkGyE3X1LCbUkBOXBEDYGkQFj+47KHE/+jlJTXyGjGAVHtA+Rfkz2Qs+h6SmXYAeEMqlg==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6NpiILLFPiJ3PCgxM7DFOidy0S+XhCgxN0DaTclYUZOHA+UWwdK70DFLUgfuXmQ3mliOAFQuD8GYgtBhJgrjjoDHcDC3YMCvdQEALYxF2c=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxmQo2cw6yPXfwOtl1rph1J3UxLW9NJLLX30sHOg09VA6KVmOBOrFx8gN17xmUHIDnLMRFaDrJYUfdjUERMOuDAACCsBXQ==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGHzb9pOhDdzup+pD1kgNGql4AoQy0dw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6LXCY3ccUFwTj15CdhPSj89uQn4mZDchvQlk6NUgoA+fXkrSByG9+OKYkN6BSFeE4gZfOBNKU7Ty70jUiy+sCeUDXHYTW74PBr0Acdpyag==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_448"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_447"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_428"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_427"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="65" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="66" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="67" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="51" name="burrower_4" type="spawn" x="288" y="832" width="160" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_4"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="61" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="62" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="63" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="64" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="62">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlEEOwjAMBHPnztHqHyhPKH1C4AmBJ6T8nUTEIopsZ5MLlfbW8UrrjQ9y7igKSc8kn3RPyt+NdJ3Ozi30VVRmaOyVfqw2Yxvk6xneYC1+Kf6Wd8+/x1o8wu4CdwE4Vsv2srK8wyDfZoVkrXmjWWc9JrPO3GuC3Qv3nmQlDtmx1I1/9QrdjbQftFOc8+j7Zc825wh4a52o34N0+5iTdlu/B76fKCfdz43sDlozfIfLnVhJvmFB4Pj/tcmjnREFbqbraGdr5gOIAKQO
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN4uTwSA4i8EyMgeEFEL8UI13vN6CeH0D8kwy9lIJEDgaGJCBO5qCvvYfFEPYPlN0DDZ6R6A7ksPo2SPxACNA7fQ2WuKUXGKj8S447npFZPoLAtwEqH2kNkNMrAIvhFsE=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtNjALqAmqVRQAbMBA1
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccjB5GMCnjhj95JiBDVCqnxQzKLUfm1n0DDtK3UppvNPbbmrEFTXSGb30URq+lIbxSNBLbphjA/TWR4xZhNTgkiPFfcjq6BUe6PoBXOwC6w==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtA1RjTaZebHYS625cegnZjcu9xNgdh0cfMXaD9GuSaTchPxOyG59eDSBOIEMvIX349FKSPgjpxRfHhPQORLoiFK/4wplQmqKVf0eiXlxhTUw+wGU3seX7YNALAIdCcXg=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="52" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_452"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="53" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_451"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="54" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_432"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="55" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_531"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="57" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="58" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="128" y="768" width="96" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,451 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="79">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJyd1MENhCAQBVDve/do7EFbEEtwKUEtgbX3xQQS8jMD8zH5iQdeBpkRNw2DU/I++f0b42PumDlFc2iu5B7C7sn8wC0G68GgWxs1NcfUZNzd4fJeH9JlW+71IG15PifpSxuS3zprB8J6sLPRYn+sFvvDWslZeoxnxHyrZJm56qmp9cc6U9I/a50p6Z4IhtraTLRqZyf1tjbPLaedt9VJPa65d/1aBK1090prJfsZ+2bPTfU9tfIHqpam0w==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKDNYA4AYixAXL1EdJrg0cfPr3odmoLEa+XkJ249BLyJy69xOrDZg4xbiVG7wtB8syhBBwWo0z/Myq5+e8A+P0liXYORPxQAiiNW0oBtvxOS/AaKX7eoMWVFlJeJxXg00soTZBi73Mks3yA6q3JcDO6PkJ6Qep9oRhdH7JeWHgSUo/LXmzuwocB8RZC5A==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6OJiuAyBfYcJlMvyE5y/UeunSBAjp0DET6U2juXiXy9lNo9UuJnoPQOVNwOpTw7CgYnAAAXVhVP
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxnQQx+9/UconmjtVnrbS624oTRN0EsvtfTRw05qx89Q0EvNcCZWLz5AL330ClNS45ESDADhhBAi
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2E6sP3W5S9CHr9yVD3ygexaN4FBPCAPVLxT4=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6kPWTow/d7aTqQ9ZLDhipegFAkLR2
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7MRnNzH60M0g1q349JOjFwRG9RIPABUatHc=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2g+jXwmIFNHwzbkKkP2W5sIA4orolHLyG7CenHZzcIaFFgNz69oHBOIEMvIX349OJzK6V6yU0b+OykZboiFK+49BOyE12/LxImVt8oHsUwDAC93ZWz
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PFgTjz4bIMYHtMjU6wOUs8aj1wqI/XDojyPgZkJ2E9KPz25CfiZkNyG9CWTo1SCgD59eQvFLiV58cTwY0xWhuMEXzoTSFLn+JSZusdlNjD50M8jRh6yfHH2jgHQAAOlFeu4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6MVndxxQXJOAXnx2E9JvRcDf+PxMyG58ejWAOIEMvYT04dNLSfogpBdfHBPSS6t0hS9uCcUrvnAmlKZo5d+RqBdfWBPKB7jsJrZ8Hwx6AVxqclg=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo5hMbDEI3DCKR/FQwaP5ZXBiAIbnd60=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="67" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_453"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="68" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_552"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="69" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_433"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="70" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_432"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="74" name="ratdom_rat_dim0" type="script" x="384" y="64" width="64" height="32"/>
<object id="75" name="ratdom_rat_dim1" type="script" x="288" y="96" width="128" height="96"/>
<object id="76" name="ratdom_rat_dim2" type="script" x="192" y="192" width="128" height="160"/>
<object id="77" name="ratdom_rat_dim3" type="script" x="224" y="352" width="96" height="32"/>
<object id="78" name="ratdom_rat_dim3a" type="script" x="0" y="864" width="64" height="64">
<properties>
<property name="when" value="always"/>
</properties>
</object>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m10" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m10"/>
</properties>
</object>
<object id="55" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:0" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:1" type="replace" x="320" y="320" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:2" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="63">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMENwyAMRXPvvUfEDk1HoIxAMgLNCDS7F6tYRV+GGtRI/xDwwzH+sTXLYrNSVswKWVsRPQ/zEb3vWc8iVzgLPO8HYI6sVxGxd4Hn/QjMWcW58j3I4zknrN/Mt5YejyJuBVbDYz4t/4sj+UmOhWwYYDF3HOQlz7jJ3GmA3YW6NSxxxwTrC4c+1LISN+sNba3/9pW2N1J/tJ7ie0ZPanuL95wUuVueqP+HrcNJvcUZGgY4nH1cv5aT6u9xPBOlGeYEjuNxjuIZxF6ueu95iFsbeVqq494YF6PD
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBga4IoQptgrLGLkgKdUMgcGLlLZPHzgERl2HRajvjuGgt3khBU2cIuO8UtvcI0Cv1Erbi8N0fCldjmCDbzBYcdzOtj9hI7xcpVIu6iVFwFlTBCf
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSJIALouRr/cSBXqHM6AkTOcyjUy7D9M5HQ6UWwdK70DFLUgfueUEvdPEKKAuoCSPIQMA7bsRZw==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMKn60dVhA6SYTwwg1v3khAU19dI67GkR7/RIM9QKs4Gwl1r6BsqvQzFdUBKv9IojXIAcPYTMIKQGlxwp/kJWR2pYUAsDAEJu+Yg=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tumD5i9CLb7UOEemz6fYm0axSP4lE8iknBALDQxQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cI6jIE1Q4t+RqBdfWBPKB7jsJrZ8Hwx6Afxwcno=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="55" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_454"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="56" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_553"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="57" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_434"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="58" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_433"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="62" name="ratdom_m10" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m10"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:1" type="replace" x="128" y="704" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,453 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="104">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<tileset firstgid="7813" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlIENgyAQRZ2EsIM6QnUEdATrCLS7FyKXkJ9P7iA1eYkYHyfcF++mySdi4kqExFHI1+Ye8vhMfCp8hfjvQqicPP7C+yvxZV6Z5ybeXL4HfZyn5W2Kj6Bn9Vue5mteZh/0BHRDh4u1r06fZeY1WDt2uCdZt8XN3j3g7o7n1+oybzQb1rX+O1fW3rD+WDMl+4yZtPYW9zkaarOa+D8cnb3FM5R9Q6u3ePax9Wuu9k9hJhbHz7DWvi8FfLYaXC2vPRnF+nL/A/b2ovw=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAcvBAiTT2PGBUsHcTgG4nhQS4QEyZP3+EBDP+BtJtaQJrMcB8KgJK0OxzidiAAqfmY3HyPDxAqw3HFLUgfMibXbkr0UgMAAOfiDwo=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIITCk0m1L9gwWwCZOn77IY+XbOZSJf71C2+zCSXm4Sw/0SGfZSy61DRS+xceuHI+8SE15Wcpj6QfqIiZ8iOUz9xPoXpBeEbeSw24kvH6PrBdlJbL7HppdYQKpeDiQ3oeslFLcSWPRiiyti3QzT74sFI5uJnGaQ9eLCuNwEAGl3Kyc=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzdkcENACAIA5nC/VdwQx9+CIq0SGJiEz7AQUWRqd7W8PK6Lgc+6kd5r28nxh8i1Bd7C8R/xOoZKJf9uyr2xnOlb5Z/sbeKe/XW39mbO1sGZXU/uxsRwnu5zO29uQyb4WwM7gH9aw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp2E7CakD5d+YvWhu51Ufch6yQEjVS8ApBu1Cw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G5v7CenD5X5CbsWln1y9IDCql3gAAAJqtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+Pw6CPGbpB+TTLtBgEtCuzGp1cDiBPI0EtIHz69+NxKqV5y0wY+O2mZrgjFKy79hOxE1++LhInVN4pHMQwDAKR3lbY=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPI8K/+OwG6dck025CfiZkNz69GkCcQIZeQvrw6SUUv5ToxRfHgzFdEYpXfOFMKE2R619i4hZkdzwW+wnpw+V+UvQh6ydH3yggHQAAJ6Z7bg==
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6MVndxwBfYTsBunXJNNuQn4mZDchvQlk6NUgoA+fXkrSByG9+OKYkN6BSFeE4gZfOBNKU7Ty70jUiy+sCeUDXHYTW74PBr0AmfJzWw==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="81" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_455"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="82" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_454"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="83" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_535"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="84" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_434"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="85" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="86" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="87" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="88" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="78" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="79" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="80" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="96" name="container_gold_3_10" type="container" x="352" y="832" width="32" height="32"/>
<object id="97" name="container_gold_3_10" type="container" x="384" y="896" width="32" height="32"/>
<object id="98" name="container_gold_3_10" type="container" x="384" y="864" width="32" height="32"/>
<object id="99" name="container_gold_3_10" type="container" x="416" y="864" width="32" height="32"/>
<object id="100" name="container_gold_3_10" type="container" x="416" y="832" width="32" height="32"/>
<object id="101" name="container_gold_3_10" type="container" x="352" y="800" width="32" height="32"/>
<object id="102" name="container_gold_3_10" type="container" x="384" y="800" width="32" height="32"/>
<object id="103" name="container_gold_3_10" type="container" x="320" y="832" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_maze_slime" type="spawn" x="160" y="288" width="192" height="544">
<properties>
<property name="quantity" value="5"/>
<property name="spawngroup" value="ratdom_maze_slime"/>
</properties>
</object>
<object id="56" name="ratdom_maze_rat" type="spawn" x="64" y="64" width="352" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="89" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="90" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="91" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="92" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="93" name="ratdom_rat_conv2:0" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="94" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="95" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="63">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlNENwjAMRDtJ5B0oI0BHCIwQGCGwO4kUS5F1cS/5odL99flk+2IJ2yZFuSgVxaJHU/3uYSzppPyrSeuM2CvgP01a5zbB2zrRYT1emr/nfeZ/xno8wx6AuxAc2psQs/K80ySPMsP0jLzZWVc9F2ddufcCezTuu8gijtkxysa/csXuBu2HzZTOefb9qqedcya8R5no3wO6fcqh3dobGic4e/u0f5ZD/XtczcQe8A1LgNP/dzMPWyMDbiXrbGZ75get+6O8
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN4uTwSNIAPBUgX+9XoN6LYhD2EyLNeSyEKfaFAjdQCh5hcQ8twGExyvTzCVNm91Mq+fMRBXH1aQDi+Q0Jdj6mwH2fkfICCPwnMbyfkBk/lKarwQCeURDu3+iUpkD57zsN7HpGxfKHXLOwlcm0AsjpFQC2NhmY
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICA/0IMGMBNDlNsFAwOcFmMfL1zmUam3Ycp0HuJDL0D5daB0jtQcQvSR078gAC90wQyeC5Amf5RQL2yCAAQqRI9
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMLX1k2oONjBU9FNiL6VhT614o3eaoZZecuMZxqannaTqpcTOwRI/9NJLzfghVj+yWlL0EwtIdScuOVL8hctPtAxHdP0AmTD73Q==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9ludPcTow+X+wm5FZd+cvWCwKhe4gEAokSz0g==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPI8K/+OwmpB+f3YT8TMhuQnoTyNSLTx8+vYTilxK9+OJ4MKYrQnGDL5wJpSlK/EsobkF2Y8vHhPThcj8p+pD1k6NvFJAOAOFcfbo=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzG6Rfk0y7CfmZkN2E9CaQqRefPnx6KUkfhPSC4tiaTL2UpCtcdhKKW0Jxgy+cCaUpWvl3JOrFF9aE8gEuu4kt3weDXgCX13Qm
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="52" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_456"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="53" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_455"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="54" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_436"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="55" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_435"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="57" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="58" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="62" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="58">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlNENwyAMRDMJ8g5JR2gzQtoRaEeg3T0g2VKFDnPQj0a6vzwfnI0lLItkpayYdWTdVeW7hbbkS8Y/VVanxV4A/1ZZnesAX9c5HNbjRf09755/j/V4ht0BtxIc6psQWXnecZBHM8PcGXmzWRc9JrMu3GuC3ZX7TLKIY3qMZuNfc8X2BvWHnSnLefT9mmedcyK8kWf9Hrzdh3pb71DvDFvA+8N236/7i8m+dYbo/L91aiSy5615reuPzOsJIealJQ==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJx7KMSAE8TJQbAmEBdhwcQAXPqJBVok6H2C5hdsdhMC35DMQLebFEBrvY9wxBu6n7GBw2K47UbWTw6A6ccF8NkN0z/YwXM8eYYW4DEd7XtIgV2E4hYG/CiIYys57Pq/EeFuUJrGpZ8YvSBsQ4FemN2gcCI2nJHLAVLdjl5ugvT7EmkGtvIemxuwlUO49BLjBnx68YXDCyHi9CLHIXJ6BQDGtUYt
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8IkOtfSuykNJxGAQJQqywCALxyEb0=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMDX1k2POUNZPib2Uhj214o3eaYaacUUPvdTSRw87h3K6ola80iuOaBFXA+UGSuKNmmkGAGL0CFw=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp2E7CakD5d+YvWhu51Ufch6yQG49FrJQTC97aWXXgA8jrW7
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G5v7CenD5X5CbsWln1y9IDCql3gAAN4atK8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAMNOWIUERD/dSy2wfI9iPDLSB91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+PkIGGFSy8huwnpJ+RvLQrsxqdXA4gTyNBLSB8+vfjcSqlectMGPjtpma4IxSsu/YTsRNfvi4SJ1TeKRzEMAwCuTZZC
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC7seVjQvpwuZ8Ufcj6ydE3CkgHAG4vepI=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzN1L0NgCAUBGAmoRZHQEcwjmCcgf0LeR0F3F0wBEyu88vx8zR5584c9dnzu6nILGu5BR983SrdV8WpttZpicK6W5Z123oPYFH3A5zSbT50drM9s25kt5y3wzKH7J/5YBbdMbMz5ordKzpnNlOj9ruqjQMtOmv2HbS61f/7CvYDIPdydA==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_457"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_456"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_437"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_436"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="55" name="ratdom_rat_conv2:0" type="replace" x="256" y="64" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv2:1" type="replace" x="256" y="64" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="60">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlGEOgyAMhT0J8Q66G0w8gnIE5hGYdx9kbda8FC1kJu8HjV+b0ke9G4Y160XasnZS+bz7qpxD1pE1kjzF3qSo5Al0Ltwp2BVyJSXPQWfJTcQ+RWxU8pwQn9yvlznrUeFRkpO642vcHX/Heeq/h2MhuzWwWDs28jirwi+dtVMDG5S+LSx63sqyv9GHVlbjer1h7fXfvrLORpuP1VO4R9iT1tniPSdD7Zon5HvYLzhttvI98P60crj7uH8rp/V/xRVP1HZoVDj+f4b7wBxJ4Xq8bvWsZD78vaPe
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYECAIiaGIQekhTHFxCnwx2MhBPuhEG51IPCRgPxgBYfFCPuNWMBJYliD7IYBSsNvOwX6j5OgdyjmiycDkDaR43YUUBdgS4PfiIhjWP4kJz1IDsF0TwpATq8AIc4OsA==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAy2IMGMBNDlMMBC6hqT2MRS8ywGY2TBxkFrcwbr3odhFr53AHuMKUGDCXaWTaTUmawZUO8YGBcutA6R2ouIWVI+QAeqeJUUBdQK2yCAA/+Rd4
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGF0vcSahU0djI8MsOkh5A98gFh3kaoPl15Sw5FUfcSGDa30Uiv9DKSfSdVP7zjGBoZ7uhoIvdQMZ2L1oqsnVj+xgFR34pIjxV/k+IcacYCsHwDTgfNQ
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRqFcDiBPI1EuOnT5kuhekzxqq1wqI/YjUj6yviAT92PQRE9b49OGzm5A+XHYTqw/dblL0Iev3JUPfKB7Fo3gUE8IA12bEvA==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsJqQ3gQy9GgT04dNLSfogpBdfHBPSOxDpilDc4IsfQmmKVv4diXrxhTWhfIDLbmLL98GgFwDz23J8
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPGixxSBww3DGACznd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_458"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_457"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_438"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_437"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="58" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="59" name="ratdom_rat_conv2:2" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,453 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="67">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<tileset firstgid="7813" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMENwyAMRTl3CMQOTTcoZISEEdKMQNm9oNiKZZlgokb6ByyeifHHwRozF31AS9EKql+wh+o6Fu11/TDGQ7zGvqBNyBNhXblc5OzBzhBzoCTk2WGdyT5k3yTmhDyZxZ/2rGUqejV4LspR9fgW1+N7XID673Aozi4DLD97G+R5rzZ7emn07DTARqFuDYueH2XR39yHWlbi7npDW+u/faXtjdQfraf4HEFPanvL7zkpzm55gr6H9YKTekvfA85PLcdnH9av5aQ3dcVVT7RmqBc43D+x++A5vMBp/Ir7Rj1L/+cHpZ6keQ==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBjaQIoJQhcDaT5h8swoZqLcHYVkmsFJBbtJBYfFqGNOERlup5bdmwTJ00dueEtRKZ4eCpGnj6SwFoak6UQ6py1Y3EpSaC856YoSQI24BbmZ3DRJCnBGcysXlP+EQLoSQCobcZVVuMpBQuFDjfITPc7pnQYAs4QNjg==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAy2IMGMBNDlMMBC6hqT2MRS8xAGQnulnEAnLtHC4AW3wRC+YyjUy7KUkz5KTTgXLrQOkdqLgdqHKEXDtHAfUAJXkMGQAAmwcU6g==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFktEJACAIRJ2i/Vdww+gjkEi7k8oDf9KnV6ZNRJ0YYs6RWNkphPNYKy8f9YyEeGI51D/DZvZQwTI7f+mb5SvYW9yPmdX/qoK9+c4oGynLRT1ONV6OuZetY7hZv+vDRgcd0/Te
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRqFcDiBPI1EuOnT5kuhekzxqq1wqI/YjUj6yviAT92PQRE9b49OGzm5A+XHYTqw/dblL0Iev3JUPfKB7Fo3gUE8IA12bEvA==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FxKrXgKpPAGIYiAOyNYnQh6wHGRDSb4NDHwxokWEnPruJ0YdNPyn60N1Oqj5kveSAkaoXAHVDtMA=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdOyLhEnRN4pHMQgDALdslaU=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OJ4MKYrQvGKL5wJpSly/UtM3ILsjkeznxh92NxPqj5k/eToGwWkAwC4nXqR
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsJqQ3gQy9GgT04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrjyMw/+OwmtnwfDHoBgGdyew==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPGixxSBww3DGACznd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="57" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_459"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="59" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_458"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze2"/>
<property name="place" value="down"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_438"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="51" name="ratdom_artefact_lb" type="script" x="192" y="672" width="96" height="32"/>
<object id="52" name="ratdom_artefact_la" type="script" x="384" y="64" width="64" height="32"/>
<object id="53" name="ratdom_artefact_ld" type="script" x="416" y="32" width="32" height="32"/>
<object id="55" name="ratdom_artefact_lf" type="script" x="256" y="128" width="32" height="128"/>
<object id="61" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="66" name="ratdom_artefact_lc" type="script" x="416" y="32" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_maze_rat" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="45" name="ratdom_maze_rat2" type="spawn" x="288" y="128" width="32" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="54" name="ratdom_roundling2" type="spawn" x="320" y="96" width="64" height="96">
<properties>
<property name="active" value="false"/>
<property name="quantity" value="5"/>
<property name="spawngroup" value="ratdom_roundling2"/>
</properties>
</object>
<object id="65" name="ratdom_maze_rat2b" type="spawn" x="192" y="224" width="128" height="64">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="63" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv2:2" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="75">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJylk9ENgzAMRJkk6g6lIxRGAEYoHSF096ZSLLnW4ZzDx/3x7Bg/T2kYJiJryVbyLrnVsMxeuQ/JauYw3L3BIabFzeB9DCc9ezjpGeWEjcxnY3suAXY27CvIazZX/tnZOwfYDczNsNZ5lvWcYtgep9A/isyK2CtesbtB+2GdQnfEOoVuNxO9z5zQ97A6HNqtvofdvKHFaf5Q83sOejWWdO6gOPFw5rce/b4fa2SmEdTI6d+jlnuW17UZdzT/BYuxpZU=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgbwKcPlx58eonRh00vsfqw6bUhUh+6XnQ7D0oyMBySJE4vKXbSAhwWo0z/ZTz+pLXdMEAovEcBBBwmMYxOCVJgF5XidiiCoZAeh4IbQWAg0hEAjXEj4Q==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6MJC7hMonpK7CIXgNy4UZKBYZMk6XrJdSMl4XKYAr1zmcjXCwKUuBvZbnLCe6DCjJw4ppZbN5MYRpT4cyimK5A+cvMgsn9JTY/0KpuQAalupGV+uYzHHQOZjsgBAHg4H4I=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="12" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxmQo4ce7qTEPmq4k97xOBj0UhrW9NJLDX0w/lBIV0NNL7XsJMUMfICQPnLMIKQGlxwp7sJlLq3jAFk/APQpB5U=
</data>
</layer>
<layer id="5" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="6" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="7" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="8" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="9" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="10" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYMANNOTwSA5B4AP0jx8ZfgLpswZiKyD2JcEMmL4iJGxFhH5s+mDYBo9efPoI2R0HFNfEo5eQ3YT0E/K3FgV249MLSsMJZOglpA+fXnxupVQvuWkDn520TFeE4hWXfkJ2omNfJEyKvlE8ikEYAJv0les=
</data>
</layer>
<layer id="11" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMQiJfDjTUJ6MUHtPDotcGj3wcoZ41HrxUQ++HQH0fAzYTsJqQfn92E/EzIbnx6NYA4gQy9hPTh04vPrZTqxRfHhPQORLoiFK/4wplQmiLXv8TELchu9HxMjD5s7idVH7J+cvSNAtIBAN44eV4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6LXCY3ccUFwTj15CdhPSj89uQn4mZDc+vRpAnECGXkL68OmlJH0Q0osvjgnpHYh0RShe8YUzoTRFK/+ORL1xFOQDXHYTW74PBr0AQwdyHw==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBuE2GIQuGEUj+JRPIrpiUfLvYHBAKJ3d60=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="57" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_461"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="58" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_460"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="59" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_441"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="60" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_440"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="70" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="71" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="256" y="704" width="96" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="65" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="66" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="67" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="68" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,426 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="78">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlcERgyAQRS0g5xwZeggpAS0BLYFYArH3wIQdmZ8FFybOvIPAE2G/qNU06UiI+IiLrJl0zepLut8ir4zNngaf+h04e+SdSe6T8anfg3MU42x+H/TxOQe0P9S5lpaPoCf1a96Vf+UllkGPQNd1uDi37/S5zNjBuUOHuzHrlrjJ2wfcJXuYQ6nLeaPZkK7137mS1oarjzRTtM+YSWltcZ+DYO5aJsrvYW14XG3xDHUdHp59tP5WBlvPcKqeQcqEUfwZ5tVvjmi8gf3g/gEzeK06lP7tfrbjPDVMwQdaj6OL
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBgeC7EMCTAaQLu/E2iP14QUP+aBPOe0DkMr1Ng32Ex6rmDEruvDZF0hw6+0cHdu4dg2FArXR0cgn6nF8BXBu4hIdwIlX3Y7KJVfkUvOweifAIABlQTDg==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9yHG7UYh0/eSGF0gfOfEDAvROE/QGQzENUlpGkAMAkPISqg==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMCn6salBB6SaTwiQ4n5S9eLST6vwGyx6kfXTOs2Qml4Gm73U0kcPO6kZTgOZLiiJ14GKI2L0EwsIhQ26Glz6yXEXujit4x0ZAwAZgfjB
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsvrAnlA1x2E1u+Dwa9AL/2cbE=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="60" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_562"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="61" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_461"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="62" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_442"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="63" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_441"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="67" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="68" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="70" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="128" y="96" width="128" height="256">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="71" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="72" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="73" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="74" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="76" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,428 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="72">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztks0NgCAMRp3EuIM4AjiCOgI6Arq79dCkaVorGg8YD+/E9z7KT6irKlxkzMj+7n33q3Nb3U/cs8zbbsl/QMqVdubDmYAZGDI60FmAFYikw/LQ2YAGSKRDmwE9dDhJmcHyqI8z+AyPd3jDawEHdMJaFDzMO3YfvCMJnvWG1HfKPho9cXekX7A6
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7K+q3wQmkMYlY/NDbjskxDG7wZkfVxM2NXi0o9snxQOvc+FEGxxEsxHBw+FMMWeYBGjJeAWo699MAAAVpm4bA==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEwAh/5yNfLyE89d4wC+oHLYhAaAAkdAok=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccqN4FI/iUTyKycPYALn6iNFPLCDVnbjkSPEXsjpS9GHTT248AAB8HDuq
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadyHZrkqEPl35i9aG7nVR9yHrJASNVLwAKtrbE
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPCiwBZFio5h6GABHD3et
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_463"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_562"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_443"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_442"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="736" width="128" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="96" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:2" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,442 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="76">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMENwyAMRTNAzz2i7JB0g5aOkGQEkhEou9cotmpZJhjUSP8A4tkx/ti7YXiDdtQCWlH58+5UXm+gA/RBedyjdVDibLjOXAKNoNv9zHngOisqcShXYucm/N8n2xuVOEnsT+5Xywx6FHgpznHV+BJX42ucx/p7OJJklwZW5g6NvOxV5l+duWMDuyl1W1jyfCtL/pY+tLIa1+sNa63/9pW1N1p/rJ6Sc4Q8ae2tvOdoyF3yBH8P6wWn9Za/B5qfVk7OPqrfymn1X3HZE6UZGhSOzs/iPmSMqHA9Xrd6ljNfK9Ckeg==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBh48EMIwd7Ox8DwEYid+Anr+y+Eyj8O1MeIRd9TIUyxwQZekOjGZxT46bAY+XopBdS0+xsZYXCVCmnh5BBIT+SCH4MgXT0fxuGLD3wk4G/k9I4r/28Eim8iM/wOAvUdGiRh/4RId1CSVpDTKwC+chhQ
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYICAy2IMGMBNDlMMBC6hqT2MRS8ywGY2TBzdLEJ2EWvnKMAN5jJRph9XfA52u5HTzE4h0vQSSqfYALXcOlT0DlTcElOO4AKU+JdcO0fB4ADI6RUAndkWUw==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccuRiGCDVDnR9yGLY5NDl8ZmJDxDjJlL14dNPajiSqo/YsKGVXlxxSS93k2s/tcKLHnGMDQyFtDHU9FISzuTqxQfI1YdPPyF1uORI8ReyOlL0UTOtAwAE9PZs
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2E6sP3W5S9CHr9yVD3ygexaN4FBPCAPVLxT4=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoF1dYE5MPcNlNbPk+GPQCAMHNcZ4=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMxtgBiKzby9IKAF5l6R/EoHsWjeDBhCwLyqlA80O4caRgAJEJ3bw==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="57" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_464"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="58" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_463"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="59" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_544"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="60" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_443"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="52" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="53" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="54" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="96" y="704" width="96" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="65" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="66" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="67" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="68" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:1" type="replace" x="128" y="704" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:2" type="replace" x="320" y="32" width="64" height="64">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="75" name="ratdom_rat_conv2:2a" type="replace" x="352" y="736" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="75">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJydlMsNwjAQRHPnniOKRAm4BZISSEog0EECzdEYjmRLy2rWnvVhbn6a/cx6PHfdSGiOWqKeUUMSy6yJe5OsZHbFXSscYmrcBOpjuOzZwmVPL5dZT39a3/6fvTvYSfk+nLxkt8TfGr03B7uAWTOszjzLljLFsC2ZQjPy9IpYT65aPK39sJlCd8RmCt3uRnhbmZD3MBc4tFt5D6uqv8ZJfhf+Je7Ya4i6gPrRf63zcMz9ZfijvymonX2MHk49Zmr5HtL7YHBZwdAPiH2m0w==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgbwKcPlx58eonRh00vsfqw6bUhUh+6XlLsRNeLbCc3P/FmUBN8ExoYew+LUc+sr3zUM4sUECtOvt5cCvQSC+xZydfrT4FeasUtrvAlJtyxhS9Inx+Z4W4P1CfFjF/NRVHcdhLSiw2A/GCHQ+9vAvkWZC9MPzn2ItP0BvjiPQ6I46HypljSKL54B4WjL9QMXBgAlOQsdw==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuSwi18Sw6NpiILLFPiJ3PCgxM7DFOg1xRGvxAJK3D2XaeDspiTMyInjgXLrQOkdqLgF6SM3D9I7TQwnAAr3xwMQ7pToxQUAVh0Vsw==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxmQo2cw6yPXf9SMC3rbS6nd1ApreukdDO4dqPgZCnqxgYHSS0g/PrX4zCBkBzlmEvIHqX4hRg8hDABQAAOy
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPtCzdAgwhwfoBprqN4iJDMIuQGbPhi2waMXWd9mMUy9+OzWQlKHTS8+u7VwuJWQ3fj8iU2/LxImVt8oHsWjeBQTwgD9cb+6
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OJ4MKYrQvGKL5wJpSly/UtM3ILsjkeznxh92NxPqj5k/eToGwWkAwC4nXqR
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz26Qe63x6LXCY3ccUFwTj15CdhPSj89uQn4mZDc+vRpAnECGXkL68OmlJH0Q0osvjgnpHYh0RShe8YUzoTRFK/+ORL34wppQPsBlN7Hl+2DQCwA+O3Ig
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRTHNsMQjcMIoxMQAw13eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="east" type="mapchange" x="448" y="864" width="32" height="64">
<properties>
<property name="map" value="ratdom_maze_455a"/>
<property name="place" value="west"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_564"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_445"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_444"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="65" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="66" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="67" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="73" name="ratdom_bwm_sign" type="script" x="224" y="704" width="32" height="32"/>
<object id="74" name="ratdom_455_chest" type="script" x="288" y="896" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="192" y="96" width="192" height="256">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="51" name="burrower_4" type="spawn" x="288" y="832" width="160" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="burrower_4"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="61" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="62" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="63" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="64" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,352 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="11" height="21" tilewidth="32" tileheight="32" infinite="0" nextlayerid="27" nextobjectid="73">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="11" height="21">
<data encoding="base64" compression="zlib">
eJy1ztEJgCAQxnG5fGmACm2EagRthYZtEXOFBskDpZNUhPDh/3D4+0DZMSZJK0lmwrfNpUlLYhPM7jpIimzQzd5gI/+m/EYQOyUcNvDYoitZTPj/1Fjd0F5QZ9EFa+G9aQZia6FsDfyzd6KUPft81JZcqKWtcS0t9gBrMW5t
</data>
</layer>
<layer id="2" name="Objects" width="11" height="21">
<data encoding="base64" compression="zlib">
eJyd0ksKwjAQBuAxDYiu2oBpFFy4Em/gLTyBunCtgqCn6mW8gt0IHsGNGZoh0zxE/KE0nXwdQhKAOAOdKNo8VVyrMjaVX6wpAA7C202RNobVyb6V97RWE/yPdlsD7Ot8/7Hw9mjd2T4jkV7vjFnKNGNfqm8vGYeZJ/pOZOxWtqatHbo9wzd+L2XntfSOwvcXc3deM7Ou/JivF+voyXIXrpfmed9GxLa1+9K6Otkm2Juwbyv6fTHXEuBWdpbGudD8ImN37I5gHom7T+d8cnfk23n+kw9/OBx8
</data>
</layer>
<layer id="3" name="Above" width="11" height="21">
<data encoding="base64" compression="zlib">
eJxjYBgFIHBIjHh1o2pxqxXEIkaJ2lQBBoY0AYhaGJuQWnQ2PjdgA8SqI0ctKRgAhOgjWg==
</data>
</layer>
<layer id="21" name="Ladder1" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2DwglQBBoY0AUw2pWphQFGMcjfSCgAAU9cD5A==
</data>
</layer>
<layer id="26" name="Ladder0" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo4B6QFCMumpTBRgY0gQgamFsQmrR2fiAIgnupTcAANc1BFk=
</data>
</layer>
<layer id="4" name="Top" width="11" height="21">
<data encoding="base64" compression="zlib">
eJxjYMAOgiVxSGABznjUXhaDYEJqQWoOQzEhtYdpoPaQGHFqQepG1WKqvUSkWmR1+NSiq8OnFhtIJkEtOiBWHS3VggAAHBM80A==
</data>
</layer>
<layer id="5" name="Walkable" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBENgwC6GDaMDEbVjqolFmMDxKrDpp4YM/DxsckRC0hVSwoGADxjdvA=
</data>
</layer>
<layer id="24" name="Walkable1" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBENgwC6GDaMDEbVjqolVi02gE8dcprEph7dHHS1yOqx8XHZRwwgVS0pGADfM3PU
</data>
</layer>
<layer id="23" name="Walkable0" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBENgwC6GDaMDEbVjqolFmMDxKrDpp4YM/DxsckRC0hVSwoGADxjdvA=
</data>
</layer>
<layer id="6" name="Light10" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAeFMmN4lE8iumFAZ/Pe8E=
</data>
</layer>
<layer id="7" name="Light1" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYKAu0JJjYCiSG35qfYBqrIlQi6wOn1pkdZvFILQfDvVaSObB1NoQoRaGrbCY7YNFHbJ6XySMS90opi0GANQFSzE=
</data>
</layer>
<layer id="8" name="Light2" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="9" name="Light3" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="10" name="Light4" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="11" name="Light5" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="12" name="Light6" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="13" name="Light7" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="14" name="Light8" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUDEYAAAOcAAE=
</data>
</layer>
<layer id="15" name="Compass" width="11" height="21" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAeqMmN4lE8iumFAdUQOnE=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="65" name="up" type="mapchange" x="160" y="0" width="32" height="32">
<properties>
<property name="map" value="blackwater_mountain55"/>
<property name="place" value="cave"/>
</properties>
</object>
<object id="48" name="west" type="mapchange" x="0" y="576" width="32" height="64">
<properties>
<property name="map" value="ratdom_maze_455"/>
<property name="place" value="east"/>
</properties>
</object>
<object id="58" name="ratdom_ladder_1" type="script" x="128" y="544" width="96" height="64"/>
<object id="69" name="ratdom_ladder_1" type="script" x="128" y="32" width="96" height="64"/>
<object id="59" name="ratdom_ladder_0" type="script" x="64" y="480" width="96" height="32"/>
<object id="67" name="ratdom_ladder_0" type="script" x="192" y="480" width="96" height="32"/>
<object id="60" name="ladder_left" type="mapchange" x="96" y="512" width="32" height="32"/>
<object id="62" name="ladder_right" type="mapchange" x="224" y="512" width="32" height="32"/>
</objectgroup>
<objectgroup id="22" name="Ladder" visible="0">
<properties>
<property name="active" value="false"/>
</properties>
<object id="63" name="ladder_left1" type="mapchange" x="128" y="32" width="32" height="448">
<properties>
<property name="map" value="ratdom_maze_455a"/>
<property name="place" value="ladder_left"/>
</properties>
</object>
<object id="64" name="ladder_right1" type="mapchange" x="192" y="32" width="32" height="448">
<properties>
<property name="map" value="ratdom_maze_455a"/>
<property name="place" value="ladder_right"/>
</properties>
</object>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="96" y="32" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="-64" y="96" width="96" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="56" name="ratdom_nondisplay_61" type="replace" x="96" y="416" width="160" height="128">
<properties>
<property name="Above" value="Ladder1"/>
<property name="Walkable" value="Walkable1"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="61"/>
</properties>
</object>
<object id="66" name="ratdom_nondisplay_n61" type="replace" x="96" y="416" width="160" height="128">
<properties>
<property name="Above" value="Ladder0"/>
<property name="Walkable" value="Walkable0"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="61"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="70">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlMENwjAMRTsAZ46Rd6CMUDpCYYSUEUp3JxG2hKwf184BIv3j809s51MaBirainLRUnRn1XNLbdGXhF9ZUqfFXgH/YkmdKcDrOovBWjyxv+V95H/EWryHnQF3cXBobuToleWdgzzaGc+bkbe311WPzl5X7tnBzsztnSziPDNGu/GvvfLOBs3Hu1PS5+j/FU/d583hjTz1f7CyD81WZ6h1hzHh/JDs+0V+te4QyQJdIwdY/Y7T+VMvyo+sNxKqpVk=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN4uQguAgHRgZnhHCbQUgvPqCFR+8jJDslhYmzmxSAbjct9J4E+uEUWthRYi8x4LAYgo0r3mgFkO0mBzyms3uxAWxpjVaA3vFDCYDF7cMh5GZiASwv2uDJj7jSBUyvFRD7IenHlvdx6cWmHxlgyxfoZR9Ivy8eM/DpJcYNMP/j0ovLDchux6eXkBuI0YsrDgGixz8s
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSNIAcArT1z5qgZ1CDAy7hOhr52Ux8vXOZRqZdh9G0ktqWrtEhr3UcutQ0TtQcQvSR078gAC6f4lNFzA7ycn7lIYTtQAXFr8O1TKYUgAABNkT8A==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwDHv2EMLX1k2oOLkCJflLtRzeLXLvJDbuBjDd6201pXNHbXphaStMGJXoHKn6Ggl5KwgpZPTXcTQ399A53Sv1PLf0gDACLxRDp
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7CRkNyF9uPQTqw/d7aTqQ9ZLDhipegHJhLTB
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G5v7CenD5X5CbsWln1y9IDCql3gAAAJqtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PFgTjz4bIMYHtMjU6wOUs8aj1wqI/XDojyPgZkJ2E9KPz25CfiZkNz69GkCcQIZeQvrw6SUUv5ToxRfHgzFdEYpXfOFMKE2R619i4hZkN7Z8TEgfLveTog9ZPzn6RgHpAAAcbXrc
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFifEATSV4LyC5CwoT0IusnRy8ue0HYj0i7seklxm4fLPqI1YvNThC2IsLduPQSshvkXms8evHZHScHCStcegnZTUg/IX/j8zMhu/Hp1QDiBDL0EtKHTy8l6YOQXnxxTEjvQKQrQvGKL5wJpSla+Xck6sUX1oTyAS67iS3fB4NeAHqtcr0=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="52" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_566"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="53" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_465"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="54" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_446"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="55" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_445"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="61" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="62" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="63" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="64" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="65" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="66" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="65">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlNENwyAMRDMJyg5NRyAZgWYE0hFIdi+otoSuJtioke4jyA9j++TZTdOclbJiVsh6kcq3uq/K/571pngU8wcpVMxB3FXFPwX+JMWKOYF70HuQx3suOGdu7fAo5LR8i+vxPa5oG+RYyAYDi7mjkZc84wdzJwO7C3Vr2Jbne+zmfj1vYSVu1BvaWv/tK+1spPloPcV9Rk9qZ4t9Torcd3uw3qEtTpot7tBg4HD3cf1aTqr/jiueWJy8w7zAcfwC/cA7vMBp/MpxVs/W7/kA2eqiyQ==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg48E+IemY9wmPWEyLteU5F99Aa8AmTr/ewGPXcMRB2Px1C8YQMHtPR3QORlgcyXQ0GgK8MQgeU5N+BAtjSlAAV/NHLysDQx0qeXkMkfZSkeQBEFA4K
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OQwxS6LMTBcEsOjCQu4DFVPqj5y9YwEcJmCcJnLNDLtPkyBXnLS4UC5daD0DlTcklMmwQC908RwBbWsDAx1rPS3l5I8hgwAGGcVJQ==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="6" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="7" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="8" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="9" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="10" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="11" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="12" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoNw6PXkL5AJfdxJbvg0EvAEzIcjE=
</data>
</layer>
<layer id="13" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="14" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0UesOwiZTwwgxk3khge5+rDpJVYfsWFDK7244pLe7iZV/0DopZY+etg50OlqIPRSM5yJ1YsPkKsPnxmE1JAqTo94JFUfCAMAdLDxwg==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRTHNsMQjcMIoxMQAw13eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_467"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_466"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_447"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_446"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light2" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="57" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="58" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="64" name="container_gold_3_10" type="container" x="416" y="832" width="32" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="96" width="96" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="52" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="53" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="54" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="55" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:1" type="replace" x="128" y="704" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="63" name="ratdom_rat_conv2:2" type="replace" x="96" y="736" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,449 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="75">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlEEOgyAQRT1A110S71B7hOoRqEfAHgG9eyGdSfA7wEBq8hYa3iDMz4xmGMaAD7iADbyJ+MzmR3xfAx9aj7C/ETZxNvKOZP1T8HfCJc4O3oP+B32sc8B39uaKj6Cn9XNeza95kaXTY9C1DS7u7Rp9KTOvzr19g7sK59a4uczX3MVcM9/iSl5vNrRn/XeutL2R+qPNFN8zZlLbW7xnr9i7NAfTGZrzpN7iDLUNHs4+Pn8pg6Ua7Oa8mInJyDPMmmuOeP0E94E1nDnnSJM99m/3c11t7vi/vp2moqE=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKA+4GIiTl0SVF0RFvXORJqBDI4IQuhgmF5h0s0gBTwTgtCJZLgVBgop0EsuOCxGmf7nQgi2LInup9RuGIDF9UAAAQrS1WMhwmpAABSuxOYjdAAKG6khmK5g4CGRYUQtQK08uInMNFlMov0vyAgfYtIsHwE1SXRKU6B0xE/jshsdAAAqZxAc
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OQwxQ6LMTBcEsOjCQu4DFVPqj5y9YwEcJmCcJnLNDLtPkyBXnLS4UC5daD0DlTcXiajTIIBeqcJeoOhmAYpTUfkAABaRhZh
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0UesOwiZTwwgxk3khge5+rDpJVYfsWFDK7244pLe7iZV/0DopZY+etg50OlqIPRSM5yJ1YsPkKsPnxmE1OCSI8VfuMwlNSxJjXdkDADDe/D7
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7MRnNzH6sOknRR+620nVh6yXHDBS9QIAxnW0LQ==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdOyLhEnRN4pHMQgDALdslaU=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzJmC3Hw79cUT4F5/dIP2aZNpNyM+E7ManVwOIE8jQS0gfPr2E4pcSvfjieDCmK0Lxii+cCaUpcv1LTNyC7I5Hs58YfdjcT6o+ZP3k6BsFpAMA4LV7gg==
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr0w/fjca01ALy6744Dimnj0EvI3If2E/I3Pz4TsJqQ3gUy9+PTh00tJ+iCkF18cE9KLz6/49FKSrgjFDb5wJpSmaOXfkag3joJ8gMtuYsv3waAXAFSFcw0=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMitgBiKzby9IKAF5l6R/EoHsWjeDhg1UHghpGGAQXCd14=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_568"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_467"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_448"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_447"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="74" name="ratdom_artefact_lk" type="script" x="288" y="128" width="32" height="96"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="352">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="45" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="73" name="cavesnake2b" type="spawn" x="32" y="800" width="96" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="224" y="64" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:2" type="replace" x="160" y="32" width="64" height="64" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:2a" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="60">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlVsOgyAQRVlAv/s5cQ+1S6guAV0Cdgno3gspk+DtCAOpyfnQeIbHXHEgY4aAD7iADSyJeE30Jd6vgXdgTwwZ7G8Jmzlb8o707u1uzFPwua7LnD3zIo80H/SxzgHP2ZsqPoKe1r/yan7Ni8ydHoOubXBxbNfoS5l5dY7tG9xVWLfG5cy3ujOdM9/qSl5vNrRr/XeutL2R+qPNFO8zZlLbW9xnrxj7KhP597AUPKm3eIbaBg/PPl5/KYOlGpauM8iZGEk+wxz95ojfH2E/sIanc4402WM//lPyutrc8bw+83qjcw==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFIPBQaKBdwMDwgk5uOCxGH3sGm93UAo/pFE9PBkGaJAVQI27pFbZDFQylNAFy61My3DsQZQQA3hcLFQ==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSI6CAQWXxcjXO5dpZNp9mAK9l8jQO1BuHSi9AxW3IH3kxA8I0DtN0BsMxTRIaToiBwAAhNYR5w==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzFkssNACAIQ5nC/VdwQw9eSARslUATLsLjq8jWHKd579ovAR8xLG/FWWL6Q4TOz3Bo/wyLcj+3y2C9W1b3zfIdbBZXUbP7X3WwmXtG2UivXJTjFuP5mLm8vOwu2btrW15w8ok=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1oDieCjWJEEfSH0CEMNAHBH6NdD0IANC+m1w6IMBLTLsxGc3Mfqw6SdFH7rbSdWHrJccMFL1AgDqtrPj
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieDL1JQAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAHjDtBs=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfqwuZ9Ufcj6ydE3CkgHAGsgef4=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzE4StiHA3Lr2E7Aa51xqPXnx2xwHFNfHoJWQ3If2E/I3Pz4TsxqdXA4gTyNBLSB8+vZSkD0J68cUxIb0Dka4IxSu+cCaUpmjl35GoF19YE8oHuOwmtnwfDHoBBOxx6A==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPODYYhC4YSRiAC6Xd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_572"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_461"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_552"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_451"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="55" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="56" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="57" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m10" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m10"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="256" y="64" width="128" height="128">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="58" name="ratdom_rat_conv2:1" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="59" name="ratdom_rat_conv2:2" type="replace" x="352" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,442 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="83">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztlMENgzAMRbl2gR4jdigdoTBCyghJRyBM1yU6Tm3VlsxXoiQ9g/QORH52kPAf3TCMxEYEwhNPgZ/Z/eD3lXhJPaJ+FLxxoni7qb9n/CQE4yTwbnIf9LHPDufqzRUfQa/VL3k1v+Yxi6n/XNo9BWc+Olx7956ZlulP7+QE4V2IGVr+6dXUJ3fMrpqn2YTYDC15mE25DPUdHmZfkO9fGj3s4cUtebz3vMO5DAvumE+2Hvcee2xy9r625QvOmQpzSugc5gtNu6u2
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYGBgKGJiGDTARBC3XCEWdyYjibmg6U2isb+SKTR/ijgDw1QoniZOWjwsAaovFYew28RJs/ewGET/UiBeRqJeGDDHE0+jYBSMglEwlAAALLALDQ==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OSwi18Sw6MJC7hMonpK7BopgJIwnctEPXeMglEw0GC0fMENKAmbwwOk1xRHvYMNUOI/ZHsAf70KoQ==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJ84OsCmDp9edHNI0YfLHfjcSaw/SPEXufrwmUeOvlFMe0xJ/JKrl1r66GEnNv3DXS81w5lYvfgAufrwmUFIDS45UvyFy1xaxzuyfgDibgFd
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA+XfmL1obudVH3IeskBI1UvABEdt1Y=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu7Xw6CNkNzF6sdlNyL3o+n2RMLH6RvEoHsWjmBAGAF4Uu/c=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzJmC3Hw79cUT4F5/dIP2aZNpNyM+E7CakN4EMvRoE9OHTSyh+KdGLL44HY7oiFDf4wplQmtIg07/ExC3I7ng0+4nRh839pOpD1k+OvlFAOgAA5mR7uA==
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgGtPCoR9aHrIdYvbj0EdKLTx8hvTZ49PkMgJ2Uutcaj14rIPbDoT+OiHjFZzch/fjsJuRnQnYT0ktuPOHTh08vofilRC++OKZluiKUNnDFLTHlBa5wJpSmaOXfkagXX1gTyge47CYmHwwWvQBeIYI8
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMxtqCDHaN4FI/iUTyKRzE5GACLr3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="68" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_474"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="69" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_473"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="70" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_454"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="71" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_453"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="72" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="73" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="74" name="ratdom_maze_light3" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="75" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="62" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="63" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="96" width="160" height="128">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="64" y="32" width="96" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="76" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="77" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="78" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="79" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="80" name="ratdom_rat_conv2:0" type="replace" x="320" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="81" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="82" name="ratdom_rat_conv2:2" type="replace" x="320" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,457 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="21" nextobjectid="75">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlNENgzAMRJkkYoemI6SMQOkGlG4AdPbGqqOakxOcqEj3AfjZcXxy77quj5qjnlFj1J1Fz819Re8Tx5ACc6Q1ahM5ZJ7ELByzAYs5ZJ7E7CIu8HmuSg6ZZ4fvF/frpcSjkLPyOe6MP+NIQyOXhOxYwWLtuZLHWc1iprW11wp2Uvq2sMQtDezAHPrQympcqzesvf7bV9bZaPOxeirdM3qSaqc9VqqJ90yeerjjHrN6gvRyxz0WFE6bLekN5whGLjfvkgctbI4jT3in77DEavEe5pbzi8V7yMp/vsDJGBn3Af6booA=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYCAfPBWC0P+FKDCEBPCPTHse4dDHJ4xd/Dmd/EMpeEGmOw+LUcf+x2TYTy276Q2olSbokbbIzSeUAuS4fTZE8hA1wWJWCP2BlbBaXGUSAxsDgytQ/xc+8t1hSL5WBkcC8k+JjFdY2foQj/qnSH48gcQmpoyAqREA2mMsR5yb8AEAaVQX6g==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSFIITCk0m1L9Qx1cFiNf71ymkWn3YQr0XiJD70C5daD0DlTcgvSREz8ggMu/xLgFl53kuoUWgJ5pcAcfaXpxuY2YdERpWkMHAEKDFqw=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYICAjWKYGJc4sjwhNcToJ8YMbOqwAVLMJwYQ635S9BHrflL00jLsqamX0nRDLXeTqn8g9FJLHz3sHOh0NRB6KQkrfHGEzyxiAbn60PWSKk9KmBJyL7FhSGp8Y8MA/u3w+w==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1IWNC+nHpI+R2fPrwuZ2QPlx2+xChB5vdpOhD1u9Lhr5RPIpH8SgmhAHmSMXj
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7ES2mxx92PSTog/d7aTqQ9ZLDhipegHM3LS/
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7ES2G939xOjD5X5CbsWln1y9IDCql3gAAFSCtGU=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdOyLhEnRN4pHMQgDALdslaU=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFJGMNII7HgzXx6LUBYnxAi0y9PkA5azx6rYDYD4f+OAJuJmQ3If347CbkZ0J249MLiqcEMvQS0odPL6H4pUQvvjgejOmKULziC2dCaYpc/xITtyC70fMxMfrQzSBHH7J+cvSNAtIBAOQIekc=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZcYu+OA4pp49BKym5B+Qv7G52dCduPTqwHECWToJaQPn15K0gchvfjimJDegUhXhOIVXzgTSlO08u9I1IsrrInJB7jsJrZ8Hwx6AXzmcWc=
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUUwMVh0EbhjFQwsDAIqbd5o=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="58" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_475"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="59" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_474"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="60" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_455"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="61" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_454"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="63" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="64" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="69" name="ratdom_bone_collector_s1" type="script" x="384" y="896" width="32" height="32"/>
<object id="71" name="ratdom_bone_collector_container2" type="container" x="416" y="832" width="32" height="32"/>
<object id="72" name="ratdom_bone_collector_container" type="container" x="384" y="736" width="32" height="32"/>
<object id="73" name="ratdom_bone_collector_s2" type="script" x="256" y="704" width="32" height="128"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m11" type="spawn" x="160" y="288" width="192" height="256">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m11"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="128" y="96" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="68" name="ratdom_bone_collector" type="spawn" x="320" y="768" width="64" height="64"/>
</objectgroup>
<objectgroup id="20" name="Keys" visible="0">
<object id="70" name="ratdom_bone_collector_key" type="key" x="288" y="736" width="32" height="96">
<properties>
<property name="phrase" value="ratdom_bone_collector_50"/>
<property name="requireId" value="ratdom_rat_skelett_leg_coll"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="inventoryKeep"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="66" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="67" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="74" name="ratdom_rat_conv2:2b" type="replace" x="288" y="640" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="62">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJyl1OENhCAMBWAnMe5wriCOcMcI6gjI7gcJJKR5lT40aeIPvhTbWjdPk1MiP/X9l8KnuFIsJTQnzVlcJOxezC3cx2C9MNKtnZyaY3Iy7hpw9a6RdNW2d/2Stq3PQfrWhuK3wdyBsF7YxWhlf6xW9oe1yFl6LGvEfCuyzFyN5NT6Y50p9M9aZwrtiWDIrc1EL3d1qLdP89xzWr2tDvX4yeXz66zvUbR70XnkR2fPvXA5/rzyptk=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKDNYA4AYixAXL1EdJrg0cfPr2E7MSnF93Op0LE6SXGTmx6idWHTS+h8KGFXmzufYwljND1ous7LEacvaSEDzIgVx8IEKvvIx5/0wo8ItHOgXAjMXHrQ2bcgPRZk6EXpq+IDL1aSOmfGICcH0jVS469x4H2nUCLZ1x6H+JID7ByDjmcSHEzuj5kvdjKB5B6XyhG14fNXkLqkTFyHsHmLnwYAOWzUik=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuQwxQ6LMTBcEsOjCQ8gVd9lMu0BgcNk6r1Mgf/ItRMEyLFzIMKHUr1zmcjXCwID5eeREj9DMW6HUp5FB9uFGBh2CFFuziigDAAA+vEYkw==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4rjkCGFy9ZKjDxnQQx+9/UconmjtVnrbS624Gag0Qap+SvSR62ZKwoia4TQU9GIDtNaLTT0x+vEBermTXvFIqj4QBgD8vRGw
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+Sfg08ZiHrQ8Z+BOzHpY+Q2/Hpw+Z2YvXhsptYfeh2k6IPWb8vGfpG8SgexaOYEAYAifvFhA==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FmkSq14CqTwBiGIgjQr8Gmh5kQEi/DQ59MKBFhp347CZGH7J+cvShu51Ufch6yQEjVS8AGye0wA==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidDjwYQJwAxCMRBzQBhTRL0oYM4AvptcOiDAS0y7MRnNzH60M0g1q349JOjFwRG9RIPAPDKtME=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OJ4MKYrQvGKL5wJpSly/UtM3GKzmxh96GaQow9ZPzn6RgHpAABU9Hrt
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzN07ENgDAMBMBMQg2MAIyAGAExQ/YvsLsU5v8FskIkN4jTx9jUoZTNSj2zvVub6mW9DtFHVsneA6faKFO9N7Io2++7AouyT3s+EYuymV9I36hnlo3saHW9sMwh+2U/mEUzZjZrr9Bs2VzRd2Y7ldUvy86cb0/rJ7LsP3jKVTP/YG/8NG/Q
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRTHNsMQjcMIoxMQAw13eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_477"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_476"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_457"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_456"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="34" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="35" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="36" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="224">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="37" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="56" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="57" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="58" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_m2"/>
</properties>
</object>
<object id="55" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="21" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="22" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="23" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="24" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="60" name="ratdom_rat_conv2:1" type="replace" x="128" y="704" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv2:2" type="replace" x="96" y="736" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="107">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztzj0OgCAMgFF2nR0b76AeQTwCegRxcxXuLoQSmyaGnxmTN0j6QQ0IYdDpKGdH/pMQ+P/Duch8NwgxQvBgr5EijcbO4mzvugW+NvZ0D03esmRuwn14z++x7Dx2MtFzvMvt/7pUn+q8rbKLeLsWtHT3kjepubLLcTdN0xR6Acc32pk=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBhY8EyMgeGlGITtwEGa3m9AfT+B2BaoLw6qNxZI2yHxiQEJaGpBbnqB5C5igC/QDHsOiJt+QN1FDLAl0a3oAN3txIDDJPgLF1jISrkZo2AUjIJRMBgAALJwD9M=
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSJIALouRr/cSBXoHEsxmoq35lITpXBq7bRSMglEwCoYSAAAQCgRb
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccjB5GMCnDpseUvVjU4cuhksel/m43EKsu7CpIyU8yNWHze3E6qMk7kbxKB7Fo3g4YgCWpD+N
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA+XfmL1obudVH3IeskBI1UvABEdt1Y=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu7Xw6CNkNzF6sdlNyL3o+n2RMLH6RvEoHsWjmBAGAF4Uu/c=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzJmC3Hw79cUT4F5/dIP2aZNpNyM+E7CakN4EMvRoE9OHTSyh+KdGLL44HY7oiFDf4whlfmtKAYlL9q0HATmS749HsJ0YfNveTqg9ZPzn6RgHpAACgRXsk
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKMKBNYA4HogTgBgGtPCoR9aHrIdYvbj0EdKLTx8hvTZ49PkMgJ20ci8M++HQH0eEXnx2E6Mfl92E/EzIbkJ6yY0nfPrw6SUUv5ToxRfHgzFdEVNe4ApnQmmKVv4diXrxhTWhfIDLbmLywWDRCwBVkYMa
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMytqCBmaN4FI/iUTyKRzEtMACMz3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="80" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_478"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="81" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_477"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="82" name="north2" type="mapchange" x="448" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_558"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="83" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_557"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="98" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="99" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="100" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="101" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="62" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="63" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m7" type="spawn" x="192" y="64" width="96" height="224">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_m7"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="96" width="96" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="keys"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="102" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="103" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="104" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="105" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="160" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="106" name="ratdom_rat_conv2:2" type="replace" x="192" y="32" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,434 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="76">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJydlNENgzAMRPnvP59RdygdoTBCYQTKCKHTdYNO1ETYknty4ALSCeXjXeL44jU0zZo0J72SnkmjKH992JTXU9KSdBVd2u0fwcP6TLLO3NuwKPWwPousLXeT89wPfHAv5foDHoUcy5c4VSdCnyOu5NNVcmc1wHln6TXLf9v/XmX+cXLvWMFOTo8YFjPPskMoZ55hPY7JBt5RTa0eW5NH21t2z1J/2EzpPWMm2d7iPUdi71Im7HsYd7jSHNT3oPOT5XD2af0s59W/x+VMeLNL6/dmrzej0CM63Jmss5n9mLz+AIY9pm0=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAe4GIiTt1TIUwxKaBeRkZMcVYsYsjgCdQsQaA6ISAWhmIRIBYF4udodvnJIdiFSO5lYUTF6MAHqM9KDlU/CBgC1RqB7GQH2gnEokBsyoiqzxqIi3DoBwFloB4VIFZlx66vCEm/LxLGZhY2fdgwulm+ROobxaN4FI/i4YYBtaLILA==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OQwxS6LMTBcEsOjCQu4DFWPrM8Ui9nYAC67iNVPDFBkZGBQAmJlKFYBYlVG0swwZoRgEyA2JVEvOeAyiXEAA0VyEDwQdlMDUGL3YQr0kprmQWCg3DpQeikF5IYXOWUSDJCrbxQMDkCtsggAyDoU2w==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFc4sgAl358etHNIUUfNneQog+XP7ABQm4ixe+jeBSP4lE8igcfBgAp5kjh
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadhOwmpA+XfmL1obudVH3IeskBI1UvABEdt1Y=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+Pw6CPGbkL6CflbiwK7CelNIFMvPn349OJzK6V6yU0bhPxKq3RFKG5w6SdkJ7p+XyRMrL5RPIphGABVP5aT
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPI8K/+OwmpB+f3YT8TMhuQnoTyNSLTx8+vYTilxK9+OJ4MKYrQnGDL5wJpSlK/EsobkF2Y8vHhPThcj8p+pD1k6NvFJAOAOFcfbo=
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHqMaaTL3Y7ARhKyLcjUsvIbtxuZeYMIsjoI+Q3SD9mmTaTcjPhOwmpDeBTL349OHTS0n6IKQXXxwT0jsQ6YpQ3OALZ0Jpilb+HYl68YU1oXyAy25iy/fBoBcA+ntzgA==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUKMitqCyeaN4FI/iUTyKRzEtMQCNF3eb
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_486"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_485"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_466"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="32" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_565"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="68" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="69" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="70" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_m2" type="spawn" x="128" y="64" width="256" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_m2"/>
</properties>
</object>
<object id="55" name="ratdom_maze_rat" type="spawn" x="288" y="64" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="74" name="ratdom_rat_conv2:1" type="replace" x="192" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="75" name="ratdom_rat_conv2:2" type="replace" x="160" y="32" width="32" height="32">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,436 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="100">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztkssNgCAQRK3E2INYArSgloCWgPbueNhks1lANB4wHt6JecPycW3TuItMBdnfve9+de5c9xM3lXnbrfkPaLnaznw6M1jAWNBBzgo24FlHziNnBx0IrCM2A3nkSEJkhpzHfZrBFniyw2a8HhgwKGte8ShvxH1IPyhO6h2kr+2RwjAOmz+wOw==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7I+c0FUfTA+Njcg67srgN1ebG5A1sfFxMDwFqj3sRCm+jcCmPqR/SfFhN2eF1jMIgc8xWIONneSAh6RqJ9bjDx7fouSpw/mPwBr4L2v
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEwALKCDAxyQCwvSLpeXaAePSDWJ0MvqYBPmPZ2jFQAAIALAfw=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHdpPDLTeKR/EoHsWjmDyMDZCrjxj9xAJS3YlLjhx3IfPJCUdK4gMA7uo81Q==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpBBnFE6sMH8OmzIaBXE4/eBAJ6QW7Hpp+QPlz6idUHA1pk6kPWSw4YqXoBSNC1Sw==
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizUmAqkUHIHM08eizwaIHGWgR4VZcAOYHdPsJ6UM3g1i34tNPjl4QGNVLPAAAci+2nA==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPGgxCBCr1mIQuHeoYQDMXndX
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="86" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_417"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="87" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_616"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="88" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_507"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="89" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_506"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="90" name="ratdom_maze_light1" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="91" name="ratdom_maze_light2" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="92" name="ratdom_maze_light3" type="script" x="0" y="736" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="93" name="ratdom_maze_light4" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="736" width="96" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="94" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="95" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="96" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="97" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="79" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="80" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="98" name="ratdom_rat_conv2:2" type="replace" x="416" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,420 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="72">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxzk2NgcCMSR5CgdlQv+XqHq7sJmU2JXnxqaK13KKcBbOqGmp9BeiKBOAuIw0kwA6YnG4hrgDgTyQxC+mB6aoFYAYirkczA5QaYPpgedFyNww2E9CHrh7nBlQR96Ga4EtBnDMQmQGyKRS4Tiz6YehO08EA3oxqLPkJxCNPPI4awA90efBimHgCeS7BF
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHPzZ9jwUw9aO7AZd9nwUwxZDdgKyPiwlCuwuiqjVH48P0I9snxYTdnsdC2MVJBf+wmPOISmYTC/6I0tc+GAAAVT+55A==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEwAh/5yNfLyE89d4wC+gMAAesBoA==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHdpPDLTeKR/EoHsWjmHyMDMjRgw7I1YfPDEJqcMmR4jdkdaTow6afXAwAmuU/Kg==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadyHZrkqEPl35i9aG7nVR9yHrJASNVLwAKtrbE
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPGixxSBww3DGACznd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_623"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_422"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_503"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_502"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="736" width="128" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,428 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="20" nextobjectid="72">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJztksENgCAMRZnEuIM4AqygjoCOgO5uOTRpmmJB4wHj4Z347+eD+s4YX8hckf3d++5Xd2vdT9yrzNtuy/+AlGvtzslZgBWYKjrQ2YAdCKRD89A5gB6IpCO3AT10ODGzQfOojxtchcc7nOINgAVG4SwIHuYtew/eEQVP+4bShhKPbkicm/+wOA==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IqYA0gjgdiTTL0JAAxCMQRaYYGkh50EIdHP7K+q3wQ2pwflY/NDbjsc+fH7wZkfVxM2NXi0o9snxQOvU+FEGxxEsxHBwLCmGIPhTDFBiP4LUqZfgBbFbjc
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANiuTwSI6CUTAKRsEwAh/5yNfLyE89d4wC+gMAAesBoA==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHdpPDLTeKR/EoHsWjmDyMDZCrjxj9xAJS3YlLjhR/IasjRR8hN5CCAd90PA4=
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sWFfJEysnlE8ikfxKCaEAUjuv+M=
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh2+1DpB50/b4k2DeKR/EoHsXEYgC2+8U9
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FpOpJAGIYiCNSH7IeZEBIvw0OfTCgRYadyHZrkqEPl35i9aG7nVR9yHrJASNVLwAKtrbE
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IojidTXwIQg0Ac1AxizYHpQwcgczTx6LPBoQ8GtMiwE9nueCz2E9KHbgaxbsWnnxy9IDCql3gAADm+th8=
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx9RUiYWDPQ9RGrH5c+ELbBoxefPkJ2xxGhF5/dxOjH528tCuwmpDeBTL349OHTi8+tlOolN20Q8iut0hWhuMGlnxg7kbEvEiZF3ygexSAMAI9Fmfg=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrQ4Sb/XDojyNCLz67idGPy25CfiZkNyG9CWTqxacPn15C8UuJXnxxPBjTFaG4wRfOhNIUJf4lFLcgu7HlY0L6cLmfFH3I+snRNwpIBwAR6n8H
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovSDsR6R+bHqJsdsHiz5i9WKzk1h349OLz25c7iXG7jgi9OKzmxj9+PyNz8+E7CakN4FMvfj04dNLSfogpBdfHBPSOxDpilDc4AtnQmmKVv4diXrxhTWhfIDLbmLL98GgFwA+X3Vv
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPGixxSBww3DGACznd5s=
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="49" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_424"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_523"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_504"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_503"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="64" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="65" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="66" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="736" width="160" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0"/>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="60" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="61" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="62" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="63" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="352" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:2" type="replace" x="64" y="768" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,440 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="24" nextobjectid="89">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMERgkAMRbnreY87jC2IJbCWAJSAVqBgIWqzZkcyxG9WsurhjS74SMz8EHxRhInWQFDoiIOBBrw9cSRGAz1Rg3shSgOD4lo8pvnBlX13mS73zXPKcUvhWuekuf+8FmdQEZvpU5undi3Ov/VzzuRZPr9V3H5yOGfyjG5Q5j+K+eFZ/q9vsiFdrB05uaI4E4N7v6ftYSXuX8m5EXfhVglvqX/sM/UOWNqdVM1UtnHntZqpbA9+zklOTcwN1rfsE+cE3Zz9r8HL2X+eG3s5+8/vnE/e1j+ztEvURo9/j/nDZ8TaK/fqLeWO/bWbv1s82UPkASPvneA=
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKAesGEjTRwELAQhtA+SmmoWCAaBTawMDJtZEeqwgTVA+bWsEDYrkGaDsg8B6cOsxLkdBE4A7TzFQljdcT4izePD7+4WFuw0NoDPHGyAkR+7uLEcA4OpHGExfCAH6M5cIM4jEFY7iAwnZHfAwAkS9eID6GGHLyzRw2EHBwODlAQDgzQQy0hA+MSCq0C1WkA92kCsA8TXCOg9LEacucZ44gpXPOLTM9AAFB+FQFwEjZdiIF0iSHqapxZ4JEQbcyOBcXCOCmYfEsDPJwQek+CGhySolRYmzR20ANfIDF8AaN4hwQ==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMANIuTwSOIBNmyoND5wWQxCz2FlYJgLxD5QPT5E6D0sRp77QGA7H3HqdmBRR4m9yHo5+SG0EJSO5EdV+xHJblA4XSLTXmq5F9ktxIgRay82dfTQiy08KQkrEEAPh20cCEwIzGWizG5qgEBBBoYgQQg7GEiHCBKvNxGoNgmqPhlIpxCpdyDS9kDYGSmH0LtJAFUOnY8NkOteUgC3MO3tGIwAAHWXJSA=
</data>
</layer>
<layer id="23" name="Above1" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBhewJWfgcGNf6BdMQpGwSgYBaNgqAAAIMoAqg==
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUwICpHHXN0+Snrnm0BpfFyNd7mAK9IwFEUjltjQLqAQDhugLF
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHdpPDLTdYMDGAXH0DqRebGdTQi80sWolhsxdfmBArTkgNLrfQ2l5sdpPqNmIAOXmCkvxED73IZpCjhxx7qR3G1NCLzwxkOXS1xOol1V5CakgVJ9VfpMQjqekGGQMA6HLPKw==
</data>
</layer>
<layer id="21" name="Rah" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2BkgDQ58vVWUKB3FIyCUTC4AQBquAEb
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRjIJVB4EbYNhiELhhOGMAKvt3mg==
</data>
</layer>
<objectgroup id="16" name="Mapevents">
<object id="49" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_625"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="43" name="south1" type="mapchange" x="0" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_624"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="48" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_505"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="33" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_504"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="56" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="57" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="58" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="59" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="84" name="rest" type="rest" x="192" y="288" width="96" height="32"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="46" name="ratdom_maze_rat" type="spawn" x="96" y="800" width="128" height="96">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="72" name="ratdom_rat_warden2" type="spawn" x="128" y="448" width="224" height="96" visible="0">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_rat_warden2"/>
</properties>
</object>
</objectgroup>
<objectgroup id="20" name="Keys" visible="0">
<object id="73" name="ratdom_rat_museum_sign_1" type="key" x="192" y="448" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_1"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="74" name="ratdom_rat_warden_exit_key" type="key" x="384" y="864" width="64" height="32">
<properties>
<property name="phrase" value="ratdom_rat_warden_exit"/>
<property name="requireId" value="ratdom_quest"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="395"/>
</properties>
</object>
<object id="76" name="ratdom_rat_museum_sign_2a" type="key" x="160" y="192" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_2a"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="78" name="ratdom_rat_museum_sign_2b" type="key" x="224" y="192" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_2b"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="79" name="ratdom_rat_museum_sign_2c" type="key" x="288" y="192" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_2c"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="80" name="ratdom_rat_museum_sign_3a" type="key" x="64" y="128" width="32" height="64">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3a"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="81" name="ratdom_rat_museum_sign_3b" type="key" x="128" y="96" width="64" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3b"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="82" name="ratdom_rat_museum_sign_3c" type="key" x="320" y="96" width="64" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3c"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="83" name="ratdom_rat_museum_sign_3d" type="key" x="416" y="192" width="32" height="64">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3d"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="85" name="ratdom_rat_museum_sign_3e" type="key" x="224" y="96" width="64" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3e"/>
<property name="requireId" value="base_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="87" name="ratdom_rat_museum_sign_3e_check_i" type="key" x="96" y="800" width="320" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3e_check_10"/>
<property name="requireId" value="ratdom_rat_sword"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="inventoryKeep"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="88" name="ratdom_rat_museum_sign_3e_check_w" type="key" x="96" y="800" width="320" height="32">
<properties>
<property name="phrase" value="ratdom_rat_museum_sign_3e_check_20"/>
<property name="requireId" value="ratdom_rat_sword"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="wear"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="70" name="ratdom_rat_conv2:1" type="replace" x="96" y="672" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="71" name="ratdom_rat_conv2:2" type="replace" x="384" y="672" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="32"/>
</properties>
</object>
<object id="75" name="ratdom_rat_rah" type="replace" x="224" y="384" width="32" height="64" visible="0">
<properties>
<property name="Above" value="Rah"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="130"/>
</properties>
</object>
<object id="86" name="ratdom_rat_museum_sign_3e" type="replace" x="224" y="96" width="64" height="32" visible="0">
<properties>
<property name="Above" value="Above1"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="184"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,489 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="24" nextobjectid="82">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="20" name="Base" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBg+QEGOvnpBemB4FIyCUTAKRsHQBAAwswE3
</data>
</layer>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJytlMENgzAMRVHPDMCp4k5vwAiEEYAR0o6QMi57EAmiVpbz7QQOT+LAi+N8J+ZZFOaPGWAAo+cNmAT3C7CeAbj1SVn9vgPuglsLblMdvBi3Fc6Lq6Xx6L5TvFhtlI1U2yb6NBuUrVQbZUtZErKl3ifDHU9vzXQ5L3c2tL3ePVfabLh8tDMVzpnOpDZbes5OUZurSe8Dei+3B++G+yC9l52nj/jSexngfG3/aA8W/N8Jazhl5rE+6Pop874D/YemmA==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBhc4AkHgs0DxLxE6NnICcFfoHo7WRkYZIC0LBl6kUEZK369jzggmIkTU85YDr/ew2IQ+pIoafqoAWB2kwueCw2c3cjAjkD84AN+FOh9TKL/T1MQXpSAZ3S2l9i49SOQxh/hcbeVHGH9uECRHPn6QXpB2AZJL7H5AKYXm92fCJgB00uO25H1wvT7IpnxEM3up0K49ZLiBlx6sbmBFL343ADyCzF60eMQBgCAnDjx
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSGIBl8VIU08tvYeHoN65TOTrBQFKwmuk2k1JfF0iQ+9omiYNkBteIH3kxA8IkKtvIPPAKKAegMUjANAVFUE=
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccoMJowNK9JJiDiV6cemnh5/R9dNTL7J+SuN6oPTSy25qpQ162DmY4odeeqkRzujsgUqTA+UGSvxPDf0wAADi4g6U
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRQW8CmXrJsdOHTPeC9FlD9VoBsR+R+pH1FZGgH5s+YsIanz58dhPSh8tuYvWh202KPmT9vmToG8WjeBSPYkIYALv8xQY=
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Io1gDieCjWJFFPAhDDQBwR+jXQ9CADQvptcOiDAS0y7CRkNyF9uPQTqw/d7aTqQ9ZLDhipegHJhLTB
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9lubO4npA+X+wm5FZd+cvWCwKhe4gEAK+u0HA==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OJ4MKYrQvGKL5wJpSlK/EsobkF2x2Oxn5A+XO4nRR+yfnL0jQLSAQBVg3tv
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtA1RjTaZebHYS625cegnZjcu9xNgdBxTXxKOXkN2E9BPyNz4/E7Ibn14NIE4gQy8hffj0UpI+COnFF8eE9A5EuiIUr/jCmVCaopV/R6JefGFNKB/gspvY8n0w6AUAXmdxeQ==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="56" name="south2" type="mapchange" x="416" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_526"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="57" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_525"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="58" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_506"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="59" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_505"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="70" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="71" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="80" name="ratdom_maze_mole_fence_20" type="script" x="128" y="96" width="96" height="96"/>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="ratdom_maze_mole" type="spawn" x="192" y="288" width="128" height="96">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_maze_mole"/>
</properties>
</object>
<object id="76" name="ratdom_maze_mole2" type="spawn" x="192" y="288" width="128" height="96">
<properties>
<property name="active" value="false"/>
<property name="quantity" value="2"/>
<property name="spawngroup" value="ratdom_maze_mole2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="160">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
<object id="75" name="cavesnake2b" type="spawn" x="128" y="96" width="64" height="64">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="81" name="ratdom_maze_mole_food" type="spawn" x="128" y="96" width="64" height="64">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_mole_food"/>
</properties>
</object>
</objectgroup>
<objectgroup id="22" name="keys" visible="0">
<object id="77" name="ratdom_maze_mole_food_sign" type="key" x="192" y="192" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_maze_mole_food_sign"/>
<property name="requireId" value="andor"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="23" name="ratdom_maze_mole_fence_keys" visible="0">
<object id="79" name="ratdom_maze_mole_food" type="key" x="128" y="160" width="96" height="32">
<properties>
<property name="phrase" value="ratdom_maze_mole_fence"/>
<property name="requireId" value="andor"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="78" name="ratdom_maze_mole_food2" type="key" x="192" y="96" width="32" height="64">
<properties>
<property name="phrase" value="ratdom_maze_mole_fence"/>
<property name="requireId" value="andor"/>
<property name="requireNegation" value="true"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace" visible="0">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
</objectgroup>
</map>

View File

@@ -0,0 +1,463 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="26" nextobjectid="88">
<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>
<tileset firstgid="7705" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
</tileset>
<layer id="1" name="Ground" width="15" height="30">
<data encoding="base64" compression="zlib">
eJzFlNERgzAMQ7kO0mOH0hEKI0BHSBmBMm73qLnDPz7LVvLDx/tDUbAUj/euGw0LwH5neQsfwBzoJmEVvoAivALtLvSALdEindKqzWZV65d5Pwgd8o6yybxLpd5mE2WbeUfZet1smfWhWxu02mmvm4zW0zEZo15e0Ss2Gy8ftlM6Z9tJNls7543w9jzte4j25e+Gd9Whz/blIDyBPtuXiqeveVPoDujew0l0RiEzR/9hz2fQe/0BaU6m+g==
</data>
</layer>
<layer id="2" name="Objects" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKANmMjOwDAJiCezk6bPXJiBYSFQzyIgXkyC3odCaHxR0uwlB/AL45YzlsOv97AYefqoAXDZTQ+AbncSE/lmbRYirAanOyjQSwn4T4K9AnjS12AE1EpX6Hl5MIAiOQi2ISN/wvRaAbEfVD8fkXEL04uun1S9MP2+SGacxhPO6HpJcQMuvdjcAAOwtI5PLz43/BYlTi+uOAQAypAuyg==
</data>
</layer>
<layer id="3" name="Above" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYMAN3OTwSOIAl8VI1wPTd4lMvYfJ1DeQeucyka8XBMgN55FsNyXxRU7aHCi3jrQ0PRBlByV2UhpOo4D6AAAoUxYZ
</data>
</layer>
<layer id="4" name="Top" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="25" name="Objects_1" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYKANmMLOwDAViKexk653CVDPUiBeRobeUTAKRsEoGAWjgBQAADR1A9k=
</data>
</layer>
<layer id="5" name="Walkable" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJzbKMbAsBEHBgFccrTGpNqNC5Crjxj95OrDp59c/5ITvgOhF1k/JXoH0s+k6qd3HGMDwz1dDYReaoYzpe4mRz+145tSN5Cjlxr6QRgAi7YMPw==
</data>
</layer>
<layer id="6" name="Light10" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj+JRPIpHKAYA5UH9IQ==
</data>
</layer>
<layer id="7" name="Light1" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYCAdaMkxMBTJkaFxEOj1I0M/TK8VEPuSYIYPUJ01VG8RkhmE9GPTB8M2ePQi69sshqkXn91aSOqw6cVntxYOtxKyG58/sen3RcLE6hvFo3gUj2JCGABmoL90
</data>
</layer>
<layer id="8" name="Light2" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKAJiGyAmFRRRqFcDiBPI1EuOnT5kuhekzxqq1wqI/YjUj6yviAT92PQRE9b49OGzm5A+XHYTqw/dblL0Iev3JUPfKB7Fo3gUE8IA12bEvA==
</data>
</layer>
<layer id="9" name="Light3" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2IkHA/FxKrXgKpPAGIYiAOyNYnQh6wHGRDSb4NDHwxokWEnIbsJ6cOln1h96G4nVR+yXnLASNULAHhStVQ=
</data>
</layer>
<layer id="10" name="Light4" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFo3gUj2Ig1gDieCDWJENfAhCDQBzUDGLMQdaHDuII6LfBoQ8GtMiwE9lubO4npA+X+wm5FZd+cvWCwKhe4gEAK+u0HA==
</data>
</layer>
<layer id="11" name="Light5" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxjYBg5wEeOgcFPjjx91kBsBcS+JJgB01eEhK2I0I9NHwzb4NGLTx8hu+OA4pp49BKym5B+Qv7WosBufHo1gDiBDL2E9OHTi8+tlOolN23gs5OW6YpQvOLST8hOdP2+SJhYfaN4FMMwADiMlW0=
</data>
</layer>
<layer id="12" name="Light6" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJwrkmNgKBrFZOF4PBifPhsgxge0yNTrA5SzxqPXCoj9cOiPA4prUuBuQvrx2U3Iz4TsxqdXA4gTyNBLSB8+vYTilxK9+OJ4MKYrQvGKL5wJpSly/UtM3ILsjsdiPyF9uNxPij5k/eToGwWkAwC7rHsl
</data>
</layer>
<layer id="13" name="Light7" width="15" height="30">
<data encoding="base64" compression="zlib">
eJwrkmNgsAFiYoEWUG0REh4ovVZA7EekfnS9xNrtA1RjTaZebHYS625cegnZjcu9xNgdBxTXxKOXkN2E9BPyNz4/E7Ibn14NIE4gQy8hffj0UpI+COnFF8eE9A5EuiIUr/jCmVCaopV/R6JefGFNKB/gspvY8n0w6AUAXmdxeQ==
</data>
</layer>
<layer id="14" name="Light8" width="15" height="30">
<data encoding="base64" compression="zlib">
eJxjYBgFo2AUjIJRMApGLgAABwgAAQ==
</data>
</layer>
<layer id="15" name="Compass" width="15" height="30" visible="0">
<data encoding="base64" compression="zlib">
eJxTk2NgUBvFo3gUj+JRPIpHKAYAFCd3iQ==
</data>
</layer>
<objectgroup id="16" name="Mapevents" visible="0">
<object id="56" name="south2" type="mapchange" x="448" y="896" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_427"/>
<property name="place" value="north1"/>
</properties>
</object>
<object id="57" name="south1" type="mapchange" x="0" y="896" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_526"/>
<property name="place" value="north2"/>
</properties>
</object>
<object id="58" name="north2" type="mapchange" x="416" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_507"/>
<property name="place" value="south1"/>
</properties>
</object>
<object id="59" name="north1" type="mapchange" x="0" y="0" width="64" height="64">
<properties>
<property name="map" value="ratdom_maze_506"/>
<property name="place" value="south2"/>
</properties>
</object>
<object id="60" name="ratdom_maze_light4" type="script" x="0" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="61" name="ratdom_maze_light3" type="script" x="352" y="0" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="62" name="ratdom_maze_light2" type="script" x="0" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="63" name="ratdom_maze_light1" type="script" x="352" y="768" width="128" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="38" name="ratdom_maze_light5" type="script" x="128" y="96" width="224" height="192">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="39" name="ratdom_maze_light6" type="script" x="128" y="639" width="224" height="256">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="47" name="ratdom_maze_light7" type="script" x="160" y="288" width="192" height="352">
<properties>
<property name="when" value="always"/>
</properties>
</object>
<object id="69" name="ratdom_rat_conv1" type="script" x="224" y="320" width="64" height="32"/>
<object id="70" name="ratdom_rat_conv2" type="script" x="224" y="416" width="128" height="32"/>
<object id="71" name="ratdom_rat_conv3" type="script" x="192" y="608" width="96" height="32"/>
<object id="80" name="ratdom_troll_sign1" type="script" x="288" y="96" width="32" height="32"/>
<object id="85" name="north" type="mapchange" x="256" y="64" width="32" height="32">
<properties>
<property name="map" value="ratdom_maze_517a"/>
<property name="place" value="south"/>
</properties>
</object>
</objectgroup>
<objectgroup id="17" name="Spawn" visible="0">
<object id="50" name="ratdom_rat" type="spawn" x="224" y="0" width="32" height="32"/>
<object id="44" name="cavesnake2" type="spawn" x="160" y="288" width="192" height="416">
<properties>
<property name="quantity" value="2"/>
<property name="spawngroup" value="cavesnake2"/>
</properties>
</object>
<object id="46" name="ratdom_maze_rat" type="spawn" x="288" y="704" width="128" height="192">
<properties>
<property name="quantity" value="1"/>
<property name="spawngroup" value="ratdom_maze_rat"/>
</properties>
</object>
</objectgroup>
<objectgroup id="18" name="Keys" visible="0">
<object id="86" name="ratdom_troll_door1" type="key" x="256" y="64" width="32" height="32">
<properties>
<property name="phrase" value="ratdom_troll_door1"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="170"/>
</properties>
</object>
</objectgroup>
<objectgroup id="19" name="Replace">
<object id="27" name="ratdom_maze:10" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light10"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="10"/>
</properties>
</object>
<object id="64" name="ratdom_maze:4" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light1"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="4"/>
</properties>
</object>
<object id="65" name="ratdom_maze:3" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light2"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="3"/>
</properties>
</object>
<object id="66" name="ratdom_maze:2" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light3"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="2"/>
</properties>
</object>
<object id="67" name="ratdom_maze:1" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light4"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="1"/>
</properties>
</object>
<object id="25" name="ratdom_maze:5" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light5"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="5"/>
</properties>
</object>
<object id="40" name="ratdom_maze:6" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light6"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="6"/>
</properties>
</object>
<object id="41" name="ratdom_maze:7" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light7"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="7"/>
</properties>
</object>
<object id="42" name="ratdom_maze:8" type="replace" x="0" y="0" width="480" height="960" visible="0">
<properties>
<property name="Top" value="Light8"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="8"/>
</properties>
</object>
<object id="72" name="ratdom_rat_conv2:0" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Top"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="30"/>
</properties>
</object>
<object id="73" name="ratdom_rat_conv2:1" type="replace" x="384" y="736" width="32" height="32" visible="0">
<properties>
<property name="Objects" value="Compass"/>
<property name="requireId" value="ratdom_maze"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="31"/>
</properties>
</object>
<object id="87" name="ratdom_troll_door1" type="replace" x="224" y="32" width="96" height="64" visible="0">
<properties>
<property name="Objects" value="Objects_1"/>
<property name="requireId" value="ratdom_nondisplay"/>
<property name="requireType" value="questProgress"/>
<property name="requireValue" value="170"/>
</properties>
</object>
</objectgroup>
</map>

Some files were not shown because too many files have changed in this diff Show More