mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-01-02 17:46:17 +01:00
Compare commits
9 Commits
developmen
...
lodar_elyt
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
105dc883b3 | ||
|
|
0ccf00d4e9 | ||
|
|
3a9f260a76 | ||
|
|
043ac9853a | ||
|
|
4e9b21d5d7 | ||
|
|
58f7aa749e | ||
|
|
0afa286803 | ||
|
|
d1f8c8d776 | ||
|
|
e5fa2ae41c |
94
AndorsTrail/res/raw/actorconditions_elythara.json
Normal file
94
AndorsTrail/res/raw/actorconditions_elythara.json
Normal file
@@ -0,0 +1,94 @@
|
||||
[
|
||||
{
|
||||
"id": "force_shadow",
|
||||
"name": "Force of the Shadow",
|
||||
"roundEffect": {
|
||||
"increaseCurrentHP": {
|
||||
"min": -4,
|
||||
"max": -4
|
||||
},
|
||||
"visualEffectID": "redSplash"
|
||||
},
|
||||
"abilityEffect": {
|
||||
"increaseAttackDamage": {
|
||||
"min": -2,
|
||||
"max": -2
|
||||
},
|
||||
"increaseMaxAP": -4,
|
||||
"increaseAttackChance": -10,
|
||||
"increaseBlockChance": -5
|
||||
},
|
||||
"iconID": "actorconditions_1:31",
|
||||
"category": "spiritual"
|
||||
},
|
||||
{
|
||||
"id": "enlightenment",
|
||||
"name": "Blessing of Enlightenment",
|
||||
"isPositive": 1,
|
||||
"abilityEffect": {
|
||||
"increaseMaxHP": "+5"
|
||||
},
|
||||
"iconID": "actorconditions_1:38",
|
||||
"category": "spiritual"
|
||||
},
|
||||
{
|
||||
"id": "elythara_touch",
|
||||
"name": "Elythara's Touch",
|
||||
"roundEffect": {
|
||||
"visualEffectID": "blueSwirl",
|
||||
"increaseCurrentHP": {
|
||||
"min": -1000,
|
||||
"max": -1000
|
||||
}
|
||||
},
|
||||
"abilityEffect": {
|
||||
"increaseMoveCost": 10,
|
||||
"increaseUseItemCost": 10,
|
||||
"increaseReequipCost": 10,
|
||||
"increaseAttackCost": 10
|
||||
},
|
||||
"iconID": "actorconditions_1:44",
|
||||
"category": "spiritual"
|
||||
},
|
||||
{
|
||||
"id": "elythara_smite",
|
||||
"name": "Smite",
|
||||
"abilityEffect": {
|
||||
"increaseAttackDamage": {
|
||||
"min": -1,
|
||||
"max": -1
|
||||
},
|
||||
"increaseAttackCost": 1,
|
||||
"increaseAttackChance": -5,
|
||||
"increaseDamageResistance": -1
|
||||
},
|
||||
"iconID": "actorconditions_1:45",
|
||||
"category": "spiritual"
|
||||
},
|
||||
{
|
||||
"id": "elythara_lightshield",
|
||||
"name": "Shield of Light",
|
||||
"isPositive": 1,
|
||||
"abilityEffect": {
|
||||
"increaseDamageResistance": 10,
|
||||
"increaseBlockChance": 10
|
||||
},
|
||||
"iconID": "actorconditions_1:47",
|
||||
"category": "spiritual"
|
||||
},
|
||||
{
|
||||
"id": "elythara_sentence",
|
||||
"name": "Sentence",
|
||||
"isStacking": 1,
|
||||
"isPositive": 1,
|
||||
"abilityEffect": {
|
||||
"increaseAttackDamage": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"increaseAttackChance": 5
|
||||
},
|
||||
"iconID": "actorconditions_1:20",
|
||||
"category": "spiritual"
|
||||
}
|
||||
]
|
||||
@@ -1,144 +1,270 @@
|
||||
[
|
||||
{
|
||||
"id": "audir1",
|
||||
"message": "Welcome to my shop!\n\nPlease browse my selection of fine wares.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Please show me your wares.",
|
||||
"nextPhraseID": "S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arambold1",
|
||||
"message": "Oh my, will I ever get any sleep with those drunkards singing like that?\n\nSomeone should do something about them.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Can I rest here?",
|
||||
"nextPhraseID": "arambold2"
|
||||
},
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arambold2",
|
||||
"message": "Sure kid, you may rest here.\n\nPick any bed you want.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Thanks, bye",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "drunk1",
|
||||
"message": "Drink drink drink, drink some more.\nDrink drink drink 'til you're on the floor.\n\nHey kid, wanna join us in our drinking game?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "No thanks.",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Maybe some other time.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara_default",
|
||||
"message": "Never mind those drunken fellas, they're always causing trouble.\n\nWant something to eat?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara1",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "mara_thanks",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "odair",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara_thanks",
|
||||
"message": "I heard you helped Odair clean out that old supply cave. Thanks a lot, we'll start using it soon.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "It was my pleasure.",
|
||||
"nextPhraseID": "mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm1",
|
||||
"message": "Please do not disturb me, I have work to do.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you seen my brother Andor?",
|
||||
"nextPhraseID": "farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm2",
|
||||
"message": "What?! Can't you see I'm busy? Go bother someone else.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you seen my brother Andor?",
|
||||
"nextPhraseID": "farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm_andor",
|
||||
"message": "Andor? No, I haven't seen him around lately."
|
||||
},
|
||||
{
|
||||
"id": "snakemaster",
|
||||
"message": "Well well, what have we here? A visitor, how nice. I'm impressed you got this far through all my minions.\n\nNow prepare to die, puny creature.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Great, I have been waiting for a fight!",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Let's see who dies here.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Please don't hurt me!",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "haunt",
|
||||
"message": "Oh mortal, free me from this cursed world!",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Oh, I'll free you from it alright.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "You mean, by killing you?",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"id": "audir1",
|
||||
"message": "Welcome to my shop!\n\nPlease browse my selection of fine wares.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Please show me your wares.",
|
||||
"nextPhraseID": "S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arambold1",
|
||||
"message": "Oh my, will I ever get any sleep with those drunkards singing like that?\n\nSomeone should do something about them.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Can I rest here?",
|
||||
"nextPhraseID": "arambold2"
|
||||
},
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arambold2",
|
||||
"message": "Sure kid, you may rest here.\n\nPick any bed you want.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Thanks, bye",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "drunk1",
|
||||
"message": "Drink drink drink, drink some more.\nDrink drink drink 'til you're on the floor.\n\nHey kid, wanna join us in our drinking game?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "No thanks.",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Maybe some other time.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara_default",
|
||||
"message": "Never mind those drunken fellas, they're always causing trouble.\n\nWant something to eat?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "Have you got some task or mission for me?",
|
||||
"nextPhraseID": "elythara_mara_5"
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara1",
|
||||
"value": 20
|
||||
}
|
||||
],
|
||||
"text": "I have brought the bread to Edwin.",
|
||||
"nextPhraseID": "elythara_mara_reward"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara1",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "mara_thanks",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "odair",
|
||||
"value": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mara_thanks",
|
||||
"message": "I heard you helped Odair clean out that old supply cave. Thanks a lot, we'll start using it soon.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "It was my pleasure.",
|
||||
"nextPhraseID": "mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm1",
|
||||
"message": "Please do not disturb me, I have work to do.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you seen my brother Andor?",
|
||||
"nextPhraseID": "farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm2",
|
||||
"message": "What?! Can't you see I'm busy? Go bother someone else.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you seen my brother Andor?",
|
||||
"nextPhraseID": "farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "farm_andor",
|
||||
"message": "Andor? No, I haven't seen him around lately."
|
||||
},
|
||||
{
|
||||
"id": "snakemaster",
|
||||
"message": "Well well, what have we here? A visitor, how nice. I'm impressed you got this far through all my minions.\n\nNow prepare to die, puny creature.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Great, I have been waiting for a fight!",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Let's see who dies here.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Please don't hurt me!",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "haunt",
|
||||
"message": "Oh mortal, free me from this cursed world!",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Oh, I'll free you from it alright.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "You mean, by killing you?",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_1",
|
||||
"message": "Yes I do have a task for you. A hermit moved in the house south of our village. He pays me to bring him some bread every two days but I can't go this time as I have to watch over those drunkards. Could you do it for me?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Okay, I'm going to bring him his bread.",
|
||||
"nextPhraseID": "elythara_mara_4"
|
||||
},
|
||||
{
|
||||
"text": "Will I be paid?",
|
||||
"nextPhraseID": "elythara_mara_2"
|
||||
},
|
||||
{
|
||||
"text": "I'm on a hurry right now, I'll come back later.",
|
||||
"nextPhraseID": "elythara_mara_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_2",
|
||||
"message": "I'll pay you five gold pieces for the run when you come back.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Sounds honest.",
|
||||
"nextPhraseID": "elythara_mara_4"
|
||||
},
|
||||
{
|
||||
"text": "Five gold is not enough. Maybe another day.",
|
||||
"nextPhraseID": "elythara_mara_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_3",
|
||||
"message": "Okay, goodbye."
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_4",
|
||||
"message": "Thank you, come back when you brought him the bread. I'll pay you five gold pieces for the run.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "dropList",
|
||||
"rewardID": "elythara1_bread"
|
||||
},
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "elythara1",
|
||||
"value": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_reward",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "dropList",
|
||||
"rewardID": "elythara1_money"
|
||||
},
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "elythara1",
|
||||
"value": 30
|
||||
}
|
||||
],
|
||||
"message": "Oh great! Thanks for doing this!\nHere's your gold!"
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_1",
|
||||
"message": "Yes I do have a task for you. A hermit moved in the house south of our village. He pays me to bring him some bread every two days but I can't go this time as I have to watch over those drunkards. Could you do it for me?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Okay, I'm going to bring him his bread.",
|
||||
"nextPhraseID": "elythara_mara_4"
|
||||
},
|
||||
{
|
||||
"text": "Will I be paid?",
|
||||
"nextPhraseID": "elythara_mara_2"
|
||||
},
|
||||
{
|
||||
"text": "I'm on a hurry right now, I'll come back later.",
|
||||
"nextPhraseID": "elythara_mara_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_5",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "elythara_mara_1"
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara1",
|
||||
"value": 10
|
||||
}
|
||||
],
|
||||
"nextPhraseID": "elythara_mara_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_mara_6",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
],
|
||||
"message": "I'm sorry but I've already given you the bread. Have you lost it?"
|
||||
}
|
||||
]
|
||||
1428
AndorsTrail/res/raw/conversationlist_elythara.json
Normal file
1428
AndorsTrail/res/raw/conversationlist_elythara.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,73 @@
|
||||
[
|
||||
{
|
||||
"id": "soulpartdungeon_key",
|
||||
"message": "Some mysterious power prevents you from proceeding further. You think you hear some very silent whispering coming out of the cave entrance like there was a ritual."
|
||||
},
|
||||
{
|
||||
"id": "elythara_bandit_guard",
|
||||
"replies": [
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara2",
|
||||
"value": 30
|
||||
}
|
||||
],
|
||||
"nextPhraseID": "elythara_bandit_guard_1",
|
||||
"text": "I'm looking for a valuable book, Elythara's chants. I know you bandits stole it!"
|
||||
},
|
||||
{
|
||||
"text": "Um, just strolling around. *Player slowly goes back.*",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
],
|
||||
"message": "What are you doing here?! Get lost kid!"
|
||||
},
|
||||
{
|
||||
"id": "elythara_bandit_guard_1",
|
||||
"message": "Then you're going to die, kid! You will never get this book!",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "edwin_key",
|
||||
"message": "Edwin shouts: Go away there: What's down here is none of your business!"
|
||||
},
|
||||
{
|
||||
"id": "snakecave_key",
|
||||
"message": "A powerful magical force that you have never encountered before pushes you back when you try to pass the cave entrance."
|
||||
},
|
||||
{
|
||||
"id": "catacombs_trigger",
|
||||
"replies": [
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "hasActorCondition",
|
||||
"requireID": "enlightenment",
|
||||
"value": 60
|
||||
}
|
||||
],
|
||||
"nextPhraseID": "catacombs_trigger_2"
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "catacombs_trigger_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "catacombs_trigger_1",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "actorCondition",
|
||||
"rewardID": "force_shadow",
|
||||
"value": 5
|
||||
}
|
||||
],
|
||||
"message": "As you go one step further you get hurt badly by some dark magic and stumble back. This is definitely no way to pass."
|
||||
}
|
||||
]
|
||||
@@ -1,173 +1,206 @@
|
||||
[
|
||||
{
|
||||
"id": "arcir_start",
|
||||
"message": "Hello. I'm Arcir.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID": "arcir_elythara_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "arcir",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "You really seem to like your books.",
|
||||
"nextPhraseID": "arcir_books_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_anythingelse",
|
||||
"message": "Anything else you wanted to ask?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID": "arcir_elythara_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "arcir",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "You really seem to like your books.",
|
||||
"nextPhraseID": "arcir_books_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_elythara_1",
|
||||
"message": "Oh, you found my statue in the basement?\n\nYes, Elythara is my protector.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Okay.",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_books_1",
|
||||
"message": "I find great pleasure in my books. They contain the accumulated knowledge of past generations.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you have a book called 'Calomyran Secrets'?",
|
||||
"nextPhraseID": "arcir_calomyran_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Okay.",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_1",
|
||||
"message": "'Calomyran Secrets'? Hm, yes I think I have one of those in my basement.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_2",
|
||||
"message": "Old man Benradas came by last week, wanting to sell me that book. Since it's not really my kind of book, I declined.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_3",
|
||||
"message": "He seemed upset that I didn't like his book, and threw it at me while storming out of the house.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_4",
|
||||
"message": "Poor old man Benradas, he probably forgot that he left it here. He tends to forget things.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_5",
|
||||
"message": "You looked downstairs but didn't find it? And a note you say? I guess there must have been someone in my house.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_5",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_complete",
|
||||
"message": "I heard you found it and gave it back to old man Benradas. Thank you. He tends to forget things.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_6",
|
||||
"message": "What did the note say?\n\nLarcal.. I know of him. Always causing trouble. He is usually in the barn to the east of here.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Thanks, bye",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"id": "arcir_start",
|
||||
"message": "Hello. I'm Arcir.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID": "arcir_elythara_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "arcir",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "You really seem to like your books.",
|
||||
"nextPhraseID": "arcir_books_1"
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara2",
|
||||
"value": "10"
|
||||
}
|
||||
],
|
||||
"text": "Edwin sent me to help you.",
|
||||
"nextPhraseID": "elythara_arcir"
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara3",
|
||||
"value": "50"
|
||||
}
|
||||
],
|
||||
"text": "Do you know where I could find the Soul parts?",
|
||||
"nextPhraseID": "arcir_soulpart"
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryKeep",
|
||||
"requireID": "ElytharasChants",
|
||||
"value": 1
|
||||
}
|
||||
],
|
||||
"text": "You wanted me to find your book, Elythara's Chant.",
|
||||
"nextPhraseID": "elythara_arcir_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_anythingelse",
|
||||
"message": "Anything else you wanted to ask?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID": "arcir_elythara_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "arcir",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "You really seem to like your books.",
|
||||
"nextPhraseID": "arcir_books_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_elythara_1",
|
||||
"message": "Oh, you found my statue in the basement?\n\nYes, Elythara is my protector.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Okay.",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_books_1",
|
||||
"message": "I find great pleasure in my books. They contain the accumulated knowledge of past generations.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you have a book called 'Calomyran Secrets'?",
|
||||
"nextPhraseID": "arcir_calomyran_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Okay.",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_1",
|
||||
"message": "'Calomyran Secrets'? Hm, yes I think I have one of those in my basement.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_2",
|
||||
"message": "Old man Benradas came by last week, wanting to sell me that book. Since it's not really my kind of book, I declined.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_3",
|
||||
"message": "He seemed upset that I didn't like his book, and threw it at me while storming out of the house.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_4",
|
||||
"message": "Poor old man Benradas, he probably forgot that he left it here. He tends to forget things.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_5",
|
||||
"message": "You looked downstairs but didn't find it? And a note you say? I guess there must have been someone in my house.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_calomyran_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_5",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "calomyran",
|
||||
"value": "20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "arcir_calomyran_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_complete",
|
||||
"message": "I heard you found it and gave it back to old man Benradas. Thank you. He tends to forget things.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "arcir_calomyran_6",
|
||||
"message": "What did the note say?\n\nLarcal.. I know of him. Always causing trouble. He is usually in the barn to the east of here.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Thanks, bye",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,123 +1,134 @@
|
||||
[
|
||||
{
|
||||
"id": "athamyr",
|
||||
"message": "Walk with the Shadow.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you been down in the catacombs?",
|
||||
"nextPhraseID": "athamyr_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "20"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_1",
|
||||
"message": "Yes, I have been in the catacombs beneath Fallhaven Church.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_2",
|
||||
"message": "But I'm the only one that both has the permission and the bravery to go down there.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "How can I get permission to go down there?",
|
||||
"nextPhraseID": "athamyr_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_3",
|
||||
"message": "You want to go down in the catacombs? Hm, maybe we can make a deal.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_4",
|
||||
"message": "Bring me some of that delicious cooked meat from the tavern and I will give you my permission to enter the catacombs of Fallhaven Church.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 30
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Here, I have cooked meat for you.",
|
||||
"nextPhraseID": "athamyr_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryRemove",
|
||||
"requireID": "meat_cooked",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Ok, I'll go get some.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_complete_2",
|
||||
"message": "You have my permission to enter the catacombs of Fallhaven Church.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "athamyr_complete_2",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "athamyr_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_complete",
|
||||
"message": "Thanks, this will do nicely.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 40
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_complete_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"id": "athamyr",
|
||||
"message": "Walk with the Shadow.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Have you been down in the catacombs?",
|
||||
"nextPhraseID": "athamyr_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara2",
|
||||
"value": "20"
|
||||
}
|
||||
],
|
||||
"text": "Did you know that Arcir had been burglared?",
|
||||
"nextPhraseID": "elythara_athamyr"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_1",
|
||||
"message": "Yes, I have been in the catacombs beneath Fallhaven Church.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_2",
|
||||
"message": "But I'm the only one that both has the permission and the bravery to go down there.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "How can I get permission to go down there?",
|
||||
"nextPhraseID": "athamyr_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_3",
|
||||
"message": "You want to go down in the catacombs? Hm, maybe we can make a deal.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_4",
|
||||
"message": "Bring me some of that delicious cooked meat from the tavern and I will give you my permission to enter the catacombs of Fallhaven Church.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 30
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Here, I have cooked meat for you.",
|
||||
"nextPhraseID": "athamyr_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryRemove",
|
||||
"requireID": "meat_cooked",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Ok, I'll go get some.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_complete_2",
|
||||
"message": "You have my permission to enter the catacombs of Fallhaven Church.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "athamyr_complete_2",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "athamyr_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "athamyr_complete",
|
||||
"message": "Thanks, this will do nicely.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 40
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "athamyr_complete_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,281 +1,303 @@
|
||||
[
|
||||
{
|
||||
"id": "chapelgoer",
|
||||
"message": "Shadow, embrace me."
|
||||
},
|
||||
{
|
||||
"id": "thoronir_default",
|
||||
"message": "Bask in the Shadow, my child.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "What can you tell me about the Shadow?",
|
||||
"nextPhraseID": "thoronir_shadow_1"
|
||||
},
|
||||
{
|
||||
"text": "Can you tell me more about the church?",
|
||||
"nextPhraseID": "thoronir_church_1"
|
||||
},
|
||||
{
|
||||
"text": "Are the Bonemeal potions ready yet?",
|
||||
"nextPhraseID": "thoronir_trade_bonemeal",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_shadow_1",
|
||||
"message": "The Shadow protects us from the dangers of the night. It keeps us safe and comforts us when we sleep.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Tharal sent me and told me to tell you the password 'Glow of the Shadow'.",
|
||||
"nextPhraseID": "thoronir_tharal_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "30"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Shadow be with you.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
},
|
||||
{
|
||||
"text": "Sounds like nonsense to me.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_1",
|
||||
"message": "This is our chapel of worship in Fallhaven. Our community turns to us for support.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_church_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_2",
|
||||
"message": "This church has withstood hundreds of years, and has been kept safe from grave robbers.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_church_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "thoronir_trade_bonemeal",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "thoronir_tharal_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_1",
|
||||
"message": "Glow of the Shadow indeed my child. So my old friend Tharal in Crossglen village sent you?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "What can you tell me about bonemeal?",
|
||||
"nextPhraseID": "thoronir_tharal_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_3",
|
||||
"message": "The catacombs beneath the church house the remains of our passed leaders. Our great King Luthor is rumored to be buried there.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Has anyone entered the catacombs?",
|
||||
"nextPhraseID": "thoronir_church_4",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "There was something else I wanted to talk about.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_4",
|
||||
"message": "No one is allowed down in the catacombs, except for Athamyr, my apprentice. He is the only one that has been down there for years.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 20
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok, I might go see him.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_2",
|
||||
"message": "Shhh, we shouldn't talk so loud about using Bonemeal. As you know, Lord Geomyr issued a ban on all use of Bonemeal.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_tharal_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_3",
|
||||
"message": "When the ban came, I did not dare keep any, so I threw my whole supply away. It was quite foolish now that I look back on it.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_tharal_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_4",
|
||||
"message": "Do you think you could find me 5 skeletal bones that I can use for mixing a Bonemeal potion? The bonemeal is very potent in healing old wounds.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Sure, I might be able to do that.",
|
||||
"nextPhraseID": "thoronir_tharal_5"
|
||||
},
|
||||
{
|
||||
"text": "I have those bones for you.",
|
||||
"nextPhraseID": "thoronir_tharal_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryRemove",
|
||||
"requireID": "bone",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_5",
|
||||
"message": "Thank you, please come back soon. I heard there were some undead near an old abandoned house just north of Fallhaven. Maybe you can check for bones there?",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bonemeal",
|
||||
"value": 40
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok, I'll go check there.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_complete",
|
||||
"message": "Thank you, these bones will do fine. Now I can start creating some bonemeal healing potions for you.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bonemeal",
|
||||
"value": 100
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_complete_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_complete_2",
|
||||
"message": "Give me some time to mix the Bonemeal potion. It is a very potent healing potion. Come back in a little while."
|
||||
},
|
||||
{
|
||||
"id": "thoronir_trade_bonemeal",
|
||||
"message": "Yes, the Bonemeal potions are ready. Please use them with care, and don't let the guards see you. We are not actually allowed to use them anymore.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Let me see what potions you have made so far.",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "There was something else I wanted to talk about.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "catacombguard",
|
||||
"message": "Turn back while you still can, mortal. This is no place for you. Only death awaits you here.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Very well. I will turn back.",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Move aside, I need to get deeper into the catacombs.",
|
||||
"nextPhraseID": "catacombguard1"
|
||||
},
|
||||
{
|
||||
"text": "By the Shadow, you will not stop me.",
|
||||
"nextPhraseID": "catacombguard1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "catacombguard1",
|
||||
"message": "Nooo, you shall not pass!",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok. Let's fight.",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "luthor",
|
||||
"message": "*hissss* What mortal disturbs my sleep?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "By the Shadow, what are you?",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "At last, a worthy fight! I have been waiting for this.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Whatever, let's get this over with.",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"id": "chapelgoer",
|
||||
"message": "Shadow, embrace me."
|
||||
},
|
||||
{
|
||||
"id": "thoronir_default",
|
||||
"message": "Bask in the Shadow, my child.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "What can you tell me about the Shadow?",
|
||||
"nextPhraseID": "thoronir_shadow_1"
|
||||
},
|
||||
{
|
||||
"text": "Can you tell me more about the church?",
|
||||
"nextPhraseID": "thoronir_church_1"
|
||||
},
|
||||
{
|
||||
"text": "Are the Bonemeal potions ready yet?",
|
||||
"nextPhraseID": "thoronir_trade_bonemeal",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Do you know anything about Arcir being burglared?",
|
||||
"nextPhraseID": "elythara_shadowpriest",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara2",
|
||||
"value": "20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "elythara3",
|
||||
"value": "70"
|
||||
}
|
||||
],
|
||||
"text": "Do you know any ancient sanctuaries of our religion?",
|
||||
"nextPhraseID": "elythara3_ShadowP_Fallhaven"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_shadow_1",
|
||||
"message": "The Shadow protects us from the dangers of the night. It keeps us safe and comforts us when we sleep.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Tharal sent me and told me to tell you the password 'Glow of the Shadow'.",
|
||||
"nextPhraseID": "thoronir_tharal_select",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "30"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Shadow be with you.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
},
|
||||
{
|
||||
"text": "Sounds like nonsense to me.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_1",
|
||||
"message": "This is our chapel of worship in Fallhaven. Our community turns to us for support.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_church_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_2",
|
||||
"message": "This church has withstood hundreds of years, and has been kept safe from grave robbers.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_church_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_select",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "thoronir_trade_bonemeal",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bonemeal",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "thoronir_tharal_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_1",
|
||||
"message": "Glow of the Shadow indeed my child. So my old friend Tharal in Crossglen village sent you?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "What can you tell me about bonemeal?",
|
||||
"nextPhraseID": "thoronir_tharal_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_3",
|
||||
"message": "The catacombs beneath the church house the remains of our passed leaders. Our great King Luthor is rumored to be buried there.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Has anyone entered the catacombs?",
|
||||
"nextPhraseID": "thoronir_church_4",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "bucus",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "There was something else I wanted to talk about.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_church_4",
|
||||
"message": "No one is allowed down in the catacombs, except for Athamyr, my apprentice. He is the only one that has been down there for years.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bucus",
|
||||
"value": 20
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok, I might go see him.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_2",
|
||||
"message": "Shhh, we shouldn't talk so loud about using Bonemeal. As you know, Lord Geomyr issued a ban on all use of Bonemeal.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_tharal_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_3",
|
||||
"message": "When the ban came, I did not dare keep any, so I threw my whole supply away. It was quite foolish now that I look back on it.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_tharal_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_4",
|
||||
"message": "Do you think you could find me 5 skeletal bones that I can use for mixing a Bonemeal potion? The bonemeal is very potent in healing old wounds.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Sure, I might be able to do that.",
|
||||
"nextPhraseID": "thoronir_tharal_5"
|
||||
},
|
||||
{
|
||||
"text": "I have those bones for you.",
|
||||
"nextPhraseID": "thoronir_tharal_complete",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryRemove",
|
||||
"requireID": "bone",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_5",
|
||||
"message": "Thank you, please come back soon. I heard there were some undead near an old abandoned house just north of Fallhaven. Maybe you can check for bones there?",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bonemeal",
|
||||
"value": 40
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok, I'll go check there.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_tharal_complete",
|
||||
"message": "Thank you, these bones will do fine. Now I can start creating some bonemeal healing potions for you.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "bonemeal",
|
||||
"value": 100
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "thoronir_complete_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "thoronir_complete_2",
|
||||
"message": "Give me some time to mix the Bonemeal potion. It is a very potent healing potion. Come back in a little while."
|
||||
},
|
||||
{
|
||||
"id": "thoronir_trade_bonemeal",
|
||||
"message": "Yes, the Bonemeal potions are ready. Please use them with care, and don't let the guards see you. We are not actually allowed to use them anymore.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Let me see what potions you have made so far.",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "There was something else I wanted to talk about.",
|
||||
"nextPhraseID": "thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "catacombguard",
|
||||
"message": "Turn back while you still can, mortal. This is no place for you. Only death awaits you here.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Very well. I will turn back.",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Move aside, I need to get deeper into the catacombs.",
|
||||
"nextPhraseID": "catacombguard1"
|
||||
},
|
||||
{
|
||||
"text": "By the Shadow, you will not stop me.",
|
||||
"nextPhraseID": "catacombguard1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "catacombguard1",
|
||||
"message": "Nooo, you shall not pass!",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Ok. Let's fight.",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "luthor",
|
||||
"message": "*hissss* What mortal disturbs my sleep?",
|
||||
"replies": [
|
||||
{
|
||||
"text": "By the Shadow, what are you?",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "At last, a worthy fight! I have been waiting for this.",
|
||||
"nextPhraseID": "F"
|
||||
},
|
||||
{
|
||||
"text": "Whatever, let's get this over with.",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,149 +1,153 @@
|
||||
[
|
||||
{
|
||||
"id": "talion",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "talion_0",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "51"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_cured_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "50"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_cure_5",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "45"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_infect_30",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "30"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_infect_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_0",
|
||||
"message": "Shadow be with you.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you know anything about the illness here in Loneford?",
|
||||
"nextPhraseID": "talion_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "loneford",
|
||||
"value": "11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "What blessings can you provide?",
|
||||
"nextPhraseID": "talion_bless_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "51"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_1",
|
||||
"message": "The people of Loneford are very keen on following the will of Feygard, whatever it may be.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_2",
|
||||
"message": "Normally, this would not be a problem. But Lord Geomyr seems to have something against the Shadow. He will do almost anything to oppose all actions that in some way extend the reach of the Shadow.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_3",
|
||||
"message": "Because of this, the people of Loneford are now actively abolishing the thought of the Shadow guiding them through their lives.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_4",
|
||||
"message": "People around here would rather follow the law of Feygard than follow the old ways.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_5",
|
||||
"message": "My feeling is that this illness is caused by the Shadow, as punishment to all of us here in Loneford.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "loneford",
|
||||
"value": 23
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "loneford_ill_c_1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"id": "talion",
|
||||
"replies": [
|
||||
{
|
||||
"nextPhraseID": "talion_0",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "51"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_cured_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "50"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_cure_5",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "45"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_infect_30",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "30"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_infect_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "talion_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_0",
|
||||
"message": "Shadow be with you.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Do you know anything about the illness here in Loneford?",
|
||||
"nextPhraseID": "talion_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "loneford",
|
||||
"value": "11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Do you have anything to trade?",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "What blessings can you provide?",
|
||||
"nextPhraseID": "talion_bless_1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "maggots",
|
||||
"value": "51"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "I'm working on a history book about the Shadow's cult and I need some help. Do you know any of the Shadow's ancient sanctuaries?",
|
||||
"nextPhraseID": "elythara3_ShadowP_loneford"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_1",
|
||||
"message": "The people of Loneford are very keen on following the will of Feygard, whatever it may be.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_2",
|
||||
"message": "Normally, this would not be a problem. But Lord Geomyr seems to have something against the Shadow. He will do almost anything to oppose all actions that in some way extend the reach of the Shadow.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_3",
|
||||
"message": "Because of this, the people of Loneford are now actively abolishing the thought of the Shadow guiding them through their lives.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_4",
|
||||
"message": "People around here would rather follow the law of Feygard than follow the old ways.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "talion_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talion_5",
|
||||
"message": "My feeling is that this illness is caused by the Shadow, as punishment to all of us here in Loneford.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "loneford",
|
||||
"value": 23
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "N",
|
||||
"nextPhraseID": "loneford_ill_c_1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
32
AndorsTrail/res/raw/conversationlist_traps.json
Normal file
32
AndorsTrail/res/raw/conversationlist_traps.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": "trap_burn0",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "actorCondition",
|
||||
"rewardID": "fire",
|
||||
"value": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "trap_ambush0",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "spawnAll",
|
||||
"mapName": "soulpartdungeon4",
|
||||
"rewardID": "sk_crdun2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "trap_ambush1",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "spawnAll",
|
||||
"mapName": "soulpartdungeon4",
|
||||
"rewardID": "bat_crdun2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
291
AndorsTrail/res/raw/droplists_elythara.json
Normal file
291
AndorsTrail/res/raw/droplists_elythara.json
Normal file
@@ -0,0 +1,291 @@
|
||||
[
|
||||
{
|
||||
"id": "Elytharas1_ArcirsRobber",
|
||||
"items": [
|
||||
{
|
||||
"itemID": "hat3",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"itemID": "shirt1",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"itemID": "shield5",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"itemID": "sword_hard_iron",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"itemID": "bonemeal_potion",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"itemID": "ElytharasChants",
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara1_bread",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara1_bread",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elytharas3_bread",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elytharas3_bread",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "NaraelRing2",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_sword",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara_sword",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_shield",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara_shield",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara1_money",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 5,
|
||||
"max": 5
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara3ssh",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara_sword_1",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara_shield_1",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "elythara_helmet_1",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara_robber",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 10,
|
||||
"max": 15
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "club3",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "shirt1",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "sk_crdun",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 4,
|
||||
"max": 16
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 75
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "dagger0",
|
||||
"chance": 25
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"itemID": "bone",
|
||||
"chance": 70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bat_crdun",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"itemID": "bat_wing",
|
||||
"chance": 78
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "goblin2",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "ironsword0",
|
||||
"chance": 20
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 7,
|
||||
"max": 9
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 80
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "shield1",
|
||||
"chance": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "goblin1",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 3,
|
||||
"max": 6
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 65
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "club1",
|
||||
"chance": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara3_ring",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "naraelring1",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
146
AndorsTrail/res/raw/itemlist_elythara.json
Normal file
146
AndorsTrail/res/raw/itemlist_elythara.json
Normal file
@@ -0,0 +1,146 @@
|
||||
[
|
||||
{
|
||||
"id": "elythara_sword",
|
||||
"name": "Glowing Longsword",
|
||||
"displaytype": "quest",
|
||||
"category": "other",
|
||||
"iconID": "items_weapons_3:0",
|
||||
"description": "This longsword contains one of Elythara's soul part.",
|
||||
"hasManualPrice": 1
|
||||
},
|
||||
{
|
||||
"id": "ElytharasChants",
|
||||
"iconID": "items_books:5",
|
||||
"name": "Elythara's Chants",
|
||||
"displaytype": "quest",
|
||||
"hasManualPrice": 1,
|
||||
"category": "other"
|
||||
},
|
||||
{
|
||||
"id": "elythara1_bread",
|
||||
"name": "Edwin's bread",
|
||||
"displaytype": "quest",
|
||||
"iconID": "items_consumables:21",
|
||||
"hasManualPrice": 1,
|
||||
"category": "other"
|
||||
},
|
||||
{
|
||||
"id": "elytharas3_bread",
|
||||
"name": "Narael's bread",
|
||||
"displaytype": "quest",
|
||||
"iconID": "items_consumables:22",
|
||||
"hasManualPrice": 1,
|
||||
"category": "other"
|
||||
},
|
||||
{
|
||||
"id": "naraelring1",
|
||||
"name": "Narael's ring",
|
||||
"displaytype": "quest",
|
||||
"iconID": "items_rings_1:17",
|
||||
"hasManualPrice": 1,
|
||||
"category": "other"
|
||||
},
|
||||
{
|
||||
"id": "NaraelRing2",
|
||||
"name": "Narael's wife ring",
|
||||
"displaytype": "quest",
|
||||
"iconID": "items_rings_1:16",
|
||||
"hasManualPrice": 1,
|
||||
"category": "other"
|
||||
},
|
||||
{
|
||||
"id": "elythara_shield",
|
||||
"name": "Glowing Shield",
|
||||
"displaytype": "quest",
|
||||
"category": "other",
|
||||
"iconID": "items_armours_3:27",
|
||||
"description": "This shield contains one of Elythara's soul part.",
|
||||
"hasManualPrice": 1
|
||||
},
|
||||
{
|
||||
"id": "elythara_helmet",
|
||||
"name": "Glowing Helmet",
|
||||
"displaytype": "quest",
|
||||
"category": "other",
|
||||
"iconID": "items_armours_3:32",
|
||||
"description": "This helmet contains one of Elythara's soul part.",
|
||||
"hasManualPrice": 1
|
||||
},
|
||||
{
|
||||
"id": "elythara_sword_1",
|
||||
"name": "Elythara's Might",
|
||||
"displaytype": "extraordinary",
|
||||
"category": "lsword",
|
||||
"equipEffect": {
|
||||
"increaseAttackDamage": {
|
||||
"min": 1,
|
||||
"max": 10
|
||||
},
|
||||
"increaseMaxHP": 10,
|
||||
"increaseAttackCost": 4,
|
||||
"increaseAttackChance": 20
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 1,
|
||||
"condition": "elythara_smite",
|
||||
"chance": 30,
|
||||
"duration": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseMarketCost": 2000,
|
||||
"iconID": "items_weapons_3:0",
|
||||
"hasManualPrice": 1
|
||||
},
|
||||
{
|
||||
"id": "elythara_shield_1",
|
||||
"name": "Elythara's Guard",
|
||||
"displaytype": "extraordinary",
|
||||
"category": "shld_mtl_hv",
|
||||
"equipEffect": {
|
||||
"increaseMaxHP": 5,
|
||||
"increaseBlockChance": 25,
|
||||
"increaseDamageResistance": 1,
|
||||
"increaseAttackChance": -10
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsSource": [
|
||||
{
|
||||
"magnitude": 1,
|
||||
"condition": "elythara_lightshield",
|
||||
"chance": 10,
|
||||
"duration": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseMarketCost": 2000,
|
||||
"iconID": "items_armours_3:27",
|
||||
"hasManualPrice": 1
|
||||
},
|
||||
{
|
||||
"id": "elythara_helmet_1",
|
||||
"name": "Elythara's Leniency",
|
||||
"displaytype": "extraordinary",
|
||||
"category": "hd_mtl_hv",
|
||||
"equipEffect": {
|
||||
"increaseMaxHP": 5,
|
||||
"increaseAttackChance": 3,
|
||||
"increaseBlockChance": 10
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsSource": [
|
||||
{
|
||||
"magnitude": 1,
|
||||
"condition": "elythara_sentence",
|
||||
"duration": 1,
|
||||
"chance": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseMarketCost": 2000,
|
||||
"iconID": "items_armours_3:32",
|
||||
"hasManualPrice": 1
|
||||
}
|
||||
]
|
||||
418
AndorsTrail/res/raw/monsterlist_elythara.json
Normal file
418
AndorsTrail/res/raw/monsterlist_elythara.json
Normal file
@@ -0,0 +1,418 @@
|
||||
[
|
||||
{
|
||||
"id": "Elytharas1_ArcirsRobber",
|
||||
"iconID": "monsters_men:8",
|
||||
"name": "Arcir's Robber",
|
||||
"spawnGroup": "Elytharas1_ArcirsRobber",
|
||||
"unique": 1,
|
||||
"maxHP": 60,
|
||||
"moveCost": 5,
|
||||
"attackCost": 5,
|
||||
"attackChance": 120,
|
||||
"criticalSkill": 15,
|
||||
"criticalMultiplier": 2,
|
||||
"blockChance": 80,
|
||||
"droplistID": "Elytharas1_ArcirsRobber",
|
||||
"phraseID": "elythara_arcirsRobber1",
|
||||
"attackDamage": {
|
||||
"min": 6,
|
||||
"max": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "edwin",
|
||||
"iconID": "monsters_men2:3",
|
||||
"name": "Edwin",
|
||||
"spawnGroup": "edwin",
|
||||
"moveCost": 5,
|
||||
"attackCost": 5,
|
||||
"phraseID": "elythara_edwin_0"
|
||||
},
|
||||
{
|
||||
"id": "elythara1",
|
||||
"iconID": "monsters_rltiles1:89",
|
||||
"name": "Unarmed Woman",
|
||||
"spawnGroup": "elythara1",
|
||||
"maxHP": 1000,
|
||||
"moveCost": 5,
|
||||
"attackCost": 1,
|
||||
"attackChance": 100,
|
||||
"damageResistance": 100,
|
||||
"attackDamage": {
|
||||
"min": 1000,
|
||||
"max": 1000
|
||||
},
|
||||
"phraseID": "elythara3_UnarmedWoman"
|
||||
},
|
||||
{
|
||||
"id": "elythara2",
|
||||
"iconID": "monsters_rltiles1:71",
|
||||
"name": "Woman in trance",
|
||||
"spawnGroup": "elythara2",
|
||||
"moveCost": 5,
|
||||
"attackCost": 5,
|
||||
"phraseID": "elythara_elythara"
|
||||
},
|
||||
{
|
||||
"id": "elythara_naraelswife",
|
||||
"name": "Lonely woman",
|
||||
"iconID": "monsters_karvis2:0",
|
||||
"spawnGroup": "naraelswife",
|
||||
"phraseID": "naraels_wife_select"
|
||||
},
|
||||
{
|
||||
"id": "elythara_naraelsdaughter",
|
||||
"name": "Narael's daughter",
|
||||
"iconID": "monsters_karvis2:6",
|
||||
"spawnGroup": "narael_daughter",
|
||||
"phraseID": "naraels_daughter"
|
||||
},
|
||||
{
|
||||
"id": "sk_crdun1",
|
||||
"name": "Skeleton Apprentice",
|
||||
"maxHP": 47,
|
||||
"monsterClass": "undead",
|
||||
"attackDamage": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 1,
|
||||
"duration": 9,
|
||||
"chance": 100,
|
||||
"condition": "feebleness_minor"
|
||||
},
|
||||
{
|
||||
"magnitude": 1,
|
||||
"duration": 5,
|
||||
"chance": 60,
|
||||
"condition": "dazed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconID": "monsters_tometik8:47",
|
||||
"spawnGroup": "sk_crdun1",
|
||||
"droplistID": "sk_crdun",
|
||||
"attackCost": 3,
|
||||
"attackChance": 95,
|
||||
"blockChance": 45
|
||||
},
|
||||
{
|
||||
"id": "sk_crdun2",
|
||||
"name": "Advanced Skeleton Mage",
|
||||
"maxHP": 54,
|
||||
"monsterClass": "undead",
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 4
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 2,
|
||||
"duration": 7,
|
||||
"chance": 100,
|
||||
"condition": "feebleness_minor"
|
||||
},
|
||||
{
|
||||
"magnitude": 1,
|
||||
"duration": 7,
|
||||
"chance": 80,
|
||||
"condition": "dazed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconID": "monsters_tometik8:48",
|
||||
"spawnGroup": "sk_crdun2",
|
||||
"droplistID": "sk_crdun",
|
||||
"attackCost": 3,
|
||||
"attackChance": 100,
|
||||
"blockChance": 45
|
||||
},
|
||||
{
|
||||
"id": "bat_crdun1",
|
||||
"name": "Sanguivorous Bat",
|
||||
"iconID": "monsters_tometik4:0",
|
||||
"spawnGroup": "bat_crdun",
|
||||
"maxHP": 28,
|
||||
"monsterClass": "animal",
|
||||
"attackDamage": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 2,
|
||||
"duration": 5,
|
||||
"chance": 65,
|
||||
"condition": "bleeding_wound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"droplistID": "bat_crdun",
|
||||
"attackCost": 5,
|
||||
"attackChance": 134,
|
||||
"criticalSkill": 20,
|
||||
"criticalMultiplier": 3,
|
||||
"blockChance": 26
|
||||
},
|
||||
{
|
||||
"id": "bat_crdun2",
|
||||
"name": "Aggressive Bat",
|
||||
"maxHP": 34,
|
||||
"monsterClass": "animal",
|
||||
"attackDamage": {
|
||||
"min": 4,
|
||||
"max": 6
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 3,
|
||||
"duration": 7,
|
||||
"chance": 75,
|
||||
"condition": "bleeding_wound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconID": "monsters_tometik4:0",
|
||||
"spawnGroup": "bat_crdun",
|
||||
"droplistID": "bat_crdun",
|
||||
"attackCost": 2,
|
||||
"attackChance": 116,
|
||||
"criticalSkill": 15,
|
||||
"criticalMultiplier": 3,
|
||||
"blockChance": 29
|
||||
},
|
||||
{
|
||||
"id": "bat_crdun3",
|
||||
"name": "Strong Bat",
|
||||
"monsterClass": "animal",
|
||||
"iconID": "monsters_tometik4:2",
|
||||
"spawnGroup": "bat_crdun2",
|
||||
"droplistID": "bat_crdun",
|
||||
"maxHP": 39,
|
||||
"attackDamage": {
|
||||
"min": 5,
|
||||
"max": 7
|
||||
},
|
||||
"hitEffect": {
|
||||
"conditionsTarget": [
|
||||
{
|
||||
"magnitude": 3,
|
||||
"duration": 9,
|
||||
"chance": 85,
|
||||
"condition": "bleeding_wound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"attackCost": 3,
|
||||
"attackChance": 127,
|
||||
"criticalSkill": 20,
|
||||
"criticalMultiplier": 3,
|
||||
"blockChance": 31
|
||||
},
|
||||
{
|
||||
"id": "goblin1",
|
||||
"name": "Small Goblin",
|
||||
"maxHP": 47,
|
||||
"attackDamage": {
|
||||
"max": 14
|
||||
},
|
||||
"iconID": "monsters_tometik1:16",
|
||||
"spawnGroup": "goblin1",
|
||||
"droplistID": "goblin1",
|
||||
"attackCost": 5,
|
||||
"attackChance": 114,
|
||||
"blockChance": 56,
|
||||
"criticalSkill": 10,
|
||||
"criticalMultiplier": 2
|
||||
},
|
||||
{
|
||||
"id": "goblin2",
|
||||
"name": "Agile Goblin",
|
||||
"maxHP": 52,
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 7
|
||||
},
|
||||
"iconID": "monsters_tometik1:16",
|
||||
"spawnGroup": "goblin2",
|
||||
"droplistID": "goblin1",
|
||||
"attackCost": 5,
|
||||
"attackChance": 132,
|
||||
"blockChance": 61,
|
||||
"criticalSkill": 25,
|
||||
"criticalMultiplier": 2
|
||||
},
|
||||
{
|
||||
"id": "goblin3",
|
||||
"name": "Ferocious Goblin",
|
||||
"maxHP": 59,
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 9
|
||||
},
|
||||
"iconID": "monsters_tometik1:15",
|
||||
"spawnGroup": "goblin3",
|
||||
"droplistID": "goblin2",
|
||||
"attackCost": 5,
|
||||
"attackChance": 135,
|
||||
"criticalSkill": 10,
|
||||
"criticalMultiplier": 3,
|
||||
"blockChance": 71,
|
||||
"damageResistance": 2
|
||||
},
|
||||
{
|
||||
"id": "goblin4",
|
||||
"name": "Huge Goblin",
|
||||
"maxHP": 64,
|
||||
"attackDamage": {
|
||||
"max": 16
|
||||
},
|
||||
"iconID": "monsters_tometik1:13",
|
||||
"spawnGroup": "goblin4",
|
||||
"droplistID": "goblin2",
|
||||
"attackCost": 5,
|
||||
"attackChance": 139,
|
||||
"damageResistance": 2,
|
||||
"blockChance": 76
|
||||
},
|
||||
{
|
||||
"id": "elythara_robber",
|
||||
"name": "Bandit",
|
||||
"maxHP": 50,
|
||||
"unique": 1,
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 7
|
||||
},
|
||||
"iconID": "monsters_men:8",
|
||||
"spawnGroup": "elythara_robber",
|
||||
"attackCost": 5,
|
||||
"attackChance": 100,
|
||||
"criticalSkill": 10,
|
||||
"criticalMultiplier": 2,
|
||||
"blockChance": 60,
|
||||
"droplistID": "elythara_robber"
|
||||
},
|
||||
{
|
||||
"id": "demon1",
|
||||
"name": "Elder Demon",
|
||||
"maxHP": 120,
|
||||
"unique": 1,
|
||||
"monsterClass": "demon",
|
||||
"attackDamage": {
|
||||
"min": 5,
|
||||
"max": 7
|
||||
},
|
||||
"iconID": "monsters_rltiles1:16",
|
||||
"spawnGroup": "demon1",
|
||||
"attackCost": 3,
|
||||
"attackChance": 150,
|
||||
"criticalSkill": 20,
|
||||
"criticalMultiplier": 3,
|
||||
"blockChance": 80,
|
||||
"damageResistance": 8,
|
||||
"droplistID": "elythara_sword"
|
||||
},
|
||||
{
|
||||
"id": "Skeleton_Master",
|
||||
"name": "Master of the Undead",
|
||||
"maxHP": 100,
|
||||
"unique": 1,
|
||||
"monsterClass": "undead",
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 30
|
||||
},
|
||||
"hitEffect": {
|
||||
"increaseCurrentHP": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"iconID": "monsters_rltiles1:73",
|
||||
"attackCost": 5,
|
||||
"attackChance": 150,
|
||||
"blockChance": 150,
|
||||
"damageResistance": 5,
|
||||
"spawnGroup": "Master_Undead"
|
||||
},
|
||||
{
|
||||
"id": "Undead_Warden",
|
||||
"name": "Undead Warden",
|
||||
"maxHP": 60,
|
||||
"maxAP": 12,
|
||||
"unique": 1,
|
||||
"monsterClass": "undead",
|
||||
"attackDamage": {
|
||||
"max": 20
|
||||
},
|
||||
"iconID": "monsters_karvis1:1",
|
||||
"attackCost": 3,
|
||||
"attackChance": 200,
|
||||
"blockChance": 50,
|
||||
"damageResistance": 5,
|
||||
"spawnGroup": "Undead_Warden"
|
||||
},
|
||||
{
|
||||
"id": "Undead_Tormentor",
|
||||
"name": "Undead Tormentor",
|
||||
"maxHP": 100,
|
||||
"monsterClass": "undead",
|
||||
"attackDamage": {
|
||||
"min": 1,
|
||||
"max": 10
|
||||
},
|
||||
"iconID": "monsters_rltiles2:39",
|
||||
"attackCost": 2,
|
||||
"attackChance": 100,
|
||||
"blockChance": 100,
|
||||
"criticalMultiplier": 2,
|
||||
"criticalSkill": 20,
|
||||
"unique": 1,
|
||||
"spawnGroup": "Undead_Tormentor"
|
||||
},
|
||||
{
|
||||
"id": "Demonic_Guardian",
|
||||
"name": "Demonic Guardian",
|
||||
"maxHP": 200,
|
||||
"unique": 1,
|
||||
"monsterClass": "demon",
|
||||
"attackDamage": {
|
||||
"min": 20,
|
||||
"max": 40
|
||||
},
|
||||
"iconID": "monsters_demon1:0",
|
||||
"attackCost": 6,
|
||||
"attackChance": 100,
|
||||
"blockChance": 200,
|
||||
"damageResistance": 5,
|
||||
"spawnGroup": "Demonic_Guardian",
|
||||
"size": "2x2",
|
||||
"droplistID": "elythara_shield"
|
||||
},
|
||||
{
|
||||
"id": "elythara_robber_1",
|
||||
"name": "Bridge Guard",
|
||||
"maxHP": 50,
|
||||
"unique": 1,
|
||||
"attackDamage": {
|
||||
"min": 3,
|
||||
"max": 7
|
||||
},
|
||||
"iconID": "monsters_men:8",
|
||||
"spawnGroup": "elythara_robber_guard",
|
||||
"attackCost": 5,
|
||||
"attackChance": 100,
|
||||
"criticalSkill": 10,
|
||||
"criticalMultiplier": 2,
|
||||
"blockChance": 60,
|
||||
"droplistID": "elythara_robber",
|
||||
"phraseID": "elythara_bandit_guard"
|
||||
}
|
||||
]
|
||||
148
AndorsTrail/res/raw/questlist_elythara.json
Normal file
148
AndorsTrail/res/raw/questlist_elythara.json
Normal file
@@ -0,0 +1,148 @@
|
||||
[
|
||||
{
|
||||
"id": "elythara1",
|
||||
"name": "A Peasant's Story",
|
||||
"showInLog": 1,
|
||||
"stages": [
|
||||
{
|
||||
"progress": 10,
|
||||
"logText": "Mara asked me to bring some bread to a hermit which lives south of Loneford. She warned me he was not a very pleasant man."
|
||||
},
|
||||
{
|
||||
"progress": 20,
|
||||
"logText": "I brought the bread to Edwin. I should get back to Mara to receive my reward."
|
||||
},
|
||||
{
|
||||
"progress": 30,
|
||||
"logText": "Mara paid me five gold for the delivery.",
|
||||
"rewardExperience": 10,
|
||||
"finishesQuest": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara2",
|
||||
"name": "Stolen Knowledge",
|
||||
"showInLog": 1,
|
||||
"stages": [
|
||||
{
|
||||
"logText": "Edwin told me his friend Arcir needed help. I should speak with him.",
|
||||
"progress": 10
|
||||
},
|
||||
{
|
||||
"progress": 20,
|
||||
"logText": "Arcir told me he had been robbed a unique book: Elythara's Chants. He suspects the Shadow's Church."
|
||||
},
|
||||
{
|
||||
"progress": 30,
|
||||
"logText": "Athamyr admitted he organized the burglary. The bandit is south of the crossroad to Stoutford. I should bring the book back to Arcir once I killed the bandit."
|
||||
},
|
||||
{
|
||||
"progress": 50,
|
||||
"logText": "I brought the book back to Arcir. He told me to go see Edwin and tell him I helped him.",
|
||||
"rewardExperience": 200,
|
||||
"finishesQuest": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "elythara3",
|
||||
"name": "A New Dawn",
|
||||
"showInLog": 1,
|
||||
"stages": [
|
||||
{
|
||||
"progress": 10,
|
||||
"logText": "Edwin organized it all. He gave me a last task before explaining me why I had been tested. I have to find a thief that stole his ring. He should be located at the end of Elren's Mine south of Crossglen."
|
||||
},
|
||||
{
|
||||
"progress": 20,
|
||||
"logText": "This was a test too. The woman had no ring and sent me back to Edwin."
|
||||
},
|
||||
{
|
||||
"progress": 30,
|
||||
"logText": "Edwin told me to go downstairs to understand why I was tested two times."
|
||||
},
|
||||
{
|
||||
"progress": 40,
|
||||
"logText": "I've met Elythara herself and she told me her story. I agreed to help her recovering her soul so she can rise again."
|
||||
},
|
||||
{
|
||||
"progress": 50,
|
||||
"logText": "Edwin suspects that one of the soul part, the helmet, is in a sanctuary under Flagstone Prison."
|
||||
},
|
||||
{
|
||||
"progress": 51,
|
||||
"logText": "The old man asked me to bring his ring to his wife which lives in Fallhaven. When I'll come back he'll give me the helmet."
|
||||
},
|
||||
{
|
||||
"progress": 52,
|
||||
"logText": "I found his wife and she gave a loaf of bread and her ring to give him."
|
||||
},
|
||||
{
|
||||
"progress": 53,
|
||||
"logText": "The old man died happily after receiving his wife's ring and bread. Now I have the helmet. I should bring it to Edwin."
|
||||
},
|
||||
{
|
||||
"progress": 54,
|
||||
"logText": "I brought the helmet to Edwin. He'll keep the soul parts for me."
|
||||
},
|
||||
{
|
||||
"progress": 60,
|
||||
"logText": "Arcir thinks that one of the soul parts should be in the tomb under Fallhaven's Church."
|
||||
},
|
||||
{
|
||||
"progress": 62,
|
||||
"logText": "I brought the sword to Edwin. He'll keep the soul parts for me."
|
||||
},
|
||||
{
|
||||
"progress": 70,
|
||||
"logText": "I asked Arcir if he had any ideas where the last soul part could be. He said I should ask the Shadow's Priests if they knew anything about old Shadow's sanctuaries faking I'm a historian writing a book about the cult of the Shadow."
|
||||
},
|
||||
{
|
||||
"progress": 71,
|
||||
"logText": "The priest of Loneford only knew about the Flagstone's sanctuary."
|
||||
},
|
||||
{
|
||||
"progress": 72,
|
||||
"logText": "The priest of Fallhaven spoke to me about a sanctuary somewhere south of Fallhaven."
|
||||
},
|
||||
{
|
||||
"progress": 74,
|
||||
"logText": "The priest of Vilegard talked about a sanctuary on the Duleain Road north of the huntsman's house. I should go investigate there."
|
||||
},
|
||||
{
|
||||
"progress": 76,
|
||||
"logText": "I brought the shield back to Edwin. He'll keep the soul parts for me."
|
||||
},
|
||||
{
|
||||
"progress": 80,
|
||||
"logText": "Edwin now has all the soul parts now. He has to prepare the ritual to give her soul back to Elythara.",
|
||||
"finishesQuest": 1,
|
||||
"rewardExperience": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "soulpart",
|
||||
"name": "SoulParts",
|
||||
"stages": [
|
||||
{
|
||||
"progress": 1,
|
||||
"logText": "Helmet"
|
||||
},
|
||||
{
|
||||
"progress": 2,
|
||||
"logText": "Shield"
|
||||
},
|
||||
{
|
||||
"progress": 3,
|
||||
"logText": "Sword"
|
||||
},
|
||||
{
|
||||
"progress": 4,
|
||||
"finishesQuest": 1,
|
||||
"logText": "All of them."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
43
AndorsTrail/res/raw/shortcut_lodar_dialogues.json
Normal file
43
AndorsTrail/res/raw/shortcut_lodar_dialogues.json
Normal file
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"id": "sign_lodar_shortcut_1",
|
||||
"message": "I see a weird stone formation in front of me. As I try approaching the rocks, I'm are stopped by a powerful magical force."
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_2",
|
||||
"message": "I have found a path leading through the grotto. But then I realize that it is suddenly discontinued for a short time. Maybe this has something to do this the stones?"
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_3",
|
||||
"message": "After defeating the Hira'zinn, the rock formation has fallen apart and somehow it made some hidden stones rise up so I can walk over them now."
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_4a",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "shortcut_lodar",
|
||||
"value": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_4b",
|
||||
"message": "In front of my I see a torch burning in purple color. I can feel the force coming from this item. I better should leave it there and notify Lodar about this weird torch."
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_5",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "shortcut_lodar",
|
||||
"value": 40
|
||||
}
|
||||
],
|
||||
"message": "When pouring the vial's liquid over the torch, it suddenly burns a lot more and changes its color into green. I try to approach the torch carefully..."
|
||||
},
|
||||
{
|
||||
"id": "sign_lodar_shortcut_6",
|
||||
"message": "I repeat the ritual for every teleporter-torch I find."
|
||||
}
|
||||
]
|
||||
31
AndorsTrail/res/raw/shortcut_lodar_droplists.json
Normal file
31
AndorsTrail/res/raw/shortcut_lodar_droplists.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"id": "lodar_shortcut_loot_chest",
|
||||
"items": [
|
||||
{
|
||||
"quantity": {
|
||||
"min": 150,
|
||||
"max": 150
|
||||
},
|
||||
"itemID": "gold",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "hboot_wirn",
|
||||
"chance": 100
|
||||
},
|
||||
{
|
||||
"quantity": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"itemID": "hglv_irn",
|
||||
"chance": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
9
AndorsTrail/res/raw/shortcut_lodar_items.json
Normal file
9
AndorsTrail/res/raw/shortcut_lodar_items.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"id": "vial_activation",
|
||||
"name": "Lodar's activation vial",
|
||||
"displaytype": "quest",
|
||||
"iconID": "items_tometik1:20",
|
||||
"category": "pot"
|
||||
}
|
||||
]
|
||||
26
AndorsTrail/res/raw/shortcut_lodar_quests.json
Normal file
26
AndorsTrail/res/raw/shortcut_lodar_quests.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "shortcut_lodar",
|
||||
"name": "Creating a shortcut!",
|
||||
"showInLog": 1,
|
||||
"stages": [
|
||||
{
|
||||
"progress": 10,
|
||||
"logText": "I talked with Lodar about a possible shortcut to the outside world. He said I should check the grotto under the former cave of the Hira'zinn."
|
||||
},
|
||||
{
|
||||
"progress": 20,
|
||||
"logText": "I've found the grotto most parts of it are inaccessible due to the water and rocks in my way. Why can't I swim? I also recognized a torch burning in purple. It's definitely a magical item. I should ask Lodar about this torch."
|
||||
},
|
||||
{
|
||||
"progress": 30,
|
||||
"logText": "Upon telling Lodar about the purple fire he answered I should try pouring a green vial over it and see what happens."
|
||||
},
|
||||
{
|
||||
"progress": 40,
|
||||
"logText": "I poured the vial over the purple fire and then it turned green. When approching it I was teleported into another room of the grotto with more purple torches. I was able to activate them as well. Finally, I have got my shortcut and can travel to Lodar a lot faster!",
|
||||
"finishesQuest": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -12,6 +12,7 @@
|
||||
<item>@raw/actorconditions_v0611_2</item>
|
||||
<item>@raw/actorconditions_v0612_2</item>
|
||||
<item>@raw/actorconditions_v070</item>
|
||||
<item>@raw/actorconditions_elythara</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_items">
|
||||
@@ -36,6 +37,8 @@
|
||||
<item>@raw/itemlist_v0611_3</item>
|
||||
<item>@raw/itemlist_v070</item>
|
||||
<item>@raw/itemlist_v070_questitems</item>
|
||||
<item>@raw/itemlist_elythara</item>
|
||||
<item>@raw/shortcut_lodar_items</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_droplists">
|
||||
@@ -55,6 +58,8 @@
|
||||
<item>@raw/droplists_v070_quest</item>
|
||||
<item>@raw/droplists_v070_shops</item>
|
||||
<item>@raw/droplists_v070_mobs</item>
|
||||
<item>@raw/droplists_elythara</item>
|
||||
<item>@raw/shortcut_lodar_droplists</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_quests">
|
||||
@@ -70,6 +75,8 @@
|
||||
<item>@raw/questlist_v070_lodar</item>
|
||||
<item>@raw/questlist_v070_lowyna</item>
|
||||
<item>@raw/questlist_v070_misc</item>
|
||||
<item>@raw/questlist_elythara</item>
|
||||
<item>@raw/shortcut_lodar_quests</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_conversationlists">
|
||||
@@ -224,6 +231,10 @@
|
||||
<item>@raw/conversationlist_lodarmobs</item>
|
||||
<item>@raw/conversationlist_vilegard_v070</item>
|
||||
<item>@raw/conversationlist_fallhaven_potions</item>
|
||||
<item>@raw/conversationlist_elythara</item>
|
||||
<item>@raw/conversationlist_elythara_signs_keys</item>
|
||||
<item>@raw/conversationlist_traps</item>
|
||||
<item>@raw/shortcut_lodar_dialogues</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_monsters">
|
||||
@@ -251,6 +262,7 @@
|
||||
<item>@raw/monsterlist_v070_oldcave</item>
|
||||
<item>@raw/monsterlist_v070_roadcave</item>
|
||||
<item>@raw/monsterlist_v070_npcs</item>
|
||||
<item>@raw/monsterlist_elythara</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_maps">
|
||||
@@ -637,5 +649,65 @@
|
||||
<item>@xml/tradehouse0</item>
|
||||
<item>@xml/tradehouse1</item>
|
||||
<item>@xml/tradehouse0a</item>
|
||||
|
||||
<!-- maps for Elythara quest -->
|
||||
<item>@xml/catacombs5</item>
|
||||
<item>@xml/creepydungeon0</item>
|
||||
<item>@xml/creepydungeon0a</item>
|
||||
<item>@xml/creepydungeon0b</item>
|
||||
<item>@xml/creepydungeon1</item>
|
||||
<item>@xml/creepydungeon2</item>
|
||||
<item>@xml/creepydungeon3</item>
|
||||
<item>@xml/creepydungeon4</item>
|
||||
<item>@xml/creepydungeon5</item>
|
||||
<item>@xml/road6</item>
|
||||
<item>@xml/snakecave4</item>
|
||||
<item>@xml/soulpartdungeon0</item>
|
||||
<item>@xml/soulpartdungeon1</item>
|
||||
<item>@xml/soulpartdungeon2</item>
|
||||
<item>@xml/soulpartdungeon3</item>
|
||||
<item>@xml/soulpartdungeon4</item>
|
||||
<item>@xml/wild6_basement</item>
|
||||
<item>@xml/wild7a</item>
|
||||
<item>@xml/fallhaven_narael</item>
|
||||
|
||||
<!-- maps for Stoutford area -->
|
||||
<item>@xml/stoutford_armorer</item>
|
||||
<item>@xml/stoutford_church</item>
|
||||
<item>@xml/stoutford_cottage</item>
|
||||
<item>@xml/stoutford_derelict</item>
|
||||
<item>@xml/stoutford_farmhouse1</item>
|
||||
<item>@xml/stoutford_farmhouse2</item>
|
||||
<item>@xml/stoutford_gate</item>
|
||||
<item>@xml/stoutford_ne</item>
|
||||
<item>@xml/stoutford_nw</item>
|
||||
<item>@xml/stoutford_potion</item>
|
||||
<item>@xml/stoutford_se</item>
|
||||
<item>@xml/stoutford_smith</item>
|
||||
<item>@xml/stoutford_sw</item>
|
||||
<item>@xml/stoutford_tavern</item>
|
||||
<item>@xml/stoutford_cellar</item>
|
||||
<item>@xml/stoutford_cellar2</item>
|
||||
<item>@xml/stoutford_cottage1</item>
|
||||
<item>@xml/stoutford_cottage2</item>
|
||||
<item>@xml/stoutford_farmhouse3</item>
|
||||
<item>@xml/stoutford_smith_basement</item>
|
||||
<item>@xml/westriver10</item>
|
||||
<item>@xml/westriver11</item>
|
||||
<item>@xml/westriver6</item>
|
||||
<item>@xml/westriver7</item>
|
||||
|
||||
<!-- maps for Lodar shortcut area -->
|
||||
<item>@xml/shortcut_lodar0</item>
|
||||
<item>@xml/shortcut_lodar1</item>
|
||||
<item>@xml/shortcut_lodar2</item>
|
||||
<item>@xml/shortcut_lodar3</item>
|
||||
<item>@xml/shortcut_lodar4</item>
|
||||
|
||||
<!-- maps for BWM fix -->
|
||||
<item>@xml/blackwater_mountain5a</item>
|
||||
<item>@xml/blackwater_mountain5b</item>
|
||||
<item>@xml/blackwater_mountain5c</item>
|
||||
<item>@xml/blackwater_mountain5d</item>
|
||||
</array>
|
||||
</resources>
|
||||
|
||||
@@ -1,174 +1,186 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcJRMbM/EwOCAhsk1C4QDgfqD0DAl5oFwChMqptS8UTyKR/HAYQAhxOdP
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx9VEFOwzAQtFDFyRbuE+DKCZ7BE4Bre0DiAwg+gOBd/CEias6JaKXk7JZddVceb9yONHJi786O107ugnP3xBSdOxB3xD3xj7iFkWFjahi9c53k7SSe823uphJzDknyEvjD3C7OY24v5jovNP9AfCU25LX1df1R5gcaJ1/ubx3yGqOH9Ub2z1iGIxlcZxFyPdVQbc3poA/qVf2qPubZHK2l+5jg+RR+fc5TfR55Xv2zd6zJ7x144jjs7RvxXfgRyzrLkD3pGSKwDmN15dwTxfxcHvkcy94gD6CJ2oPps9VTNKZ2qmju5e6gz0+a+xJ+w/lb3d7PNRnrUD/vwfjRvuP5Yj9rZ91KjN5prMu+uMY1rd+E8i7X/Fic+iekWPb+MeYetFLT5tb+G/a7/gcmpaa0
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYGBguCDAQBAQo2aoAnL8BtNDiV5k8BYo9k4Ak01NQEkcwtxEK7fhMpsa6Y4W7iUFXCAQboTcR80wf4tkDrKZxNiBngawxQ0hv1IKANDFJF8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3EGAaobR46IGQ3LnW4zCIEYGqQaUJuxGUHNj2k+J1YgG4GJWbicxs1zaXUbHzpiBx3kpM2CZmBS4yQfkJi5LqFWPPIyb8AKL4uKA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<object name="west" type="mapchange" x="0" y="64" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="wild17"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="256" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="wild16"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater0" type="sign" x="288" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="forestwolf1" type="spawn" x="64" y="96" width="512" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar2" type="spawn" x="64" y="64" width="288" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcJRMbM/EwOCAhsk1C4QDgfqD0DAl5oFwChMqptS8UTyKR/HAYQAhxOdP
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx9VEFKxEAQHCR4msHZJ+jVB/gHn6Be9SD4AdEPiL7LPwQXstcdNkI8Z9dup4tUJrMWFCGd7uqaniZ9dH8Y5XkQfgv3wp2wF669cw+hnlODxjvh4HOe5v/4Za3q7uKU0x/RA0arG8lfWVvmXJ4sdR4lfi18ErY++6jVDhZPPvsHBppHsviWvqtmZ35WIVOhfZow9YMGtFHDc4VX+IU+13EtoD2SzRyzP3Zfii8/1UFfnxqH/ybMfet7R540j2f7LHwxvsZ5nxXtE+6QwWdT3J85dys5n6eZd3E+G+aBNFk7FXMu9YC26D1WNPe2O+zzTWLvxg+6/1J365eamGvtvlPhB3PX/Ksme9j45f4y1nY/2Gnu29qunMv3izCvr/kp8d8/AVqqfxOnGfB+ci3Oxf+Njs6k334Blxujgg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYGBguCDAgBO8Bcq9wyOPTx8MkKOfngCf/wnpIcdvuOyDhRm5YU6uvcQCkLto5bZ3OMym1M0wswcSEPIDIffhC3NS4wNfviRkFkweRmPz1wUK0wihcgMArXEnkg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3EGAaobR46wKeOEB+bWYQATA0umlj9+PQQ63dyAaVmEhve5JpJDbPxpSNy3ElO2iRkBi4xQvqpASgJa3LyLwBnByqB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="15">
|
||||
<object name="west" type="mapchange" x="0" y="64" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="wild17"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="256" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="wild16"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater0" type="sign" x="288" y="256" width="32" height="32"/>
|
||||
<object name="north" type="mapchange" x="320" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="westriver4"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="448" width="192" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="15" visible="0">
|
||||
<object name="forestwolf1" type="spawn" x="64" y="96" width="512" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar2" type="spawn" x="32" y="64" width="288" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="15" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,191 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQEYRkmCKaWeQ5MEOxIJTODmCA4mErmpTBB8ECHOy3jQRdojh4UU9s8argT2TwY1gfic8wQTC3zqO0+Us05TgXzjg+QebjSznECGKQGm1m40g+ye2SYMDE+s7C5lxg3EItBYXocT/hgwwBEH/rm
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyFU8FOwzAMLVMlQEtFe0b8AV/C2IEThw1pF3aohLRdEVwQ4if4s27jAxrK7pMK2IutOF6iWXpyGtcvL7azLbPsD7AF/ALYdsb5Ee1tjI+tYf1RuBzOjfkfyq0K5+eF59PWJzh60sV+bcI85EOtHGfdXUJXC3ELuBpk2ac51BHT15i0vlZxbIQWXDPfOFILfbc+UZuYvrwIeWV/MNYoXdcDv7cTsZGoqc6pIXZDeIpoYw1sFfX38SLcH6vcy4HzWLta8dfqLF0/ab1x9+5M2IeG5lOb7Mec4lx77kssDw3npTCHQL7YvgSb5dlUdT7NnV+ZcP5M7nXtawHrW/HdGc+JdkJgvn0O8Nlhln0PwzORdwKYRu7LnBWB+XL1fr/EPJ0D/wxiM+KT/dBvhHPQHkTtcQ6Rg++5EHwxWwle1PIM/78AXgFndF/k4HtqPmt8L9Df05vl2ZjA9xJwJ/Au1m+ln+VjhvODfKhhmshjLVbVy0ZmiPUxH1qbyI+ZnkHOWZTH/5Fn/QPBtYfz
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAPvBUgUyOS/ncUmkEtQC23pFPZP2mDJHwGExhM6YZSAEsvqWj+uc3NwHCHm3TzwqkcLiPNPFkm6ppHawBzr/QAuhsADE4MjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNk1EKACAIQzuCl/L+V+pXQuQtRjTwr71SV8ZaWYoqg9XpcfI6v8JTpPAI3/0+cs8vetEjmX/1diy6I9VDd939H5q/zjfNTeFNcuSZztbNq2dUtrpjR2ac+bvlbUOjRBI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="256" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain9"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="0" width="320" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain11"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain12"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="exit" type="mapchange" x="96" y="96" width="32" height="32"/>
|
||||
<object name="sign_blackwater10" type="sign" x="288" y="224" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="forestboar4" type="spawn" x="320" y="64" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="primwolf1" type="spawn" x="64" y="160" width="384" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tonis" type="spawn" x="160" y="64" width="96" height="64">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQEYRkmCKaWeQ5MEOxIJTODmCA4mErmpTBB8ECHOy3jQRdojh4UU9s8argT2TwY1gfic8wQTC3zqO0+Us05TgXzjg+QebjSznECGKQGm1m40g+ye2SYMDE+s7C5lxg3EItBYXocT/hgwwBEH/rm
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyFU8FOwzAMLVMlQEtFe0b8AV/C2IEThw1pF3aohLRdEVwQ4if4s27jAxrK7pMK2IutOF6iWXpyGtcvL7azLbPsD7AF/ALYdsb5Ee1tjI+tYf1RuBzOjfkfyq0K5+eF59PWJzh60sV+bcI85EOtHGfdXUJXC3ELuBpk2ac51BHT15i0vlZxbIQWXDPfOFILfbc+UZuYvrwIeWV/MNYoXdcDv7cTsZGoqc6pIXZDeIpoYw1sFfX38SLcH6vcy4HzWLta8dfqLF0/ab1x9+5M2IeG5lOb7Mec4lx77kssDw3npTCHQL7YvgSb5dlUdT7NnV+ZcP5M7nXtawHrW/HdGc+JdkJgvn0O8Nlhln0PwzORdwKYRu7LnBWB+XL1fr/EPJ0D/wxiM+KT/dBvhHPQHkTtcQ6Rg++5EHwxWwle1PIM/78AXgFndF/k4HtqPmt8L9Df05vl2ZjA9xJwJ/Au1m+ln+VjhvODfKhhmshjLVbVy0ZmiPUxH1qbyI+ZnkHOWZTH/5Fn/QPBtYfz
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAPvBUgUyOS/ncUmkEtQC23pFPZP2mDJHwGExhM6YZSAEsvqWj+uc3NwHCHm3TzwqkcLiPNPFkm6ppHawBzr/QAuhsADE4MjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNk1EKACAIQzuCl/L+V+pXQuQtRjTwr71SV8ZaWYoqg9XpcfI6v8JTpPAI3/0+cs8vetEjmX/1diy6I9VDd939H5q/zjfNTeFNcuSZztbNq2dUtrpjR2ac+bvlbUOjRBI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="256" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain9"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="0" width="320" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain11"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain12"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="exit" type="mapchange" x="96" y="96" width="32" height="32"/>
|
||||
<object name="sign_blackwater10" type="sign" x="288" y="224" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="forestboar4" type="spawn" x="320" y="64" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="primwolf1" type="spawn" x="64" y="160" width="384" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tonis" type="spawn" x="160" y="64" width="96" height="64">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,218 +1,218 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlT0OgkAQhY1GOgouwhXUWhu1xJI7eSL0BGpr6REsZRM2DuObHxCsLL4o5O3Om9lHtpxOJqVATljUrMiztSbolwq5k23NvqN+p6B50nx59NJMSuahStvshHmtOuoR1MMlbVM28+L77zvqo6dWjwmB6NbZ+z3fP74PGoqkj54otC7VFZm9f9AEjnNdT9dA6GyS9v5x7wLscU90PVoj9Rv3GxpUl8/lV3X5WVlrTqmPyqjLz0qqG5+vqQ+rX2u2XLPJ3mj9mnVZnrmO+zg05xJ++/b7mH2XZ9o7R6v7nOE8e88g9CzRJ89oLkN/RyjPVV3n1hD+P0esOybePP+iLsrzhx9wb3jQ6kp5RvcpnJFCnzxr9ynyhHDlucnunfiR7mDkCeHNszdXyBPCqjv2t2Tl70wY0p83+12/lz+YF2X5hQY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVs1KAzEQXnXVyi40CIqCDyDo3d/3KFiv+gbWN/AgijdfyaN3XQ+eBMu2JxGqbZ1hd9jpmNkkLR78IGSbTPLNfJlMGkU6duft4zvKeN2a/waMMSSWOk1mwcfi3+zrwtrSbOtHJooejX2uZex6od7vqX2Nr75dZT3i3Oj7D5Rxzf5toehz2LNvKtunGn4J1CdLJ3W6AN2voF0q+n8C7xnYD02hcU/RmO95P+f2pc6G5rBHffOSGyF1ayn++PjgwtARr+QYlNoug5aNgHxOmW1eco4YL2mbxswuAbvEn8OGLcaLsY6hfZf6Zkxnm5Z1+j6v+vNSPms6EzrNSl/EXfO3D10PXlpD+TzyyGcO5A2FjJditXG0WJ5nIl4On/wmXrSl8+2VNYnnEvdFi3ta0PmizvLursdF07AH/h8FtGNLPpPWsu65wGtQCHi8NiTxdPtq9jKftdxynS+Ob8eTb0RS/qZ7R+P8HHm9sr1FWn0mIKf2FtaBzvfLUq8oHt5LNIB3pSb3NPD3l/yWHPhedpQ6sQGcm4G88v7KOfIhtE77AM+UcovuI/GF8Pi89xKUW9i/phX/PrQD1g4ttUA7d5ef3bTSui80f4G5Nnw/wP6n5RjPee7jNHUrZ5xUQyivr+H7BtqtiCtjOYh+ov+kGc8VrmWP3VXJOWb/o8nmxBSxcz66d1Irrpltbzn+A7ZCz1s=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVs1Kw0AQXolNwRQTAqYXzyrqyfcQvPWk9pQ+ivhMelcQ9QFKq7dCS3rz56DgLJsh62Ymm02CfrCEbL7km7+diRAFrjcEiUWkrsuBEKPIzqeQDertLYk9iTTXXRnPF1GZ2xaUXU24VHzeeuW9d2IPMSL8q+Kb8VnD+0NfiB2/zE183p6U0OX4nE1Dgo88zh6Jm1itq5wrY0Dx8Z1dWBPgZFGha/IT415++wU0XuMixg+xWgg9BjofbZK6en44f5+B09fyMoNvzGM6xhSQjzZRujZ/uwCli8BcnYXq+hgI8RT8fv8DOJ8O66tn10VgLGegOQ/Kz7m6pSBzNmHibKJP9TVPLe7cUTjZVjnj6qoOvj219oB/CnmY5mfI5rv016WebVjltWrzvcrftvU8jfmr1LLFGev5POQ1qLyg79Q1raGL0HvDHeT03ivu94F/5LCOLXWVbPI+tgXXr/4CXdVzF7pcPbvM0ya6CKzncV7PVfPUtVe61PNFWMxRcwbX7ZVop2td6XNUn8GXhk0S+qy3zX08j1sN6lq36TambZSgzpGpf2DoHxK9oImNlO7a8b/btWfpfes/UPffjAP+i2Yd2O8a6zb4AUN+kmA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkssNwDAIQzNCl+r+K1W9RRF2jPi0hyAh5WPyCHBfY9zHjxf5a5V69IbnnVWvxq46hWvFsFjljMVm29+4890uLjpDjIvW3hwYV61RNpflws4iXKb11MLD3WnRf6PceY/W895rkXmOusKtNKXnHVxUG7WGaA6s+VT/29Xfr+YKaSN5MO7aB8XUnCyuNQ9VptaFaTO5GTlH+t/N7uI+g1vAQA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="128" y="928" width="320" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house1" type="mapchange" x="576" y="768" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain21"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house2" type="mapchange" x="352" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain22"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house3" type="mapchange" x="128" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain23"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house4" type="mapchange" x="128" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain24"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house5" type="mapchange" x="128" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain25"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house6" type="mapchange" x="320" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain26"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house7" type="mapchange" x="544" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain27"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house8" type="mapchange" x="704" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain28"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house9" type="mapchange" x="512" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain29"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_prim_n" type="sign" x="256" y="416" width="32" height="32"/>
|
||||
<object name="sign_prim_s" type="sign" x="256" y="736" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="prim_commoner1" type="spawn" x="288" y="768" width="608" height="96"/>
|
||||
<object name="prim_commoner2" type="spawn" x="288" y="576" width="352" height="96"/>
|
||||
<object name="prim_commoner3" type="spawn" x="224" y="256" width="128" height="160"/>
|
||||
<object name="prim_commoner4" type="spawn" x="416" y="160" width="480" height="192"/>
|
||||
<object name="moyra" type="spawn" x="64" y="192" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlT0OgkAQhY1GOgouwhXUWhu1xJI7eSL0BGpr6REsZRM2DuObHxCsLL4o5O3Om9lHtpxOJqVATljUrMiztSbolwq5k23NvqN+p6B50nx59NJMSuahStvshHmtOuoR1MMlbVM28+L77zvqo6dWjwmB6NbZ+z3fP74PGoqkj54otC7VFZm9f9AEjnNdT9dA6GyS9v5x7wLscU90PVoj9Rv3GxpUl8/lV3X5WVlrTqmPyqjLz0qqG5+vqQ+rX2u2XLPJ3mj9mnVZnrmO+zg05xJ++/b7mH2XZ9o7R6v7nOE8e88g9CzRJ89oLkN/RyjPVV3n1hD+P0esOybePP+iLsrzhx9wb3jQ6kp5RvcpnJFCnzxr9ynyhHDlucnunfiR7mDkCeHNszdXyBPCqjv2t2Tl70wY0p83+12/lz+YF2X5hQY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVs1KAzEQXnXVyi40CIqCDyDo3d/3KFiv+gbWN/AgijdfyaN3XQ+eBMu2JxGqbZ1hd9jpmNkkLR78IGSbTPLNfJlMGkU6duft4zvKeN2a/waMMSSWOk1mwcfi3+zrwtrSbOtHJooejX2uZex6od7vqX2Nr75dZT3i3Oj7D5Rxzf5toehz2LNvKtunGn4J1CdLJ3W6AN2voF0q+n8C7xnYD02hcU/RmO95P+f2pc6G5rBHffOSGyF1ayn++PjgwtARr+QYlNoug5aNgHxOmW1eco4YL2mbxswuAbvEn8OGLcaLsY6hfZf6Zkxnm5Z1+j6v+vNSPms6EzrNSl/EXfO3D10PXlpD+TzyyGcO5A2FjJditXG0WJ5nIl4On/wmXrSl8+2VNYnnEvdFi3ta0PmizvLursdF07AH/h8FtGNLPpPWsu65wGtQCHi8NiTxdPtq9jKftdxynS+Ob8eTb0RS/qZ7R+P8HHm9sr1FWn0mIKf2FtaBzvfLUq8oHt5LNIB3pSb3NPD3l/yWHPhedpQ6sQGcm4G88v7KOfIhtE77AM+UcovuI/GF8Pi89xKUW9i/phX/PrQD1g4ttUA7d5ef3bTSui80f4G5Nnw/wP6n5RjPee7jNHUrZ5xUQyivr+H7BtqtiCtjOYh+ov+kGc8VrmWP3VXJOWb/o8nmxBSxcz66d1Irrpltbzn+A7ZCz1s=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVs1Kw0AQXolNwRQTAqYXzyrqyfcQvPWk9pQ+ivhMelcQ9QFKq7dCS3rz56DgLJsh62Ymm02CfrCEbL7km7+diRAFrjcEiUWkrsuBEKPIzqeQDertLYk9iTTXXRnPF1GZ2xaUXU24VHzeeuW9d2IPMSL8q+Kb8VnD+0NfiB2/zE183p6U0OX4nE1Dgo88zh6Jm1itq5wrY0Dx8Z1dWBPgZFGha/IT415++wU0XuMixg+xWgg9BjofbZK6en44f5+B09fyMoNvzGM6xhSQjzZRujZ/uwCli8BcnYXq+hgI8RT8fv8DOJ8O66tn10VgLGegOQ/Kz7m6pSBzNmHibKJP9TVPLe7cUTjZVjnj6qoOvj219oB/CnmY5mfI5rv016WebVjltWrzvcrftvU8jfmr1LLFGev5POQ1qLyg79Q1raGL0HvDHeT03ivu94F/5LCOLXWVbPI+tgXXr/4CXdVzF7pcPbvM0ya6CKzncV7PVfPUtVe61PNFWMxRcwbX7ZVop2td6XNUn8GXhk0S+qy3zX08j1sN6lq36TambZSgzpGpf2DoHxK9oImNlO7a8b/btWfpfes/UPffjAP+i2Yd2O8a6zb4AUN+kmA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkssNwDAIQzNCl+r+K1W9RRF2jPi0hyAh5WPyCHBfY9zHjxf5a5V69IbnnVWvxq46hWvFsFjljMVm29+4890uLjpDjIvW3hwYV61RNpflws4iXKb11MLD3WnRf6PceY/W895rkXmOusKtNKXnHVxUG7WGaA6s+VT/29Xfr+YKaSN5MO7aB8XUnCyuNQ9VptaFaTO5GTlH+t/N7uI+g1vAQA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="128" y="928" width="320" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house1" type="mapchange" x="576" y="768" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain21"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house2" type="mapchange" x="352" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain22"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house3" type="mapchange" x="128" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain23"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house4" type="mapchange" x="128" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain24"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house5" type="mapchange" x="128" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain25"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house6" type="mapchange" x="320" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain26"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house7" type="mapchange" x="544" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain27"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house8" type="mapchange" x="704" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain28"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house9" type="mapchange" x="512" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain29"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_prim_n" type="sign" x="256" y="416" width="32" height="32"/>
|
||||
<object name="sign_prim_s" type="sign" x="256" y="736" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="prim_commoner1" type="spawn" x="288" y="768" width="608" height="96"/>
|
||||
<object name="prim_commoner2" type="spawn" x="288" y="576" width="352" height="96"/>
|
||||
<object name="prim_commoner3" type="spawn" x="224" y="256" width="128" height="160"/>
|
||||
<object name="prim_commoner4" type="spawn" x="416" y="160" width="480" height="192"/>
|
||||
<object name="moyra" type="spawn" x="64" y="192" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,178 +1,178 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="28" height="27" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVldEJgzAQhiVQwYfSBVzBZAR1BOsK7tSJpGtVqYHz966XpCrtwwcKid/5J7lYk2VWwMF7N3EX6MmcMZfhPI3gmxkEbKCvMWvapd56ecYaLIzHOlvFx+UyLNnRjGgNdHwNdfaKT8oF15HWQMd3Zl3nJxddP8wVM9Zq1jzUhxlxGT9zmVDXjIOMHpdtxiPz3VgP9YV8h/Ol/Kcz2/khvlQc5LXXOsX49vjut+v3677SvPHn279r/TUF3+OwxzYH+fDeon33CN8M9ljfU+xBPomQO/JffH5Pok+7b1L/g0LPg3Ynx1IJ93Zqltciy27Feb5qcrkTfd/kqZ0/bo/F7hWOkiFkjDYHeQHgTMgX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VktKA0EQHYNCND3a+5ATJCdRZ6EIAT/gKotAIIIHiArxCG492OQIJmuH9GgX02VXF9WTj8YHRWf6U1WvXn+SJH+PD50kC2tfri2tGfe9CbqN+FiPjBkSC9q59jnsApwfbXcBzo+2HFgXqF2vpn4S3vaqNTH9yi30A38zlST3qe+jeUr8UL85idd3v18P5FgPdvyC2JVrL3UVm+Y/TcOYEr9BDVfIfWzHz6yfc2ufR9U34LDl50FcnEN5cn7gD3zAWvAztDaytm/XlaqaA/039vvW+XpifJEnzjFunbQ/wSfW69H1ZbZttqocQK+xix8D5YWQ9inWAfwBxxeWN9qzln0gfnihXjX8IN5EVzypTtc6zB19SDELO5a7cawDv8sWzF+zFep0p8PcKWL7DmoPedO90mmE86i/CdE0VZWOqQoNefF+tPaKe2Ka+rqiAY5dfTKSv2G8sF2q9e+QQsn9EG9GYqJ+S+VrNyW60rE65Ereu5grnMdTZiPCY8j66t4tQF+Huvz27YD8B+Su4He/UXFdAJn2a2P3olF+DsQbCjUYMQ5wbnJSf64rainxp2tzt0dRy06kvqWgNfooXI3qdEasOg80f14vAJ4Hzo/y3OQ88Hec++H5xHTeBLRekh/k+H4SrqNnb5vYhpxl7iNjvnid10Wf8SncvdFueF+4x/j/hoLlte5e+S98A6ZSEto=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VkESgzAINJ578N7xXf1B+hZf0D82o2+oHJhBDAgJdk+JBjYshGQYdLymiwUEeV/7ffhsanzgw2vTul6y5Xugcy9fns5jyx7we+7Qs8YB/j7p+H9JMTyo05VG6/5/C+BDROwdAXtf0vk71yyS7w6sF3Vl9QF5kvJlyWNPfJrvWnxrZ/+ROCUtAV4+zRfHczzOizM+ysXzSMe0vxUyjtDTA4yP1110vwBgXHfFx3sI9qh5rNeAdr5adcC8vv+YQ4BVU60+W/h66oXbFOEdAlzW+8aaZ9GenT+ulwc0Ph5bMb5vWvMjaYl8Vr8t9xB/y81jfV0ktHjvxA+eu18z
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztU0EOwCAI8wn7lP//0rLDEkOktKCebEKiRmmL0J/W+o0bi+ODXY9nO/g8rPKB/EW8kQ4GKh/SXsUsV9XfLId6jnRFe6W+iDPaM5yZnt85YzbvyMfoVnSh+kfI1DLSraJS4yy8fsv0UEVbxgvzhp01JYfnT/krpk7sW1Wf4lHxh+4hTlaL0luVfqr8o52ff53hOBkvrbqlsA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="864" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain13"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="384" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain33"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="352" y="704" width="128" height="96"/>
|
||||
<object name="forestboar4" type="spawn" x="480" y="128" width="288" height="288"/>
|
||||
<object name="forestboar4" type="spawn" x="704" y="576" width="32" height="32"/>
|
||||
<object name="primwolf1" type="spawn" x="288" y="480" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="28" height="27" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVldEJgzAQhiVQwYfSBVzBZAR1BOsK7tSJpGtVqYHz966XpCrtwwcKid/5J7lYk2VWwMF7N3EX6MmcMZfhPI3gmxkEbKCvMWvapd56ecYaLIzHOlvFx+UyLNnRjGgNdHwNdfaKT8oF15HWQMd3Zl3nJxddP8wVM9Zq1jzUhxlxGT9zmVDXjIOMHpdtxiPz3VgP9YV8h/Ol/Kcz2/khvlQc5LXXOsX49vjut+v3677SvPHn279r/TUF3+OwxzYH+fDeon33CN8M9ljfU+xBPomQO/JffH5Pok+7b1L/g0LPg3Ynx1IJ93Zqltciy27Feb5qcrkTfd/kqZ0/bo/F7hWOkiFkjDYHeQHgTMgX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VktKA0EQHYNCND3a+5ATJCdRZ6EIAT/gKotAIIIHiArxCG492OQIJmuH9GgX02VXF9WTj8YHRWf6U1WvXn+SJH+PD50kC2tfri2tGfe9CbqN+FiPjBkSC9q59jnsApwfbXcBzo+2HFgXqF2vpn4S3vaqNTH9yi30A38zlST3qe+jeUr8UL85idd3v18P5FgPdvyC2JVrL3UVm+Y/TcOYEr9BDVfIfWzHz6yfc2ufR9U34LDl50FcnEN5cn7gD3zAWvAztDaytm/XlaqaA/039vvW+XpifJEnzjFunbQ/wSfW69H1ZbZttqocQK+xix8D5YWQ9inWAfwBxxeWN9qzln0gfnihXjX8IN5EVzypTtc6zB19SDELO5a7cawDv8sWzF+zFep0p8PcKWL7DmoPedO90mmE86i/CdE0VZWOqQoNefF+tPaKe2Ka+rqiAY5dfTKSv2G8sF2q9e+QQsn9EG9GYqJ+S+VrNyW60rE65Ereu5grnMdTZiPCY8j66t4tQF+Huvz27YD8B+Su4He/UXFdAJn2a2P3olF+DsQbCjUYMQ5wbnJSf64rainxp2tzt0dRy06kvqWgNfooXI3qdEasOg80f14vAJ4Hzo/y3OQ88Hec++H5xHTeBLRekh/k+H4SrqNnb5vYhpxl7iNjvnid10Wf8SncvdFueF+4x/j/hoLlte5e+S98A6ZSEto=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VkESgzAINJ578N7xXf1B+hZf0D82o2+oHJhBDAgJdk+JBjYshGQYdLymiwUEeV/7ffhsanzgw2vTul6y5Xugcy9fns5jyx7we+7Qs8YB/j7p+H9JMTyo05VG6/5/C+BDROwdAXtf0vk71yyS7w6sF3Vl9QF5kvJlyWNPfJrvWnxrZ/+ROCUtAV4+zRfHczzOizM+ysXzSMe0vxUyjtDTA4yP1110vwBgXHfFx3sI9qh5rNeAdr5adcC8vv+YQ4BVU60+W/h66oXbFOEdAlzW+8aaZ9GenT+ulwc0Ph5bMb5vWvMjaYl8Vr8t9xB/y81jfV0ktHjvxA+eu18z
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="28" height="27">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztU0EOwCAI8wn7lP//0rLDEkOktKCebEKiRmmL0J/W+o0bi+ODXY9nO/g8rPKB/EW8kQ4GKh/SXsUsV9XfLId6jnRFe6W+iDPaM5yZnt85YzbvyMfoVnSh+kfI1DLSraJS4yy8fsv0UEVbxgvzhp01JYfnT/krpk7sW1Wf4lHxh+4hTlaL0luVfqr8o52ff53hOBkvrbqlsA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="864" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain13"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="384" y="736" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain33"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="352" y="704" width="128" height="96"/>
|
||||
<object name="forestboar4" type="spawn" x="480" y="128" width="288" height="288"/>
|
||||
<object name="forestboar4" type="spawn" x="704" y="576" width="32" height="32"/>
|
||||
<object name="primwolf1" type="spawn" x="288" y="480" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -125,17 +125,17 @@
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzllcENwzAIRa0e0iWyQuIR0oyQZoWs0tGyV40EkkXBkISceviSD8CzP8beu5T2AA2PlMaGtmoNsRFM0FRqvVAtfjR3KbXeKOvskVzQhn4SNxd9nr/7iOZyz2fk8h7cxSXPV+TyHtzFJc+1HoB6VKuGJ8Yr4lKvs1LXE/NP3KP+R3CHEz5AzuTg1rM3B3EX9o5IcfXsrQFc6d3U8mn2tB54udq7ffS+RnE1ry3PrnB7trZ0xifpX6J868+W9un1SfqHJa51Vi2+Zkn+gL4CME27
|
||||
eJzllc0NwyAMRhGHdomsQDJCSzfIzwhdpaNlr2LVliwHB0rNqYcnEcnwwudA9otzuwHBOzcybomI4zmxJFZ8hloLJwCeO0KulY0fnby0pwXX5V5gY2NLL/D0HyjzKfG6Hntg7ZWZR/TKHvTy8u8IvLIHvbyUudYDYEDO1qipqYW81OtJWbem5p+83+Zv4Q0NOQS8Q0tefvaikXcW90iujp+91cA7+iPafDp7Wg9qvfK+bP1erbxa1qXMfvEOYlyiJafcf4nmazmcvWdtTnINzVvaq1bPXbl8gDcZQE8n
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VUFqwzAQNG6OCuge8oL2JTWlx0DA1xwK+UYeGScfaEnzASeuB2vQdrsrU2gHhGVptbsz2rWHWFXXcQzj+BzHLc2xdlfvtLmId9pJPNZV9VRP8yZO7wDXgKvy+7DMsbwYVi4eGmdvMPwew+TbigGcw09d5uK+h+l5CZmv9A/0aQ/cLb5YP4ncqK3ER/BzAXDuYPgBOocX8+pC5r9LPpCTB5kLND0LP5yfhI3UGDgI372yP8/wlGffRp/75Hcb89ne4etpg3PgIetX1rOF9bi3WOY6OKbYq/q7jeR0NDjqWmhjtvOA/TaWtaKu0OhZjFen9gmtj4Vt9O3kPUAfzqmT5kubrlBzvfKxM+y4B1vewTrdo64FxJnTmEDNwEcX7DONcw+ar0RJP+CQNKGPRYGvRmvcL3nzjFc3m5h9eDZNIXf9/STvJtU078Xqq07Ek70IoB9bhy9s+e3w+JaAWtA9wrEXenWGHlulNYG4/Ux9bZLG8ptF9CH/E1ZKK/a+5CvXrd74C9Cv/H/eE4eT0xu/hexbYhOz9i+CK+dan/8A8ynF+gKpyd68
|
||||
eJy1VUFqwzAQDGmOCuge8oLmJTWlR4PB1xwK+UYeGScvKGk+4MbVEA3abncVAu2AiGytZjWjXWeKs9kljSmNzzS+8hzvruqZMWfxzDgPjbN2UbxPy5LLy2Gd5dG8k8F7CDduKwdwCr99qeV9nt/mm/R7DkWv5AfGvAbtll68P4qzAeQm8LwR77ZqHfv2Bg8wOLp4riEU/dvMgTN5+AhlDk9Pgofzo4iRHgN7wT2q+JPYZ0HufU+cu8zbxbJ3dPR63mAfdMj7lPdrYZ3WFstSf4ecezX/GSM1HQyNuhb6WOI8YL2Pda/oKzx6EePNqX1C+2Ohi36cvAf4wzl90noZM1RqblQcWyOOa4jlHazzPepaQJ57HhOoGXAMwd7TOPeg9UrU/AP22RNyLCp6NXrjfqmbe7y6aWPh8GKaytn195O6m1zTvBerrwaRT/YigH7sHb2I5bfD01sDakH3CMdO+DUYfnTKawJ5xzv11WaP5TeLGEP5T1gpr9j7Uq98b/XGX4C88v/zmjUcnd54FLJviTYW71+FVs61P/8BnqeW6xvR2N03
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVMsKAyEMlJ572PvS79oPKNRPLyj2E5Y2YMBNkzgV2w7sYX0kM+NoCPNQziGk13c9Hcflv4bHMpHIRHyL1+y68U/+bYN9S7Ov9YLGEW9uP9LLfHq8KPseUp2/A7yL10fhkWvtCPj4SU7QjFoZYK2k3cuJp1cDe6nVzOIc5Bo573E65LLZZ2mhNazZ4haX9+yjmUfu2mbUQ+9p6w/7fAHeb3kfvTMiIHrZrxFw3162mGcvNz1kR+8uxqy3grggXmvQ9PY8Xmsvr2cx/OG5kVy1kOebwPuJ+mTVY94rWKeXQ0vfEyR9STY=
|
||||
eJzVVkEKwzAMCzvn0HvZu/qD5emDhewJYxgqSL3YVssoVMcktiVFKU3pf2g5pVferi0TV/smz7Fg50bYy+vqes+a27q63gtZZ7x5nKQXfCJeLdt7AryLJ8G7eXMGPOrauxA+lh2+sRm1MgCtot3Liad3BHg56lmD74/e9zhtctnVWVrkDDRb3Mr0m30288xbW4x+7Dvt/YHP91tcp9+jd0cCRi/8OgLMjbIFnlFuIlRH70etWd8K4cJ4PcJIb+TxvM7yZjbDH+wdyVUPfb/6/8EC65PVD7xnsk+UQ0vfF9nvSZE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20" visible="0">
|
||||
@@ -143,7 +143,7 @@
|
||||
eJy9klEKwDAIQ3uEXar3v9LYx6CIqUnVCjLorC+xzmeM2ZhfdPb/GUx0aTzhMrqsNlu73l+/Xl/bB7F3HjwtiMsE8hHV796MZXps7/7JrihcVSf6X8HN7GhUl/HL9lS0MfVsjaLfnjE8RZ/qt2rW0awqdkv1G91RZ42i0m/ERbP2+ivMTGb9ZrjMm9z2vuYLXfB72g==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="west" type="mapchange" x="0" y="160" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
@@ -163,16 +163,13 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="primwolf1" type="spawn" x="96" y="64" width="192" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_3" type="spawn" x="768" y="192" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_3" type="spawn" x="768" y="192" width="32" height="32"/>
|
||||
<object name="primwolf1" type="spawn" x="384" y="416" width="32" height="32"/>
|
||||
<object name="forestboar4" type="spawn" x="352" y="96" width="320" height="320">
|
||||
<properties>
|
||||
@@ -185,5 +182,5 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,164 +1,163 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNldENgzAMRFE+OgUrBEagHYF2hezatVClnmqd7iznrx8nCPjZPiWGrS3LRtpp3UWM04PWh4l7Cr0o5jRxrGFqDKHIjElvYMF8vN2DMpbrsbesD+TuIh9yvm8/cc89yZ+xyH007S9j8f5s2l+FjT3g+fq9OnY1eWKOrO4/sXy+lBxbmR3HutmJ4tqzcxTjM59qjiKb+VQ98TPnr8I6qe8Cs+4csJ/ZMxQ9gN2LrPLL/4LKHjGL+5k9YnZmj5jNZgy6AB7XeZw=
|
||||
eJyllNENgzAMRFE++tEZsgJkhNAR0q7Arl2rRMLq6WQ7Tvtxigg8x4cPtrQs24/Kl7TrPPl8pH60H2ayIe+c0bn9fj21gyI9rtfaTj1Bq8PsxHYdoL7/vn2FrNS26nus1K5J9+excr8l3Z/FrrQexMpcLJbnxvUstjqzGrHtD9bLCOcrkjMrXyKp+XBYzpdIar6UPrz8Yk3MJL57zafmlfNg+bS+Kd7TfPIZMx41Pxpr5YD9zGYIPQhbgqzmt9Be9F+HrPSPc7mDImyBubDHCDua3wekk3Ff
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVTFOw0AQPLmgsoV7xIcIggcQQYFICT0CpaNApPUT/BWe4f6s+wO3yo0yGa/jiJFOTuKd25292UsIIaQ6hCEvxao9fLaYTRNCLHEWH4XD35kLjE4ODx53CS/VMfe5Op9rukzfY+belHWfV9ccv+d4YJQ+2DuroS+90h7N4T1zPvL6vdg/P50eYC/V9iCx63ZfF84UfU9OLR73FHhPj9sV3V/NlMu98Li9cFTnVTWfN9aHc2GfjdKDc/SaxiS8YSYvdOk88DzFE1zr09JcfOfYt+KN1/zctVNOknyK7nL6GzhRtGrfe4frwfq/ET2YR+Ti2eEecf13ZQafqGeqKc3MFuv0fMC+XNKJ+07P0oB5xaxCZ+f43jAQb0u61sRV/wPm++tq6qHb0iNoUj3s423xEOc16P2lc2vvrD7z4E9ZO6mDva93zH/ucuyxcnyuGOvl/y7EeHuh7j9DbHNm
|
||||
eJyFVDFOw0AQtFwgIXwiPcoLwksw8IFEokBKhYAGiogoVCkQaf0Ef4VnuLflP+CRb5XxeJ2MdPLd3s7tznrvkqTHw6wfTXZcM9po34fh/jr4/mqz+afjX2fDPYvFeA9j21QsXtv32+GbZmjwYhp0n2OhXnU29AXK0NvrE+cyNt2ZXzS2Tj3trOd0aF+K70u3vovDcgQ8jeByjiupm6LKjmdqXHCLqHvv1JvjLCU3cEvhqM6bdDouYLVvHJ1mm+IyoLElnWZj7kcYciv51xXN6xM5L1I/X8ZP5/vWjb+LJHntvofZmNNKPEVxPbYZpxatWvfS4XpA/TE4t5x0Ard0NteI83+MvfvkvBHsf04n52Fz7stzOtexl/VfAhu5q6azmHinKuLtSNeKuNr/BvT9PB330H2skWlSPdzHu9hDHBfQ90vvLfaQH3rwN46D5MG9r29MTr7zmN+l5HklazsjlzjAQnzRT4iv7xVzm/gPvXtmvH/vw22u
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOwgVwSBAB6K23kxFCp+HQC5MfaDBY3DEKRgExgBrpdRs/5WYgA1rkocHoT3IBLr+kU1gmSzMxMMgykaeXXDcg64WxiY0rbHrxAQDzCAsa
|
||||
eJxjYIAAaSYGBlkmBjiQQ2JjA9JM+PkggGweMeopAejmwezGZw9IDT75abzE2UUs6GQkT99AAGrHzygYeoAa6XUbP+VmIANa5KHB6E9yAS6/pAuQb2a4AGb9QIpeSuxFBiA/4PIfenmFrheXO2D6APWyCo8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="30" visible="0">
|
||||
<layer name="Walkable" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVk0sOACEIQz3CXMr7X2m2hJTaoi5swgZ8/CLzG2MCi0JxZq+zMccqF2OcXirF+Atsjp9mmdg/WCnXrXw362bfzrxob92bcVm1Z2W37rzKO5Vl+dQe1b2gftxb7bBKLjRXZiremavLOv7KfuGYVFc=
|
||||
eJzdk8ENACEIBC3hmrL/lvwaAstsDJ/bxA9hWEDd31r7J+dWjDtslMPdfrQG8Vc1JliyO8VNsd2s1d47Rd8qNukbYy/zZntz/swLq3qt9kxEeiZ5lFX1aI/0LrN+nL/a8VTd/Sv/jCdzVXmUdd5sdQ4QW1aq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="south" type="mapchange" x="96" y="928" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="192" y="0" width="96" height="32">
|
||||
<object name="east" type="mapchange" x="448" y="160" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain16"/>
|
||||
<property name="place" value="south"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_2" type="spawn" x="96" y="864" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="288" y="576" width="64" height="64"/>
|
||||
<object name="gornaud_1" type="spawn" x="32" y="224" width="128" height="544">
|
||||
@@ -166,12 +165,17 @@
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="128" width="288" height="384">
|
||||
<object name="gornaud_1" type="spawn" x="160" y="96" width="288" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="192" y="64" width="96" height="64"/>
|
||||
<object name="gornaud_2" x="96" y="704" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="800" width="128" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,157 +1,156 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlNENhCAQRA0fVnEtgCWgJei1cL3alppIbrOZgSH68YJGHgu7i1sYhq2DdLLcY49X+D5wLy/eY2Hq8JH7E0FueZ4dycFctHc/178vge8duSj3U2jvMbq10bmZm8Ec1V0fuJZ9/PO2m0mdFXcldbY+O28Cdfa9N5seQVi3dj8R2cRAd4R59ty1Xq/R6nWUQyUHrHa9rhLX5k+llj/lf8ny10Kty9t8DOy7so6/P5HEKBztx3Mh
|
||||
eJyVlN0NwyAMhCMeOgUrELoBoRvQdoTs2rUapFp1r2diHk75kT/bcOA1LEs+tCpF+NbCWIlHJpL/jLViZ+t5JEyZZHS9dihBXxsIcyR4F7Y/76A0YAuwO2jE9r6vgz1lrI67TbAF4p4TbDPiPKzodfmVl+3e1XDOFuJz9+4B9RnbiM+aFVVjbeizsNJTJbmsdfdcUfU04vS6N5WnfvJ47pA+49lRj+Upxt7oe8r8kb3HmnhnZS9wRmA+iUMv9/CdEdojzGfdWeZRI/zo/LN1W7FnszQBOzN7NevtVfvIGG/tHP7nLqshegN3F2CX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylVLtqw0AQFIJUtsn1xh9g4i+JwPmA2G6MVSZtCHl0KUzS+hP0W+5l/A++RbdoMhkRKRk4hKSdm93Zvcuy/tjlWXYaDyD0wNPVMH1EEf6uO5R7hrqdu4zP27Tuws/4o/DKuah/uNaa7LXiVsRVmqiBXPag7uCaxiJv48uJ9u8s+OvQxK+Frop3PMeYF1ivUPvHROe9TfNxT7mtQqPFOZdpH/RMcTFn9mg+avukuIcOrwxY/z7GPKa4h/j8iqsi7pbmH2H8z8RzFKHVQM+shpI8ZGxorvuc+8U/z6f3wXpfQM+76racvC6r03jvifMGfN8X/fY+4hlGrOBdzSnOk+qd5YWe8R7ojeodgs90132hYDncgH98XwxBITzh3Hyuavr/212j5nSWf+dO8+Y8+XffoxZ9VTlX1BPM/QLpXVVn
|
||||
eJyNVUFKA0EQXBY8meDcxQfI7ktcoseAGD0Egjc9iQSFnHIQvXjYJ+y3vCfuH9wi02xNba9aMCR2unpqerrGLEsxC1m2n6SxzfTwuZP4WAw1HqfDuIHrIxf4lPw25mwpPg8pD6ulWt8jWoCVo2cWhjHg6Z+5l13sIq4rOTN0fYmeIu+/V1SvPvF1WJ+svsdthKt7Qnc1wq3kTN5dIsd0V9RL5QKt8BfB/25czWesu5wXWq+h527lfkz3Muqci7abOCeq2WZCe6Zc1qw9Oj/u/QE80B7g1iO9AqCpJu5bl/ce10e3GuEu85Tf/OIx0+z5CGfA2U9jvTOqW+aHub4TzfomKMpYYyF9Yt/YPlrL85bFNs4Z4c8yH+YCPFPe2Q3Xoefpnd4fpX+jDjyAPXcT37v7mPMsXAW4do/mXX5vzGve+3lL743eD+D1scjH8zTfe/eKP/qs3lnJ/wr8jlytrT337grzwntiXuEXmyOrwbW8N8wAv/DssfYfmrBaSg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANpAlA6HABhFgGK2lmIOslFYDsn8aLKpZOpHn3eRgYlqHpJeSWTkZU/lse4vUig1c8qHyYXmLdjk0vsv3o7gSB1zyYYsjxt40fvz3YzES3lxBAt4MYvW+xuJtUe+mt9z4FbkZPG6ToxQUozWOkAFzphNqAXvYMV4At/EgJU0LlxWADpJStALb+GDE=
|
||||
eJxjYICAcAEILc3EQBDA1OIC6GbIIvHR9RJjH7o503gh+mSJ0IuuZhkvbjlsoJMRQmNzZzqBcEAGr3hQ+bBwIBSW2AA2vTB3IoPXPJh+RNa7jZ+wXch+JNXN4WTqfcuDUJcGdH8aifZii1dSwhk9XknRi66WFL1pFOhFBiD3o5tFrhuIAdjSHgyQkr8J6cNlD7l2cJKpb7ACYsMBpo7UcCM3nCkB9LITAPo8FhY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVlMkJwDAMBF1CmnL/LYV8xa53FD1CBAJjaXT52Nda+0N95K9sEpVH7dd1jUHZGuPEulo7eRPr5tBhla/rg7DKV80usdO86dwn7GnO5O47oW+DsqlfwtJ3SGokfIeZ5k7/T+evesvSPmvNzt7t19knrNIb8thPsQ==
|
||||
eJy9ksENACEIBC3Bpuy/pfsassgAeiYkPhgWFtYcYz2I/WVy7euwN/i9jq2XYRSr/so7O8uJpfler1SLssqHLuvVIx4qneh2ac8ZXbL3SCfauerFm5ncdcR6TFWLsiSXelVhqbcnlugrjyps168KX2X/ig8SYlr7
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="128" y="928" width="96" height="32">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="west" type="mapchange" x="0" y="160" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain15"/>
|
||||
<property name="place" value="north"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="64" y="64" width="32" height="32">
|
||||
<object name="north" type="mapchange" x="320" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain17"/>
|
||||
<property name="place" value="south"/>
|
||||
@@ -159,15 +158,14 @@
|
||||
</object>
|
||||
<object name="sign_blackwater16" type="sign" x="416" y="416" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="gornaud_1" type="spawn" x="32" y="832" width="416" height="64">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_1" type="spawn" x="192" y="672" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="64" y="128" width="32" height="96"/>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="288" width="64" height="64"/>
|
||||
<object name="gornaud_2" type="spawn" x="128" y="192" width="32" height="128"/>
|
||||
<object name="gornaud_2" type="spawn" x="256" y="160" width="64" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="352" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
@@ -179,12 +177,18 @@
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="64" y="544" width="384" height="224">
|
||||
<object name="gornaud_2" type="spawn" x="96" y="32" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="160" width="128" height="352"/>
|
||||
<object name="gornaud_1" type="spawn" x="96" y="544" width="224" height="128"/>
|
||||
<object name="gornaud_2" type="spawn" x="64" y="672" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="320" y="160" width="128" height="352"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,167 +1,167 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNksENgCAMRZUYzw7gCsAIoBfPqCMwrGNJYwlNLYHDO1A+v/8nGDUMBvGIYXgGn3E9YBMnUptndnbWFb+IOLKX+8H9TbRR8IO3W+KZPwK+dTinfllD0erf52Ja2Btw3vJzQk9Jl2n5BdLZNryAYynUNLTzitS001jo8TONrD35pD9Is/YgZXsBv7NUtQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAdmMaPXTxcgDgxdLCMCPM6GSH0Ly4Ixge2Eem+NCYGhqfcDAyveRgYzFhwm/cGKP8KiLWZEO4AgTABBAYBkBoYQGYj+0EHaIYvkjteQ80FiaObh2w/PrfBAMhcGF8QaJcQEAsDsQgQizJi6gXZiw3IIomD/OGLJw5BcjC/EgrD10huNQS6xwiIjYHYBIhNGTHVS+NwH6lAFos5ABNNHS8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAdCBcYOPOIUUuKeWl41MLMwaUGn1585mEDjIwMDGECCMzKSJl5gkD9QkAsDMQiQCxKhHn4gCJQvxIQKwOxChCrkmheOppbDYH6jYDYGIhNgNiUQveRCgC+RAgB
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0iGASobR4hM5HliVFLrBpkQKxacs3DB8i1lxizSbGTEj/TMo0BAM1lMHs=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<object name="south" type="mapchange" x="512" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain16"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="96" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain18"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="256" y="224" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="160" width="128" height="128"/>
|
||||
<object name="bwm_agent_4" type="spawn" x="384" y="224" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNksENgCAMRZUYzw7gCsAIoBfPqCMwrGNJYwlNLYHDO1A+v/8nGDUMBvGIYXgGn3E9YBMnUptndnbWFb+IOLKX+8H9TbRR8IO3W+KZPwK+dTinfllD0erf52Ja2Btw3vJzQk9Jl2n5BdLZNryAYynUNLTzitS001jo8TONrD35pD9Is/YgZXsBv7NUtQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAdmMaPXTxcgDgxdLCMCPM6GSH0Ly4Ixge2Eem+NCYGhqfcDAyveRgYzFhwm/cGKP8KiLWZEO4AgTABBAYBkBoYQGYj+0EHaIYvkjteQ80FiaObh2w/PrfBAMhcGF8QaJcQEAsDsQgQizJi6gXZiw3IIomD/OGLJw5BcjC/EgrD10huNQS6xwiIjYHYBIhNGTHVS+NwH6lAFos5ABNNHS8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAdCBcYOPOIUUuKeWl41MLMwaUGn1585mEDjIwMDGECCMzKSJl5gkD9QkAsDMQiQCxKhHn4gCJQvxIQKwOxChCrkmheOppbDYH6jYDYGIhNgNiUQveRCgC+RAgB
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0iGASobR4hM5HliVFLrBpkQKxacs3DB8i1lxizSbGTEj/TMo0BAM1lMHs=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<object name="south" type="mapchange" x="512" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain16"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="96" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain18"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="256" y="224" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="96" y="160" width="128" height="128"/>
|
||||
<object name="bwm_agent_4" type="spawn" x="384" y="224" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,169 +1,169 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="22" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydk8ENgzAMRZEPPXSGrlDDBindIIURGJaxysGWjPGPcA5fxEme0P92mIbh0yE+NB76degt7NYhZfdHXhH7pHtix05Jv+zYjF/77ynhvcW+6CzEzo4tpv9M11xszovsf+VbXR4tVuvVrLckizxFrO4jFvktLgufKxNmq/GD3pg9myn2G81ckftaL4CNZq7Kfa3vvKPsTGY5n2VrdlHPkXzPot79AewwkLU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvmMaPKdbJiF0tuvgyNL2+AgwMr3hQ+TDwmgdVbBsWe6WZ8LsVG3jDQ1gNLiDLhHAXDGDzO67wgAE/oJ+8oDgX6j90/6LbAxP3FsDub2xuQwexAvjlQQA9fF4RMFMWRxzooIlrM+EOF180d93kYmCIAoqlMUFobO6CuQ3kZ+TwALknDhq28VC95KQTQoCSdAQC2mS6CT2sYABfHtRBShvI8QnzA7IcyF0g9YT8BwrnNqQ8ic1dvkSGPywNEUq/lAAAIUUlFg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMhAsQr9aOm3y9lNhLTb1pSHrp7YZ0AfL1htNYbzoWOZD6NCL0YpMLJzKcsckhx1EaiXqJBYNJL6HwsYfmO2xhgU8vvrAjRn44AQD6XA5k
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="22" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0iGASQ2aQCdL3kuoFcveh+IFcvqf5F10vIb8NNLzZ5fHGJLxwHOg1RQy85+rHpxQbwyaHbSywg1X2U+BMXBgALAUy0
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain17"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="416" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain19"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="128" y="288" width="32" height="96"/>
|
||||
<object name="gornaud_3" type="spawn" x="64" y="224" width="32" height="160"/>
|
||||
<object name="gornaud_3" type="spawn" x="128" y="96" width="256" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="224" width="64" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="224" y="224" width="224" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="22" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydk8ENgzAMRZEPPXSGrlDDBindIIURGJaxysGWjPGPcA5fxEme0P92mIbh0yE+NB76degt7NYhZfdHXhH7pHtix05Jv+zYjF/77ynhvcW+6CzEzo4tpv9M11xszovsf+VbXR4tVuvVrLckizxFrO4jFvktLgufKxNmq/GD3pg9myn2G81ckftaL4CNZq7Kfa3vvKPsTGY5n2VrdlHPkXzPot79AewwkLU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvmMaPKdbJiF0tuvgyNL2+AgwMr3hQ+TDwmgdVbBsWe6WZ8LsVG3jDQ1gNLiDLhHAXDGDzO67wgAE/oJ+8oDgX6j90/6LbAxP3FsDub2xuQwexAvjlQQA9fF4RMFMWRxzooIlrM+EOF180d93kYmCIAoqlMUFobO6CuQ3kZ+TwALknDhq28VC95KQTQoCSdAQC2mS6CT2sYABfHtRBShvI8QnzA7IcyF0g9YT8BwrnNqQ8ic1dvkSGPywNEUq/lAAAIUUlFg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="22">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMhAsQr9aOm3y9lNhLTb1pSHrp7YZ0AfL1htNYbzoWOZD6NCL0YpMLJzKcsckhx1EaiXqJBYNJL6HwsYfmO2xhgU8vvrAjRn44AQD6XA5k
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="22" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0iGASQ2aQCdL3kuoFcveh+IFcvqf5F10vIb8NNLzZ5fHGJLxwHOg1RQy85+rHpxQbwyaHbSywg1X2U+BMXBgALAUy0
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain17"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="416" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain19"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="128" y="288" width="32" height="96"/>
|
||||
<object name="gornaud_3" type="spawn" x="64" y="224" width="32" height="160"/>
|
||||
<object name="gornaud_3" type="spawn" x="128" y="96" width="256" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="224" width="64" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="224" y="224" width="224" height="448">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,162 +1,162 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0ANiByith8RHF3ME4iAg1oXy9aF8dLFgIE5BE0vBInaCDYKxidkTqS4Qaia6Xgeoe2FiMP3oeoOg7sWnDoRT0PjI7kEXR8fIYSiDA8PkAc8gKTs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAcTOMnrKaTkYFhGZo6HSYGhjY0sdc8DAzbiDAPBN7wYOrFJuYrwMCgzYQqDhJDB6+Aas1ZUPkgANILcj/IvTB9r5HsCRdAmAmzHyYvjWYvIQAA4MoQWQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANhAvg54NAOlAsjQh1g0kM3b241GEDskzEqSMGAACGfQXw
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUTBgFCYjAw2MXwieNSQwwGAM1IGD4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain18"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="224" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain20"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="96" y="256" width="96" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0ANiByith8RHF3ME4iAg1oXy9aF8dLFgIE5BE0vBInaCDYKxidkTqS4Qaia6Xgeoe2FiMP3oeoOg7sWnDoRT0PjI7kEXR8fIYSiDA8PkAc8gKTs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAcTOMnrKaTkYFhGZo6HSYGhjY0sdc8DAzbiDAPBN7wYOrFJuYrwMCgzYQqDhJDB6+Aas1ZUPkgANILcj/IvTB9r5HsCRdAmAmzHyYvjWYvIQAA4MoQWQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANhAvg54NAOlAsjQh1g0kM3b241GEDskzEqSMGAACGfQXw
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUTBgFCYjAw2MXwieNSQwwGAM1IGD4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain18"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="224" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain20"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_3" type="spawn" x="96" y="256" width="96" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,164 +1,164 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcMCB9XBgfGr1gTgIB9bFYR6yHm92VLUguRQc2B6HWxyR1IDMS0EzL5EdOw7E4e5gJD3eUNoeyf24zEtkx+5uXHYT40ZSMLHmyTAhMKXmoccxsWqJNQ+fWnR1MlgwrjSNSx0Ai0I8Wg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBj8oJMRO5sQmINDbRs/A4OvAIT9moc4s14B1b2BqWVBlZNlgsiDAEwNiK/NhHADsrt1mBBskHpsboCJwdwJA8j8LCDbC4hz0dSAgDYTphg6ALlRGk0dsl/wgZ9cEPoNkto3ePTB/MPJjbAbGYQLIMQIxQlIrTkLqn3o/qAWAAAORRpX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBegrh5qm5dGhnnk6KEEpFPZPnLCkFrmEeMXWSbizSNFLaUAAAmcBIM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3GGASwiWEDhMzBp44S80hxI7GAEj8To5ba5lEahrRKPwDkWSwq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="32" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain19"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="512" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_1" type="spawn" x="96" y="96" width="160" height="192"/>
|
||||
<object name="wyrm_1" type="spawn" x="256" y="160" width="160" height="32"/>
|
||||
<object name="wyrm_1" type="spawn" x="416" y="128" width="192" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcMCB9XBgfGr1gTgIB9bFYR6yHm92VLUguRQc2B6HWxyR1IDMS0EzL5EdOw7E4e5gJD3eUNoeyf24zEtkx+5uXHYT40ZSMLHmyTAhMKXmoccxsWqJNQ+fWnR1MlgwrjSNSx0Ai0I8Wg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBj8oJMRO5sQmINDbRs/A4OvAIT9moc4s14B1b2BqWVBlZNlgsiDAEwNiK/NhHADsrt1mBBskHpsboCJwdwJA8j8LCDbC4hz0dSAgDYTphg6ALlRGk0dsl/wgZ9cEPoNkto3ePTB/MPJjbAbGYQLIMQIxQlIrTkLqn3o/qAWAAAORRpX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBegrh5qm5dGhnnk6KEEpFPZPnLCkFrmEeMXWSbizSNFLaUAAAmcBIM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3GGASwiWEDhMzBp44S80hxI7GAEj8To5ba5lEahrRKPwDkWSwq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="32" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain19"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="512" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_1" type="spawn" x="96" y="96" width="160" height="192"/>
|
||||
<object name="wyrm_1" type="spawn" x="256" y="160" width="160" height="32"/>
|
||||
<object name="wyrm_1" type="spawn" x="416" y="128" width="192" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,182 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lD0OwyAMhS0xZMqAOAFFbNmSS/QIlXrrHqEXaaLGqsOfXZMMnzzE8Mh7hmkAmCp4A3Az+grmtxeYIzXNjXn9vhh91eqmvRq0uj0e25Xn8MUJdbFv8+w15kg8DkQ3Jrq180ZyrveY0/KJ+oq6qc+t86Lu3eZIdUv5emYm3L7uYXM4XVv4X5pdazYiM3ctwr4H6npzzLg1G1pN9HUhurPgrl0BzQ6Ud7NU0UuuD73ueQdpRS+5vjPeQErpjvbiGO+scJ00C5pJy7sgXCfNAqtkViVZXpHFv2hyO2MmuNy095mbiQ/xS1uC
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVcsNwjAMtYCeSCXEFgyAxCZsgDJCNqAbwAjMwAhIQSBx4gYXziCuIBpaE2M5oT1UKk+K6qSOn+NPAgBwHMAbVgHoFGBTzpvEThVf5HLzY8O8yHn/wYV6FHcV1jF5zJapbMuU65btd/YknrpYBXiRg0LimzYQ8yziU1XeA/F1rfzcnWHc9f+eHS/H4kn1TkOAcz7miZcnvW99qT40OZd0RuRHPe7PNee55WORePnR91xbpo/rlEtHYqsTef3SL8bHLpGRE+P7qwcN43d1bxgvjXVd0NxSezzesbqXsFfFqIqm76K2gubOxZzWsCU9yKHTcP9h7njt8P34H2sc76/YvhBivv4bMCehM0k9w/dhDmYDb4e/SS7ONI8Zy4MD7zvL3kEJzl7Vfh2Ru8mSN9IIvqDtNuMFRehYuQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANwgXwSJIBQOYRY+ZItJdSu9OR9JNi71dWVDEnPgj9jRVTPS4zYCCNSHtB6kTZsMuJoYmfwmFeGpo4seGHSx1IHJdduMRh+ihJW+j+wGVnOhb/EhvWlAB0O4iNY0oBzN2n0NL1QABalAvEAErjjlx7qQ2o7Q8QINcv6PpINYdcv5BbXuECM3jpq28ogMFYPgAAwlAchQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUhhgFa2jFq79CzF5ceZPPQzUZnU9NeZDPR7ae2vdj0YwPUDmdcfkMWIyecifUPMYBUe8k1l1j1tMgvtDJ7oO3FF5b0Dm9i7BhKcUFu2KHHASl2YbOXmLgk1Y3E+pMa5tMbAwB58pUW
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="96" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="768" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain32"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="352" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain31"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater30" type="sign" x="256" y="576" width="32" height="32"/>
|
||||
<object name="sign_bwm30_grave" type="sign" x="608" y="192" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="bwm_agent_5" type="spawn" x="192" y="320" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="480" y="160" width="224" height="192"/>
|
||||
<object name="wyrm_2" type="spawn" x="704" y="320" width="64" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="768" y="96" width="64" height="192"/>
|
||||
<object name="wyrm_2" type="spawn" x="768" y="416" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="704" y="544" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="320" y="512" width="352" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lD0OwyAMhS0xZMqAOAFFbNmSS/QIlXrrHqEXaaLGqsOfXZMMnzzE8Mh7hmkAmCp4A3Az+grmtxeYIzXNjXn9vhh91eqmvRq0uj0e25Xn8MUJdbFv8+w15kg8DkQ3Jrq180ZyrveY0/KJ+oq6qc+t86Lu3eZIdUv5emYm3L7uYXM4XVv4X5pdazYiM3ctwr4H6npzzLg1G1pN9HUhurPgrl0BzQ6Ud7NU0UuuD73ueQdpRS+5vjPeQErpjvbiGO+scJ00C5pJy7sgXCfNAqtkViVZXpHFv2hyO2MmuNy095mbiQ/xS1uC
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVcsNwjAMtYCeSCXEFgyAxCZsgDJCNqAbwAjMwAhIQSBx4gYXziCuIBpaE2M5oT1UKk+K6qSOn+NPAgBwHMAbVgHoFGBTzpvEThVf5HLzY8O8yHn/wYV6FHcV1jF5zJapbMuU65btd/YknrpYBXiRg0LimzYQ8yziU1XeA/F1rfzcnWHc9f+eHS/H4kn1TkOAcz7miZcnvW99qT40OZd0RuRHPe7PNee55WORePnR91xbpo/rlEtHYqsTef3SL8bHLpGRE+P7qwcN43d1bxgvjXVd0NxSezzesbqXsFfFqIqm76K2gubOxZzWsCU9yKHTcP9h7njt8P34H2sc76/YvhBivv4bMCehM0k9w/dhDmYDb4e/SS7ONI8Zy4MD7zvL3kEJzl7Vfh2Ru8mSN9IIvqDtNuMFRehYuQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANwgXwSJIBQOYRY+ZItJdSu9OR9JNi71dWVDEnPgj9jRVTPS4zYCCNSHtB6kTZsMuJoYmfwmFeGpo4seGHSx1IHJdduMRh+ihJW+j+wGVnOhb/EhvWlAB0O4iNY0oBzN2n0NL1QABalAvEAErjjlx7qQ2o7Q8QINcv6PpINYdcv5BbXuECM3jpq28ogMFYPgAAwlAchQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUhhgFa2jFq79CzF5ceZPPQzUZnU9NeZDPR7ae2vdj0YwPUDmdcfkMWIyecifUPMYBUe8k1l1j1tMgvtDJ7oO3FF5b0Dm9i7BhKcUFu2KHHASl2YbOXmLgk1Y3E+pMa5tMbAwB58pUW
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="96" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain39"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="768" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain32"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="352" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain31"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater30" type="sign" x="256" y="576" width="32" height="32"/>
|
||||
<object name="sign_bwm30_grave" type="sign" x="608" y="192" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="bwm_agent_5" type="spawn" x="192" y="320" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_1" type="spawn" x="480" y="160" width="224" height="192"/>
|
||||
<object name="wyrm_2" type="spawn" x="704" y="320" width="64" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="768" y="96" width="64" height="192"/>
|
||||
<object name="wyrm_2" type="spawn" x="768" y="416" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="704" y="544" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="320" y="512" width="352" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,193 +1,193 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlj0OgzAMhZEYmBEngKpbt3Kc3v8cTSSsulbiOP4Jw5MlTPIp+MV4nafptfhra+z7SPmVeaeW4/bNuafgPBw7546kncTavlKmhH2m5+/5P3owpd+8VU8N08LWMEuMHraGmdfUGBK2lglrNGwrs8WA55/lJy+mhI25nswWG3O9mT2e8maW2NHnLLEPVFvao7lo6V1ZJ+LSHs1Fa42i5OEfbQ1Hs2FmGMmmPh/FLvm8NtNYI/R3biaT3pOeCP3deqc16u13UdpvOPt21WD0/cVzToSPqZ9Lno7wMfXzHZ6m//AvyHKs7Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VtttwzAMNFr0T0azTIfpBh5BI2iUztIfW0C+Moe/i5awmZ7PRzlBixwQRLIoHl+i1HULptR1n6dlXPruio8+/rk87jE9iGH9fk57WUP+GV9Oy/q42lBTzG1w+TltbVDI/Xb+9rydu72mk2WHF63T7LwQ79fT4it+97H7ztyGWaxl4DW91+9kn1pjGbPV4rnRTzLvaT9nGeQ80zrmvMJ4XuOk/M5BvUScCI69YQz0KG73122wOdthnL5eRe0qGwxY54rbMQt72c+Z4jyInCiOifLN+cR8O2fp9z75XMXGbEEOPNMtv5ETEdWb2pP7mCP6jvvN9in95sDy63kbg9h4X2K/MWbM7fujWkF/lJ1qL3Nn6qWRXteTe51PlJvoDE+N/oXA2PkerIsS+In9xMd8no+4bwFyoi1VnEWMrXEf3TMMl+fYqjq/nPY2DEGfUT1gEHk2nElnFfeWw+Lh5+GoJ6s7LrItQoujVcdqrtb8v0AOlayKB9umevU9QG6MUZRjrn3Obw72Oazm6o1n9r9gnBbrvNZRafTov0Cdw09xfgwFeoqCerOiLOrEd4zHt3XWcM31HN0DEfLr/XtG6uGIKW3vA5ZBO4/uZZMtJNOKRWSjgfW09j4Clmd+Sz0SHo+a2m9Br19f97hi/Q5U6zP55ffUN1pZvQo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNVsENgCAMdABNXMsJ3EBXcianUh4kpEpL2yt6CQ8D9HpHKQ6DjGN6joR15vdJ81ZwcdPcdo+zWHOC8tgqcTKnF8vIf3s4ER5QTm/MFr2STtTZajit4PSWnFRTTaP3fll0avfsZG0UJ/WIekN7AoLzjVubZ40zoq4lTi3o2UZwvvlgrXvJW8lzZE9AnG/EG/cV/pC/JocW76P+fzhEvV015B7QW2vms/RbT62hveVysdYjIh5yrxc9a6t803ryllw97y/lugDzPDaQ
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzllFEOwzAIQ3uEXar3v1K/Jk0R2M+jW6UWKR8kgMEB9te27Tc7nSi7t07iUnwVU+VW6cqW1qviKb2KRTATPxKL5ufuVTxn/1lX5eNiVZLYdZiqbvJGeE76nv6Fk3TeyZ16V9zQeV91Uq/iUfFBhc7MZO+43eJ4WzlPcqVH5eXy/ha348f1ceeziqorxSNC8Sq/tG+nQvbFv3BV36ucEr7T3TU9FcaVuBVv3R+ns+TqdXHO6jUyQ5N3xVfVw0n/pna/7iM1m0/EPQD2rZ24
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="832" y="928" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain30"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="352" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain36"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater32" type="sign" x="800" y="768" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="832" y="864" width="64" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="832" y="672" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="352" y="384" width="352" height="64"/>
|
||||
<object name="wyrm_3" type="spawn" x="320" y="160" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="160" y="512" width="672" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="64" y="704" width="704" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="672" y="64" width="256" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="576" y="128" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="448" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlj0OgzAMhZEYmBEngKpbt3Kc3v8cTSSsulbiOP4Jw5MlTPIp+MV4nafptfhra+z7SPmVeaeW4/bNuafgPBw7546kncTavlKmhH2m5+/5P3owpd+8VU8N08LWMEuMHraGmdfUGBK2lglrNGwrs8WA55/lJy+mhI25nswWG3O9mT2e8maW2NHnLLEPVFvao7lo6V1ZJ+LSHs1Fa42i5OEfbQ1Hs2FmGMmmPh/FLvm8NtNYI/R3biaT3pOeCP3deqc16u13UdpvOPt21WD0/cVzToSPqZ9Lno7wMfXzHZ6m//AvyHKs7Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VtttwzAMNFr0T0azTIfpBh5BI2iUztIfW0C+Moe/i5awmZ7PRzlBixwQRLIoHl+i1HULptR1n6dlXPruio8+/rk87jE9iGH9fk57WUP+GV9Oy/q42lBTzG1w+TltbVDI/Xb+9rydu72mk2WHF63T7LwQ79fT4it+97H7ztyGWaxl4DW91+9kn1pjGbPV4rnRTzLvaT9nGeQ80zrmvMJ4XuOk/M5BvUScCI69YQz0KG73122wOdthnL5eRe0qGwxY54rbMQt72c+Z4jyInCiOifLN+cR8O2fp9z75XMXGbEEOPNMtv5ETEdWb2pP7mCP6jvvN9in95sDy63kbg9h4X2K/MWbM7fujWkF/lJ1qL3Nn6qWRXteTe51PlJvoDE+N/oXA2PkerIsS+In9xMd8no+4bwFyoi1VnEWMrXEf3TMMl+fYqjq/nPY2DEGfUT1gEHk2nElnFfeWw+Lh5+GoJ6s7LrItQoujVcdqrtb8v0AOlayKB9umevU9QG6MUZRjrn3Obw72Oazm6o1n9r9gnBbrvNZRafTov0Cdw09xfgwFeoqCerOiLOrEd4zHt3XWcM31HN0DEfLr/XtG6uGIKW3vA5ZBO4/uZZMtJNOKRWSjgfW09j4Clmd+Sz0SHo+a2m9Br19f97hi/Q5U6zP55ffUN1pZvQo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNVsENgCAMdABNXMsJ3EBXcianUh4kpEpL2yt6CQ8D9HpHKQ6DjGN6joR15vdJ81ZwcdPcdo+zWHOC8tgqcTKnF8vIf3s4ER5QTm/MFr2STtTZajit4PSWnFRTTaP3fll0avfsZG0UJ/WIekN7AoLzjVubZ40zoq4lTi3o2UZwvvlgrXvJW8lzZE9AnG/EG/cV/pC/JocW76P+fzhEvV015B7QW2vms/RbT62hveVysdYjIh5yrxc9a6t803ryllw97y/lugDzPDaQ
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzllFEOwzAIQ3uEXar3v1K/Jk0R2M+jW6UWKR8kgMEB9te27Tc7nSi7t07iUnwVU+VW6cqW1qviKb2KRTATPxKL5ufuVTxn/1lX5eNiVZLYdZiqbvJGeE76nv6Fk3TeyZ16V9zQeV91Uq/iUfFBhc7MZO+43eJ4WzlPcqVH5eXy/ha348f1ceeziqorxSNC8Sq/tG+nQvbFv3BV36ucEr7T3TU9FcaVuBVv3R+ns+TqdXHO6jUyQ5N3xVfVw0n/pna/7iM1m0/EPQD2rZ24
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="832" y="928" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain30"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="352" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain36"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater32" type="sign" x="800" y="768" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="832" y="864" width="64" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="832" y="672" width="32" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="352" y="384" width="352" height="64"/>
|
||||
<object name="wyrm_3" type="spawn" x="320" y="160" width="96" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="160" y="512" width="672" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="64" y="704" width="704" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="672" y="64" width="256" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="576" y="128" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="448" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,165 +1,165 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJybxcTAMItMvBaIdwPxaiLU7Qfis0C8F4d6mFkgdYnsCAxSvwdND8wsZHUwfA5qB0wturw3Fj3UUIsNo/uRGDW41KPLAQBSljxj
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAfSBMgTt0MJgaGbh4GhulMhNUhA2zq0dWgA2x6QHbP5oGwQXQ3D6aacDS/zEZT047F3E4mwmqwqcemDgBJQwri
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMhAsQr66ahziz0giYCVJHSA26mTC709H42NTi4iODTibi7KcVAAD8+QZV
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="11" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3CGBkQowYdYFOHzwx8dpPqFmL9h00cAOwqHI8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="160" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain32"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain37"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="224" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="96" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="64" y="192" width="32" height="64"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="192" width="32" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJybxcTAMItMvBaIdwPxaiLU7Qfis0C8F4d6mFkgdYnsCAxSvwdND8wsZHUwfA5qB0wturw3Fj3UUIsNo/uRGDW41KPLAQBSljxj
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAfSBMgTt0MJgaGbh4GhulMhNUhA2zq0dWgA2x6QHbP5oGwQXQ3D6aacDS/zEZT047F3E4mwmqwqcemDgBJQwri
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMhAsQr66ahziz0giYCVJHSA26mTC709H42NTi4iODTibi7KcVAAD8+QZV
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="11" height="10" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3CGBkQowYdYFOHzwx8dpPqFmL9h00cAOwqHI8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="160" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain32"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain37"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="224" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="96" y="224" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="64" y="192" width="32" height="64"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="192" width="32" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,166 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylkkEOQDAQRaWbLl2gV8ARytqqnEDSe7mqiv6YfB2VWLyMjL6PGb1pmv4nI1Xua0yJJTHbq/rsoN8p3pBYEzG7Zw3ZQR9ZyOuEu9mL2d7XUfSRhbyS+0Y0d54X7y3PuA9ZgWbgaA41X7qjQOY55dvgYhfAF3LY5R2BUMiZzPOZ2pw5Z1Xcva3vR5sTn63tif9NOVPuOeX+AcSVQPA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBi6oJORPH06TAwMFbwQNojWZoKYhSxOCkDWAzMLZg8yCBeAqJWGisuiyWMzDx+A6YeZiWyeNg6ziQGUhIE0mr2UxBGyucjhistuYtwHCxf0uIEBWByBALZ4QrYL3a/kAgBwUg2b
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBhYEC6ASqOL49OXhkNvGhF6iVWLTy+pQJaJfL30AOk4/EaMn7GpQY4jcvQSA7CZP9TiCADqqQg/
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3CGATI1QcDpJhHCJDqXkrMQtaPi0+NMCHHHdTQS4x7sMkTG6aE7CVkJrXSMAASNTkd
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="96" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain36"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain38"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="160" y="160" width="32" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="192" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="256" width="64" height="160"/>
|
||||
<object name="wyrm_3" type="spawn" x="256" y="416" width="96" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="160" y="384" width="64" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylkkEOQDAQRaWbLl2gV8ARytqqnEDSe7mqiv6YfB2VWLyMjL6PGb1pmv4nI1Xua0yJJTHbq/rsoN8p3pBYEzG7Zw3ZQR9ZyOuEu9mL2d7XUfSRhbyS+0Y0d54X7y3PuA9ZgWbgaA41X7qjQOY55dvgYhfAF3LY5R2BUMiZzPOZ2pw5Z1Xcva3vR5sTn63tif9NOVPuOeX+AcSVQPA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBi6oJORPH06TAwMFbwQNojWZoKYhSxOCkDWAzMLZg8yCBeAqJWGisuiyWMzDx+A6YeZiWyeNg6ziQGUhIE0mr2UxBGyucjhistuYtwHCxf0uIEBWByBALZ4QrYL3a/kAgBwUg2b
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBhYEC6ASqOL49OXhkNvGhF6iVWLTy+pQJaJfL30AOk4/EaMn7GpQY4jcvQSA7CZP9TiCADqqQg/
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3CGATI1QcDpJhHCJDqXkrMQtaPi0+NMCHHHdTQS4x7sMkTG6aE7CVkJrXSMAASNTkd
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="96" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain36"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain38"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="160" y="160" width="32" height="32"/>
|
||||
<object name="wyrm_3" type="spawn" x="288" y="192" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="256" width="64" height="160"/>
|
||||
<object name="wyrm_3" type="spawn" x="256" y="416" width="96" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="160" y="384" width="64" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,181 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVckNwjAQjPLgSwO0kOAO4pRgaIG+aIeyMBIrjYa9rPCYT1jP7DXLOk/T+kXt2DtugA1+H0E1wHGid+94AFrHMsCr5W7VcQW91+kXrOvxarlbdeyGnqa7B7xW7swntXpxOPsoNgPR9WI2mv1RzaxuC2YvuX16ciEc0c2gwZ6yXzK6ixOb0S7kl2rwrYau1rNM/wr5Bf0qb9G7mq51G7z+FfrO+tXQ3eb45uB7rt3aFa1+jG1zfHP4vegL1/NszwHvFeeYuTnyHvsjPfqXf6Md5ruc1c34xtvlkbssXNpuWTGI0b6whxDs0eh/3fN3hucNEhQLjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVEsKwjAQjdVdC7qXHkDsVl0IXsMjeBFXbgSpC4/g1doewjyawWE6+VQUHwRTk3nzMj9jdDwmnoMf4mZ9nmff48MbDrn//GLPq8xurM/arp1d6yzMx7EX3LeEmMHfc2pMW/TfnfttCv0+4nFa9Fo1ro0nXvIdnP8+fe+XynvBWyu8UjPfr/Khnyob3gfHSslJxXQQB7SVgXxIf2NRRbglNC3X+fA/TTfyQf5IcztCO/Gl2JTCTwyhmud8gKyXMfHnPFQTmu/Y7Ok+yHmp1BeAnt+6vqdeC82MGHzaS9erMn7IZx2ZOxxy5hC0+ZACxALzSPPfKjlCDSNexi3Yb0boR+74/CGk2MNWzhLN3hcjySVr97jw17PMG68nqR0xCvWpNnMBzMWuCN+RvgmyJ5oEnn/gBfybOXg=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAE4QJYBGkIYPalQel0Cuwn1u0gdWloatH5pJiLTy82c1KJUI/NjeQAUsxBVkup3cTEBXrcUwMQYy817SPFXloAatpLilmj9pJuBi495JQ95KRhXGZhK4+I8Rcx5RixZpGjlhAgJYxkmahnL6mAkjpvKAEAlBkTSA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="18" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FdMfYAC3NQpcjxk5yATFmEGMfqe4gRj2l8UCMvbjCnFS3kRo+5MYdKWmMkBi5fiDHDErzCb3sJeSWgbKXkLnE2Etq+oGpx+cGcgAp/iXHblLDh1S3EusfUsOIGmmGmhgAIkF23w==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="896" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain37"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="640" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain43"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater38_1" type="sign" x="832" y="128" width="32" height="32"/>
|
||||
<object name="sign_blackwater38_2" type="sign" x="224" y="160" width="32" height="32"/>
|
||||
<object name="sign_blackwater38_3" type="sign" x="96" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="576" y="128" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="256" width="64" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="32" y="256" width="64" height="160"/>
|
||||
<object name="bwm_agent_6" type="spawn" x="768" y="448" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="128" width="192" height="224"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:60" type="key" x="640" y="352" width="64" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_60"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="bwm_agent"/>
|
||||
<property name="requireValue" value="60"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVckNwjAQjPLgSwO0kOAO4pRgaIG+aIeyMBIrjYa9rPCYT1jP7DXLOk/T+kXt2DtugA1+H0E1wHGid+94AFrHMsCr5W7VcQW91+kXrOvxarlbdeyGnqa7B7xW7swntXpxOPsoNgPR9WI2mv1RzaxuC2YvuX16ciEc0c2gwZ6yXzK6ixOb0S7kl2rwrYau1rNM/wr5Bf0qb9G7mq51G7z+FfrO+tXQ3eb45uB7rt3aFa1+jG1zfHP4vegL1/NszwHvFeeYuTnyHvsjPfqXf6Md5ruc1c34xtvlkbssXNpuWTGI0b6whxDs0eh/3fN3hucNEhQLjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVEsKwjAQjdVdC7qXHkDsVl0IXsMjeBFXbgSpC4/g1doewjyawWE6+VQUHwRTk3nzMj9jdDwmnoMf4mZ9nmff48MbDrn//GLPq8xurM/arp1d6yzMx7EX3LeEmMHfc2pMW/TfnfttCv0+4nFa9Fo1ro0nXvIdnP8+fe+XynvBWyu8UjPfr/Khnyob3gfHSslJxXQQB7SVgXxIf2NRRbglNC3X+fA/TTfyQf5IcztCO/Gl2JTCTwyhmud8gKyXMfHnPFQTmu/Y7Ok+yHmp1BeAnt+6vqdeC82MGHzaS9erMn7IZx2ZOxxy5hC0+ZACxALzSPPfKjlCDSNexi3Yb0boR+74/CGk2MNWzhLN3hcjySVr97jw17PMG68nqR0xCvWpNnMBzMWuCN+RvgmyJ5oEnn/gBfybOXg=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAE4QJYBGkIYPalQel0Cuwn1u0gdWloatH5pJiLTy82c1KJUI/NjeQAUsxBVkup3cTEBXrcUwMQYy817SPFXloAatpLilmj9pJuBi495JQ95KRhXGZhK4+I8Rcx5RixZpGjlhAgJYxkmahnL6mAkjpvKAEAlBkTSA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="18" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FdMfYAC3NQpcjxk5yATFmEGMfqe4gRj2l8UCMvbjCnFS3kRo+5MYdKWmMkBi5fiDHDErzCb3sJeSWgbKXkLnE2Etq+oGpx+cGcgAp/iXHblLDh1S3EusfUsOIGmmGmhgAIkF23w==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="896" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain37"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="640" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain43"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater38_1" type="sign" x="832" y="128" width="32" height="32"/>
|
||||
<object name="sign_blackwater38_2" type="sign" x="224" y="160" width="32" height="32"/>
|
||||
<object name="sign_blackwater38_3" type="sign" x="96" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_4" type="spawn" x="576" y="128" width="32" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="256" y="256" width="64" height="32"/>
|
||||
<object name="wyrm_4" type="spawn" x="32" y="256" width="64" height="160"/>
|
||||
<object name="bwm_agent_6" type="spawn" x="768" y="448" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wyrm_4" type="spawn" x="352" y="128" width="192" height="224"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:60" type="key" x="640" y="352" width="64" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_60"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="bwm_agent"/>
|
||||
<property name="requireValue" value="60"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,168 +1,168 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9k9EJgDAMRIs/DucUrtUVpBOodII6ky0YiCFJEyl+PNCSHJf0GqcQ4s+kyo7w9NKe9p0rBbE5fOAe+F/nN6fB5/H4wD2Z0QI0n83HpfRKSD41Hz0Ko9fOF1LH1UjQubGetmNt7q85lDQ9eYTsaHv25LGXHW6H3Lvy3DvdIcyD35U3O6MyyOlZ66Raa7YsWbRmdkSdldF6oEnPbihM3S8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgF6GAGE4Su4CVdLzY96GLnmUh3B0jPDCz6yHEjMfphdhJyFwi0Y1HXyURcWMDU4jIHmzpaA2LjBxcA+RHmT0riB1t8k+MWXGmHGu5B9h8yG1sY4nMDSC8o/rHFMbYwRDYLOaxxpUV0e9BBuACmPfjSI7HxCssHhNI2qeYSAiD/gACx9pILAM2iH6Y=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgYEC5AHX0wfhqVzSPXHHR3UMtdlACQWeS6AxsAmZVORfNAgJr+JQVQ6g9kd1MjnJHNI8cs9HCkxD3UTDfUToPUTi+dTKSpH+zpn1T/kAsAPOoN7w==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FGBgZkKMPmzm0Mo8Yc8kBlIYPKeYSGy6kunMwmEeJmZSah6wWH6DUPcSaR4weYs0k115i3UZp+iclbZNiHjlxTyvzACa3Xk0=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="480" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain30"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain20"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="192" y="192" width="64" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="256" y="96" width="288" height="128"/>
|
||||
<object name="wyrm_2" type="spawn" x="160" y="224" width="448" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9k9EJgDAMRIs/DucUrtUVpBOodII6ky0YiCFJEyl+PNCSHJf0GqcQ4s+kyo7w9NKe9p0rBbE5fOAe+F/nN6fB5/H4wD2Z0QI0n83HpfRKSD41Hz0Ko9fOF1LH1UjQubGetmNt7q85lDQ9eYTsaHv25LGXHW6H3Lvy3DvdIcyD35U3O6MyyOlZ66Raa7YsWbRmdkSdldF6oEnPbihM3S8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgF6GAGE4Su4CVdLzY96GLnmUh3B0jPDCz6yHEjMfphdhJyFwi0Y1HXyURcWMDU4jIHmzpaA2LjBxcA+RHmT0riB1t8k+MWXGmHGu5B9h8yG1sY4nMDSC8o/rHFMbYwRDYLOaxxpUV0e9BBuACmPfjSI7HxCssHhNI2qeYSAiD/gACx9pILAM2iH6Y=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgYEC5AHX0wfhqVzSPXHHR3UMtdlACQWeS6AxsAmZVORfNAgJr+JQVQ6g9kd1MjnJHNI8cs9HCkxD3UTDfUToPUTi+dTKSpH+zpn1T/kAsAPOoN7w==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FGBgZkKMPmzm0Mo8Yc8kBlIYPKeYSGy6kunMwmEeJmZSah6wWH6DUPcSaR4weYs0k115i3UZp+iclbZNiHjlxTyvzACa3Xk0=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="480" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain30"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain20"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="wyrm_2" type="spawn" x="192" y="192" width="64" height="32"/>
|
||||
<object name="wyrm_2" type="spawn" x="256" y="96" width="288" height="128"/>
|
||||
<object name="wyrm_2" type="spawn" x="160" y="224" width="448" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,128 +1,127 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -144,7 +143,7 @@
|
||||
eJxzFWBgcB1kGARorZdYQK4+bGbA2Mji6OoI6cVmDjKfUDjg0ktKGJKiF5s/8PmNkDpcgBZ6iQGkpDNcagDElCwq
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="south" type="mapchange" x="192" y="448" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain3"/>
|
||||
@@ -153,12 +152,12 @@
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="224" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5"/>
|
||||
<property name="map" value="blackwater_mountain5a"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="gornaud_2" type="spawn" x="192" y="224" width="96" height="96"/>
|
||||
<object name="gornaud_2" type="spawn" x="32" y="128" width="416" height="96">
|
||||
<properties>
|
||||
@@ -171,5 +170,5 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,166 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" height="11" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0ANiByh2BOKjbAwM9khiekhYH4iDoDgYqjYQSUwXSS3IrBQoBqmDYZiYPZKZwWhq0HEg1Gx9JHUPsGCY3GBWW86OXa0ekeYix4cMHgxTAwCRJUNz
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAEUQJYBHEAbyLV6jAxMMQC1Woz4VZzl4eBYSsPqthfoJ5/aHbo4DEDBJDteIukV44NlRbkhdiJblc4D6paED8VKH4bzW0gPi616OpAACSXAlWbAlWL7r9wJHYhUE0QEBdB9dwBqpcm4HdsAACoRhY4
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7zcOAAcIFIPQrJLnXPJjyIJCGxMYGwrHIvwWKvUMTTxdAmPWPlYHhPxAzsBE2E5/atzwQtSC73HlQ1brj8TdIjg+oJkwAQrtjCQdktSB2GBSD+Oj+Qw+vdAGEeCpaOMgyYerHFl7o/sQFQHEIADRtIAs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXDIIAuhgtTUy02QIpaXHqQxZFpYuzAZgY11dIDAwCFFB7i
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="161" y="257" width="31" height="29">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain41"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="kazaul_1" type="spawn" x="160" y="192" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="224" y="128" width="96" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="11" height="11" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0ANiByh2BOKjbAwM9khiekhYH4iDoDgYqjYQSUwXSS3IrBQoBqmDYZiYPZKZwWhq0HEg1Gx9JHUPsGCY3GBWW86OXa0ekeYix4cMHgxTAwCRJUNz
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAEUQJYBHEAbyLV6jAxMMQC1Woz4VZzl4eBYSsPqthfoJ5/aHbo4DEDBJDteIukV44NlRbkhdiJblc4D6paED8VKH4bzW0gPi616OpAACSXAlWbAlWL7r9wJHYhUE0QEBdB9dwBqpcm4HdsAACoRhY4
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7zcOAAcIFIPQrJLnXPJjyIJCGxMYGwrHIvwWKvUMTTxdAmPWPlYHhPxAzsBE2E5/atzwQtSC73HlQ1brj8TdIjg+oJkwAQrtjCQdktSB2GBSD+Oj+Qw+vdAGEeCpaOMgyYerHFl7o/sQFQHEIADRtIAs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="11" height="11">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXDIIAuhgtTUy02QIpaXHqQxZFpYuzAZgY11dIDAwCFFB7i
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain14"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="161" y="257" width="31" height="29">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain41"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="kazaul_1" type="spawn" x="160" y="192" width="32" height="32"/>
|
||||
<object name="kazaul_1" type="spawn" x="224" y="128" width="96" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,174 +1,174 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlTsOwjAMhqtWomPp1KVXoFwBZjYYu/ZenAbBBWCCEcQRGGnUGllu7MR9AMOvVomTL4lfRRgEK6WKVn1tzPiy1tZTVftdtOs2KS/JBuYqpWBdmfKSbGDuNNMJ1sUxL8lmDO4hCYJj0v2fmvur+/7DO3+Da3Iwt0jDld6LW8fVC7r3M2oE44+oP1eqF9SGcu9Kbob+S7SfEa4J2MboFTWC8fOA+xrBfnhP13mNLgO5fXStmTeBy8WxNvZs8Z6jfqThYr/SmKFcrhfCOHcujej5gbsOu/0U5rR9n+vjttqwC/k+KuWjj2xxItVCn/7tIw23YN6nj3y5ONam4oIPMFfyyxAuraUl4Up+Geu+WKu5PcekvARbycblL44r5eZnrcNOy3XlL/jMJ4+1XCk3aZz42HLcjHD3STM3pbRxNYUM8w085/G1
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg48JKLvvrQwWlW/OxJjKSbWcqNyi9D4pfxMjBcB7r9NithNohGBt7MEIzOhoFWbgRuh9LI9k5mhJgP48PsAgEQGySPzU5C7Dc8+MMDZj46+zUPqji6vU/5GRie82OykcFzZkj4wjAyQDcfF/s1mvsJhTMIfAeKtXEjMDb/wszFZS+6ndjY6ECChYFBkgVBIwNBkF9YCbOJAcTEKb3AWyzhEYQUL5S4NZQft9xfoPmpAqhiSTjSA6XuIGRvER57iQHo5hELgtDstWZjYLAAYksotmKDiFEboIfzcWB5+BypzH8LZL/AUweQGxfI4XyTSnXMSAadOOpPJW5IHX4OiM8D8QUoGyTGCJRjwiPviKW8RY5vHSZUfj9SHteA6r0HNOc+ED/ggrDRASF5fABU7kszkaaHVmArtCzBRRNSgw88ZUGlkQFy/YlOw+IGnxp84CsLKk0v/4LAYKoXBxIgt79xscP4iVOHDJJ48POpDQZjfA60mwDWeYIB
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg4EC7AwNDJCGG/5EJldyGxselj5mZgYOGGyCOzkdXA+OhmgORmQs0H2QNjzwHSs6DsTiR5ZH3E+Gkq0C3TgHg6EK/nxq6fGDap9hIjR6q90UD3h0P9EAGkY7kx1SCDb8zUsZcQgKlZA3TPSiBeR8dw5mBhYOBkQdDUsDcGS9gS6zZkuTQi2KQAYu2lFKCbRU17XfkhNHI5AGPDzALxPfkR4fQWKR2Tay8+QEp8oNv7nZWB4Qcrgg9i/2FloBicAfr5LI78CwLibJh6ZLCIUQpGmr20BtRMt8SaDxKDpfE5jITVU9NeUtTDgBU3BOOTp4W9pABy7dVE85cGEh9dDga08PgXVFbCxJ6yYG9fUQOgm1PEg0hTX1kgfHzqtfDEJy5/YzMniQc/n1qAlvUpKWrRw5VQOFPLXkrUk1KfktoWonX5OZgAACRsSzU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztk1EKwCAMQz3CLuX9rzT2J9KksVoZm4EyndRXY61XKfXElnikjvt/SCq33ZeNR2q0atvJzTgvUjbX8zOD6+2FPFH8YnkKF72bCPtv3D5/pmZrDc2jYv6s4rK7GOl/9hZnuCvicPGdZXMZb1ZRbtur1petqT57/kQU5Wact89HOV6vjPaV4s/XuG/1ebeUM2TFDd8ssPo=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="896" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain38"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="896" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="blackwater_guest1" type="spawn" x="480" y="96" width="192" height="160"/>
|
||||
<object name="blackwater_guest2" type="spawn" x="512" y="96" width="224" height="192"/>
|
||||
<object name="blackwater_cook" type="spawn" x="832" y="128" width="32" height="32"/>
|
||||
<object name="mazeg" type="spawn" x="832" y="416" width="32" height="32"/>
|
||||
<object name="keneg" type="spawn" x="384" y="384" width="320" height="256"/>
|
||||
<object name="waeges" type="spawn" x="224" y="448" width="64" height="64"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="256" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="160" y="704" width="32" height="32"/>
|
||||
<object name="ungorm" type="spawn" x="128" y="640" width="320" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="384" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="320" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="64" y="320" width="96" height="192"/>
|
||||
<object name="blackwater_entranceguard" type="spawn" x="704" y="736" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlTsOwjAMhqtWomPp1KVXoFwBZjYYu/ZenAbBBWCCEcQRGGnUGllu7MR9AMOvVomTL4lfRRgEK6WKVn1tzPiy1tZTVftdtOs2KS/JBuYqpWBdmfKSbGDuNNMJ1sUxL8lmDO4hCYJj0v2fmvur+/7DO3+Da3Iwt0jDld6LW8fVC7r3M2oE44+oP1eqF9SGcu9Kbob+S7SfEa4J2MboFTWC8fOA+xrBfnhP13mNLgO5fXStmTeBy8WxNvZs8Z6jfqThYr/SmKFcrhfCOHcujej5gbsOu/0U5rR9n+vjttqwC/k+KuWjj2xxItVCn/7tIw23YN6nj3y5ONam4oIPMFfyyxAuraUl4Up+Geu+WKu5PcekvARbycblL44r5eZnrcNOy3XlL/jMJ4+1XCk3aZz42HLcjHD3STM3pbRxNYUM8w085/G1
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg48JKLvvrQwWlW/OxJjKSbWcqNyi9D4pfxMjBcB7r9NithNohGBt7MEIzOhoFWbgRuh9LI9k5mhJgP48PsAgEQGySPzU5C7Dc8+MMDZj46+zUPqji6vU/5GRie82OykcFzZkj4wjAyQDcfF/s1mvsJhTMIfAeKtXEjMDb/wszFZS+6ndjY6ECChYFBkgVBIwNBkF9YCbOJAcTEKb3AWyzhEYQUL5S4NZQft9xfoPmpAqhiSTjSA6XuIGRvER57iQHo5hELgtDstWZjYLAAYksotmKDiFEboIfzcWB5+BypzH8LZL/AUweQGxfI4XyTSnXMSAadOOpPJW5IHX4OiM8D8QUoGyTGCJRjwiPviKW8RY5vHSZUfj9SHteA6r0HNOc+ED/ggrDRASF5fABU7kszkaaHVmArtCzBRRNSgw88ZUGlkQFy/YlOw+IGnxp84CsLKk0v/4LAYKoXBxIgt79xscP4iVOHDJJ48POpDQZjfA60mwDWeYIB
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg4EC7AwNDJCGG/5EJldyGxselj5mZgYOGGyCOzkdXA+OhmgORmQs0H2QNjzwHSs6DsTiR5ZH3E+Gkq0C3TgHg6EK/nxq6fGDap9hIjR6q90UD3h0P9EAGkY7kx1SCDb8zUsZcQgKlZA3TPSiBeR8dw5mBhYOBkQdDUsDcGS9gS6zZkuTQi2KQAYu2lFKCbRU17XfkhNHI5AGPDzALxPfkR4fQWKR2Tay8+QEp8oNv7nZWB4Qcrgg9i/2FloBicAfr5LI78CwLibJh6ZLCIUQpGmr20BtRMt8SaDxKDpfE5jITVU9NeUtTDgBU3BOOTp4W9pABy7dVE85cGEh9dDga08PgXVFbCxJ6yYG9fUQOgm1PEg0hTX1kgfHzqtfDEJy5/YzMniQc/n1qAlvUpKWrRw5VQOFPLXkrUk1KfktoWonX5OZgAACRsSzU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztk1EKwCAMQz3CLuX9rzT2J9KksVoZm4EyndRXY61XKfXElnikjvt/SCq33ZeNR2q0atvJzTgvUjbX8zOD6+2FPFH8YnkKF72bCPtv3D5/pmZrDc2jYv6s4rK7GOl/9hZnuCvicPGdZXMZb1ZRbtur1petqT57/kQU5Wact89HOV6vjPaV4s/XuG/1ebeUM2TFDd8ssPo=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="896" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain38"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="896" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="blackwater_guest1" type="spawn" x="480" y="96" width="192" height="160"/>
|
||||
<object name="blackwater_guest2" type="spawn" x="512" y="96" width="224" height="192"/>
|
||||
<object name="blackwater_cook" type="spawn" x="832" y="128" width="32" height="32"/>
|
||||
<object name="mazeg" type="spawn" x="832" y="416" width="32" height="32"/>
|
||||
<object name="keneg" type="spawn" x="384" y="384" width="320" height="256"/>
|
||||
<object name="waeges" type="spawn" x="224" y="448" width="64" height="64"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="256" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="160" y="704" width="32" height="32"/>
|
||||
<object name="ungorm" type="spawn" x="128" y="640" width="320" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="384" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="320" y="704" width="32" height="32"/>
|
||||
<object name="blackwater_fighter" type="spawn" x="64" y="320" width="96" height="192"/>
|
||||
<object name="blackwater_entranceguard" type="spawn" x="704" y="736" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,205 +1,205 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcKAS1gNifSD2FqQO1oWaFy1IHQwzj52deOwggBujmydOpHm45Ehx3wtmBgYDJoh5MkCaCwvWI9M8AxxxSK77DHDEIbJ5hMIO3Txyw0+cRPP0cIQtNqxPpPuITf/o7stlgeA8IM5nwZ4/CoDiWUDcC8SFQJwDxEVAXMxCfPip8jMwqPETjmNqxAcu82B+hPmZkHlpQDXpUJwBxJkskDAEmQeiqeG+aKh50RSah5zWiSkP5vPjL4fQMT7zQOlZhgSMrB9dDmQWAOtiTOo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+eMkFoZW5EWwhKFuEG6HGix8hj6wPnU1toI7E3s6MHacK4Dejnx/BNqeR+85w4WaTAmDuu8OFm40OVkDjC5mmxH1uLAwMfcBw7QfiCcwQPiXuC2OBxNF8oFkLmCF8StxHCxDLjIoHG6hlgeA6IK5nwa6mASg+F4obgbgGiJuAuBmHemzAFJhXzPgJqyMWEBt/HlA7w/kRfoT5GTl/Y0tfZUA15VBcAcSVJPiXXODNjIopBVuZUTE5QJYJQkszYZcHALy+ORo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBcYNW+omgdTi0/PYDFvHjMDgyY37d1HChhK4TdqHunmpQmg0pSaRwygtnnUBACRChCl
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2BGAYIyeMDpKglxTyYmYTY2PiE/IqLTYp5w9F9hOKDlHRFK/Oole5JiRdq+pcQwGcnujixYUsr8/D5l1qAUvOokV4IpQMA2g1XqQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="576" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain43"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain45"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="416" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain52"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="rest6" type="rest" x="224" y="192" width="32" height="32"/>
|
||||
<object name="rest7" type="rest" x="224" y="256" width="32" height="32"/>
|
||||
<object name="rest5" type="rest" x="128" y="256" width="32" height="32"/>
|
||||
<object name="rest4" type="rest" x="128" y="192" width="32" height="32"/>
|
||||
<object name="rest2" type="rest" x="32" y="192" width="32" height="32"/>
|
||||
<object name="rest1" type="rest" x="32" y="128" width="32" height="32"/>
|
||||
<object name="rest3" type="rest" x="32" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="blackwater_sleephall" type="spawn" x="64" y="96" width="32" height="32"/>
|
||||
<object name="herec" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="iducus" type="spawn" x="64" y="448" width="128" height="64"/>
|
||||
<object name="blackwater_priest" type="spawn" x="512" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="544" y="544" width="32" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="128" width="96" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0">
|
||||
<object name="nondisplay:16" type="key" x="224" y="160" width="32" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="nondisplay:16" type="key" x="128" y="160" width="32" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="nondisplay:16" type="key" x="32" y="96" width="32" height="224">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcKAS1gNifSD2FqQO1oWaFy1IHQwzj52deOwggBujmydOpHm45Ehx3wtmBgYDJoh5MkCaCwvWI9M8AxxxSK77DHDEIbJ5hMIO3Txyw0+cRPP0cIQtNqxPpPuITf/o7stlgeA8IM5nwZ4/CoDiWUDcC8SFQJwDxEVAXMxCfPip8jMwqPETjmNqxAcu82B+hPmZkHlpQDXpUJwBxJkskDAEmQeiqeG+aKh50RSah5zWiSkP5vPjL4fQMT7zQOlZhgSMrB9dDmQWAOtiTOo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+eMkFoZW5EWwhKFuEG6HGix8hj6wPnU1toI7E3s6MHacK4Dejnx/BNqeR+85w4WaTAmDuu8OFm40OVkDjC5mmxH1uLAwMfcBw7QfiCcwQPiXuC2OBxNF8oFkLmCF8StxHCxDLjIoHG6hlgeA6IK5nwa6mASg+F4obgbgGiJuAuBmHemzAFJhXzPgJqyMWEBt/HlA7w/kRfoT5GTl/Y0tfZUA15VBcAcSVJPiXXODNjIopBVuZUTE5QJYJQkszYZcHALy+ORo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBcYNW+omgdTi0/PYDFvHjMDgyY37d1HChhK4TdqHunmpQmg0pSaRwygtnnUBACRChCl
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2BGAYIyeMDpKglxTyYmYTY2PiE/IqLTYp5w9F9hOKDlHRFK/Oole5JiRdq+pcQwGcnujixYUsr8/D5l1qAUvOokV4IpQMA2g1XqQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="576" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain43"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="32" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain45"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="416" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain52"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="rest6" type="rest" x="224" y="192" width="32" height="32"/>
|
||||
<object name="rest7" type="rest" x="224" y="256" width="32" height="32"/>
|
||||
<object name="rest5" type="rest" x="128" y="256" width="32" height="32"/>
|
||||
<object name="rest4" type="rest" x="128" y="192" width="32" height="32"/>
|
||||
<object name="rest2" type="rest" x="32" y="192" width="32" height="32"/>
|
||||
<object name="rest1" type="rest" x="32" y="128" width="32" height="32"/>
|
||||
<object name="rest3" type="rest" x="32" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="blackwater_sleephall" type="spawn" x="64" y="96" width="32" height="32"/>
|
||||
<object name="herec" type="spawn" x="160" y="288" width="32" height="32"/>
|
||||
<object name="iducus" type="spawn" x="64" y="448" width="128" height="64"/>
|
||||
<object name="blackwater_priest" type="spawn" x="512" y="288" width="32" height="32"/>
|
||||
<object name="blackwater_pupil" type="spawn" x="544" y="544" width="32" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="128" width="96" height="32"/>
|
||||
<object name="blackwater_guard1" type="spawn" x="448" y="512" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0">
|
||||
<object name="nondisplay:16" type="key" x="224" y="160" width="32" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="nondisplay:16" type="key" x="128" y="160" width="32" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="nondisplay:16" type="key" x="32" y="96" width="32" height="224">
|
||||
<properties>
|
||||
<property name="phrase" value="bwm_sleephall_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="nondisplay"/>
|
||||
<property name="requireValue" value="16"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,182 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFkbENgDAMBC2atISaFRJWoGeE7L8HWOSVFzLB0FCc8L98Apk8iKxE5jze9DUvB1tsJMrqYrb2tCuxkSiri9na0y4EkUnOZ8K3XsAeYJe7nov81e29d67oHmaPy7fkOytPLt+S71wcLoM9q/O4Fh63x59upv/5BvV2Gp0pCQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMHGdB5b/kIk4dCFzHIoYN4FO3lZk4M7ABTW7i1PXzk28HMtgGdGuqAHl6gyjwZxEFes9woYZTIC/xeu9gSQu3WYm3FwZg9hOrF5u9r6F6k3hQxdH5AwEANpoPjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANwgXwSCKpMeRmYDjBguC/5ELQIIxNHUyMCUjfQNILAmlo9sLEb7BgihFyKzZxkJgykE4VIE8vJfYSA3DpdWWGsI24UcMVBED8GH7C9lpzQ+jTrJjhjM7H5ZbbrPjdj08vsQCf3iIe/Hxa2UsrAADPkBmq
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcMWBQQCXHCFMa73oarABdHF0vdjUEKMXlxpCepHFifULMf4mRi8l9hIKB2z+x6VuoPXiikNi/EWMveRgACA0KC4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="416" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="224" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain46"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater45" type="sign" x="96" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="blackwater_throneguard" type="spawn" x="224" y="224" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="384" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="harlenn" type="spawn" x="64" y="320" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard1" type="spawn" x="256" y="352" width="192" height="96">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFkbENgDAMBC2atISaFRJWoGeE7L8HWOSVFzLB0FCc8L98Apk8iKxE5jze9DUvB1tsJMrqYrb2tCuxkSiri9na0y4EkUnOZ8K3XsAeYJe7nov81e29d67oHmaPy7fkOytPLt+S71wcLoM9q/O4Fh63x59upv/5BvV2Gp0pCQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMHGdB5b/kIk4dCFzHIoYN4FO3lZk4M7ABTW7i1PXzk28HMtgGdGuqAHl6gyjwZxEFes9woYZTIC/xeu9gSQu3WYm3FwZg9hOrF5u9r6F6k3hQxdH5AwEANpoPjA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANwgXwSCKpMeRmYDjBguC/5ELQIIxNHUyMCUjfQNILAmlo9sLEb7BgihFyKzZxkJgykE4VIE8vJfYSA3DpdWWGsI24UcMVBED8GH7C9lpzQ+jTrJjhjM7H5ZbbrPjdj08vsQCf3iIe/Hxa2UsrAADPkBmq
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcMWBQQCXHCFMa73oarABdHF0vdjUEKMXlxpCepHFifULMf4mRi8l9hIKB2z+x6VuoPXiikNi/EWMveRgACA0KC4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="416" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="224" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain46"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_blackwater45" type="sign" x="96" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="blackwater_throneguard" type="spawn" x="224" y="224" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="256" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_bossguard" type="spawn" x="64" y="384" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="harlenn" type="spawn" x="64" y="320" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="blackwater_guard1" type="spawn" x="256" y="352" width="192" height="96">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,174 +1,174 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPD+kB8gg2BdbGowYVJ1euAhB3R9NqjyaPbE4SEg9H0BqLJ66LpTUHCyPpgGFneHo//COFAJLvR/UcM1oXaie4/UvSSqm8g9cLCmRQ9MljSlQwaRlePTQ+hNE1KPiBFLwBzmG8e
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAO2ngZGKbxQmhSAUjfMqh+UgFM3zIq2ZvBSlifDhNEX5QAhE5mgohX4NHLCMSveCA0CHgLQOibXBC6DGgOBzd2vYJoNEwvCHAi6YG5Ax285kGwkfUi6zdnQYjp4DAHpvcVD6r4axz8qcy47YUBSxbs4ppI/gLpRbcDBKSR3BkugN0tyPaC5KRx+A0dyDJB9BKrHh3g8i819AIAAlgazw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOvHkZGHyAOIEXhwI8IBqoJ4ZMvSA9MLsJgXABTL0wu0HAlps0vQlEuhldLymAXL0gfWkU6CUXDJReWSby9Q41AACZDwoV
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FWDEI4BLHBdDlSdGLzayB0IusH12MFHvJtZMU/dSIz4HWCwD0zTAm
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="224" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain4"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="352" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="bwm_agent_1" type="spawn" x="96" y="224" width="224" height="160">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:10" type="key" x="320" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="bwm_agent"/>
|
||||
<property name="requireValue" value="10"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPD+kB8gg2BdbGowYVJ1euAhB3R9NqjyaPbE4SEg9H0BqLJ66LpTUHCyPpgGFneHo//COFAJLvR/UcM1oXaie4/UvSSqm8g9cLCmRQ9MljSlQwaRlePTQ+hNE1KPiBFLwBzmG8e
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAO2ngZGKbxQmhSAUjfMqh+UgFM3zIq2ZvBSlifDhNEX5QAhE5mgohX4NHLCMSveCA0CHgLQOibXBC6DGgOBzd2vYJoNEwvCHAi6YG5Ax285kGwkfUi6zdnQYjp4DAHpvcVD6r4axz8qcy47YUBSxbs4ppI/gLpRbcDBKSR3BkugN0tyPaC5KRx+A0dyDJB9BKrHh3g8i819AIAAlgazw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOvHkZGHyAOIEXhwI8IBqoJ4ZMvSA9MLsJgXABTL0wu0HAlps0vQlEuhldLymAXL0gfWkU6CUXDJReWSby9Q41AACZDwoV
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FWDEI4BLHBdDlSdGLzayB0IusH12MFHvJtZMU/dSIz4HWCwD0zTAm
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="224" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain4"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="352" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="bwm_agent_1" type="spawn" x="96" y="224" width="224" height="160">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="bwm_agent:10" type="key" x="320" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_1"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="bwm_agent"/>
|
||||
<property name="requireValue" value="10"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,163 +1,163 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPCJ9ggWI8JE3sLQjC6OmRxEI4WhGB0dcjiIHyXDYJBemHqQGyYOLq6aCR10TjUvWVDiKNjdPOIUfcWTZwY85DF3uIIS1wYAHcENh8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAEr3iwCKKB10SoQQctLBAMA6ZAthkQW3MzMIQLQMy0A7KnsEAwNpAGVPcDh9wbHtx8dDlsYCUzA0OqAJIAC4Q/lRlVnSY3Kt8cyT0weybwE7YPGwAAZfIPIA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAF4QIMOAGyHC42ueqesTAwvGAhrO4bC4KdhkcdPkCJunQsYtjUEWsHOgAAGIcJxw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXCMOAqgB/TUx0uOXRxQoCQOpgcuh3oNDb3YDOHWL8jYwBn3xSX
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="192" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain31"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain52"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="128" y="64" width="64" height="64"/>
|
||||
<object name="restless_dead_1" type="spawn" x="32" y="128" width="256" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPCJ9ggWI8JE3sLQjC6OmRxEI4WhGB0dcjiIHyXDYJBemHqQGyYOLq6aCR10TjUvWVDiKNjdPOIUfcWTZwY85DF3uIIS1wYAHcENh8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAEr3iwCKKB10SoQQctLBAMA6ZAthkQW3MzMIQLQMy0A7KnsEAwNpAGVPcDh9wbHtx8dDlsYCUzA0OqAJIAC4Q/lRlVnSY3Kt8cyT0weybwE7YPGwAAZfIPIA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAF4QIMOAGyHC42ueqesTAwvGAhrO4bC4KdhkcdPkCJunQsYtjUEWsHOgAAGIcJxw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXCMOAqgB/TUx0uOXRxQoCQOpgcuh3oNDb3YDOHWL8jYwBn3xSX
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="192" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain31"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain52"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="restless_dead_1" type="spawn" x="128" y="64" width="64" height="64"/>
|
||||
<object name="restless_dead_1" type="spawn" x="32" y="128" width="256" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,175 +1,175 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="9" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9k8EJwCAMRcVDXcIV1BFqR6iu0GE7VhUNhhBjD6WHj2AeJvkfvVbKd4UiY5Ry6I7qT+bozF7OOHkjd+YsZ9KNpcy9DV26sY70wQzIoXoWmCDUMTOrV3GzcrNIDLez1UOcLzNvMYO9jYTHvcDbRLLgZq4szULy583+OK9VFlJeqz7SXiDYa5X7l8zKw9mfoG+ALMNB7QGy64Cm
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdUkEOwyAMs1Bvy4F71QdM23/2gv2RN9E+YopQJA8CtNf6UhpsB2KA++MdgEOAVxiQFuAbyzINuLuUr/olafsYMvG8fcPzAaxVXTXWZ5dWk51a7dGrXYXX38Nwtie5n/j/n6WfBZ/Ly4LzZF6PY348szqvRo/S18tjplPwvRLlbfxc3avnw3Wbob4r81N4b2F2bsVGOvb4AXhzIrU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAF4QIMBMFgUgOST4OqeclF2IxORsrtIUeeGDvIVWPGQnu7cIUtshrksEVXD1NjzoKpFgZkmQi7BwTSqZxuyDUDlxr0+KBnfiE3DM2xpCF8AABQZRJ1
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXCIOAqgB8PZzX41KEDYtSgqyNHnpCawRBulIYtNcOYFHWkylPLDHLswgeo7WZCcQcA6SQ6HA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="128" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="128" y="928" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain51"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_bwm52_grave1" type="sign" x="32" y="832" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave2" type="sign" x="32" y="768" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave3" type="sign" x="224" y="832" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave4" type="sign" x="224" y="640" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave5" type="sign" x="192" y="608" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave7" type="sign" x="192" y="256" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave6" type="sign" x="224" y="288" width="32" height="32"/>
|
||||
<object name="sign_bwm52_papers1" type="sign" x="192" y="320" width="32" height="32"/>
|
||||
<object name="sign_bwm52_papers2" type="sign" x="96" y="864" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="restless_dead_1" type="spawn" x="32" y="736" width="224" height="160"/>
|
||||
<object name="blackwater_guard2" type="spawn" x="96" y="256" width="128" height="160">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="9" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9k8EJwCAMRcVDXcIV1BFqR6iu0GE7VhUNhhBjD6WHj2AeJvkfvVbKd4UiY5Ry6I7qT+bozF7OOHkjd+YsZ9KNpcy9DV26sY70wQzIoXoWmCDUMTOrV3GzcrNIDLez1UOcLzNvMYO9jYTHvcDbRLLgZq4szULy583+OK9VFlJeqz7SXiDYa5X7l8zKw9mfoG+ALMNB7QGy64Cm
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdUkEOwyAMs1Bvy4F71QdM23/2gv2RN9E+YopQJA8CtNf6UhpsB2KA++MdgEOAVxiQFuAbyzINuLuUr/olafsYMvG8fcPzAaxVXTXWZ5dWk51a7dGrXYXX38Nwtie5n/j/n6WfBZ/Ly4LzZF6PY348szqvRo/S18tjplPwvRLlbfxc3avnw3Wbob4r81N4b2F2bsVGOvb4AXhzIrU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAF4QIMBMFgUgOST4OqeclF2IxORsrtIUeeGDvIVWPGQnu7cIUtshrksEVXD1NjzoKpFgZkmQi7BwTSqZxuyDUDlxr0+KBnfiE3DM2xpCF8AABQZRJ1
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="9" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXCIOAqgB8PZzX41KEDYtSgqyNHnpCawRBulIYtNcOYFHWkylPLDHLswgeo7WZCcQcA6SQ6HA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="128" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain44"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="128" y="928" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain51"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_bwm52_grave1" type="sign" x="32" y="832" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave2" type="sign" x="32" y="768" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave3" type="sign" x="224" y="832" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave4" type="sign" x="224" y="640" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave5" type="sign" x="192" y="608" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave7" type="sign" x="192" y="256" width="32" height="32"/>
|
||||
<object name="sign_bwm52_grave6" type="sign" x="224" y="288" width="32" height="32"/>
|
||||
<object name="sign_bwm52_papers1" type="sign" x="192" y="320" width="32" height="32"/>
|
||||
<object name="sign_bwm52_papers2" type="sign" x="96" y="864" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="restless_dead_1" type="spawn" x="32" y="736" width="224" height="160"/>
|
||||
<object name="blackwater_guard2" type="spawn" x="96" y="256" width="128" height="160">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
234
AndorsTrail/res/xml/blackwater_mountain5a.tmx
Normal file
234
AndorsTrail/res/xml/blackwater_mountain5a.tmx
Normal file
@@ -0,0 +1,234 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</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="20" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyllEEOhCAMRc3s5v5broC4mL3iDRg9whxkaqY/aRoolVm8ROH7C5/K/JimeYBtQA8ysRKJ2Jk3j3m8MuvBQRRiIU7mw2OrqNvyOlgPXs8fi3gGRdSNDS/9DYiNOdSV+08dL/glQ1OUn+V1Aa1Hk526Xu1abjp3mcvWqV3LbVfv6Av0kZVzbe1noy/QR1YunnPwEh3nNeInPcMf/vr/uNOLvZ7SSJ215msuOO4YrFHuISju3H81Pw9ftgoGXw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVk79LQzEQx6+xQUTwvaYQUHSooB38B5zcXB0EXQVxkoJoB8FN7D/gXCq0jrq46B8g9A9waFWcC11FBRfxzlzIvUdKQXDwC0derrlP7kcK8D+1kgBU0SYVwGI5+P33vPo9+xpjrzh+oJyRvK+KdyyX47E+voDratGt3kj3FmBHBx8xj9BmR+RLLOJUeF8R5nWAvJLwNVKAzTTOOi2G/RTu+xjYxvimuJ9y9LLK8XbTUL/XgwEw2IcL9L/PhBqakVrqGN8rxWv8qQs5b8io6+D7Mtl8pai+AeY5ROuh3bLJWkmHzOvweqmzvV7iOVJ9Hxj/yYxHkSuxnnh/rl2uJ9rVTKK+zCXue0GFu0nd1PV5TfT4FevaF/Px74tmsYfnatoxiXPD965znkPj1g3RJ5qXz+WFf7fMnE7CuS1kbIt3S3NtM6cmeKSWCvm2cvOkXJ4jsyReZwQvLx8/weyGyf5XCsw7Rs6Zjr8pKepB12ZzpiukjWPkdWfHn/lr3jd9CEeb
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgc4LAYddRfhopfIsE8kB5c6kl1F7pZa/ghtJIwhJ7LhJCbw0++u9DV9RAwCwRAfmESJqwO2Y0wII5FjJSwuUxALbpfYeq5cfgLn93Ywg2X+sNo6WWbAHF2wcRCWFHFiYkvbObB9ElCw/kiCWGLLb7oCbYLMTDsECJND670cAloznEgPkGiedjCYCfQjF1A/BCIP5Fo3mABAJYOKWk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEU0wSDADXNIcY8YtUgA0JqiHUjIfXYAC63E2M3KeYREzbUNA9ZPzZ16Hbg8i8uQKw6fICSNENt86iZT6iFB4N5APWD2OI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="18">
|
||||
<object name="south" type="mapchange" x="224" y="544" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain4"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5b"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="18">
|
||||
<object name="gornaud_1" type="spawn" x="64" y="256" width="96" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="384" width="32" height="32"/>
|
||||
<object name="gornaud_2" type="spawn" x="160" y="128" width="128" height="256">
|
||||
<properties>
|
||||
<property name="quantity " value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_1" type="spawn" x="352" y="160" width="224" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="gornaud_2" type="spawn" x="192" y="384" width="192" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="18"/>
|
||||
<objectgroup name="Replace" width="20" height="18"/>
|
||||
</map>
|
||||
170
AndorsTrail/res/xml/blackwater_mountain5b.tmx
Normal file
170
AndorsTrail/res/xml/blackwater_mountain5b.tmx
Normal file
@@ -0,0 +1,170 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0MOCHZAwNnk9HPKOQByEhHVx6IXJ20PNAOkLBuIUJGzPhN0dMPlAqBkgfSfYUHEgDncgq0nBog9ZDtkd6HqJxYFQu8nRC8KU6tUnU/9A6dUjI6xlsKQvGSRMrB5sGN0fuNIzJXoB8Ax1pQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgeQIeJgYERSL/igdAwkMGKXb02E0IfCAgyIOhkqFgFml4vAQaGXAFUsTpeVP5NLghdBhTn4MZut68AdnEQ4ETSA3OHLBOqmtc8qObUIrkBpt+cBVXPGx7cdr7iQVXzGk0tjD+VGSEWhcMPlizYxTWR/OUtgGkHCEgj+TNcALtbvJHsBclJo4UNNgAKvzZeiF4QTYweZJCApJdUkMaL6mZsAAA89xdZ
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBcgT186UF8amXqx6bPlJs+s4QbSyQxTECA3LinVK8uEKebNy8Dgw0ueedFAfTFk6gWFny9Qrx8Z+kFhEAvUF4dHLwCUogdh
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB1GGAQIyaOrgfFxiaPrxQfQ1ZGiF5tZ5OqnRC+yfnQxWtqLK65I0TMUMQD03S1+
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="west" type="mapchange" x="0" y="128" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5a"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="352" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="bwm_agent_1" type="spawn" x="96" y="224" width="224" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0">
|
||||
<object name="bwm_agent:10" type="key" x="320" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="keyarea_bwm_agent_1"/>
|
||||
<property name="requireId" value="bwm_agent"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="10"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
207
AndorsTrail/res/xml/blackwater_mountain5c.tmx
Normal file
207
AndorsTrail/res/xml/blackwater_mountain5c.tmx
Normal file
@@ -0,0 +1,207 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="9" 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="15" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxbx8TAsA4NrwfiLZwIvBaLGlyYVL0HkPBBNL370eRhGGbPJSR8GU3vRTR5GIbpfYKEkfXB8BMmTIzNf8TigdQLwnOgGJ2PDwMAmr1itA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOPgkxMFwCYiZhHArwgJNAfaeAWIgMvWeEIHbfESKs9hsbBH9ng/DZ2VFpfICNHYJBatcwMTC8gdoHsns1E6b6rVjc8wkqBnJrPtCvBcII/lEgPgYNw6M4/HIGyc7jQHxCCFUMBN5g0Tsb6L65TAg7QABkzyMhRNjDwpESAABJ5yQn
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOdgoxMOwSwiFJABwWI08fst7vbKTbc4kEe7G5MV6YgSFBmDy9ILAdGF47CIQZMWGDK+wpCVdyAACXJQ17
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEUj2IsGAB9E2jy
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="15" height="9"/>
|
||||
<objectgroup name="Spawn" width="15" height="9"/>
|
||||
<objectgroup name="Keys" width="15" height="9"/>
|
||||
<objectgroup name="Replace" width="15" height="9"/>
|
||||
</map>
|
||||
221
AndorsTrail/res/xml/blackwater_mountain5d.tmx
Normal file
221
AndorsTrail/res/xml/blackwater_mountain5d.tmx
Normal file
@@ -0,0 +1,221 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="19" height="12" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</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="19" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydkksOgCAMRI0777/1CiAL94g3QD0CB1Fim0yaYtXFS2iZToaP77vOGyyErJcXs6ifLjbCiboSDR/Uh4tCsFcBMvVbWRJoq9c83ETa4xr76JMgyw76FdZZ7GHfQY4dsqDuUGY1nJLjL17J8YWxv+F7+uujvZ01Exoay4szv/HS/qU881O/pWVO7rmmxg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="19" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAv8GNC5XMC+Z/YiNcvhaQ/DsjmR+JLAtlM7AwMXEwQNjFAFqpuoyCEdkbSd0cMQq/GYVYeUFwMKndGCFXuGtC8YDSzrgvidkcdVO0aIP1QCFMe5IY1TKjuuiGI6TaQGnS3gMAzqLo9QL17kfA7MYSa2VA124QQdgkJMzBcEoL4BwTEkOx7iWbPbCzhdAyo5iQQnxKCuOsTkp47QPY8qB5Y2DDjiTeQ/ptCEPccB+ITQPwGi19h4JEQIl6xAZBbkN08F5QWRVH9M5cJlU9rAADcly8H
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="19" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFww0wCVNuxk4hBoZdQpSbgwy2A83bQYGZlOpHBseB5pygsv+oAQClcwaG
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="19" height="12">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUDBYAAAOQAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="19" height="12">
|
||||
<object name="north" type="mapchange" x="448" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="192" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bwm_agent_2" type="spawn" x="256" y="224" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="19" height="12"/>
|
||||
<objectgroup name="Keys" width="19" height="12"/>
|
||||
<objectgroup name="Replace" width="19" height="12"/>
|
||||
</map>
|
||||
@@ -1,162 +1,162 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPDJ9gwxbBhaqrTh6rTxSHvAMWOUHX2UD66GUFQHAxVFwjl66KpS4FikBoYTsGiDlkeGeNSJ4Omh5AfZdD8AABNpSFE
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCEPDUxgxxaiNsYFwHOK0BDpMEDqZCbeaMl5UNic3dnXSUDNkmVD5pAAAes8OkQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCKMxBgFi1CnzYRdDx+FYxGEgXADBTkNiowOQukmMuOWxmUcPdQC+mRSC
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXDIIAuhg2PBHW4ACEzcJlJyE0A1AIb5Q==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="puny_caverat" type="spawn" x="160" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="10" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2Jg0EPDJ9gwxbBhaqrTh6rTxSHvAMWOUHX2UD66GUFQHAxVFwjl66KpS4FikBoYTsGiDlkeGeNSJ4Omh5AfZdD8AABNpSFE
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCEPDUxgxxaiNsYFwHOK0BDpMEDqZCbeaMl5UNic3dnXSUDNkmVD5pAAAes8OkQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCKMxBgFi1CnzYRdDx+FYxGEgXADBTkNiowOQukmMuOWxmUcPdQC+mRSC
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcEXDIIAuhg2PBHW4ACEzcJlJyE0A1AIb5Q==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="64" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain5"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="puny_caverat" type="spawn" x="160" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,177 +1,177 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlj0OgzAMhVGGzhygV4g5AmLqnl4hh+2xSodKED3/xG2SDh3eYmI+xdjPUJimzCjuus1nveIJKIJYBvlv0f7sccFaQR53NjLv8XAT4C7MecRF9bJwUZ16cFGdenBp0H0l7jWcRQHHNC4FLC5vlBZmjiVJda/hSv3I9cCn3M3BRT5Uq+TgHn2o/E6Spx6VHdxccMt9YOHWMksfQv3Ro69GcUuf2UDd0Qx8e47ugv+25FpzRnHRHtAk+b0n56920vagtnuQT1r8UutnC1fz0p7cX7+vd+6k/9KWfcn5TmufeAJh2p80
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzllssNwjAMhqOeKFWV3tkh43QDTozAvSPABnDgDrOwDbJQpNSKXTuPVohfiqo6cb44jZ2OgzEj07C4sdAulvcP56HsWu65N+Zmv08pt+10XK/3fs5+Vo4XdOrnNsl3inEfvY6LbalcL9eln6scriTeEtwUv62kjbtUHNrvw/mkcCF/Qa5bj+tQrQlrCOUz2bntauNjOa4Xl/e4D+uewcV26T7D+8vqzlw4bkB2ri+2RmiHRs/N2WdqHVTu4fMM4uqrlBueVY5LrRnn1xL32ND3XGz+0vXaa0fsXS3uL9wR/6DcOy/Xr43k2xpcEOTbZPX+1DqkXCqGJX+oLbF/YQk3Z7+o+WpqqzrxAQP+gws=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBsgjAuQoh4mjiw/2O2dzUuZvQMVzsPVXmqmZ1rbQU234gsjWoUhuWA42Iue7/HJDQf/DpS9wy2csamnhb3EqB8oe8mxm5y4ozQ9jOJRTCymJP2N6h38cTQU7QUAFm38tQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlFEOAiEMRPcIXmrvfyW/TAxpZ94UVkmIiLRvGFrv13Xdf5rdUL9VZz/nXRzlKp2K1d1xl9ut1V7FJb6qXN3e5H0rj1Jul9dxV+3qDqSGq7U6+xRXeVR9P8lNP5NxkpvwVf/u8JyGpK8I1/XE93pSC+ROZLj+VTGn6qrKS/ss8bljuJ47Wc+qrqoYwlP17ridR4TrtNP4ijuZKzftp1UTPbfDVf8xnS+ES/yme45bxSn/Jm+pcqf91A2iz8W7uqHerzkdT90n0Utqk+RR+dM3d3qpzokXv5hvQq+TGA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="64" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="576" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain8"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="896" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain8"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="640" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain9"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="32" y="64" width="192" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="416" y="64" width="160" height="128"/>
|
||||
<object name="gornaud_1" type="spawn" x="480" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="704" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="512" width="160" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlj0OgzAMhVGGzhygV4g5AmLqnl4hh+2xSodKED3/xG2SDh3eYmI+xdjPUJimzCjuus1nveIJKIJYBvlv0f7sccFaQR53NjLv8XAT4C7MecRF9bJwUZ16cFGdenBp0H0l7jWcRQHHNC4FLC5vlBZmjiVJda/hSv3I9cCn3M3BRT5Uq+TgHn2o/E6Spx6VHdxccMt9YOHWMksfQv3Ro69GcUuf2UDd0Qx8e47ugv+25FpzRnHRHtAk+b0n56920vagtnuQT1r8UutnC1fz0p7cX7+vd+6k/9KWfcn5TmufeAJh2p80
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzllssNwjAMhqOeKFWV3tkh43QDTozAvSPABnDgDrOwDbJQpNSKXTuPVohfiqo6cb44jZ2OgzEj07C4sdAulvcP56HsWu65N+Zmv08pt+10XK/3fs5+Vo4XdOrnNsl3inEfvY6LbalcL9eln6scriTeEtwUv62kjbtUHNrvw/mkcCF/Qa5bj+tQrQlrCOUz2bntauNjOa4Xl/e4D+uewcV26T7D+8vqzlw4bkB2ri+2RmiHRs/N2WdqHVTu4fMM4uqrlBueVY5LrRnn1xL32ND3XGz+0vXaa0fsXS3uL9wR/6DcOy/Xr43k2xpcEOTbZPX+1DqkXCqGJX+oLbF/YQk3Z7+o+WpqqzrxAQP+gws=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBsgjAuQoh4mjiw/2O2dzUuZvQMVzsPVXmqmZ1rbQU234gsjWoUhuWA42Iue7/HJDQf/DpS9wy2csamnhb3EqB8oe8mxm5y4ozQ9jOJRTCymJP2N6h38cTQU7QUAFm38tQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlFEOAiEMRPcIXmrvfyW/TAxpZ94UVkmIiLRvGFrv13Xdf5rdUL9VZz/nXRzlKp2K1d1xl9ut1V7FJb6qXN3e5H0rj1Jul9dxV+3qDqSGq7U6+xRXeVR9P8lNP5NxkpvwVf/u8JyGpK8I1/XE93pSC+ROZLj+VTGn6qrKS/ss8bljuJ47Wc+qrqoYwlP17ridR4TrtNP4ijuZKzftp1UTPbfDVf8xnS+ES/yme45bxSn/Jm+pcqf91A2iz8W7uqHerzkdT90n0Utqk+RR+dM3d3qpzokXv5hvQq+TGA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="64" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain6"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="576" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain8"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="896" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain8"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="640" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain9"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="32" y="64" width="192" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="416" y="64" width="160" height="128"/>
|
||||
<object name="gornaud_1" type="spawn" x="480" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="704" y="352" width="160" height="160"/>
|
||||
<object name="gornaud_1" type="spawn" x="160" y="512" width="160" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,160 +1,160 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzF2BgcCcRpzChYlL1o+MTbKh4uJs3ikfxUMGjeX0U48MAKM6TkQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAfTOOnQDMWsIyK5lXzMjBso7L7RgF1wBuegXbBKCAlDgZzPgcBUD4H5fdRQH8AAGYLBz8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg4ECaAG1NqFi4xariNWm6k1DxCZlICaG0eNQA1zUI2k5r6KI1XQmKkmkeNtIKuhxjzyMlPpJiFLo7L3fj8Q+3woUc+H2gAAAfOLdM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0gjA9Q0yxyzKS2ecSYOdBhSMhcappHzfRD7TRJTX2Uxiu1/EsIUOI2YswjBhAbv+SYRSiOyDGPHmFNyExqpn1yMADQul34
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="north" type="mapchange" x="480" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="160" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzF2BgcCcRpzChYlL1o+MTbKh4uJs3ikfxUMGjeX0U48MAKM6TkQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAfTOOnQDMWsIyK5lXzMjBso7L7RgF1wBuegXbBKCAlDgZzPgcBUD4H5fdRQH8AAGYLBz8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg4ECaAG1NqFi4xariNWm6k1DxCZlICaG0eNQA1zUI2k5r6KI1XQmKkmkeNtIKuhxjzyMlPpJiFLo7L3fj8Q+3woUc+H2gAAAfOLdM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0gjA9Q0yxyzKS2ecSYOdBhSMhcappHzfRD7TRJTX2Uxiu1/EsIUOI2YswjBhAbv+SYRSiOyDGPHmFNyExqpn1yMADQul34
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents"/>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="north" type="mapchange" x="480" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="160" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,167 +1,167 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="17" height="23" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyllNENgzAMRFGQmCIrJB2Blg1aGKHD8sVMgGQL9+oEGz5OiRLnxboL5NA0T1IWc1QWI+qx6UMaxBzFe73C3hlf0kTj3B1ruPcGNjP2M6il/R2lJLvGsCo5GVGp9TCS0ncU2VgYGRgp/Ges9Snv4ixfVMcZa2+l1D9nOVINZ4z91BicJWbsYZx57WGgb1YGe46+ehmar1cYmq9exh1PawzrGysxSv80K0P7Xix1Zz1Y74qFs95+UStkW6+O
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKANaGOl3IxpZJrxmoeBIY0Jwi4QgNCpSDRIDqQmmQm3GRzcCDbIjDJeVPOxgVd4xEFm/ONGFZeG2i/LhNtMmDjIfphf8NknjeancKAeTjS/IJuNrh4fkEULU1x6cYUDDMD8ghym5AD08EAGOkTEMT4zkP2AK25AAFu8wABy/BICxIYHvrBtwBMexIAEXogbOLlxq9EhMr0kYPELejji8ksCATcgm4crDU7jRWB8AF/6X8aLwOgA5PY2fsJuxOeOcAL5iBh3EAuIDQ9kAACb3C42
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAOCBfAZNty41dHjBnIoJORNDPS8KhDloOZS4wbiQUDYUY6FvWyTLS1kxwzsLkTXR++uMNnBynuH+xmoANc4UbIDGLDlZAZcxhxy5PqDlqb4c3LwOADxAm85JsRDdQbQ6EZIL0wt6ADYvMmyAyYW8gF+MIDFwAA7IEXXQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2kGATI0QPTh87GRuMzgxxAihm47KTEDFL9Q2qY49M7XMwgNqwImYErXZLjF3qYQYw8se4gNh2Sagex+ilNO/Qwg5g0OpAYAEPCW/o=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="384" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="416" y="288" width="32" height="32"/>
|
||||
<object name="gornaud_1" type="spawn" x="448" y="480" width="64" height="64"/>
|
||||
<object name="bwm_agent_2" type="spawn" x="320" y="128" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="17" height="23" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyllNENgzAMRFGQmCIrJB2Blg1aGKHD8sVMgGQL9+oEGz5OiRLnxboL5NA0T1IWc1QWI+qx6UMaxBzFe73C3hlf0kTj3B1ruPcGNjP2M6il/R2lJLvGsCo5GVGp9TCS0ncU2VgYGRgp/Ges9Snv4ixfVMcZa2+l1D9nOVINZ4z91BicJWbsYZx57WGgb1YGe46+ehmar1cYmq9exh1PawzrGysxSv80K0P7Xix1Zz1Y74qFs95+UStkW6+O
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKANaGOl3IxpZJrxmoeBIY0Jwi4QgNCpSDRIDqQmmQm3GRzcCDbIjDJeVPOxgVd4xEFm/ONGFZeG2i/LhNtMmDjIfphf8NknjeancKAeTjS/IJuNrh4fkEULU1x6cYUDDMD8ghym5AD08EAGOkTEMT4zkP2AK25AAFu8wABy/BICxIYHvrBtwBMexIAEXogbOLlxq9EhMr0kYPELejji8ksCATcgm4crDU7jRWB8AF/6X8aLwOgA5PY2fsJuxOeOcAL5iBh3EAuIDQ9kAACb3C42
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAOCBfAZNty41dHjBnIoJORNDPS8KhDloOZS4wbiQUDYUY6FvWyTLS1kxwzsLkTXR++uMNnBynuH+xmoANc4UbIDGLDlZAZcxhxy5PqDlqb4c3LwOADxAm85JsRDdQbQ6EZIL0wt6ADYvMmyAyYW8gF+MIDFwAA7IEXXQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="17" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2kGATI0QPTh87GRuMzgxxAihm47KTEDFL9Q2qY49M7XMwgNqwImYErXZLjF3qYQYw8se4gNh2Sagex+ilNO/Qwg5g0OpAYAEPCW/o=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="south" type="mapchange" x="384" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain7"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain10"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="gornaud_1" type="spawn" x="416" y="288" width="32" height="32"/>
|
||||
<object name="gornaud_1" type="spawn" x="448" y="480" width="64" height="64"/>
|
||||
<object name="bwm_agent_2" type="spawn" x="320" y="128" width="32" height="32">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
@@ -1,147 +1,151 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lN0JgCAUhaUg8CFawBW0EawRshUatm0aoQwSLqfTH9jD96LH794rqCuUcgcd4G54yvWRAHhSoyNZD642MkYmYCA1AsnuOQu9zRUHa0wXWQu9pfWlvHYjMuuFT2ZW4qu1Uo0+r8tsmhl9dJboaomPzfzG95Y/fO4HX64ec/vkG8npSpiPXnOcufs3ktfAXViyx9gALAWqBw==
|
||||
eJy1lFEKgzAQRJcWCn6UXiBXSDxC9Ai1V/CwvU2P0LqQwDAdRSF+vJ/M+LIraLqYpcJApA08HxfeN7Mocs8mIos7Bui+ii+Tqy/ZTDzFHRN03eV4D2ccIWP4jnmlG2m2ev65rrsZ7GbwYecrfPfO7NH9n2O37sw+ucvi6oVP7bzHt5czfOkEX6sZW/vwG2npqoSD3lCe2fpvVG+gdxFFpvgBr6qr3g==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBg6YBIjA8N0IPZiRoi95ILQdtyofJAakFpcQIeJgaGMF8KOgpqnzYSQB+mdxIhQG4VkJ7I6GDBnwW3XNh4IDbMPHZih6dVBMz9VAEJ38CDYMIAuhi6PzXwQWAn0z18uVLHXPBAxkBy6Odj8/JoHU4xYgM1NRAEW7Hp3ILklHD0MWFD9w4IjHpCBL5ZwRLcfn/8pCRtigDRafID8jC3eQICQf9HNQgayTKjqYHxkNshefGZQEwAAdE4aqA==
|
||||
eJxjYBg6YBIjA8N0IPZiRoi95ILQdtyofJAaHSbcZoHkyngh7CioedpI6kH2gOyDqY1CslMbi7nmLLjt2sYDoWH2oQMzNL3o7k4VgNAdPAg2DKCLoctjMx8EVgL985cLVew1D0QMJIduDjY/v+bBFCMWYHMTUYAFu94dSG4JRw8DFlT/sOCIB2TgiyUc0e3H539KwoYYII0WHyA/Y4s3ECDkX3SzkIEsE6o6GB+ZDbIXnxnUBADeZxo+
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAdCBegnlqQfBoJ5lFqH6lmYXNbBQ9xYtjMoybAZV4qmfbQy324ACF3yzKR7xZq2E8MSKdyGNLaz4MFAAC2bgeo
|
||||
eJxjYKAMhAuQJ4dLbRoOPSB5XHLkAFLcRoxZ2NxWwUOcGDbzqAlwmZdKpj30ch8uQMjdskzku4Ua9hMD0qkchrT282ABAGZaCIU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2hGAZgbFLU45JHVoduPi5xYtyGTT0ueWxmYrMbl3n41OPyC6mAXPOIcR+6PLluxhf31DKPXEAojVLDLHx+x8amJB8SqxYA96k3dA==
|
||||
eJxzFWBgcB1EGAToZR4MEGsvsnp8dqEDbGKE7MWmF109LnlsZmKzG5d5+NTj8gupgFzziHEfujy5bsYX99Qyj1xAKI1Swyx8fqdmfiXFDABU+zbK
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<layer name="Walkable_replace" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIKhAQAEsAAB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="15">
|
||||
<object name="south" type="mapchange" x="288" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="catacombs3"/>
|
||||
@@ -149,18 +153,33 @@
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_catacombs4_grave1" type="sign" x="576" y="288" width="32" height="32"/>
|
||||
<object name="north" type="mapchange" x="512" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="catacombs5"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_catacombs4_grave2" type="sign" x="320" y="128" width="32" height="32"/>
|
||||
<object name="catacombs_trigger" type="script" x="512" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="20" height="15">
|
||||
<object name="catacombguard3" type="spawn" x="96" y="256" width="480" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="Luthor" type="spawn" x="288" y="224" width="32" height="32">
|
||||
<object name="Luthor" type="spawn" x="288" y="224" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="15"/>
|
||||
<objectgroup name="Replace" width="20" height="15">
|
||||
<object name="elythara3:60" type="replace" x="512" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
</map>
|
||||
|
||||
182
AndorsTrail/res/xml/catacombs5.tmx
Normal file
182
AndorsTrail/res/xml/catacombs5.tmx
Normal file
@@ -0,0 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="23" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="23" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylleENgjAQhUlN/OEMrEAZoeAGiiM4rNs4gnKhjS/N67VXf3xJA+Xr4+4I3g2DN7JE8nUPC7Du3CNXWIcOL7qEbecZecD61uDPM6JLeJ3LiH8yZNRcDOaejRmtbrn3PrU5RnfQ6hbvp+IeSR3xPuun7GHeiztg/Ul11Pq5kj1pH/Y2zzSTZ7Au7GwEe5tmGGeUPVM7W5thbUZDw3tpaDOK9dbcpTmrESrulp5pdUvZa/PfU7dSXdi3Za2Xxe3dz1e6jmdNhVy9/xDMmedjmf5xfwFYIdXm
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="23" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNk89Kw0AQxmd7i2Qxd+kTWPEdrM9gnyDpSfBiEUEvRbGClyot1ZuHvoH14Nnn8K4S8AWKM+wMmaybpOqlH4TsbnZ/O3++AKyXXixAbor5vane26SZcbwLxViq8fgfbNIUz09igE4LwEYAm/hkOD5NAM7w2W41Myg/im/EsXTUmTmyU+TsIHc3cmvXOL9J3HgV/kns6kDcfevWjvn9Gv/c38e1O1vPJBYxrzg+UcbzD3xPkLGl4mvj+JPvywP3ir6MqytJ9t9yPOce87fas0XtSJFibTRwDzi3WYVn+qoWKcctvc0rzuheU0/8fi5sec+A6yD7yDPLCrb4kUT98Osm3LEt+qH/k5Tzkbso72e+X/vxLdDLhVrLVF26fP5Q+Uv4U1PENFdnRoH8KE6dn++zIX5/5DtCXvNz8yX5reI16fug5p8i9ZJ635OObDmvkLqeB7Tea/i9JJwX1etS1TvEeIjL77+qHYiZ4noK+HNd9Q3j4UK5
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="23" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBhcIFwAO5tSs0AgjUpmpwugmoUOdvBAMDEAnxthYCYj8W6DAUJupARQGi+0MBvkXzcCYU6O2cSEI7lhTcg9lMQhyOxpeNINJXEIctM0PGFNr/TRSUa+INZsXHkunUy/yTIRZ38PDnvLCKRtQu4ixn5cgJbxSYm70AG5cUMMgIUBAJbJFPQ=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="23" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FgwrDAIyNLo4sT465+AC6/aSYiY2PTy05biXWHZSqQ9eDHheE4o2cOCE2LMhNS6SkB2L9S2waxmY2Nv3EyCOL41NDqt9w2UkoLvDZQ0pco/uLkB8oTdekpDFyzaWVOQNlNgD+YXE6
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="23" height="20">
|
||||
<object name="south" type="mapchange" x="672" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="catacombs4"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="23" height="20">
|
||||
<object name="demon1" type="spawn" x="96" y="544" width="32" height="32"/>
|
||||
<object name="catacombguard3" type="spawn" x="320" y="384" width="384" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2" type="spawn" x="96" y="64" width="320" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3" type="spawn" x="128" y="288" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3" type="spawn" x="32" y="320" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard2" type="spawn" x="416" y="160" width="32" height="32"/>
|
||||
<object name="catacombguard3" type="spawn" x="448" y="64" width="192" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="catacombguard3" type="spawn" x="576" y="352" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="23" height="20"/>
|
||||
</map>
|
||||
210
AndorsTrail/res/xml/creepydungeon0.tmx
Normal file
210
AndorsTrail/res/xml/creepydungeon0.tmx
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQUj+JRPIpH8SgexaMYDz4OxdQ2c6D9RSsMAHW2294=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx9VstKA1EMnYp0dQemv+NW/0LBneBKNwXrA4quFN37+CDXLqpilY4PELSOgjvtw6RNOmcyGQPhejvJuXmc3OswiaIx6SesI9Jhxe/zcTQR7zuvl+KLGBnph2OrMgrTFc/W9UZ8+2QzCL4Nrt1QjK9Dek36SrrQKOYS0b5GOhSfB1kHISrJUlzOOYMcGf+S/N4dX5ub5t40mPyd4/l0cvF60ojzuo4EMwvFuuu39TjPQ6UXyj1BrK16FLVIt+s55hjq9gZ9czHEbo7OvCPbHcK5oPWonvtZLth6aO5NiHtMGIu0PyWcM9Lzeo6Ddfox8TGXsLf2bI/7nONHUj0XLPeheh4yiQPrp1iH8TQPm7M3Y3h2B2Kyva/KbcZ1sb8h2+dQPkN9Uvp2G4q+FhO5xNI1c9wxdXqrqBPb3pm5ZdHaaH5sg5xg+Qrl+fgSrH3TfxXmQRtif6L9tzO3k/tAch9X3FGc04SbYqc52Fmf/C4YV8m0Vvhd76nZuXKW4mbCX+8OnYdcqu5Y3M/+bhTvG6xry+Gl1zvv3VB+qSgvMqgn57MWl7ERg3vyU8Fp5d7Q4RRjtwTbSur0ETnD/Ww7nFJszLVvOJsmxXdOe3Mvdvw2PJo3TG17YnNQyzmNPdJ4fsWOZ2ETeNeVOwFj3ibdFd0zcembmzq8x9yRi8uJ3BmkKw7P1LYJfZ31j98BmA/2OSLdEN8Vj2fO/KbQG8Z8lZprHRjzmPREbF7CdN5KcwHzysKcufqH77xfjf3/Y/AO7ho+/gFAf7Lb
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVVsOwjAM2xF6//uM/iLu0cEOAGKVVs1Ezqs/WEKrSOKkidsuy/+wlWvdzvV6fG/nupbLp39fx28vSwo9rpXfXBGMGC92h/q02EbiNU7mqyG6J9k3ra5of9ncspBxbC9V/CdnYfV3cKJNq9vjsJDVVRTWLLycGJupb3W0zPKzmczUbPlLHTwMLqZ1xol+0bOOXHhPoR15K/TT4mb2RtZME17v5eyiuh+YuXMxF9vzyJm5O7Q5ev5Wb+9JTg/yjWKcWj8tbXjQ+mzddx6HPB8dH7C/Ezpk9VnnFDkt7WNe+d4+A9zSPvuWWfgCouSdVw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9ksERACEMAi3Bpuy/pXvdx9EAIdEZXxpckDXHWML+lzKDtDo0HY7bcnQynKoXdN/x4vAxmSjsTL43zdMM66Oqb/t8R4eRlpJ1119E50wGSC/LoObIcO6aKCekqf7Vy05HHansdCb7aEZlRPdV/xk/FflVMKK3Krrr8HV2PdL6AE/1h84=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="30">
|
||||
<object name="north" type="mapchange" x="384" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild13"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="704" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0a"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="480" y="928" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon1"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="30">
|
||||
<object name="forestserpent2" type="spawn" x="160" y="96" width="192" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fox2" type="spawn" x="64" y="64" width="160" height="256"/>
|
||||
<object name="forestbeetle" type="spawn" x="384" y="64" width="64" height="32"/>
|
||||
<object name="forestwasp2" type="spawn" x="448" y="128" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar2" type="spawn" x="320" y="160" width="256" height="160"/>
|
||||
<object name="fox2" type="spawn" x="288" y="352" width="64" height="32"/>
|
||||
<object name="forestwolf1" type="spawn" x="256" y="384" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestwasp2" type="spawn" x="416" y="416" width="32" height="32"/>
|
||||
<object name="forestboar2" type="spawn" x="448" y="384" width="160" height="224"/>
|
||||
<object name="forestserpent1" type="spawn" x="32" y="352" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestbeetle" type="spawn" x="96" y="480" width="320" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="64" y="608" width="224" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fox2" type="spawn" x="256" y="608" width="320" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="30"/>
|
||||
</map>
|
||||
187
AndorsTrail/res/xml/creepydungeon0a.tmx
Normal file
187
AndorsTrail/res/xml/creepydungeon0a.tmx
Normal file
@@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQUj+LBhNkZGI6zU8+8q0Czro8U84Dm3KKieSC3nQTi51Q0b9CGHY3Mu0nF9PwUaM6pQeRnAAhnPwY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxtVMFOwzAMTe+J1H4KHPkvkDiAtuMOfAA/wb9wQiqTiMYkpAHtJASHjrXEq01eXVuK0jbO8/Oz3bZ0bkirTatP68jv32n9qO943qT1lBbZhv0Gw+fTwPjwbmJy7irniirv5P/qxzjaJ3LsQbDgTs9nUXGp/TRXsuuQeTwrXmjEufaZr+BgvIbPY9r34GvpJ37/78x/ETJ3soMR9411RX0F8zZkzBY1dbleZDM+oB9qtFZ5SJybkM+knmfp23mYanLSAThgrfRzZ+hPuW/5+9FnXV64L0Rz6pOLapob2s5nXzKr7lF2dfchZJ8l76si1YqfUdeDkcMAGmzK+TnZfTHmhHbJHLHfRP+ae0dwWyNn6dkIuHrOEfPEFXuR790V474AnF/o3S8/9qHVQ1IL0bRROa61XkY+e4j1WI7veG/F/HqFpXOUfxbNiMwNxqHakmZUiyVg0R2pq4XZ+5wn1mcLGO8wx2ixtP+tMt+z2VHW+Tx/+v91FeZ8e4WJeS7UfamV8O4MDf4AabniLA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylk8sNhDAMRFPAIrnVbYh2ckX0QbTbARywGE0mxIR3SZyP/05JUyylzRqXJ7/j/m/X6mSr3yym/6KN5ZQLnEX8iBLR4/Z5ZR0cM8fXs1esljfKZRZ2/S3bVzpbZz1/WDfKyu4dmJdM/1zmHD+Fcz9P1/77qd+zHwqPcx3w6653sO8jMase4vmI1oR14T+csyLmtQXreAPmzeFaYd6wtriP1HeUXl6ezkcPrq/q5xHezpyzA5JxYho=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9k9sNACAIAxnBpdh/Jf8JoS02kvij5nr4yBORn0ctB6dbUz3YUlgo23lOyI/NRUy21zq/Ob8uw81EfdSczkVhTnsYH8aT8WCYk9/Lf1X9tm9FcUP37PZTHLe17ZllXuVgSA4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="20">
|
||||
<object name="east" type="mapchange" x="608" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south1" type="mapchange" x="160" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0b"/>
|
||||
<property name="place" value="north1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south2" type="mapchange" x="256" y="608" width="288" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0b"/>
|
||||
<property name="place" value="north2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="20">
|
||||
<object name="forestserpent2" type="spawn" x="64" y="64" width="384" height="224"/>
|
||||
<object name="forestwolf1" type="spawn" x="64" y="64" width="416" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fox2" type="spawn" x="480" y="160" width="64" height="32"/>
|
||||
<object name="beetle2" type="spawn" x="320" y="64" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fox2" type="spawn" x="384" y="192" width="192" height="224"/>
|
||||
<object name="skeleton2" type="spawn" x="64" y="192" width="480" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="20"/>
|
||||
</map>
|
||||
184
AndorsTrail/res/xml/creepydungeon0b.tmx
Normal file
184
AndorsTrail/res/xml/creepydungeon0b.tmx
Normal file
@@ -0,0 +1,184 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcBQNX2VnYLjOjilOLh4w84BqjqFhXObdhMofZ8et/xYQX0PD2Mx7ChR/BsSn0Nx5FYt+YszD5e9BbR6O8CLVPFi8EGMWIfOQ4wWfGSeh6p4RmWYJmUtu2r+Kw03PqWAeNfLjUyq4aRQPbQwA2H5Frg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx1VEtKA0EQ7eC2ByZH0CN4hbjNWk/gDRQUhOhCUMhKEEK2egVvoDcwkZhgUEGI+QjuokmsYuo5bzo9D5rpT9XrV58e5zLMUueWqSug75178Pl6YPNn79awMP+hclSdq8jomd1FpWg7tf39xLmdJJuPbW/uc/9qkulayXiz81P5tir5XPEu3x+bb4rPVrKuD1iSPsXK/EYUUyw+YBSc6X3bpLMMB6bpWrQfi91JxFZzoPoWxsU1OSOdjUDDpdg0zW7P5/lVPMp+h7jOk/X4YAN8ltRNwfo2KM+af/VTn1lJ/lrE17S5anlN8/4BN+KFj3Ijb3qGftmlu6Cb69vxxTWgdUDeruyOWF1Q125aXAPzklgnvliXJ1n/RurLdUZdvokTfRP2Xd/WH+I3IQ5wIz9D+/aCvlB8yfrI+HHGeuo2UBvFgDhuInM+1zcb5gvnePfd4D2Oyf+QYoemmL668bNOjl1jq1GvQtOU7sb/oxbkI/RBbRrgM3/czTW4Fdu2jDv7co3K+gC6JhbHvc/iKLPF24VPeP7/DzGd4B9E9MAm5OB9tXvx+Xv4A5kDx4c=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7IMDA8AGIPwIxuQBZ/1sg/Q7JrEIe7GxyzacWQHcnuQBkxlsBVD4h8BEpHDzQwuQoUP8xAmagq2nEE67o7qMGuCSAajYp4eiOxa3o8UtJfMPccxxHeiQXkBPP9AC43IFNfAoPdjYusIMHgpHBcSLLC/Rwx+YeYuPmLY60AXMfuhvxmY3uduQ0PBXNHJg4erwji+NzP7paECAmfyO7E5/5MDXo+Rtb/BxH4+MqE7CJ4ytDAOxxWbk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdlMENACAIAxnBpdh/Jb8GwZaGlyS8TMsBEV9mfqQavu5kNC+v6Bs1mR7Vnui18pvwrOb46hu9IcYOO9NvZw4ZH7PDqpbip/CpwfBNzI/VKnyZHnkx/IgVsXXujnKrsv+IuH7PDS4GPG8=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="20">
|
||||
<object name="north1" type="mapchange" x="160" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0a"/>
|
||||
<property name="place" value="south1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="64" width="32" height="288">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon1"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north2" type="mapchange" x="256" y="0" width="288" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0a"/>
|
||||
<property name="place" value="south2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="20">
|
||||
<object name="skeleton2" type="spawn" x="96" y="64" width="480" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="64" y="384" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="320" y="64" width="256" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="20"/>
|
||||
</map>
|
||||
205
AndorsTrail/res/xml/creepydungeon1.tmx
Normal file
205
AndorsTrail/res/xml/creepydungeon1.tmx
Normal file
@@ -0,0 +1,205 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="30" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlMENwjAMAP0pVXh2GhYAJgAmACaAZdiAPdJ0AjoBlAUq+sSRqDDQxE4A0QePk5LKOdmpYz0A0D0mTwFM+jnfAV3lD3zmxjs+Q6gVwEXxTpfPeAj1jYYAjbqft/sYny+nloKp+YSuivhoXl37s+AOWwpyVuM6Jxglr9kyxvgJw/TJ6/PNMG7OsEBKYZ6hvobJMzY/20t9rPcbPl9vx/h8vR1br8u3xLgVw7qjX1z3t8tkSP/HPntkkwBsk9fvUp9kXh3RVSn+bVAfneuueSqdMb7YUNefOK7Lb7Lt
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyVVs1rU0EQ34f09hZf/pZ60Wv9L5pDLzl4aXKxYGhiEXpoiRcFpUXBf6Z6VqgF04AfBSGvyYP21LRJOsPOZH+ZbgUHhrcfM7+dr51908K5OfGY+Iq4kjnTKI9z/M5kf0j7P/MwnoLeVGQWazXnslqcV7DP3wfeub7gZD5iVoLH1Ic1xrik+QiwnzB+7pZoLPNJHuWQKmOnztvE28Id4hvS/yG+nhIPwJZzPVPwT4pwLmK8FD8a5FtXMC3p2Wf53bU2YKhPNyBXZ/tzyE3CV/VRsXbJlhIwxgZP4zyVOB8Tfy+iXNv4NpH1LuGu+TA+0jXx2cYbfVg3MRnKnsb3qQ9nV3m0cQZ2WZ8Vr+bdv4n2Oz7gDUyNaf1x3q19c7Cd6/fa1N4iz2KX+n5q5P6HFBPv2iiBtyU+t+R7kcV4InFsrZ1MTZDdSejhGstaG+oQv35Cfy8LX6y5d9myTHlPPaZkDkB33+AwdSUOXJebhPEa6pDrSv39Bbo7onNIa29hXWWHpra5f/Ldt3WAhD5uQV3uyngCta3xKw0ex97m8lXiTI7tMx/uYB1q5lsRfPj08K5OK3FXML/PfbRvIP3mN+RkLxH7+0jvseZjcU/AF86r5raxEliplzirIff4sdQx2/e5iDn7SDrvE3pvaO1DFv1VKvPlXMy017jQD7S/NSE+PN7wcV17XAtip74eA672F+63pakxpSMzt7U8l/G19KuGX5btCTflLO2tHbgXjPG3CD2fbfsjMvug3xPZFz7I2D3dH8O7q36uks4jtQt6Dr+v+A7j1779itVP/J+orH0XUv8e+G/yVWKS+j+xuqk35yQh94X4FjyzFlE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1Ve0RgjAUYwC562qO4ASu4jJ65wDINIAOULE9zDWWRz8xf1rgNSTpgzaNw6CW8WnGl3LXtRiJB9x9hBt1DNYDzjFD41CgI4WL70GPNuM7wo36mNcSPZ25fggcKXml5pziEXWz+tUlec6BprXIsaZfQ3thcTzkzeFZ0sV1MficyJt1njL4/NpLu09+DL2TX8DXVePXck1fvtJvn8G9DZ21fv38avz+C9x/tX57Lz/rwdbd2/UaO7+a+7d2mUv7K/Uy16XMAU3/hE45/nNhzqwv5+za4poyOULvZa8S/GfIeN7wJO3Flv/QucAcsXODuTFK3Oi50r1IXfMBHiyPWg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9lFEOwCAIQz3CLuX9r7SvJQuh0BYjiR9OeBTB7Wetbaxo/+8neB8H5WHikb4pK9MX41E+R5+iB9WS7VWWq0/tO2OneYjN+qv6nHfhvKEsnmVWtSEeU3ulr9M+rXeqT70/hqf8l5R+VPPGWOfLzjCTl43rzlhdDK9jxbzxzlC9zqwgY3W5rI7h9jWLdXo18b2xXkTMZEc=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="30">
|
||||
<object name="north" type="mapchange" x="480" y="0" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="64" width="32" height="288">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon0b"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="entrance" type="mapchange" x="192" y="704" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon2"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="64" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon2"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="30">
|
||||
<object name="cavesnake2_boss" type="spawn" x="128" y="384" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="64" y="64" width="192" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="128" y="64" width="480" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton1" type="spawn" x="192" y="192" width="384" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="384" y="352" width="224" height="416">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="64" y="768" width="448" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="30"/>
|
||||
</map>
|
||||
199
AndorsTrail/res/xml/creepydungeon2.tmx
Normal file
199
AndorsTrail/res/xml/creepydungeon2.tmx
Normal file
@@ -0,0 +1,199 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="25" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4677" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4797" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwL42RgCKMyfitIHQwz768gdTDMvGlUwqPmjZo3GMwLw2I2Njli1SHnQZg6QnkVmzqYech5EKaOUF7Fpm6oxAc1zDrORrx5ZewQTC33DXbzSIkP5LRJKX6LljYpxSCzvrIRxjD1xKgFACYaRNI=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VL1KA0EQvgNJkz3MA/nzAGpKLaJ2YmesUohCOk24YDQSiX/RKr6BD2BvYy+onUpA7cX52B1uMrd3B4IfDDs7Ozs7++3MBsH/4CwMgvmy1edofKX5OLTzAY1Dkhmy30XWbz+0fi0aY5KHMIm1RD7VyOqxs3/T+CN8AOw9drYF8l+M7FlfJE/Cd43s6y7egQmCjUp67dbZeb1GttUo7a+BHBrk924m7dvR5HyHYuy5OPBvivWG0Afqjhqfbr1NsTo5eQGbxq+fiDOQx0qGnwTzJO+h0VK598X8LSOuvId8JwBcSB47Bdz47sHc9sL0mtY1ngvOA2TOzA3XDuPcc0YjStv0uuTGFwPQnP8FqCmOM+XyQq/GIva909FXs+Wk34AX0YdAbNJ1fEjzU2F7DJOzsVdy1qX9R+K+F6RfktRNUv814mXL8XNF9qFbByS3sF2T3Cj+pA/q1NdPXHvc2+AIb7zrRCOrxnueN0JtDdy5dRVL95j8K+olvy6hY/LdfP2BGMw9dN2D7Ncu+GtkTssVK9Dz/gtGdzrRuQ7Hxv7jeL9qyQp0vgvW+xm1L98BHH/k9DggawF79d/dzOnVkUnyHRWc8x/4Be2Wbi0=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA+CBdAsLfxosptReMjA2S1u5DYyOZV8KDq8QWq8wPiGTzY5dH56OZRAwy0ee5Y/IhuHiycqAFwuY9cO2DmEfIHqeYRA7C52RvI98GR/qgB8JlHaTylE+lWfOpA7gPlv0AeVLfCxGAAxt7Oi1AHE0PPv71A8UQgTkOzFyTWB8T9UHkYgKlLxJF/0csVGMjnwV/GYAMDnX+JNQ9X/kBOr8SkH2zu2w7VA4q/ZwIQHEhkfsTn30Qk87DFJanm+bIh2P5suNURa950Huxscs0baAAAvYMpiA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2hGARgNAzgkkcXRxajBsBmPrXMROZjY5OiBz08qOk+UuUJqSfGv/jUkeNHbHpwpT1KAL40jU+eVupIyXO0MA+XucSEG7UAvcwjJ41jMw8bm5h4I+Q+bHaSopae5pECiLGXnPigZp4BALcnTAo=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="25">
|
||||
<object name="down" type="mapchange" x="288" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon3"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="up" type="mapchange" x="32" y="672" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon1"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="288" y="768" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon1"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="25">
|
||||
<object name="skeleton3" type="spawn" x="32" y="480" width="576" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton2" type="spawn" x="128" y="416" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun1" type="spawn" x="32" y="96" width="224" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun1" type="spawn" x="96" y="480" width="512" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="skeleton3" type="spawn" x="64" y="256" width="544" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun1" type="spawn" x="352" y="96" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="25"/>
|
||||
</map>
|
||||
182
AndorsTrail/res/xml/creepydungeon3.tmx
Normal file
182
AndorsTrail/res/xml/creepydungeon3.tmx
Normal file
@@ -0,0 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlN0NwjAMhKM8MAUrNB2hlA1COwK70rFIhS255uI6gYeTUmi/+O+cYghJ6KbOSMmpsehRNBXNdEa6Fw0O3s54FuWihc5Iq4M3EmO7hPByaHLEtrOkLF6OdaaMzWLuddNMlLeM7Ro/Qsw1fsepeTI2fQf32cob8TaqL8/XTHdwn1v7slEteL48teTfUA05Rp4vxLJU4/UK9dj7LffojJdoTuQZ8TKob8t+6MnV8iC/rzkc/5mPJWuJx7mUNeQ5rXmu5hk0l1k9e3gyNzSX8hnlLPc52l2WdM56tyO/DSd3DPFYK7nPvXOs/2/xGppjlPOv3kU5/4unvYt2vUfS9zVZXHm317u1XrX4H8mqUa9acnsDBuwZUw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VbFOAkEQ3SOhcjdcT84f0L+ATq0pEDvoVBopTCAmRo0XjVYYUVtt6fwCfkMSSyR+gnEmu5OdO3aPOy++ZHLLZOft7M6bQYj/xUdg1ztVIXbB9sCujT8O3HF50AaefbAO2CPwvIBNAr3OA9x7HAqxVRFiG+xLav+FEmKo9HoA314lHx9yxMB3E2pexAjiz00+mzl5CHPIp2nyiBlnF3wnyu5bSH2HdbnV2Z6okuTkIO4szp4jjhBDPT7l6ruh35dbFibVpHVDu3ahFWoNXIF9B/YMqjPVp2/uiTU6MnXzAWNRqz+B5hix90eNUN3JbkMb5wOvIWIpdV/MpPVhzSLD0VBWo6478/1zs496YQzfV3beoVm3UzlkITL3XkibDz8D868X1Di/H4JqVBack3KKSvJulIx33evJaHhi3nBdH3OuS6X33zGNE8dYFXvHQUoHHfh9oLRuEKQdnEe++fpQs3Od497Ech0jSOeuOz8Dz1tNn0X3mKpVfprT5O859Izx6H+vWd8i1R+05v5T6Klh6O+5IXsfBM2EvkrqeGr+A2LPXMDenTnOaHh6s8n8NEOy+i4yWiEsZTKWgHUq0r+ufira/2mQzs4KzKUstNhML5vbX/ALY7VZOw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAtSBdAZW/jRfCR2cSCcKAZ26H60gTwqyXGbZSagQzCSTBrKwG/E+u2dCLtxOY2aSYGBlkmwuqw2SnNhF++ixWBQQBE78LhZ2x2IvsLFg7Ephd0P4HSCzXSCjUBMeE8DYt/vXGEAbqfCQFq+4ea+WiwAGxh1M1KWA0us5DDCFf+JzYc0dOPL9A8PzLKU1zmyZGRnpDzJ8gfC8h0DynlMjHhT0q5TIy7STGPGEBq3h1MAFsZRQmgdrk00GELAJafH00=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzV0sENwCAMA0BGYCn2X6niWyXGpgalkfiVC008emvjx2eW635Wqocc1UTOjod6vPu5Z1pp52hHXw3GU++zJurhmOPqfY4Mnsh1lezd9lif2asyzyx3UTH/kr0hsjIT1eob1ok8NF/FZPopO94x2Nw4Muz0XJZ6Hm3yjnI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="30">
|
||||
<object name="up" type="mapchange" x="96" y="672" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon2"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="256" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon4"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="30">
|
||||
<object name="sk_crdun1" type="spawn" x="128" y="96" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun2" type="spawn" x="32" y="288" width="544" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun1" type="spawn" x="160" y="576" width="416" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun1" type="spawn" x="64" y="288" width="512" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun2" type="spawn" x="384" y="544" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="416" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="30"/>
|
||||
</map>
|
||||
170
AndorsTrail/res/xml/creepydungeon4.tmx
Normal file
170
AndorsTrail/res/xml/creepydungeon4.tmx
Normal file
@@ -0,0 +1,170 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcCAD6wGxPhAHkYF1oXpTyMAwvSfYSMcwvQ1cDAwrGRkYVjES1gNTh2zvTiB/F5JeGSZMjKwOphfdTl0cYYvsP11oWIPMWs3OwLAGiNey4w9fdL0g85D14gtfQnqRwwYUjrjCGZteZL/jCn89pHDgIhIj20lqWjzOhmCTmhZBemHsH2yk4eNIbACyO25g
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMdLMyMLQzMjB0sSIwTBxGvwPKdzJC2LMYEXongfQB8SxWBJ7NipAHsf8B5Wci6YGBBF4GhiweCNuFF0KXAelYII7jRVUbDeTHoIkhg2Yk81sYEWbA6AYkva1I7AIgW5oJu5myOMRBoA6o7zEWPyEDb6AaHyS7wgUYGA4D9TwE4lc8qOHdDcUwPjb/XobGAQigh/dsJD4ItKHpnQONgzfQ8O5Ec/s0KN8ZqK9KANMvoHCC6cEWlyAA0lePRS8xgFx9IPCah3y9lIBSpDAGAMckLV0=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMhAsg2NMYydeLDHx5GRj8eFHFvIF8HyQxXHrRzcBmFiG9+AC99KajqZVloswedPNwgTQs6qjtZy8e7HxpEvyIDIj1GzYwGNICAOLiCv8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3CGB1Qqp8UM8ixD9lOStxKK73Y5EkF+OxFV0OJnyiNh8GiFwCgdzxv
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="15" height="15">
|
||||
<object name="south" type="mapchange" x="384" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon3"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="256" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon5"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="15" height="15" visible="0">
|
||||
<object name="bat_crdun" type="spawn" x="384" y="384" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="288" y="288" width="32" height="32"/>
|
||||
<object name="bat_crdun" type="spawn" x="352" y="256" width="96" height="96"/>
|
||||
<object name="sk_crdun1" type="spawn" x="64" y="224" width="96" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun2" type="spawn" x="128" y="160" width="32" height="32"/>
|
||||
<object name="bat_crdun" type="spawn" x="192" y="96" width="32" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="15" height="15"/>
|
||||
</map>
|
||||
202
AndorsTrail/res/xml/creepydungeon5.tmx
Normal file
202
AndorsTrail/res/xml/creepydungeon5.tmx
Normal file
@@ -0,0 +1,202 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VjFSwzAQdFxQqOIB+UKc/MBxGqok4zhtyIRJm/ACIJ+hgB5m4AU8C91YN95c7iwxMBQ7liWddu90OqnIs6wwMPYY9Yz3YRog29o82Vd5lGBn2Wp2q4AZtEtjHnJQX+NRg51mK/1ju33AGto12I9hHnJQ39dVi71iOxVcmh3jY5Blbx431639KPDiHK2P7d49PgeXMUD/JCfhxds8B16CxVsYmomT/ycRLks3fft4Zb/EJIFP003fQvGtTOSd5V0MXwfp/HgukYPzporwrnM9/jHI+oBjtZGXv4VWg/6aI+ar5fN/+JrKWxqxGebn7aEyx+LV8kiugXWOx1C3rKEYW62+cq1MzXdNe6XUUKyftcKtxbgU4zhf8qJuWeOxrkvNGi/OGeeXd5K8F8jm5Fo75mqAI5UXY13ll3eSvBdQr3U3aXtk5W8ldLN21EHjC9cB74sH///o8eTsvNbytwHdFMe50/29dR227me1Q9MwFPHahLXR36NrsQpjO49l0IhxiL3V5HuM84bWuSN/A8+98GsDPu/CXIxDHy+fOXyPkb9zWEeLI+3BJmhaARdrpLb1NpNvMswb1K7xsi7pJ8/VzhGe/UbkDPuLfuxgz3gfZUw1jTFe6S/uF8eN80jrP7rzfV66OK8WO0v/AXhkjh2EtoWRW1izTq7Lzxrsa7E+njXrvB6Ebi2vNJstaKC2vP+sM6+dr9R6IftitSZlLcY3yrCTTw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdVr9rFEEU3rlOuCUW6Y7zH4j/iX9ACuOP6jrR5q5LCEgMGhLDFRtONOnOLqTJhdhKWptgK4hdBCHah8zHzmO/fTdvdk+w8YNhZmfem3nz5nvvbZb9X5i4LPuUl+NtP37t4nIHS7Z+4dvM7/HO0LXwNsh/cOU+Z3l9/dR/fwzn9jpZ1u+U4/u+X/Ftz+uMfdtJnIs7vXGVnmBA45VOXQdyZ0v1ecxtKPtEF3be8/257z+Hs9670h/Q2w96j3z/OJ/XF7zK5/3fp/XdvC4rugde59LV76fxtWuvAfD/TyVzHM4rgk0vlW0Pwrr2yzB8X3Xn79MjG1fvlv1I6V90K31gT60/9N9rNDfNK51neXUf4EXkzYD1MP+D7Hsa5mDzUOldu9LnTRiQTC/xHni734rzE7JF7GaenhA/+E2OaQ/tK4H4eivwRrgyJflNGmuuxvghgE2pu4qMBvyJPTm2GUPFd0C4hrVJi3wjMuDYwPBNn2JU7oE5vhPbt9/AA44Tvcd6Cw7F7Hu+XDYLR656P4unOs+1AXJaYeR+QHhUGG8hdlu2z/K6XRwP08S5wFUipyH3omZZ9Yxz5RHJPFkuWwojyhPap4ehZgnvTkNd3KYz+H3Grj5nvRHiV/JejPdiN5rURfh2rGR1TbPWYgAPkS/kTgD79zCMkSt/JWKT6wXiuCl3xOyAD0YRn92oOrj5F/HWBrG6ousYYxE7zolfswY9yKTiAIC/77TwMWrhIPg29X4nBgcLI/805ek/fv2LK3l1o2R1HRaw/6f5/Bo4cW2c+53mv4Wx5o0Fy562iJ2h/59SXLlQb826Vvy2uZdAxyLXPV3/4YuNRPzKPwfvzfstEvfQY98vmjP+FW4Bq/mEgQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdVckNAjEMNPwj0QAVUArHlw5CJ0g0wBNRKsrDIkQZ2/Fms8C8Voo9YyfeMdF/4bKpf0txlnhNM2a5EfCUcVo84ijzjoHoFHDO2dlXjpYaJd3tmugh1JrgfQdJ18Kb8g5ZbXelzhKpt5Z6rOcW1HqTeG+r95s+QZ/aOyGNxIvuTptVK9Bdj8DU+fSix5z8ii7yyvzcwtGaZ/1Xd2D+UN1TPcB7bsnbh0/f66Gr7Yvy/y39YoRn1jxE4/XsQQvm4tUwwstYI9eq3TPaQ15N1oiKbm9NtBPnAmuOnqElNFl3CbBfXDvO6bfhBTGfJ4s=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlEsOwCAIRD1CL+X9r9R01zQI80FXNXFjhccM2HmNMf99bD+rOx+SM7rzXmxt6N2ovi8zy5UtJAbNh/AYdsbMdEffEX51jsYztaJ6s3wKczWDWf6u/iJesT6oXGTW2bepvCfkP+CwmXOU7eh1NDO97dBc1buLy8R1el1pcf3KvNvNjRgqr+p/pcnlqj46Hq/yoXPjcCt9u7lKbtRrpn/M3CnxzryhXLcnrNaT+wbUWNgo
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="30">
|
||||
<object name="up" type="mapchange" x="64" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="creepydungeon4"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="30" visible="0">
|
||||
<object name="Master_Undead" type="spawn" x="128" y="832" width="96" height="96"/>
|
||||
<object name="Undead_Warden" type="spawn" x="448" y="672" width="160" height="96"/>
|
||||
<object name="Undead_Tormentor" type="spawn" x="320" y="576" width="96" height="128"/>
|
||||
<object name="bat_crdun" type="spawn" x="96" y="320" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="32" y="160" width="96" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bat_crdun2" type="spawn" x="224" y="96" width="672" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bat_crdun" type="spawn" x="192" y="96" width="704" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun2" type="spawn" x="64" y="352" width="160" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bat_crdun2" type="spawn" x="128" y="448" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="320" y="448" width="32" height="32"/>
|
||||
<object name="bat_crdun2" type="spawn" x="800" y="448" width="32" height="32"/>
|
||||
<object name="bat_crdun" type="spawn" x="736" y="608" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="640" y="640" width="32" height="32"/>
|
||||
<object name="bat_crdun2" type="spawn" x="320" y="768" width="64" height="64"/>
|
||||
<object name="bat_crdun" type="spawn" x="256" y="832" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="800" y="544" width="32" height="32"/>
|
||||
<object name="bat_crdun2" type="spawn" x="768" y="576" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="30"/>
|
||||
</map>
|
||||
@@ -1,125 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="12" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -141,7 +140,7 @@
|
||||
eJxzFWBgcB3kGASIUUMIEKsH3U5sctjYpLoZhAESFBeU
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="entrance" type="mapchange" x="64" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
@@ -149,8 +148,8 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="fallhaven_farmer1" type="spawn" x="96" y="128" width="256" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
156
AndorsTrail/res/xml/fallhaven_narael.tmx
Normal file
156
AndorsTrail/res/xml/fallhaven_narael.tmx
Normal file
@@ -0,0 +1,156 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="9" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjY2dgYCMSewvixzB10YL4MUzdGgKYHHVn+RkYzvPjVgdyJyHzvKHuJKQOpOYvG24MUgNjAwADui7v
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANaLIyMKzhZmBYBcSrgbiTkYFBhRtTnSUrhHZlgdAzgep4gDQvkhp2HgQ7FKguVYCBYTczA4MMkC+LZp4vMwSjgzNcCLYp0AxPoFv8sbjnDpI6KaC6t/wMDO/5EWLVQD21QBzOghDjQmKTA3wFEGwA2fwNSw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAehAsMHXXpaHrcWbCrS8NjNrH2EgMAwVYECg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB1ADAMwNj412AAhc4lVR6w5xJiJrBfGBgAlDxXr
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="10" height="9">
|
||||
<object name="south" type="mapchange" x="224" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_sw"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="10" height="9">
|
||||
<object name="naraelswife" type="spawn" x="192" y="160" width="64" height="32"/>
|
||||
<object name="narael_daughter" type="spawn" x="32" y="96" width="160" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="10" height="9"/>
|
||||
</map>
|
||||
@@ -1,232 +1,238 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcJREzCTIwPBJgHh1xKofspgXCyYzzLCahcU8EL7Ki4nR1RAb7tjMwmYeCHsLYmJs/iXGXmxmYTMPhKMFEXg6K4Qm17/IZuEzbxSPYmx4WJdno3gU0xATUzcgtxuwqcclj0s9TA6fm9DNxKYelzp09TA3AADi+8tM
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVrFOw0AMvYi0DL2gJkJsLPA3BPEBDDAxMUM/gd9jboXCULGEASmCIUPFuTm3zovvSHlS5FzO8fOznVOM2eNt7m9yYxJ3PU6NKeed5WdkGbwOWYTcr21/T657vA5L3uPYDht4n9Cin/Bfgn9jO70TZ6dW563EO5gvojiJ7zMSURfiP7ZD3jF49b26GMGbQC/agN4QpPZ3z7sqOvsy6eza++xmKALk5Vgy3sdMj1cX/bVNh/F3evOhdsmLsQg/npfn4kHwU69uA/qQh8AzR/VjXtLzPetilUfGpJkxZ6K+N27/SrnukVfR1sCMcp0lLrPOog7yq11en+76svs+a6j++BaI9y6g4xos6TpP9T4OAN+0xvvke/vs7MKveX4Xvh70jPbpDFkEZl/O3TqgV8uD39sEzjMZd+V9tnMidLWh+ga0n2a6+3/OFQLnyPMr9XPOgxxFbmN5KW/tHI8Bz3EJydvzi8wM72t+MY04EyXUTOOI5nAgODf8vkfVM+/fy7wapdcakBfzQj7iqKxR/wsOQYg3hAY4E017JCf23/KOyB3j/QJ/N2Gd
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBh4cFaAemZ94sUv/xFo1wcBCE0N+7+yYhf/hkOcHLOwmSfKhl2dGFScFD/hMosU88KxyMPCGD28iQHYzMMG0siMO1z+IdU8cvxGCNzmZmC4ww1hX6Cy2dQAH7DkIVoBQukOmzvK2FD1gfhlaGkcJI8uhss8bGroAcgpl+gVL+QAQm77QGR5QYkfB1P4IKcjergL2Q5i7YOpw6Uelzw29cj+xaYWmUYH6OqxyaObj+5fegOQ3QDDzk+R
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lFEKwDAIQ3uEXar3v9LYx6CMJj6tC/RjNZpYnPMaY5rzwMX/Oq/uijXmsKulYk6XaKmajqPuIl+kD8VTvrt1ydvRufrWUe+l+s30QHJJTw50zgmIP9U79ed4kbcMKv91FI9mitSqeHZ3xHtF0/GVJ5KXzanuzy4oXTrPhFft6SS3G7uduot16tHdonJoXH07LtkZGf56bq5NTrI=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<object name="north" type="mapchange" x="256" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_nw"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="480" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild10"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="alaun" type="mapchange" x="768" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_alaun"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lumberjack" type="mapchange" x="448" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_lumberjack"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south2" type="mapchange" x="96" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild9"/>
|
||||
<property name="place" value="north3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west1" type="mapchange" x="0" y="256" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="gapfiller2"/>
|
||||
<property name="place" value="east1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west2" type="mapchange" x="0" y="352" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="gapfiller2"/>
|
||||
<property name="place" value="east2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="928" y="32" width="32" height="192">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east2" type="mapchange" x="928" y="320" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east3" type="mapchange" x="928" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east4" type="mapchange" x="928" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Citizens" visible="0">
|
||||
<object name="fallhaven_citizen3" type="spawn" x="320" y="64" width="576" height="256"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="NPCs, Monsters">
|
||||
<object name="fallhaven_lumberjack" type="spawn" x="416" y="256" width="32" height="32"/>
|
||||
<object name="forestant" type="spawn" x="64" y="384" width="288" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestant" type="spawn" x="640" y="416" width="256" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vacor" type="spawn" x="128" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcJREzCTIwPBJgHh1xKofspgXCyYzzLCahcU8EL7Ki4nR1RAb7tjMwmYeCHsLYmJs/iXGXmxmYTMPhKMFEXg6K4Qm17/IZuEzbxSPYmx4WJdntMZElm/UxsSWb9TGxJZv1MaDtXwjpm5AbjdgU49LHpd6mBw+N6GbiU09LnXo6mFuAACnKMgM
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylVjFOA0EM9IkkFNmgJCA6GvgBz+AQD6CAChpqyBMQT0DiUdSJUCgimlCATlAEKWLNrRPfnHdJYKSTs7c+j8f2rkK0xFM3/OgRZf65ahHl3dLKO7YCWccsQu9PXXVPryu8HkPZk9gec/ieMUM/5T8E/8KVepvetpzNO1bfYL6I/lZ6X5CpujD/pqvzroLH0Kv9FXgz6MUsojcGrf058I76pb1tlnYSfBYzlADySiwd76Vtx5v2q2vXqMdf6O3VtWtejMX4DLwyFxeKn3t1GtGHPAyZOa6f8LKej3YZK98ganSIdlV9T/z+kfGcI6+hrYAZlTprHHRKizrYb+rzevXPm1v22cL4l7PAvGcRHcdgWddew+5jDXCmLd7r0NsbbwdhLfM7CPXgd7zPd8ggMvt67iYRvVYe8t08cp/puKPg8zMnStcsVt+I9p2O7f6Xe4UhOcr8av2Scy1HlVuK9z3EPgz31n22Xm54j2to3opfYmZk3/JLacSZyKFmiC+4L/8LyQ3Pt567O1/b9jbRg6rxJfvrWoDmwui1BeTFvCoIHGNH5v+CdRDjjaEAzszSnshJ/HOsW8pf+X0D+Bhlfg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBh4cFaAemZ94sUv/xFo1wcBCE0N+7+yYhf/hkOcHLOwmSfKhl2dGFScFD/hMosU88KxyMPCGD28iQHYzMMG0siMO1z+IdU8cvxGCNzmZmC4ww1hX6Cy2dQAH7DkIVoBQukOmzvK2FD1gfhlaGkcJI8uhss8bGroAcgpl+gVL+QAkNvwlZcfiCwvyPEjofKS3iBcADUd0SPekO0g1j6YOlzqccljU4/sX2xqkWl0gK4emzy6+ej+pTcA2Q0A5BVPIg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lF0KwCAMgz3CLuX9rzT2IJSxpF87DYhof5JK7bzGmGY9cPZTa/FGRJvDVy5lc7yES+V0Puou00XqUH5K925e8na0r9551Hupeis1kFhSkwPtcwKiT9VO9Tm/TFsFnX+d2bOeIrk6mt0d0d7hdP5KE4mrxpD5SedMB4qXzhjS93/eZne9Fd51jnv0ieeTOjp/nfTR+55wk3nR8Y/rBmQ7VKw=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="20">
|
||||
<object name="north" type="mapchange" x="256" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_nw"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="480" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild10"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="alaun" type="mapchange" x="768" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_alaun"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lumberjack" type="mapchange" x="448" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_lumberjack"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south2" type="mapchange" x="96" y="608" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild9"/>
|
||||
<property name="place" value="north3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west1" type="mapchange" x="0" y="256" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="gapfiller2"/>
|
||||
<property name="place" value="east1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west2" type="mapchange" x="0" y="352" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="gapfiller2"/>
|
||||
<property name="place" value="east2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="928" y="32" width="32" height="192">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east2" type="mapchange" x="928" y="320" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east3" type="mapchange" x="928" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east4" type="mapchange" x="928" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_se"/>
|
||||
<property name="place" value="west4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="entrance" type="mapchange" x="832" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fallhaven_narael"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="20" visible="0"/>
|
||||
<objectgroup name="Citizens" width="30" height="20" visible="0">
|
||||
<object name="fallhaven_citizen3" type="spawn" x="320" y="64" width="576" height="256"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="NPCs, Monsters" width="30" height="20">
|
||||
<object name="fallhaven_lumberjack" type="spawn" x="416" y="256" width="32" height="32"/>
|
||||
<object name="forestant" type="spawn" x="64" y="384" width="288" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestant" type="spawn" x="640" y="352" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="vacor" type="spawn" x="128" y="128" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -125,25 +125,25 @@
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzYGJgcABiRyAOQsP2UDkY1qMihtkRDMQpaDiQCu5wwIFhdhxlw45JcQc6xhaGMIzLPnLcgY6xhSEhf5LjDmqbPYpH8SgexaN4FA9m7M5IPB4O9voIEo+paW+MIPGYHuFMa//ishfZn6Ws1Pcvrrj8xYbAFewQmh7xi6wGZC817TzKhuovZExte4YDBgANE3G1
|
||||
eJzt0bEOQDAQBmAkavYiXkFNFgtdjV5B4gX7UiZExbVRSo5Ic8OXDr30v+vxKAj4rJhJpsvV3SZD1CjiILcG94snfXCLTjEzNx2ouerDVBj1kC3vSR8mEen10N3csz6w3yaEEEL+rAzd+ZBbpe4wc9vU3Rf//Pa8tlw4Zx/jz2vb5ch2Q7KeX+wX1iy5mJmS6XNB2Dk+mABrdHUl
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNVjFOw1AM/a3a7VeKyglghRVxAhZyA3YYKvUInAMh9SYcgYW5DAF1awWp1C0hhZjEquM8J2klEE+qnPz8+tnP/tZ37n/gvve3fGd95zbeuYuBc5Ev1k77vxfLW8mR+Or6Kn/firXBaBfHoZDxb4P2/a/GHqSHfCYNWTvkIwsKfv72IvJMxfNSaZIqPRik1ST3ddXwI7538X+tt4yLYfmcGrrE+fqX+hb7XYwakxafSDvuCeaybFPcVl1RjCi/uNQpA9wErePWYz8SUce8jvO6n4zq623IVOxrj79py3lqK79vQK/Lb1aMnx771vHNfdUv+9I68/vC13NZ+Op+iittqLfOhX1xXtwr8xYdaa8+xygXwhLkyT7omXuEz/610ElzW2jqG+RDa0wIy/dVx561bFtcG7+LiXkTI98mi/rL8sH7U9EvoYinjVtzWNBnCdUsBGto9kiuRM3bdUOPx0G9Fq9BlXcpakD5R77OuQ84bxR7CLTTGn8cyEuI1Cyi3Oj8ap2tuhIex92snomo7yWv1VOMp3E3+6y0QzkQL5qp+/TvdOjcQ37nuR1W85T9LDnXQufUN8yrQTPvXc43k/fQfP9NUPR7ZsROvNY8R+fu/Kiwl6UlTdHdV97BJLj2YVCdkejc8nmdAf8/MZf5ESJRM+aQ8SeCV+ap7wwWrPu9zhPNDeZtm8sSPaCfdQfj/6NzSbwR6Kl970iaS9pv54WVKQ==
|
||||
eJy9VsFOwkAQXQzc1qTBz9Crn+DF/oF3PZDwCX6HMeFP/AQvnvFQEm4lShNu1II70pHpY2YpRHmJGbvbvjfzdnZZ57aYJM7l3rkqxFXiTo7JCTWvznbHLuuxp87/aBbB249Q41z4S16vRd3d820ex0LmP6/5WXPhm3M0Zvmu+SH/Jw+zmg85pCbPvRu9lfvmcymeyQ/GLIwPwre3kb858C+Bm4A5WJxDwxf2VIL5ZoreYA+n5v/KN7WsGMvbWlctR62+WCSgjyuv80hkLeuy4j5USbP3Cq/PYaR3KyXyvNyn0le5r6wcv7zOjfmNYW+ua170mZ+nfreWKbxP35eR9cZa0GvulfEeH0kP9zHyMnKlTo4yd977d8In1LYQ6xstf0IB+afgwV/0rDaX+WZ/ke7SqDcWtf6yOPj9UvQL17tooY0aFnAvaWuWKmOWJoP94bXBtUMuXItJ0tTNvd3Xx4Dr1nhSxTus9/NIXUIGZxHVRvsXfY55/NJvF7lX+BzR+l7qWj3FeO23i2/gnVYD6Wpn6iH9O+w59xzuPA+9Zp2yn6VmIXwulZ76RTeu+xj0RvIeGt6/Tzb9Xhm5k+6+81zi+mITb+pInmp3X3kHmwo/ee3TJH5GUp68X0cK/0/OdX2ETNGQ+S+FrqUZ+22w7veyTubVuHj/tj3zO8BLsO5g/L3mIelmxjl1yB0JtWT8BrE2ph4=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdVzEOwzAI9NLOWZqv5Qd9bz/ibO1cVSkqOgEGYytSb0pih4PzOSal/LAt5RTcT+KdAU3D3VHjI6EDaSjFqMvBn4kfhadeyqsX2fcRlj7EVdkcum/l0Kt7db7XysEa53VhfRmgTtqYBi0XHovrOtoLEpCjKtc0J5IT1qJxYj6IjA9moMcHkXVE73p8Y41pGmX04X6Q4u6GRv8IbQ8TRnoRY0kexGfcQ89LjO8VnE85IG7XWIz1Ox/1nL3fN9g7Hm4JUd9vxp6SoM2z1ldaS2+PrJ35VKe1vqswFu3No99AieNzj71563zpAfIiJ8VtfZel/syC9d8heTlynkf8PLr3ks4zq3fheAPifX33
|
||||
eJzFV0sSwiAMZaNrNvZqvUHP60XKTtfKaMZMzBcofRvtwOQlL4+SpvTDmj+/95ymYpvMB9jfvCX//+/BKsSw4te1Ht03o3c0/n6S5hi9mo/qGUDTH7iwbvBs5dDaV2+PrBy0dVwXra8HVCdprSVuYbw+2gsSinCGuHojOUln0+qrlh+3X/NBJJYXR/kAx/R42FuLpFFPrtgPFt8MD58NXCP3bhx5N9FYnAc1zR+XGN8zuB9yoLhdYzGW736qZ+S8twDPO5bWGqK+X5UzxUHap/WX66U031Foc1iF1t+FWfPyAlregZSjPtPZPHofeUB5KSfEjb6XrXq17w7Oy5H7POLn0bMXnVG43CWuF46le94=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztVEEOgDAI2xP81P7/JRNPxkBpgXGSxNOA0lLc11r7/56YwGBiGtt7V7VDtVPB8q3MZNVX+0VYnXtl5lHuJepjzXTqhlBN53+CwWM1PcXjO6uH08UFYVR7eb6JMD0PZu+p6lnV311+Zd4jrbs0YyLjMaYXyq9qrdwSk9/hMRQdfJFXTmIqWk/yRbvI7Pudy+wXYSjYFherP6sxg4swkJcz/kD9rDoWk+2tcmE1VLCt2huTBLSh
|
||||
eJzFU0kOwCAI9Al+yv9/qemhiTEsM4CUxEsrzMK45hhrO2+t2Xu+6sY/6w/dEpdOvzUvGB777rTe8/utQuZnOWg7y8zzsNAMV3DKZFeaI3GqerMId0YXm3WUI6upQsfJVcPR5lo9zG4ivmg8oxwRTMSrbGbZfFflFfnveV3lGVKRjCGzrPtZr623pOWgCtvT6/lyI2M3MRmvO/Vau4jse7+L7NfCYLAlLdJ81GME18KwshzJhzVP6kMx0dmsFtRDBlvqfQC4mbZK
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="30" height="30">
|
||||
<object name="house" type="mapchange" x="768" y="768" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="flagstone_inner"/>
|
||||
@@ -162,8 +162,14 @@
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="128" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="hideout0"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<objectgroup name="Spawn" width="30" height="30">
|
||||
<object name="forestboar3" type="spawn" x="832" y="160" width="32" height="32"/>
|
||||
<object name="forestboar2" type="spawn" x="480" y="160" width="352" height="128">
|
||||
<properties>
|
||||
@@ -187,5 +193,5 @@
|
||||
<object name="cavesnake2_boss" type="spawn" x="864" y="672" width="32" height="32"/>
|
||||
<object name="forestserpent1" type="spawn" x="864" y="768" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Keys" width="30" height="30"/>
|
||||
</map>
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="19">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1U0tKA0EQrWpdyTRxM8wJ9AoewNzBZVY5QgJuDS7MAZSJXiAXCB7CIwSE4CpGXQuS2I+qptuZnvzUB8P8X9Wr94ro//DERGVLrt/5d1x37v8vd4yVb7kFX8npuqeG6OMg3LetnCcZ0YlZz5mqe3FMtHJ8j+7/eSbPeo5zodcpTvSA788ON9csjPQGDLiZE7Whpdxh1uB+zerPuzqTmz18A+dLhRPz9nXeEvW2hde2Uv8urcxxV8zVa+jrNMxgE0aV2aC3IYu+W2TPnWfu6Nu6X3EuY798P8gOekKNz6Pw3mv1/ngstfaVcoHD83pteaQR+Syi+0l0jWz2NUcdK15il9HTkEOfeA995zZ4ijyjx9z85I5z9KC73FMN8CKV2bxhL7Bv1yy6BpFGzPuew97BA3AvuO7VOhQmaKzOBpjyfntR5X/OJL9Ak9a/xjfsBE5i
|
||||
eJy1U0tOwzAQnTGsUKyyiXICuAIHgDuw7KpHaCW2VCzaA4ACXIALVByiR6iEVLEqBdZIqMVPM5bdxOkPGCmKY8dv5s17Q/R/MWaisiXrD/4d1p27/+2eJ8VbbIFXcjrvqSH6PAjfF1beo4zoxKzHTOW9PCZaOrxnd3+WyV7XYc51ncJEDfj/7HBzzsJIbYg+N2MiN7iUO/Qa2G9Zfb+jPRnsoRswXyuY6LfP857It214bkvV78pKH3eNmWoNfu2GHmyK+0pvUNuQhd8tvOfeU/f0bF2v2JexXr4eeAc1IcfXUTj3XAetVbyF5r5WLGB4XM8tjzjCn0X0PYrW8GZPfdS2oiVmGTUNOdSJc/A7t0FT+Bk15mYVO/bRo85yVz0GLVKezRvmAvN2w8KrH3FEvx84zB00APac61qti8IEjtXeICa831xU8V8y8S+iietfxw9AYU6I
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="19">
|
||||
@@ -137,18 +137,24 @@
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="19">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB1CGASoaRYyoIWZtHIvLjlKzKVmWNPCjbQ0j9I4w2UeueGIrAfdXaSah64XGyDVPdjkSHEXLvuJdRM+P5DqN1LTBznm4TKfmmYSgwFRnmXw
|
||||
eJxzFWBgcB1CGASoaRYyoIWZtHIvLjlKzKVmWNPCjbQ0j9I4w2UeueGIrAfdXaS6EZteUv2L7h5scuS4Cd1+Yt2Ezw+k+o3U9EGOebjMp6aZxGAAlQdlmw==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="up lodar1cave0" type="mapchange" x="128" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="lodar1"/>
|
||||
<property name="place" value="down lodar1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="576" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar4"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="mudfiend" type="spawn" x="224" y="128" width="64" height="64"/>
|
||||
<object name="mudfiend" type="spawn" x="320" y="224" width="32" height="160"/>
|
||||
<object name="mudfiend" type="spawn" x="448" y="160" width="128" height="192">
|
||||
@@ -169,5 +175,5 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,196 +1,202 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydlOENwiAQhZvG6AasALoB4ga0jtDtnKWOZY1c8vJyB8iPLyENfH3HXRvmaQoGdyDQ+l/SwQI8YB0HXOvBBjxhnYuT82tci+t9rpMpP2eW96QOl7BRZg8+V96jZTvNP1p+r9TKe25Uk6t4e3xJ6YO2T/Ph3TmjN3JPmo97K2e94uccnJGzYb2xuF4XHTmr+XAmJU8uWVs+zCiZcCZ75hiziA9rxZncO1xO6R/6vg7GckW6G6knNnx7ySFo3+xKz2u+2pzL3VizgjnEZ82Rxcj/tdWbEbAWa88H0myrEA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvsOWmjjkzGRHs6TwIdhcjplpigBoTA8M2oDkOnAwMy4F0ApC/gwcipsoEUWPPjWk3LrNceFHFXkHdWAoVB5nZBDTHjYcBJxBngvgH5IZUAQaG10BalAlVHkxDzQC5NwzNzdjcNhtqXhmSG5HDTRxJbytU3BnNP8jgHdR+ZLfNQgsjmJ0g0AmUu4/H36Joboe5QRWL36cxQuIDXQ9MDQuau9XQ1CGbuQ3JjcQAZLM6saQJmBtn4/ErCMDSUwUPIh6QxdABsl/fM6Kmx1oBiJ9AbuvA4p8ONPPQw+c/I8QNoHQJMqNOAGImMpjGiOkOXOA11L4wqFveMGI3k1QwlRGSp+5giXvk9AvKs7DwAfnnCQ+melDahuXDt3jiChSuRUD5OYyY6QgbALmDUBglodlHTJjisosa5pAKAOIPMvw=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBvFo3gUj+JRPIpJxABVPZ9h
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3FVMeEALnm4bOHGubhcz8hdaSECT411PQ7qfpINY9QOBEKF0LmEeMfWpuHC5BiPyGzSDWPVH3Euo8a6ZIYjCtcyDGLmHRNKwwAb4BknA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="west" type="mapchange" x="0" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="lodarcave4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="hirazinn" type="spawn" x="288" y="256" width="64" height="64"/>
|
||||
<object name="hirathil2" type="spawn" x="256" y="320" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="128" y="384" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="192" y="128" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="416" y="128" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="352" y="512" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" visible="0">
|
||||
<object name="cavebat2" type="spawn" x="128" y="96" width="480" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys">
|
||||
<object name="lodar2:35" type="key" x="64" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodarcave4a"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireValue" value="35"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydlMENwjAMRasKwZFbVkhggxA2CGWETsQazFLGoohY+vrYSejhSVGVvH7HbsM4DMHgAgRa/0tauQFXWMcNrmllBu6wzsXJ+TVOxfXa18mUnzPLe1KHS5gpswefK+/Rsu3GLy2/V2rlPWeqyVW8Pb6k9EHb9zj++vDunNEbuSctH/dWznrFz3VxRs6G9cbieh505Kzmw5mUPLlkbfkwo2TCmeyZY8wiPqwVZ3LpcDmlf+j7OBjLFelupJ7Y8C0lh6B9sxM9r/lqcy53Y80K5hCfNUcWW/6vrd5sAWux9rwBEYuq3Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAvsOWmjjkzGRHs6TwIdhcjplpigBoTA8M2oDkOnAwMy4F0ApC/gwcipsoEUWPPjWk3LrNceFHFXkHdWAoVB5nZBDTHjYcBJxBngvgH5IZUAQaG10BalAlVHkxDzQC5NwzNzdjcNhtqXhmSG5HDTRxJbytU3BnNP8jgHdR+ZLfNQgsjmJ0g0MmIMBcbEEVzO0ytKha/T2OExAe6HpgaFjR3q6GpQzZzG5IbiQHIZnVi8Q/MjbPxxDEIwNJTBQ8iHpDF0AGyX98zoqbHWgGIn0Bu68Dinw4089DD5z8jxA2gdAkyo04AYiYymMaI6Q5c4DXUvjCoW94wYjeTVDCVEZKn7mCJe+T0C8qzsPAB+ecJD6Z6UNqG5cO3eOIKFK5FQPk5jJjpCBsAuYNQGCWh2UdMmOKyixrmkAoAZCMylw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJwLE2BgCBvFo3gUj+JRPIpJxABVPZ9h
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztksERADAEBJWQpvTfkgo4K/KLmfuxuDk/Zv61LlVTXrVng1fdr/qoJ1nP5u90jvKUT8oXxev885qXFdmvWJRH57r3TXKkcl/52s0xYd5yiAIuGWRH
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="west" type="mapchange" x="0" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="lodarcave4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="576" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar0"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="hirazinn" type="spawn" x="288" y="256" width="64" height="64"/>
|
||||
<object name="hirathil2" type="spawn" x="256" y="320" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="128" y="384" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="192" y="128" width="64" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="416" y="128" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil2" type="spawn" x="352" y="512" width="192" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn_bats" width="0" height="0">
|
||||
<object name="cavebat2" type="spawn" x="128" y="96" width="416" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0">
|
||||
<object name="lodar2:35" type="key" x="64" y="448" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodarcave4a"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="35"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
@@ -1,165 +1,171 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJz7JMDAcJQNgj8hsZkEMfnY2CA1MLXYxGF8FMyLA7OhmoVsPz58lRc7RleH0z1o2F8QOyZGLzYcL4jA01kRbHLNw4Z/MWMXP44Hk2MPPvPIwdS2i5phOooHHwYA/F3l4w==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNU0EOAUEQ7A1OdmVsvIAf+YOzxBlXifiAh3iCN7hZBxwQ4kKyscu0maa3zaCSTo/uruqKmQUACOrwwvPs+X1WxZ4LOL8Oi7UkNDzsLVkvrgmyQ3vJuC6NPTs3hd61WuSSv4Vye29EAO2SOc9ik0cVk6cBwFbrHfW+VlT0u9O1ldVMuV+NntWbx+89x8DkS/XTQ1/5Y2B3kP+N5pejN7ejjBdCIu5BYvhlly8Ihx/a//Ynyh1dzx39o42gd0H3Mvbs+RW58v+PO1HHd3kTNdpPfvB9nHTtbus4n9k9iIz1CCfbT4U2vgOa55pyTurnDn3irpk/2rtnNfltIxLB4Vn6S8LP2recC40H9Lp6QA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJz7KMAABh+gND7wiRfB/iiAWw+y+Ec0NV9ZcZv/DYscSP9xPG4TZcMtJ4ZH7gKSmSD3orsTGwgnQg02gMv9aWSaN5zBBQrD5B2F+rHZ/1YA1VxkProcLjEQAKWDt0ji+NyKbD4h9+DSh898mDy6e95isRebGnQaHyDWz8QAAL+fMuA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUjBgFqmIEMqGEGsWbB1CDT2Ni4/IouRg4gZD8+sZEGKA0DSuIJm/3Y4h5b2iDGDcSma1LMJ5Rn8ZlPDwwAaA4uKA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0">
|
||||
<object name="west" type="mapchange" x="0" y="128" width="32" height="192">
|
||||
<properties>
|
||||
<property name="map" value="road4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house" type="mapchange" x="384" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="road5_house"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<object name="beetle2" type="spawn" x="64" y="288" width="288" height="160"/>
|
||||
<object name="forestboar3" type="spawn" x="288" y="320" width="288" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJz7JMDAcJQNgj8hsZkEMfnY2CA1MLXYxGF8FMyLA7OhmoVsPz58lRc7RleH0z1o2F8QOyZGLzYcL4jA01kRbHLNw4Z/MWMXP44Hk2MPPvPIwdS2i5phOooHHwYA/F3l4w==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNU0sOAUEQrQlWZqRNnIAbuYO1xBpbibiAgziCM9gZi2GBEBsSYejSXaamdOMllWr1ee9F9wAABHV443X2/D6pYs8FnE/DYi0JzR72lqwX18Syg3vJdl0cO3ZuCr5LtbhL/hbK7b0RAbRL5jyLTR5VTJ4GABvNd9B6rSjnRmx1bWU5r9yvRs/yzeNc5xCYfK4Krxp95Y+B1SD/a71TjnKOjjJeCIm4B4nhFy1fEPY/uP/tT5Q7up47+ocbQe+C7mXs0fkVmfL/j1tRx3d5EzXSJz/4Po669rB1nL9bHcSd9QhH278KbnwHNM855Zzkzxz8tJsyf6S7YzX5bSMSscOz9JeEn7VvORMcT6JNfEQ=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJz7KMAABh+gND7wiRfB/iiAWw+y+Ec0NV9ZcZv/DYscSP9xPG4TZcMtJ4ZH7gKSmSD3orsTGwgnQg02gMv9aWSaN5zBBQrD5B2F+rHZ/1YA1VxkProcLjEQAKWDt0ji+NyKbD4h9+DSh898mDy6e95isRebGnQaHyDWz8QAAL+fMuA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUjBgFqmIEMqGEGsWahq0HWh24GNvPw6cfnLnQ3YrMTl7qRDCgNA1LihRj7CcU9NvtISfeE/IDPfGLSPD7z6YEB3IMvfA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="15">
|
||||
<object name="west" type="mapchange" x="0" y="128" width="32" height="192">
|
||||
<properties>
|
||||
<property name="map" value="road4"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="house" type="mapchange" x="384" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="road5_house"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="192" width="32" height="160">
|
||||
<properties>
|
||||
<property name="map" value="road6"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="15">
|
||||
<object name="beetle2" type="spawn" x="64" y="288" width="288" height="160"/>
|
||||
<object name="forestboar3" type="spawn" x="288" y="320" width="288" height="128"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="15" visible="0"/>
|
||||
</map>
|
||||
|
||||
177
AndorsTrail/res/xml/road6.tmx
Normal file
177
AndorsTrail/res/xml/road6.tmx
Normal file
@@ -0,0 +1,177 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="25" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQUj+JRTBY+DsW0Mhcd08psavqHGPeS6y9S9ZBjDyVhQIxeasQjvrijdVqhdZqntrkjCQMAWWeM8A==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx1VctOAkEQHPDiYSZZ4hfoH+jJO/yKHvHExQhGjRci3+ZJTQQSEBMTBRb1Ji+72S6mmZ3tZNLsPKq6q3uGcsWYn8SYsvgSeVPxvlywHs6zN85sbG0zX3SObWr9/hwvWWp3efR6lc51bT7OIc3NEs87ID9QON9Jtv5E45lGX+1nnFv6Pt03O3YjuZy7uD7sGec9Eg/4EE+q9tyVivV9tZ6f41mq74bkfu+Kz3fV/lgdHsmf6XxMphPX5MD5c3/0XYvwrGRvrD7IW+9/ExzExTpwDQfyPSb/G+gHHVhb4DDuyHq+WN+wcXyXtHYlo0mjJ1zIb2Z93kU6vogfyd5FgHudeM6W8MyV9sfEdeJU/QIe9N+Sxirx2MDd9AjZp/W1B4+u8UL9rjoTvb9DiR3YYznTEj3qNH8R5KP1Y9P9UXK7+jEfYv9S8TDug4wOjbbwNJ3PS+sHm8jaXO5kTfVl0+1iM67WgPumHeTTcHmebtAT0B9x1QV7orC5Vms53xce5Md8qFlLaRf2DMevNUGeXbwjZKn0xMp6PXpBXtsaBr2I+PGWcX6syTCSB+7gtp9cXj/0SKfkdYQ+I4k7FTz4PZe9UanSC3eO+4h5x0o/XauwZ7QeS+XBF36DH3lBw3aAy/dypPTmc/hvOKTzRy4/H/IZpQf3A3plZfNx6/imSfYOhrrp9Y/IPCycZ25+r/4BFir59Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAe+CiAYH8QwK/uggB2dUeB/GN49CKDQh7c9mPjExIHueWjACobmaYU4LKXkFvIAfjcTal/SHUXpf7Axj9OhfggBrwF2vOORnZREi6jABPQMq7QAS3teUtls2Hhgi18qOEPbO6F2YfOJ8c+mDm46gZs4sTYgxwu2PRhcz86wOYvbOZiK68IxTMx4YouDgAWMUi8
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="25" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VMkNACAIYwSXcv+V/BOQFgoJL6GXxnvMrqh9TeeqfXS2q5/hYH0w+bC6WA9+ttrv+mU4Ojxobmw+KHaGi/KoahP/l5+y1HgTrugOtyt6OxMsj6Hygf6xU45OK/Uzf61Ce8WXnT8OmE4I
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="25" height="20">
|
||||
<object name="west" type="mapchange" x="0" y="352" width="32" height="160">
|
||||
<properties>
|
||||
<property name="map" value="road5"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="608" y="0" width="128" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon0"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="25" height="20">
|
||||
<object name="beetle2" type="spawn" x="32" y="64" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2" type="spawn" x="160" y="416" width="192" height="128"/>
|
||||
<object name="forestboar3" type="spawn" x="448" y="544" width="128" height="64"/>
|
||||
<object name="forestserpent2" type="spawn" x="416" y="224" width="256" height="96"/>
|
||||
<object name="forestbeetle" type="spawn" x="512" y="160" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="512" y="64" width="192" height="96"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="25" height="20"/>
|
||||
</map>
|
||||
295
AndorsTrail/res/xml/shortcut_lodar0.tmx
Normal file
295
AndorsTrail/res/xml/shortcut_lodar0.tmx
Normal file
@@ -0,0 +1,295 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="20" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlc0RgkAMhZ3cqMkS7I8WZL1yEijAmQVK2Fpcx834yCQQ0IOH7yDEvPy8aEOnU8g8qg/X/Llx0BU8sRpHdPvMWLj/SNfKw/29NKdMKsTMjfxzQlA3ruQYi2ZbLRkO9q31rO0O41B3pvV6vboRdtfRcsYYJ8Ge+1LHlvdkDt7dCEwburHUyh4YnN7TcrF/0oYmarMHZvCetYPg6EdS0xt8Jj1n3ad3dxLMg9+VepZXvbsbIKaFPL1zTuwVrDeRXSczG573aHLuJHSDoSt3p3nOq8nI/eC72uFzL1JX+lg+/8bnnl5xxtqNBbJvA29Ju6cz2be0pduU9xdFX4vHOmSdWl5txjJGztHz28817P2vkjn2aP4bT6Guth0=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNVM1KAlEUvs2mv0U6A1Na0BtEK9/A3qDatOoFImofBD1C+AQatc0XyBEKXAVCUQttEzpB1EZ01/mYc/A0XcdMkT443Dt65nzn++65Y0yES8+YK89MHTXXmAXi7bmjvbfnjM+dHVHv0gQ4A9+Ya9Japsgk1Kv40VqinHI66rU4Jn9AnFV3eB1wPhP/I/G6E5gJ6BXueap9kMDfId5uLP6qWzhrrPlE1VmnvaOeoXWbtO5Q5Cleibft2+tmf9HPWSxHNCzTuuZEHgMl4rpQHkN/j+KWuTMqd2OEO/JpyRV9bf7vXPVYoH3Oi3iLzHmaMqZJ65MfzUMSGjEvNcADP+Bpy1Jny+vrPXIjvi770LHk427MMl+LzymndM0oP+Efagfpn3UAPW/gC93vfc7F+HF/4c0m5d35Ue+CtNo3mBda0MMixb46yxd8A1L9fHC+MRf8Xxng9y7pCFmznF+B16bT19Tjc1xlTj3PVeK9Z6/QI+a9zr18WHw6tMyLQM/5S2zm4KX0Uh+gVWbFVjvpd6Dl96PN36u8mgPsZeY1p6Bq0QqvbgbMCiBzfswcoepBQ84E/r6zdvg+6C49JHACgXqnwrnxe2aD9BFa9EvdJI+lhtxJiWkC/MN6/K/4AqlokGA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects_replace" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFQwFcFBoYey8NgL0wvw6Un4cTeCbGwPAaiE+I0dfeb0D7fgDxTzrbO9yBu+BAu2AUjIJRQCwAACdlCeo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAw2IMAwLIsZcabiXVjMtA9ZeAmEuYMnunMxGvDmYnCDBRaC8IgMzbLMTAsEUIvzpY2MD8CqMvkxnuIPMI2Ylsr5Qwgn7AhAgDUgGhsNaDuglk/jSgXdMJhDHM/+SGAylgKZLbYf4nJs2C3EZt94HsX0ogLA+LkR9PpLoXljdgbiNkNjbzLxPpXkk0f+NLU6HiEJqTCTM82JmIcy8+QCicJInMKzB3EguoUd6Saieh+KEknW8RwC1HyK+40vlUIst1cu0ltt7AB7C5kRxzKfXrSAIAjZo3KA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEUD2oMAgNh50DZOxB+xgWGU7gT8hcuOVLdQ475+AAp8UZqmFLDXnLiEl0c3TxiwokUe3HpQ7cTn72kxjshOwn5hZCd+AAx6Yqa9hIKE3Q3URLGxNhLjtmUpvdRjIkBAUB5Ew==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_replace" width="30" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztwTEBAAAAwqD1T20JT6AAAHgaCWAAAQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="20">
|
||||
<object name="up" type="mapchange" x="896" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="lodarcave4a"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tp1" type="mapchange" x="128" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar1"/>
|
||||
<property name="place" value="tp2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_4a" type="script" x="224" y="320" width="32" height="64">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_3" type="sign" x="320" y="256" width="32" height="64"/>
|
||||
<object name="sign_lodar_shortcut_5" type="script" x="160" y="320" width="32" height="96">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_2" type="sign" x="352" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="20" visible="0">
|
||||
<object name="mudfiend" type="spawn" x="64" y="480" width="64" height="64"/>
|
||||
<object name="hirathil2" type="spawn" x="672" y="256" width="224" height="288"/>
|
||||
<object name="hirathil1" type="spawn" x="672" y="256" width="224" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil0" type="spawn" x="672" y="256" width="224" height="288"/>
|
||||
<object name="cavebat2" type="spawn" x="320" y="416" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="hirathil1" type="spawn" x="416" y="256" width="160" height="320"/>
|
||||
<object name="hirathil0" type="spawn" x="416" y="256" width="160" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat2" type="spawn" x="544" y="320" width="256" height="192"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="20">
|
||||
<object name="lodar2:50" type="key" x="576" y="192" width="64" height="64">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodar_shortcut_1"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="50"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shortcut_lodar:40" type="key" x="224" y="320" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodar_shortcut_4b"/>
|
||||
<property name="requireId" value="shortcut_lodar"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="40"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" width="30" height="20">
|
||||
<object name="lodar2:50" type="replace" x="480" y="64" width="96" height="128">
|
||||
<properties>
|
||||
<property name="Above" value="Objects_replace"/>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar2:50" type="replace" x="256" y="256" width="96" height="64">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
<property name="Walkable" value="Walkable_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shortcut_lodar:40" type="replace" x="128" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
289
AndorsTrail/res/xml/shortcut_lodar1.tmx
Normal file
289
AndorsTrail/res/xml/shortcut_lodar1.tmx
Normal file
@@ -0,0 +1,289 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="23" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" 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="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVct1wzAMS3XzJO0GzbnX7OcVap9zipIB9F4+I3SWWu+ZrzACUkoPOFg2CYCiyZx2u7xiEvDOI+RGzoob4ETvznDew58hpuICsRz/A7gu+F7P5wV3OFe6lEaLqZwPiOX447CF6at5yvCHkXQhUCPnq1C++Jsr6EZO8+Tx1tgDxFi+QvD8llWffYf+70GNmUfxYp3HFZ4+9I9xOW1rrOrLftQ9zemZs5B/i5uhT84OJ8bjs7ojjxdhvNYn2Adfb888+Kx6Y+rkjWC8eL8Ij7fXcw+v4o/+fdVb1ntjozYqtjQ4uS+9PkCNni/VEy2vvfdh/aT4TqSrlec/faB4rc8vaTt7erwqXtsrXGNvPj3gv+e9EM0btW94dvdC7buWV9w3uHNUfuv7aO68wqtmPvPzvSjeaAdzjZnXuN+X84+ktXrcvBvUbJhIG+f4XM73SWuNZmD0PyvwvR2HWKvn+VVerk3v9+y58v4C82b3Kg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVb9LHUEQ3lzjsxFuF04Uf4BNOpPKxkpEWw1CLKKYQCKiISCK4A8sggraG/+A4LMW8w/IExSEQAhoiI02kvcsxObxBAtn2Bl2XXfvziZ+sNzt7sx9s9/OzAnxPPgQCdEAoy7y7yeB9TR0KCGac/i1BWyaYL1Tmvcs1JNNo2M7APOX6uHaLH33IBZi27EvwvxYmvWtDG6MDX0+Acd5pAf6jsGIPL6nsX7+ibXvINn0gP9mTp2LZPc3EeIMxhz4Tks9v4VxIR+fCzEcG7/3FPcbR5u0GH6RbhXwv4KxBr59Ss//wSgnfj/UcBe4jzz7eXIEcRKb99cUB2tZCfAiaqTJJJ3zlrRpjYyODPu+3L0y6VsjzbuUnvt0ZsyDzYKj7yXpZPu1RLpeOF4cmM/I02zpi5r3q/TzlmBvHWw2lOHCfKiSDl1OPNuODpiTVTojYk6aveFYpIJzgLls9Fu8b5XOf1sTBPvWLP47mV0XM1JrwvkXsi+RFsx5Rfa2L589by3+jM39pOHSukPGKdUE95hqxjcQeFfcj08y7gNxmBitX0nTMxi/E1PXIWBuHpPNfg5OjPGQOLA/dEemZzwFnJdl/g+osC2C87zmnJHrFr+H+V2R+tmbcsclOifekS8XvsBaO61z3tv83HduYO0F/RsQWG9DVr3bZ/1YgP8IjPFCOK7lyNh/lY97rx1rTBzf4Lml9NzXr2YLurYnArzIxXmzKB/mXSj3MaeLwLcTuDOsxRXgW4WxVvBrfE31UXXuk/dCYD3eAfcIjNGMvPHFxj2Buffg3D8oD9N6A8Y7BXyfA1rnwXdlekUpozZt3kXwW1Km9v4XMMYDafrXPX+2viM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects_replace" width="30" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo4B2wF1woF0wCoYyGE0/o2AUDE8wmrdHAbUAANaAAQk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="23">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBhYoCyMXfywGOlmkaMHGVwG6r9Eghkw+2B6QPovU+DuZibCarG58RKJ7kbWRyxADttSHHE2FY/7lxLhN0L2tuKwl9qA1HSATX8mkW5F9h96+uUiMZxJSf/IapH9Sk76nU5E3C4HqlnJhNuN5OZdQu5FtzcJGKbJSOFKbjwT615Y2BQB7SwG4hIK0jB6usSX32Dqm4D2NQNxC5K9hPShA1Lihpi8M4OMco6TQLgRciMnE8JcSswhRT2ozJNkIqyO2PIGZIYiNByITbcwdYxYwo8Yv5JaFhJTFhBjL0xNlRDxdhMCpLitC2hvNwl2E2M2If2TgHE0GRpPLSTYjZymc8ksX0D2vxeEsIktH0B6NgPduQWIa+lUN8PANDT7AGerTNs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="23" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztk8ENACAIA53C/VdwQ7/GEGJLUR6S9Ed7QHT01sZXutZ6xVWw1wwvW8ndM06zI+yTqsZl57HyWS4ze2Rfr9fLYnmWH/kzlhflWpkI1+tR7cvetQJXwUS5qFfFzX4LmXeOsNmb3OJ+YZr/UJ/x
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="23">
|
||||
<object name="tp2" type="mapchange" x="832" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar0"/>
|
||||
<property name="place" value="tp1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tp4" type="mapchange" x="64" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar1"/>
|
||||
<property name="place" value="tp3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tp3" type="mapchange" x="96" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar1"/>
|
||||
<property name="place" value="tp4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="96" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar2"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_6" type="sign" x="128" y="576" width="32" height="32"/>
|
||||
<object name="sign_lodar_shortcut_6" type="sign" x="800" y="288" width="32" height="32"/>
|
||||
<object name="shortcut_lodar:40" type="replace" x="832" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_6" type="sign" x="32" y="160" width="32" height="32"/>
|
||||
<object name="shortcut_lodar:40" type="replace" x="64" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="23" visible="0">
|
||||
<object name="cavebat2" type="spawn" x="64" y="320" width="160" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="192" y="256" width="320" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="448" y="384" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="448" y="384" width="224" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="608" y="256" width="32" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat2" type="spawn" x="544" y="128" width="256" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="544" y="128" width="320" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="23"/>
|
||||
<objectgroup name="Replace" width="30" height="23">
|
||||
<object name="shortcut_lodar:40" type="replace" x="96" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
275
AndorsTrail/res/xml/shortcut_lodar2.tmx
Normal file
275
AndorsTrail/res/xml/shortcut_lodar2.tmx
Normal file
@@ -0,0 +1,275 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" 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">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylVMENgzAQg/yYqdN0hO7QGbICSb99AQsgpVmBWUqknHDNJS3lYVUpd2efcXCmaVzGmOFOwK/oK8+nFS/lnDD8yKFp9Ll/NPs90rO4YlHOCeEL9wg6B2V+gB2wJvU8u80Pn8+IUPBd+ERnoPkT7YA1MfM40iGYu/08RzOxHudH0qvVDKBj7vbA2gfVybwLaYigt1d8FC+XAifDU502L9Vc2w0lXvRVm1nSgL0W/Ey8t3YD8t4rGqw5xis59ZATrJNccK7w/eB9wF7Zxyk+473UchLAC84ivmvJgzWffE7hRp2TkhP0X/OV70PtGyewdG8j/F/i412Y+8i32Cr9WjZqu5R8PaJBfjmHZ+b+o6O2yxtJeUPp
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVL1KA0EQXlZFtAmXyAV/H0Gb6Ato0ioEtQ1aWojGzkJQ8wgh9pKAtvoCJoK2NiqxCCmU/FQ2Yjq/cWe4vfOMKUIc+NjdmW9ndn7ulBq8rGr/eRTnXR3O7ZdMwn/F9etmoTvqQ9wcfGhgB5iP+m0l/fO8HlNqAyhif9Il/jLbpDb72uRhywzOh0CE9XNY10JyPR8x66ajVNWybYfET2vzzivHvJFky+LVsP+EjxdgIWo440DG4ri8J56g4xou1SobUpc72I/h78nx24oWd4p5JMPaz6HaxIGmld87/F2g1pfAUszvj2K+gdtm/rXjvf0A9+6hH8P+0TE6ituE/pl5Q9AluY9Z6FuwN1wTn3iJuFKLQAqcujUXdF9yIN95fo/0heLafRauzEqOV6kT5SU+ClhXEDMJODF/HRMxz1c9MKcVnG+Bsuvhg3tMssf1fbXupQL+5V35QG9JxFfQluFZi0x4IE6bZ4X6WQvckfqne/h2C9a8BPUl7h/Fa/AclB1TV/lG5b0tzltmvVehONPa/OO+/fCMNKy5o3w60fC6iY8b53f7X0J5nsL/mTa5yT9AvstBSZX/AQ9dcv0v+QKgXG57
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects_replace" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVL1KA0EQXlZFtAmXkwv+PoI20RfQxFIhaB20tBCNnYWg5hFC7CUBbfUFNIK2NiqxCCmU/FQ2Yjq/cWfI3uWMKUIcGHZ35rtvdn72lBq8rGn/eRTnXR2O7ZdMgr/k+W2zsB31IW4WHBq6A52P+n1F3XnecJXahBawP+kSf5l9Upt9bfKwZQbnQ2iE7XNY10M4z0fMuuooVbbqsB2CTWlzzyvH3JFky8JVsP8Cxyt0IWow49C0hfF4TzjRlmewVKtMSF3u4T8G37Pj9xUs7BTjSIa1H0O1iUHrVn4f4LtArS+hS66fj2K+A9tk/LXTvvsBvnuAfQz7J8fYKG4d9hfGDcGW4D5mYG/AX/NMfMLFY0otQpPAVK25oO8lB+LO8X2kLxTX7rNgZVayvEqdKC/hyGNdQcwE1HH9dYy7ba5qYE5LON8FbJ/cY5I9ru+bhUkG+OVeuUBv6d0JV9CX5lmLTLSVME2eFepnJfCN1D/Vw9vNW/MStBe5fxSvxnNw65i6yhuV+zY4b5n1XoXiTGvzj/vh4RmpWXNH+bSinbWxOW6c3/1/CeV5Cv4zbXKTf4C8y0FJmf8Bj11y/S/5Bpr8a9M=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKA/OCyGn08LcBlox1QmVP4lEu0lx52U+BWmFpc7QX64jEOumQmVDzJrijAwDITx20lMuByGqvkohF8dCIDULQHauRSIZwLxLCz2ExsXxIbdMib88rB0QI90BwKMUD8vB9q7kgm3vdOBcpuBYbqFiHAlBRCyFwRg6eiQGALjU0cKmI4nPmBu4hdB4GdY7MCVPqYSiGtC9oIANvtoBUgtc6gB8IU/PcFgcQc2AACBuy4H
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEU0xXDwEDYSYrdxKgjpIYUf+IC+MKPUv9QA1BqDrHuITY+0cVwuZOcMMNnLzXTPLXsJSUd4wtzcuylJI1TG2OLf3rZTWpcDAQGAAHPDQY=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="15">
|
||||
<object name="east" type="mapchange" x="928" y="224" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar1"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="224" width="32" height="160">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar3"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar_shortcut_loot_chest" type="container" x="64" y="128" width="32" height="32"/>
|
||||
<object name="tp1" type="mapchange" x="672" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar2"/>
|
||||
<property name="place" value="tp2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tp2" type="mapchange" x="128" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar2"/>
|
||||
<property name="place" value="tp1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shortcut_lodar:40" type="replace" x="672" y="384" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_6" type="sign" x="704" y="384" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="15" visible="0">
|
||||
<object name="cavebat1" type="spawn" x="128" y="192" width="160" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="64" y="224" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="384" y="128" width="256" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="384" y="128" width="256" height="224"/>
|
||||
<object name="cavebat2" type="spawn" x="384" y="128" width="256" height="224"/>
|
||||
<object name="mudfiend" type="spawn" x="640" y="192" width="96" height="64"/>
|
||||
<object name="cavebat1" type="spawn" x="640" y="192" width="96" height="64"/>
|
||||
<object name="caveburr1" type="spawn" x="768" y="256" width="32" height="32"/>
|
||||
<object name="cavebat2" type="spawn" x="736" y="128" width="160" height="288"/>
|
||||
<object name="caveburr2" type="spawn" x="736" y="128" width="160" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="576" y="352" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="15"/>
|
||||
<objectgroup name="Replace" width="30" height="15">
|
||||
<object name="shortcut_lodar:40" type="replace" x="128" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
255
AndorsTrail/res/xml/shortcut_lodar3.tmx
Normal file
255
AndorsTrail/res/xml/shortcut_lodar3.tmx
Normal file
@@ -0,0 +1,255 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="18" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFld2NwjAQhCO/pYFrhhLojxYgvOYpPwVYCqSEq4VY2RHD4I0T6aR7GAmz9n7jtde5haq6/YO6Rf1GvC/EvfmlnNOih/F17WAxxEs5eX7SuOjq5Ix1Vf0av5O1z7DGEOecnTAbmQ95ORMXmmQt/h/IH/vgGgwOV3O29aroCLHR1uXik+zjnvL+fOpKLJbHheYMM9J63ofHPWXYyINalXzEOu/f43L8ElYxV8/6KLO1M2HmYIyG7jUUzccWCz4vzllBM3Fxn+BHueiHJuQ52qMNsdGzPEacPc6ZvpvMC85WfeXekpSro57FuBcfLHC4ztwrpXcInJRntN/n8O6pp8NtZU+pHrPNzzH1Hfo6T+kpZvDet2rpcffeZ73b2DvWHv1mHeklrYV3P/dqby/9BWuPD29c0gttnYnM
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzlVD1LQzEUfQZBrNBH8+BJRZQizjq66w8QdFNQXK1I1UUUHHR0LXVw7Zt0KPgHtEIFJxeVOmgHxerkItRBPNck5KPto4Lg4IFLPu7JPUlucj3vf2Gde16WtfdPx/haIQH+SBC/rhe+Imzb4SxgvCrnFtEewNKwDOItsfYxiTNgrHsweD3M5r1x0Sf9DfSH0fbDdmD10PPyTPtzsPlAxEy30C6Df+aY4g2iZbAIdpMSc3VDm+YroRhfhHbcZWhmA+En7hrWTTL7LC6ISzGvwL2UOrcp7adzFZjmVmENqRvJ+S1oPmHuNdT7nGEiX1Eb7Yqx92volQzNXWfNu9Qkjbpc98K1Jt1Pny/ifKJ/jH5XC02VIzpP3tAoGLkLYfdyPBeIPCr9mqFJd5SE7whaE93IKcaH6KdsyaazxO2JQHFVHlcCe58mb9TXufk+a6DHU4Hg0Jsa4/H6BMq9q9MK+77Ny3j2eBa6z/I91TrQ7RQ5J1bCt8d09+qPnKTsf6xQNObKYbNfISnfgItI1icCM/zm/9jjto4C+eM0KU9DTNTAyHiL7v5VXRh37oPefTUmfjtQLHrbd6H+fyV5fx9c5LAMO+e6FilQPTRrwU9Ad9HgWvvU+f8EswY9cr3uN6HyRtoqj5tSq5P/8Jf4AkFReto=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects_replace" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzlVD1LA0EQPRdBjJAjd3ASESWItZb2CraCdgqKrRGJ2oiChZa2EgvbXKVFwD+gESJY2ajExhSK0cpGiIX4xt1l59bLEUGw8MGwH/N23u7O7jjO/8Ka5zh50do/leCLQwr8IT95XTd8JdiWxZnHeEXNLaA9gGVhOcRbFK1jEqePrbtnvC4R5b16sk/66+gPou2FbcMagePsC+MvwOZ8GTMbo10B/8wyzetHK2Ah7CYj5xpMm+ar4E/CdxFE4y5BM+9LP3FXsW5cRM9ig7gU8wrcS6VzmzF+OldRGG4N1lS6oZrfhOYj5l4Cs89pIfMVttCusr1fQ6/MNHesNW9KkzQaat2zZzTpfnpcGecD/WP0O2I0dY7oPPtMo8hyF7D5WV/mUevXmSbdURq+I2iNdSKnGB+iz44Re5akPREors7jsh/dJ+cNuyY3X2f1zXjClxx6UyNesj6Bcm/rxGHPjfJyTnQ8A90n9Z7qbei2i4IVK+VGx3T3+o+cZKL/WKPUZj1KW29AI1T1iSCYn/+PXS9eh/yV4Pu8BuVpQMgaGLK3aO9f14VR6z7o3dcS4rcCxaK3fReY/1dW9/fuyRxWYOeeqUUaVA95Lfgpmp7RPrX+P4HXoIdffEscOm+krfO4obTa+Q9/iU/vA3fG
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFyOCwGPXV41KDLH6JBHsvi0H0cjJhNzOZCb+ZMPFlSPpBZkYLQ9ixwtj1zQCq5wZiSSDmR7MbZGYxFvfgAyA7YW5RB9qZi2ZvLz9uvUtJtAsZIId7DdDOWjR75+Kxl1hwGS3sHzARF8eNOOzeRaR/ke3AFY/YQA8Oe+9REM7EACUcbvSSJawXPYyJVYeNT0p6IraMQFaHnNZJNQemfyoeN+IqS5DFJQmUC9gAPjux+Qnd3s1CDAxbhLDrJRfgCzd8foOVmyCAz1+4wHQy8wI5dg1XAABDuDRq
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="18" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEUj2IqYhDAJQ4DtLCTEnuJdRMuQKy9hACl7iPGrbS2l5w4orW9tFBLqVnExgEt7CUnTkixF5u52OTJtRtfGibFHdSyGxegVpzicgM1/UUPDACgU2KI
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="18">
|
||||
<object name="tp1" type="mapchange" x="192" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar4"/>
|
||||
<property name="place" value="tp1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="928" y="128" width="32" height="96">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar2"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_6" type="sign" x="160" y="192" width="96" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="18" visible="0">
|
||||
<object name="cavebat2" type="spawn" x="384" y="192" width="224" height="160"/>
|
||||
<object name="cavebat1" type="spawn" x="352" y="192" width="256" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr2" type="spawn" x="416" y="352" width="32" height="96"/>
|
||||
<object name="cavebat2" type="spawn" x="288" y="256" width="32" height="32"/>
|
||||
<object name="caveburr2" type="spawn" x="320" y="416" width="192" height="128"/>
|
||||
<object name="cavebat1" type="spawn" x="288" y="416" width="224" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="caveburr1" type="spawn" x="544" y="416" width="160" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="672" y="384" width="32" height="32"/>
|
||||
<object name="cavebat2" type="spawn" x="704" y="320" width="160" height="160"/>
|
||||
<object name="caveburr2" type="spawn" x="800" y="192" width="96" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="18"/>
|
||||
<objectgroup name="Replace" width="30" height="18">
|
||||
<object name="shortcut_lodar:40" type="replace" x="192" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
303
AndorsTrail/res/xml/shortcut_lodar4.tmx
Normal file
303
AndorsTrail/res/xml/shortcut_lodar4.tmx
Normal file
@@ -0,0 +1,303 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="24" 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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydlUFygzAMRT3eMQkHaHuUXi9n4AoBtqwoHKAzpVl3xT3abmoN/sOPkA3N4g+MsV4kfdmpvXP1Ab2RjuzPaQiagi7x2T/ARS7C+gz6CGroHdyjjClK4t8L566RJ++iOXKvOzWBMUchPiWL1yhGVyzaY+V4YLA4Dr3SPMub4QBPejVSP1u/rrPnqFXiv8/O/QT9nu16b5TfaHgzqVqLcnmeypVXJTy5GetzrBe8p8B5Dnop72scjdiUXzUxre/ym5LLV7Go3/GfPc7NBXiScxuZr0YM+5zjQPCCc8SMaB4ze7/laC+6uA9n3JptnrfGb1miQe3DTOr7YVD51QaP47Uq4wxb5+FC622Cpc8d5lr3CXMP7qB48AX7rDvBmkHmalZH+7h/qbuAuVZu0rfKb72t/fotN9vM+89/SJXhp/J5hJ/b8wfXBWTE
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlDtLA0EQgNcDi1jl7nBDrvAnWFpqpaXGQiwV0yuYwkehkCg++hD9AQb0Z+SKpJVAFC1MGjGxsgmmc4adZec2uTxQcGDYZXf225nZ2RHif6TgqPHc+RtekXHmPSHWJuTuMvuyNb8D3RqDlwWbaanmJ4453/L6bW99xR0mOdiflYrx5ApRg/k7aFsamw6wl4F1D/rgx7OQEQKj4Zo15HVBe4wXwnwFODcjfHt2+9dqsn+Nyw5ws6CZGHbgR0fN+/JMrt7Y2X3K4TZoGnSP5VyLR6wXFmeJ9ps0Yk7xfB5sC6BnxD2l/ZDFFTCelgTYFVNKMW+fUrH5Oz1CDFPsfdCHb2kUfcM7mxSLPqNt8f071tu71nuv+9H6yCSFWEyaOJGn2TnP5Bj/TmnAm4SsPjAuZB3BHce+8a1qxchroD6iHlCugHWN+U4prdJdrzBWBtRYnPD/vwp+HgDz0Df+dSnPKJiD8pD6rlj/YQl4F8C6tP5Fi+oSWcUYXtvKge57H1IpSpnVIV+3Be10DfDeETiGi5KgOsA6xH+q+8+c5WPeU7WrmU0nyp2heZryqHvHJvUiu0eE9I8atI/3bsDZBfInYHlHHtZLXN5swRrsURzYn+y+VZXjswYJ1n+C/tNvOJPKDzBshfs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects_replace" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo4C2wEyYOHUXhRgYLglBaHzAjUjzQOASAbNIBYTcNgpGwXAH7oID7QIEeAjMjy+HcJ4EACG9B1o=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBj64LIYdjYp4DCSvkti2MWJMSOYCdMMEFgOFF/JhGreLGHcZoH8gW4GIfMIuQ0duGCxv5WJePO4oPphdAgW80D+gMUJjE4RxlQD8ysTnjCB2QtTC2IXA9WXQPWwMyHEYYALybxmLH4jJq6nExEm2NIdvvgDAUc8fgW5Zak4YXsJuSETaEeWMMQtU8Xxq0UH2Pw9DWhGmTjCrKVoYT4VSc9UbPqZEOaC6BagOa1QszKQwgM9LnC5dxfQjN1MuNU1Y0kTIIArbu4B1S9DMg9XfiAUtzC3eMlCMDpoxeNmXABb+sSml5IyAZu/sIktxRIu+PIJNvWkAGLy4FAEAKW7Qjc=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEU0xQjA3L0opuBDZDqDnz6iTGPXDcQ8icpbiDGfehsYuymlnmEzCUl/EhVR600SYp5pMbLUFZHTrqhRpyQE7+41BOjhlS1uAC56YXYcKLEvIHEAFXsLB4=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_replace" width="20" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGAb0BAAeAAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="24">
|
||||
<object name="tp1" type="mapchange" x="544" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="shortcut_lodar3"/>
|
||||
<property name="place" value="tp1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="up" type="mapchange" x="128" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="lodar1cave0"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_2" type="sign" x="352" y="672" width="32" height="32"/>
|
||||
<object name="sign_lodar_shortcut_2" type="sign" x="416" y="192" width="32" height="32"/>
|
||||
<object name="sign_lodar_shortcut_3" type="sign" x="416" y="288" width="32" height="32"/>
|
||||
<object name="sign_lodar_shortcut_3" type="sign" x="448" y="640" width="32" height="32"/>
|
||||
<object name="sign_lodar_shortcut_5" type="script" x="512" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="24" visible="0">
|
||||
<object name="mudfiend" type="spawn" x="128" y="384" width="64" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="96" y="576" width="128" height="96"/>
|
||||
<object name="mudfiend" type="spawn" x="448" y="544" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavebat1" type="spawn" x="416" y="320" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="mudfiend" type="spawn" x="192" y="64" width="96" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="24">
|
||||
<object name="lodar2:50" type="key" x="64" y="224" width="160" height="160">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_shortcut_lodar_1"/>
|
||||
<property name="requireId" value="lodar2"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="50"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" width="20" height="24">
|
||||
<object name="lodar2:50" type="replace" x="96" y="224" width="96" height="128">
|
||||
<properties>
|
||||
<property name="Above" value="Objects_replace"/>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar2:50" type="replace" x="384" y="672" width="64" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
<property name="Walkable" value="Walkable_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="lodar2:50" type="replace" x="416" y="224" width="32" height="64">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
<property name="Walkable" value="Walkable_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shortcut_lodar:40" type="replace" x="544" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_lodar_shortcut_4a" type="script" x="480" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="shortcut_lodar:40" type="key" x="480" y="544" width="32" height="96">
|
||||
<properties>
|
||||
<property name="phrase" value="sign_lodar_shortcut_4b"/>
|
||||
<property name="requireId" value="shortcut_lodar"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="40"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
@@ -1,125 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png"/>
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png"/>
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png"/>
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png"/>
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png"/>
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png"/>
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png"/>
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png"/>
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png"/>
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png"/>
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png"/>
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png"/>
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png"/>
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png"/>
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png"/>
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png"/>
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png"/>
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png"/>
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png"/>
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png"/>
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png"/>
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png"/>
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png"/>
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png"/>
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png"/>
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png"/>
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png"/>
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png"/>
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png"/>
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png"/>
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png"/>
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png"/>
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png"/>
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png"/>
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png"/>
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png"/>
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png"/>
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png"/>
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png"/>
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png"/>
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
@@ -128,29 +127,40 @@
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAcTGeE0F2M2OUmMaKqgwEdJgYGMxYEX5sJIgbCLLwQsTIovYMHIk8O8BVAtSdcAL96aag9sjjsQxEHmptKwDxc4D4Ppp2UAFD4o4cxDOhgMR+bnehhjKyPkBuRwxiXnfjkscUvNjsJmYtLHwzA0hZIDXocw+Tw2UlqXKGHC6UAm//xxRsywOU/XADdr8j8NiLNIia+QAA5XkgBhMxHDhv0vI8tbogxj5L0gA0QshPd3fjsJFWO1DSB7iZq+H+gAQBiLRER
|
||||
eJxjYCAOZLDilpvOCKG7GLHLVbCiqoMBHSYGBjMWBF+bCSIGwiy8DAxpQFwGxA1AvIMHIk8O8BVAtSdcAL96aag9sjjsQxEHmptKwDxc4D4Ppp2UAFD4o4cxDOhgMR+bnehhjKyPkBuRwxiXnfjkscUvNjsJmYtLHwyA0hZMDXocw+Tw2UlqXKGHC6UAm//xxRsywOU/XADdr8j8NiLNIia+QAA5XkgBhMxHDhv0vI8tbogxj5L0gA0QshPd3fjsJFWO1DSB7iZq+H+gAQAlcRJo
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAdAEGrACXOLJ8Gg41MPEqVuzy4QTMBoFKCvTiArJM5OulBsAXpoTkcIU1COALE0LhhUuekJ345PHZORj9gk8vPjPJ0YvuFmLU4FKLTS+xbiFWLza3EKuXGDFi/YpNjJSwQ8/7xNqJbC4+OVqlaXxlFiVl4VAuR6kJANiiHSw=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above_replace" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAdAEGrACXOLJ8Gg41uMRhIJyAPK30yjKRr5caAF+YEpLDF6b4woRQeOGSJ2QnPnl8dg5Gv+DTi89McvSiu4UYNbjUYtNLrFuI1YvNLcTqJUaMWL9iEyMl7NDzPrF2IpuLT45WaRpfmTVSy1FqAgBlxhwv
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="30" visible="0">
|
||||
<layer name="Walkable" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNk8sJACAMQx3Bpdx/JU9epM2nKFrowZRH0oKjtzYe96pIi2bRnJXDs2y7jnzYvg6X5a6yyp5KxhOsk4fdwfVz2V27yaL7VFj2Vj0zTWWR703NzYL2YBybOazyVzKO3YKxqCvMj+wEcUhj8g==
|
||||
eJzNk8sJADEIRC1hm0r/LYU97CUwP1khgodoHjNKsp6qNZxvqP555zsjNo2EV97OOtNR8yYc8t1lnTkdj3+wiR+1h1QvZdHbnmDZfjqsOruaqOayTHeylnphcyhO9RLW+SuIU7tQLMsOcyO7AX3yZEc=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<objectgroup name="Mapevents" width="15" height="30">
|
||||
<object name="south" type="mapchange" x="320" y="928" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="snakecave2"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="320" y="32" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="snakecave4"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_snakecave3_grave" type="sign" x="384" y="96" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<objectgroup name="Spawn" width="15" height="30">
|
||||
<object name="cavesnake2" type="spawn" x="288" y="640" width="160" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
@@ -176,15 +186,28 @@
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake3_boss" type="spawn" x="32" y="64" width="416" height="128">
|
||||
<properties>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake3_boss" type="spawn" x="32" y="64" width="256" height="224"/>
|
||||
<object name="cavesnake3" type="spawn" x="96" y="96" width="192" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys"/>
|
||||
<objectgroup name="Keys" width="15" height="30">
|
||||
<object name="elythara3:10" type="key" x="320" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="snakecave_key"/>
|
||||
<property name="requireId" value="elythara3"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="10"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" width="15" height="30" visible="0">
|
||||
<object name="elythara3:10" type="replace" x="320" y="32" width="32" height="64">
|
||||
<properties>
|
||||
<property name="Above" value="Above_replace"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
170
AndorsTrail/res/xml/snakecave4.tmx
Normal file
170
AndorsTrail/res/xml/snakecave4.tmx
Normal file
@@ -0,0 +1,170 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="13" height="17" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="13" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzTY2JgcCAB6wGxPhAHkYB1oXpSSMAwPSfYINhBADeGqSFWz3E2+ughx22DQQ8xmJ56QGmOCw0jq0GX08OTFkHqccnhSosgPbjkfrBhxydwiIMwAGqra0k=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="13" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAPWHMzMMxiZGB4xcLA8BKIbbkh2I4bwv8JxDOB8lbcCD1VrAwMH4FiXGwQ+T5mBoZ+IJ7ADOFzA8XnMELUwUAlkL2Vh4FhEVBNqgADwzwgPR+IFwBxlQBEHCRfiaTnPpD/GojFgeZNY0TY3QpkRwP1yADFX/Gg+qeZB2L+Qqg9ILUJ7AwMnVA9IHGQWc1I+oKAYm+g9sDMA7mjGaiuC6inRwChDgaSoGyQu2sFIGYm8UD8Ugv1TykvQh2yHpB5vQII8S4oX4cNVR0IFDFD3G4OlLMGYkskbAXENkDcywhRBwOpPJA4AwFnXggNCz8QaIWy05HCABSu75D4b6BqyoD6HwPZLkD6KA9mnM7mQYTzHSQ7PkPZs9HiFB3IMkH8J82EWw02MJORsBpaAwDpMD53
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="13" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAPhAug8l+zQOg3LLj1zOaF0L+gan5D6T8s2NWBwGooW5wNu5kyQPF0AYQ6bG7DBtDVwPj47MGlBxkU8RCnB2RPKhb9+PSoA+U00NynxYbdLcSEQRoZetABclwRq241kXqIVUcKSCfDj+jhRCkAAM0VE88=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="13" height="17" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0iGATw8bHJYQPI4qTqQVdPqj245EjVQ4o96PpwqcFlPjb7SFGPTR8hveSkh6GiBwAyUi59
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="0" height="0">
|
||||
<object name="south" type="mapchange" x="192" y="512" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="snakecave3"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="0" height="0">
|
||||
<object name="elythara1" type="spawn" x="192" y="160" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="0" height="0"/>
|
||||
</map>
|
||||
201
AndorsTrail/res/xml/soulpartdungeon0.tmx
Normal file
201
AndorsTrail/res/xml/soulpartdungeon0.tmx
Normal file
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="25" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzlktENgzAMRBEfMA0wQgIbpGQEVmWnfjaRbOm4OlQVQoL24wnLik93Nr6uKp8YE32BkJilnhJO6rXZvssaD0F73gBnony7+l2L51FfQT8I6g1Q42zOtBBR8rKmIx/ax9m8jxLByIi70r1Ys8/W7nd0G77D9METgxkxq+4p7uhZHoNxr/lLTwzf64jWP1P6p86auwp393/HfFf09At+LZ8v2pNOnw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNVDFrVEEQ3nugpNgHG5JWwbTxB9gnrbWC1kG7NJFEiB6KggFRFBWDGhstL2mEkMbfYKEWiXjRwiaeL0mnOfGb7Dfu3N4GHRhm3+7MtzPfzL7VcedWoWvQ05Vzr2vnJqu4fthyh/KU1kp7PNprjL1Sx+8n8F1uxfjHsF8Zq+e3Db6KfHeAcR16HzpLX/WZH8E+9/aB9+oYcob9bvISH5EZg9thboq11Io53cli3wDvLb77WZ1ruPNRoXaVZcNPnzV/8rHWrk/5TJqczoaosvcAMT3GtVmfG3Wugu7BpwW7wP0t4PWgM/hufIxXTkVeoM4V6EvWu8GzJiSsWeNvZQr7m8xXe9MxcyHynLUKluQ3Rqyb3L+K/cWQMM+MpPUKfbZpBV94FW4kL61ZZA64J487dwFYF0Ncfza53SOGcPeM3PV43g1Rbc1al+Kp6LnlW6zcpfFVdnZ4RwmPfh/DYKy1elfeX5FSvaVYa3fg8y3Eufh7BvnN/JZwdhc6XQ/HqmgtbZ84aVj/vk9+O1z/MHvKq87nJR97l9dne2H77AqzWPJbMJi7Bus97Icw2Jvzfpj7xmc5ZHeJz7v/6Ftp/8CTQ/La+LKvtVLDlzDc10XDo8guc/pXXqW+HsXnXuFetdu8d8z0Za4uYDnOxmh6H9N1mhOdqfy/+dPOKeNOIW6ijrXK23HZuzhBrANa+afIv+qWmcNfus54v1xH7mQtPlJXz8Td8Gl29U5b+1T2bix/leWaZ13zhqpCL1ydcWP405j1DOMoe84PQvd93JPzPyz6uo4=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVFEKwjAMjQMH4ia9ld7AE6jX8jK6X/Ek7QXUDVdaQvLSjj0o3drkJe+tK1HC1RFE3D8bcbXI+TY97gfVvvd63k3Jq4mV8vw4B5dmq8auIdo3Nn8tLqw28umzJfrOg1qbe/KD+5RrPbTys4bI9XL/IXFycJ+53/Fd4uB6/RwzCLGoh7in6UW5NfCFPKVxFkf0M4d1pnmupf0x7j9d4p5w6vT6eRyqz/st4ZC0IrxXvu+074a8WKtGLYfWz8C8Rwidsr5Qa8l5C0p/0r2xBLw+15L/F0dBv7RW6gc60z999Fz5
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3hGASoaRYyoIV55JpLCAwW89DZtPDzQJuF7i9qmUWM+4h1PymAlDgi1Z2khCMpaYxSPNjMIjZeiU2LxJpFLKBGWsblRlLNxBbm5PiZEJ8aYUFKXAMABTt33g==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_replace" width="20" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGwVAHAAfQAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="25">
|
||||
<object name="south" type="mapchange" x="448" y="768" width="128" height="32">
|
||||
<properties>
|
||||
<property name="map" value="road6"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="160" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon1"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="25">
|
||||
<object name="cavesnake2_boss" type="spawn" x="32" y="608" width="288" height="160"/>
|
||||
<object name="forestboar3" type="spawn" x="256" y="544" width="320" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="beetle2" type="spawn" x="512" y="480" width="64" height="32"/>
|
||||
<object name="forestserpent2" type="spawn" x="448" y="544" width="64" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="25">
|
||||
<object name="elythara3:74" type="key" x="128" y="128" width="96" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="soulpartdungeon_key"/>
|
||||
<property name="requireId" value="elythara3"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="74"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" width="20" height="25"/>
|
||||
</map>
|
||||
195
AndorsTrail/res/xml/soulpartdungeon1.tmx
Normal file
195
AndorsTrail/res/xml/soulpartdungeon1.tmx
Normal file
@@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyllk0OgjAQhYkLTDxDr0DxBoA3AD2CV1OvwpFc2iZM8hynM1NcvJDQx9d2fkrjoWli0sgUDWneKWlhGhQu9w8w1iddk+5Ms+AlFvfP4Mu8tZWF3hFYkjf7OoOH3kVhkbw8WqvloZiEpJOTq62N58vaj4eH+cWx/Hwcm+aZ9Eo6G3NhvZTi6uXhXiXesMVgDy8KvnmLAfIuCo/XvFYzlPeb4qFatnhhqyVP3q09e9df4uE3fGxy8LQYUv9bZ4AWQ1wD9b/VM7z/O2Dx7+hss2LGeb1zP1rMSvxa4bkcKmqhJg9S7dVKqz1J1Cf/8gLzxQJX+qdac0pcaT78zyOP3xe84veCzOLvasTvBdgbe/Ruv7W2v+9q9AF0lUXU
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVL1KA0EQvksXcgvXh/gCyVskzxArJc2lE9KchZAgSA4UhGAhRMQyrdY2FuIT+ACidhoCai+Z4WbYcTN7uQgWfnDkbnfyzcw3P0HwN3gNg2ARbvafK7C/NfrdF9x9O3z3BfxndPes2LQq+e8QfPXgeY+CoAlnjx4+th9TbM3Kqs0cOA5i4Izt2cxY22vgnoaWC31KSM6E/JwA1yk85xRXW/i/I66Uztj3nHjrSow1OnuKVu8Ybcf3zFOPF4opAZst4O1G+fsbcfM3oy94hgrnJfAlIuaGEj+D9XiIcn9urqjLGGwGxsYj0SP/AyeOPU+uow3P+yL3sdJT27GNX6Ib2weREf+8oF4M7KdM9AdqUCVdaoqWE2Nr9FkwR5xj3alNn74ToQH3tDYfnDP2k9abElwz7j2fzvvG9quLjsnrIGey47FdB6kPzwUC80At0MeHoqHsvQu4P3Z2gMwrFe/ShwTWLBU7RdsnO3C/WyLPlqcGvBtuzM+9kwlOrKXcIcyFfcpzfqTo4fb71NN3WFd3lyJYL54ptjkUfa9xYrysKcbAPcP14Zil7kPBuQ4ToY07Jy6ygtqw3qM1M9IQNffZYc5Fvn4D3iPVEpqUxaLEbvvPWAJnl2D7
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKANCBdAsHfxkqYeHaQD5dLwyJOqHpdd07C4E5dZ25DU4nM7DGyFqifGH8SYhwtg8wM24MaDnw8D23CYB3NjOg63yjER5w6YGbBwQQ6f46KY6ogBuMLvKNC8a1CMTx2x5oUJIDAp5smihQ0sbVwj4D5ccQQCxIQNKXkIZjeu9ITNPnxpD93PuOwjBeDzM8y8VDL8jM0eUsIOm3nnGBF5CdksX6CYH1q4gezTZsIUQ9Z3jxFVfgGesEf3F7n+gQH0uKSkvMIGKDEPW11DKO2RA4gti4gF1A5DWviZFoDa4UhJuqYFAAAFxylX
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzlk8ENwCAMAxmhS7H/Sn3xQXV8LogPkZBADRcnNf1prV+4Row9yVe5KlztKreK1dqOP3MIb2aS8wrPsb6+q7PrVdVT+kivhEe94vzp+MSjiZfIv6VvwtVPta3wFOMUj/izekfJzImHVa80Ei84jtNI7v/VmMyY6kvmvSOPrp2sG3gvB9x/LA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="30">
|
||||
<object name="south" type="mapchange" x="128" y="928" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon0"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="224" y="352" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon2"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="30">
|
||||
<object name="goblin1" type="spawn" x="128" y="576" width="32" height="32"/>
|
||||
<object name="goblin2" type="spawn" x="96" y="448" width="32" height="32"/>
|
||||
<object name="goblin2" type="spawn" x="128" y="192" width="32" height="96"/>
|
||||
<object name="goblin1" type="spawn" x="32" y="608" width="512" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="352" y="96" width="288" height="704">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cavesnake2_boss" type="spawn" x="256" y="448" width="288" height="288"/>
|
||||
<object name="goblin1" type="spawn" x="0" y="64" width="224" height="512">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="192" y="160" width="160" height="192"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="30"/>
|
||||
</map>
|
||||
233
AndorsTrail/res/xml/soulpartdungeon2.tmx
Normal file
233
AndorsTrail/res/xml/soulpartdungeon2.tmx
Normal file
@@ -0,0 +1,233 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVsFtw0AMM/xol/AKTUdw3A2cZISs1naVjlUbtVCCoKi7Ng/CQKIjdRIl+zQOw6kRrxven4fhY8PnhpeOswrnA4/WRV7m37kuByqepUN3Ad634zmT7v3ALM5HzjvPlXTnpE4RG7y347nC3Xbdr6cfrOMvV2hFzleIw3h1DxUbwBoprgvlnPG4e1S6HFtpOb7/6CpMjXxLEcceyrQmiovfOBb95HSxJ3xn1sqAeWV+Ujkq3Wwmz6PfL6pXWc9RYzG6OE88N3yea+90sUasG//dAWrOscaqT1UdlG7mD7VTsj4hj/qNa+hmTM156LIXgiebI1XD3v2BfphJ181RVsMW8Dsh7oH5P3pXZjO8Gg+07kr0Kvu3hUN5L9MJ3uq75K+6vPtwVymvVLsje5dkeeO9Qk95BXcn747s/ZRp8ndR6Lm9oXw/m1xUf/i7yPUJd2fl4Uq38nPPXLX4qdLFMxOhVdf1tjdXzMXVyc2e24lO09WryledUbNcoTdf9y3Si5Z8vwFlN4xd
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVV8tKQlEU9WpDLzQXvyC/IvsGG/TAic6CJjpTBEnTgYmFomRBQT8SfUEfENUsJagPiM7CvXF33Oc+dNSCUM9jrbP3XmffWyLxv7Dnb87R8eKtr8fQZO5HRWNsxoYxtD/S0dZdeAtu4Fnh7/vuvOE8n7Qnl1ydHzjOi7WnxFmmfTvW/v3tv+Ntw9UVfD/eUnOLuKr+Ko/U1KDVp+IvtRHDRGjx3JzyWzCfJTpr0aHPa5qG54T2Pyn1afirnIhtZn5niDdLnz1a66pzVdRtFuIFzjWAumQcuWLgDEdm3bG1dizqUzNzZa4xxTNW/PCRDtcLg6ytnSfA5YlNNZFX1OfMiqvlLz1poxrSD4aWz4Og5Q2+1DRc5wG4/hOHLuo2CPAF7+9bGsjR3OE9zB2Y9Yfkb64R4u8E9BQN9rlaAbEWaS6v9IyxuOfa/ZSoKBqcB83nWM/34Ir2npvf16lEYppafMfcveCdeNGfNzKH32bPrWNfTfBLT8gcvnurMdQcvY05MDey6iZ7JPizdGfuqDdJzVzAfbXvl4068fFZNJ9C2x5nTe63FYoR4677gho/+MuY1gH3RTwP0PPzQiusV7sQxStcD61HyvEoYH+MFK9ocMUVpvlquHuCvyvu6JvVN+D5tvCgdkeBQkiOEc/U/N0ILtlT+ZkL7V0zfkm5t/sVeL5oHP2kGNCXWIe5y4LLrpf0pnw3a6QXz2/2cFT0BEeTYnbljpFN6u8e1ZB7qIHvX9R3VtZHn2dPY38c/8ocliK889hgP7xEPLP00Lp9g58v5TXOG+f/kHXxC9YTc30=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VssNwjAMteiVSr1wZB0ufI4wAe0KDAFXNmEGNmEOGkFEVNnJs2P6pEqVar9nO7YbIh2O3e+ZE566JwXHY0X0+j4aXk4D1R1GuyegF237Ct30W6+Ib2rL+a4XMgdnv1nmdUOsJZuIocM4EWj6RWMbsW+JDm0dV67WGnBni/jMrRlgqTXqn8sJnSdP/1yNwrft2D87pocQ/wCpf2pzRc6Vq7VW9zLO+bUhujWfdwQcT26OSvmewTxyZ8whrSGyz6SzlnRr5yjV5OKTeiDo3tu6HW2J3WNXetTMwumpG7lKMyr10wD+j9OYNbte0kR3SulepAEa81TH8l/j9giq63HfsejWolfEbb0vTDm08MjVsnv+sWskvAHkITPD
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkksOwCAIRD1CL+X9r9RVE2MQ5qPtpiZsFHiMQ79a60SMh6lz4+f6/XZzx7xVPtMH4a5ONltVn+WPGtT8KBfNQfXu3Jnob1yPGS7i4y5u9mfZ/WnmKa7yjnCznBPc+aDeOdzn/gsuclSPKi3zG6sf6c9qyXxhvHBi7O9qUJiIH29wnZ4q19FQ/dfqHeVGe1HNMdco3qL60FmYemcPI93s3M4uKHXK/qn76+hk4wa5l+DK
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="30" height="30">
|
||||
<object name="up" type="mapchange" x="384" y="0" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon1"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="96" y="928" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon3"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="30" height="30">
|
||||
<object name="goblin2" type="spawn" x="352" y="64" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin1" type="spawn" x="256" y="192" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin1" type="spawn" x="64" y="128" width="192" height="160"/>
|
||||
<object name="goblin2" type="spawn" x="96" y="320" width="32" height="224"/>
|
||||
<object name="goblin3" type="spawn" x="96" y="544" width="64" height="64"/>
|
||||
<object name="goblin2" type="spawn" x="224" y="576" width="32" height="32"/>
|
||||
<object name="goblin3" type="spawn" x="288" y="416" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="288" y="416" width="352" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="640" y="320" width="64" height="64"/>
|
||||
<object name="goblin3" type="spawn" x="672" y="128" width="224" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin1" type="spawn" x="832" y="352" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="864" y="384" width="32" height="160"/>
|
||||
<object name="goblin3" type="spawn" x="576" y="544" width="352" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="576" y="544" width="352" height="384">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin2" type="spawn" x="416" y="736" width="32" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin3" type="spawn" x="320" y="736" width="32" height="32"/>
|
||||
<object name="goblin4" type="spawn" x="128" y="768" width="192" height="128"/>
|
||||
<object name="goblin2" type="spawn" x="96" y="736" width="224" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="30" height="30"/>
|
||||
</map>
|
||||
213
AndorsTrail/res/xml/soulpartdungeon3.tmx
Normal file
213
AndorsTrail/res/xml/soulpartdungeon3.tmx
Normal file
@@ -0,0 +1,213 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="22" height="24" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="22" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVcENgzAMjHjAElkhdARKN6BlBFZrV0nHaqrmVOvkAA48ThFS7mzss9M3zl0S3u0fIX33J6BW90onYyTdgTga78u5J9zyOSi5Pkh3Ig54iDFmzpIw53Miba4BIDngIQbnIfMJG7qlWMvG/Rpdhle4ssY1mkHhs49qcpY9gp/O0EX/4Q2OZakF13Mib7DXAN/ovfCGf5Ne0+b62Tn36vQ7lp7yjLIuz7JVF3MNXfSGdwDvlJKH+T500Ru5A6QHLLmuzRN7YK9ubH8o5RUregYPxR15WWpbu4Pg+7W3xappeQt9U569I7p75zsW6nkkxlY9P+l2+qk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="22" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVVMtKw0AUnXSdgdlLv8B8hfgNddEu3DRb3TRCsTVSqFi0iogQQRcuXLtT3HfrJ+jeiJ8gziF3mNvJg4S48UCY5GbuuTPn3Bkh/idCKcSnL8STrJ+TeNlz65X/Hzl8bzR3qcetglrIuaM5FyW8QScbtyl/U3+/0zruWc63fj/1bA72GHZsjouxEmKi8vGQzUXeD+07YPEvrV2k+WOZ515oznPi7flWk4jGVMfm0tb/0N8bxNHtZPNTFjPYcdbK1x8ybXl9jm6BBhyPMp+/ID1Xej0T+r/foGditvcZcYEH3sWac6isr01gtEAPG6T0finX9ZySR8/S+linJnLnNM/1wuDGy7gDp2faAHszGkM/0zfwoC039gS+azr/PfJg2dCDk5KzesD6GmexTDeAa5YQ35UeX521wE/4ZfoyKakN4I45VNkDGG+gZ1/ZOwgx9HZffw8o9lChAea/+OuxXdIQvKgzoJrobdOLU+ZfEfaU5cW+hqQJtMN+z5yzzLmqtEUuuLEmV+eVb/v6mPyv4uJAbxofIqeH+H00q/CoDtCn6P0R8x1nbcy8bQtzH4LzqIEGf4lfMbxdYg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="22" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAcAEGmgCYuQt4aWMuOXpw6U0HiqfhkCNGDy41+NyKSw7ZHcS4yY0Ht35SAbK524HxlkqltCHLBKGnUTktgEA6hW7EpZ+SfIEvPcHCghxASdwiA0rC7LgobjlsfkNPn7jAUaC51/CYTQ4A+TMMimEAW7ySGh7hWMxFjxtYGvAGpnkfItI9TL00NAy5kcJSG4lNahoAuXU7kv0ge9D9q0NGmkQPxzQcab6QyPhHNreSF9XPxKYhfICSfDcKMAEAVkcdyA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="22" height="24">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNklsKQCEIRFtCm3L/W7r9BCH5mGGCK0gf4emY2hzDVp5hU5evuJv9gvm3f4hqojjvqpqOK/sG65z5ZdyMz3JRZxW3YmRcdH86c0Nm7O+z3lButJ9qrtK3syfMDNnZVf7IP0RenUC8brX+RHv2LNSReUvFvfFVTCQ/XYF53A==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="22" height="24">
|
||||
<object name="north" type="mapchange" x="64" y="0" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon2"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="192" y="480" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon4"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="22" height="24">
|
||||
<object name="goblin3" type="spawn" x="96" y="64" width="32" height="32"/>
|
||||
<object name="goblin4" type="spawn" x="32" y="96" width="416" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin3" type="spawn" x="0" y="96" width="448" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin4" type="spawn" x="448" y="384" width="64" height="32"/>
|
||||
<object name="goblin3" type="spawn" x="160" y="544" width="352" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin4" type="spawn" x="480" y="288" width="160" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin4" type="spawn" x="128" y="544" width="384" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin3" type="spawn" x="480" y="288" width="160" height="320">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="goblin3" type="spawn" x="224" y="352" width="32" height="32"/>
|
||||
<object name="goblin3" type="spawn" x="192" y="416" width="64" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="22" height="24"/>
|
||||
</map>
|
||||
232
AndorsTrail/res/xml/soulpartdungeon4.tmx
Normal file
232
AndorsTrail/res/xml/soulpartdungeon4.tmx
Normal file
@@ -0,0 +1,232 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="28" height="29" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5045" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5173" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5301" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5429" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5557" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="28" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlk1Ow0AMhadZgFqpggPkCkm5AE1yhCZXyHWAUyAEUmENJ2CTOzEjxqrr2GPnZ/EWadz3eWwnTpk5VyqqDTFrqfFqvSrCXTOHOiqwOq/e64S4OAfpv9Z8wKuNrN+bi4CLc6iy6/xaJC4frAPy6iPrfnvNpDqR/HqkcK9QeOBTb//1oPDg3EFPO+eekV52Om/v/e8MDE5n7/+J9GXgFZ51EHiP/vejVxXPTu+/3Y6V4oV+v2+c+9hcPIaoOecNkmYGZuXbs34Y3lwmzLA0KzWp1aDIyqR1bbJxnMaawi6YWmqslJ8WQ3ma/1JepfA4PwtPiqM9nMOb0s9BqamlXtw155FnYx7M59I5pLGwPxpUz4aZz6n9kWoB+6OLPO5ZkDxCXXJjLL6G3UZ3ECdg0PdRnsl8rgZQyxQP9zf1jUA9lvJCzGtiv2APqb84XoqpjDz6/OI+cL2Qzgi7pDHwyoQ/x0u9hzojb4qsu2wtHq5HircWK/V8Wfti0R8rGZ7T
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="28" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNVsFqFEEQ7RUmXmYg4BoPQW8xB/M98aR4yea6l01OLgtBo4JhERE3B725etG9GG8q5BP8gKDeTAgEUW9iPbqKeVvbO5lAInnQzHRPdb1X1dXdE8L5w5PG/+Ub5PH58Ix4v4nfZ+p76UIIb4TvhjwHOrbdKDV4PFKbeyfQhjnP88gFrBQh7OSxgZc1AJtiv6X+38r4O2mjKXo84At+Xzv7tSI+kVO897UPzl0Ze9GIcz/KvE/SPpOeKuxSLtvqc70ovw8oTz/ycbtWHrVgPnQt14jxC/m73AxhTtuV5uT3ldkQDtRnjzR5XXXQkfl/LpX9jDjvO98W/4O8zLv1q/DSaWK+1SJyzrlmGu46DR3XT8Hq8X0eczkjbXTMvMxx9509aubnlNw+lfE94kqhip9zDnSphlMwneC6Jba31X6oz1+S3+vNyfab8n5R+tdmyj7eVxMalxIazL/5g692Yq6t82ZRxjgkO19fjD7Fstgs/d0pIp+B94rPfeZqCbbbbg1vzo734dtq2/Sb9l4ex7qJ84DXFz7WdV8dd9ZkU/RnNIb8+Zx7H9CH8+Zqgg9zbG1h23V5HyXqZlH3zMIUziosJGovpR15ail3h3LKnEON/bvEdujW7qgxWZ8WW0/9zNN3rhu2BWytrd6wbn+df7xvJWp2vsZ9AvDagK9djO8df7bxmYA7BOd+q+Z9yeBzyeeAYXX0KlHfdcF1bLm0O8rnCXvP9Gzo2u6fMD7ev1WxGfisXUvE97go7/PTAnTZ+i3r/8cH4fl6Bv+BltM9F4P9jx2ccmwM1LftZ17HuvvjPOEfBxV82A==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="28" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlU0OgkAMhRsTWTGGDSvjddzpUk+gXMGT6NZLgIkX8CYeQ2UiTSqWtgMT4sIvmQRIpu/1hxmA32ObjadV1Fp7Ri+mBxoLtXat+JwHuvfqbFpcPv5bWe+v3Kdu2wP6qIxa6O/SxMXVlYvGMrXpeYqRZgT1tJy4Wh5S+V3S6wv1UTreF8LNyjmg96FgbhfBl0X/MQV4NgsSXc+zquOum9inwBxnCf9M6TpH+qJ5HPOMjKlnna/FJCyuNOdWtDOly7uU01zII2YPtXmJPZ8xtUJ77aF1pXW03CFDQb2jC7srKSH3l2VONtl7DYmBWPqh6dEY0j+AYD2wf+0+ljnAPdfjWNHqcYuo5ekz43++eQFCwi3q
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="28" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkkEOACEIA33Cfsr/f2lPeyGoLVswJpJwQWWwtD+t9Zs3henFV89krMK+Y3nMTDMdFLwd/0O0r/ZXNa+aqZ591jPqmxED6cUwkfnVvD/n6ns7eKhvVN5D7qM8RIMV3+tl6yxr9IbVyasr5kD0jPKYPUR9rdxFFs/2z+Qh+zwlX+Mb288=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="28" height="29" opacity="0.9">
|
||||
<object name="up" type="mapchange" x="320" y="704" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="soulpartdungeon3"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_burn0" type="script" x="224" y="512" width="32" height="96">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_burn0" type="script" x="288" y="448" width="96" height="32">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_burn0" type="script" x="480" y="448" width="32" height="128">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_burn0" type="script" x="640" y="640" width="96" height="32">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_burn0" type="script" x="800" y="448" width="32" height="64">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_ambush1" type="script" x="640" y="256" width="96" height="32">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="trap_ambush0" type="script" x="640" y="256" width="96" height="32">
|
||||
<properties>
|
||||
<property name="when" value="enter"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="28" height="29">
|
||||
<object name="goblin4" type="spawn" x="352" y="768" width="32" height="32"/>
|
||||
<object name="Demonic_Guardian" type="spawn" x="640" y="192" width="96" height="64"/>
|
||||
<object name="goblin3" type="spawn" x="256" y="864" width="64" height="32"/>
|
||||
<object name="goblin4" type="spawn" x="32" y="608" width="224" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sk_crdun2" type="spawn" x="288" y="160" width="160" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bat_crdun2" type="spawn" x="448" y="192" width="32" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="480" y="160" width="160" height="160"/>
|
||||
<object name="sk_crdun2" type="spawn" x="640" y="288" width="160" height="128"/>
|
||||
<object name="sk_crdun2" type="spawn" x="736" y="416" width="64" height="32"/>
|
||||
<object name="sk_crdun2" type="spawn" x="448" y="576" width="192" height="128">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="bat_crdun2" x="384" y="416" width="96" height="64"/>
|
||||
<object name="sk_crdun2" type="spawn" x="736" y="640" width="96" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="28" height="29"/>
|
||||
</map>
|
||||
214
AndorsTrail/res/xml/stoutford_armorer.tmx
Normal file
214
AndorsTrail/res/xml/stoutford_armorer.tmx
Normal file
@@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="12" height="8" 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="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyzlmZgsCYRb5QiDsPUH5QiDsPUf+EkDsPU13EzMNQj4QZu3OpB7uoDyvcj4Qlo6p/xQ/BGqLvmAeXnI+EFOMwHqX3HiRt/wSIGAK+SR8Y=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAdXOVjYJjKxsCwUAbC5uWHsAuBNB+ULcmPUO/MxMDQDVS/ESj+mxXCB7GLgGq28UHY2/kQ6newQujnQPlHQHYgENsB8UugmmNQdceR1J8Ayl0UQ3WjHytu9xtDaUMWBgYLFlS5w0BzpYD23kEy3xlKNwPVmgNxEtDsACTzLVkgmBwAAL9RGKM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAdHBajv/qLYqg0tc13YCVNPbUAANY+Byo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEQYhAgRY4YQIx6QnYiqyFWLz53AwACdTf5
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="12" height="8">
|
||||
<object name="entrance" type="mapchange" x="224" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="armorer"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="12" height="8"/>
|
||||
<objectgroup name="Keys" width="12" height="8"/>
|
||||
<objectgroup name="Replace" width="12" height="8"/>
|
||||
</map>
|
||||
216
AndorsTrail/res/xml/stoutford_cellar.tmx
Normal file
216
AndorsTrail/res/xml/stoutford_cellar.tmx
Normal file
@@ -0,0 +1,216 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="17" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylklEKwjAMhsOgD13Qdzc8iUfw1SPshr7tGr3BYIdQUUzoSn9mtg738NFQ8jVtk74h6ncQClg5yR0KWDnJfdRET+Al3H1Gc1J8rfKe4pnoLfkfoeYI+ujinnKS3INw5Owq6R5hxdVY/UZoOcZ4xrDiWvjJY/710LX6Mncvle1afdlad94j5QzulrdZ6N8tzRq62OObi2vnlmcNXexx5+w5wfeGwp1xTvCMMNVPc1GihT9Xb/T/8wWwpqeU
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMcDIxMCgJMzDkA2kfIJZngojHsDEwRLJB2EJAMWkgzgViLiaEXkkgWwyI64E4BsoGgRBWBgZ+JoT54kBcC8RSSHrFmFBxDiuETgHSPfwQNWeEEOpPIrELgWrMgG5eBKTX8KOagwyYgXxuoPx2JL0TgXrchCFqFwPZLUDcCrX7uBCEVgXqcWZCiMFAGiuqPTA2yG2nhBBiwUwQtxsg6cUG0MPgDlD9RQFo+LMi1MHcwigGiQOY+kdQ97Yg2fNUCBKWMBAMDX9BMUgcgOKjGKrvJZDeIgiMU2h4Fwmh2osepjA+Nz9mWKMDV2HMcELHmvwQ97Cj2ZMEDeeDAhAa5D5lYUjYwNTxMEHSXyxQbTKS3kRWTHs40fggcATo71yg2jws/kUPXxh+KIQZJjAASktTWTHtAdEL0cSXA/krWDHNIBUAABKYL1Q=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMHBbDLackjF8NPr2ZbAg1MHN2CuHXe1EMlSbW3hJWBoZSVgh7uxB5bga5bRcQKwrj13sRj59B4BIBeWRwGYtaZWHs9qLL4Qt7bHqRAbFuJNYOfHo3CiDEQlhRaRgAhbkaFr8pooUFrrCPQzIPl5sJxRs+vdjAdKCdM4iwFxfYKEiaemwAAHArIjo=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="17">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEQYhAgJI8MkPUg68VlDrJaXGahi6Hbjcu9uPThsw+f2cSGATb/E6OXkJvx+Y8YvxCjlhi/EasXW/ySmvbQ7SLGDeQAUuKUHL/gwwB2SHh+
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="15" height="17">
|
||||
<object name="north" type="mapchange" x="256" y="64" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_cellar2"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="up" type="mapchange" x="96" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_derelict"/>
|
||||
<property name="place" value="down"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="15" height="17"/>
|
||||
<objectgroup name="Keys" width="15" height="17"/>
|
||||
</map>
|
||||
210
AndorsTrail/res/xml/stoutford_cellar2.tmx
Normal file
210
AndorsTrail/res/xml/stoutford_cellar2.tmx
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="15" height="15" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydzj0OwjAMBWCLLQ4XoOLcXCHtwsLU0hu0ZWFnQOIQwEIsbOGYpPwMn1Q/5yXtFgC10jGZR9aavFY5fe/NWTmziYZCTppoivroxGd7c6/krXmfdjuXOqg7JrWnLHCvMbvcHTYLM29+Er54s2TL3V86VwS44bNLZL5jupdZcx4A/asrM6HzaOa57ip+Vwwz9P+g6WrLQp5zrFLUtVnJ2Vj796zk4v73AMsPoTU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAPpjMxMEgxEVAEBfFAdclY1ILMyMdjRiJUThyHmno8epcB5R5A5ZcCaT0hBoZgJPWnhSDizmhmiAH5fSwMDF1A3A3EPSwQc0BqmZgg5t4QRJiLbudLIUy3vBJCuOUpkL1SmIFhlTBCvgiHP65D7ckByjND1YD88BFohoU4wk6YumMCEHxNAMI3A9oRg8XsdKBec3FUMT6g2lp+IAPqLjcgLQhlXxNEVesJ1cuMZPYcfkx7HgLdeQ5NbyaavXeg4fUIS7jBwEkccrcEsYsTA8SITLvU1ksKAACQcSaI
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAeOCyGW05NGLfcZTFUGpc8LjurWBgYLgHpGhZMfZfwmAmSuwjERvzYzQWBaVjcjc+fIEDIThDYJgDB+IAikt3IdvYA3ZsLxHP4Ie4HAUY84UvIvfgAqXp3ClFH70gCAPlZGeI=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEUY8UwgE8OHZCrD5dZhNxDjH5i7CFXLyX24tKHzd+UxOFA6CUFAwD6AHh+
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="15" height="15">
|
||||
<object name="south" type="mapchange" x="128" y="416" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_cellar"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="15" height="15"/>
|
||||
<objectgroup name="Keys" width="15" height="15"/>
|
||||
</map>
|
||||
158
AndorsTrail/res/xml/stoutford_church.tmx
Normal file
158
AndorsTrail/res/xml/stoutford_church.tmx
Normal file
@@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="19" height="14" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="19" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytkTsOwjAMhiMWlM2ImccFeO48pcAJaE8APWnJ1qnkPDjEVd2SpEVi+CT3t/zJqYuREMUfyZEnoT1ZF5q5SuRFGE/WhWEuJYW4EFf5nVkmIMSUmEGzV81YblhvsL9FUllnCWOBvSWxgmYvbblO2D9HXJYjONo5d1mS1rfPFYK7NLlyqvOAC8ARcxlylVSX5Nrh3J4xJnh2gKZLkZ/fxveWOThie4Xu+OteynNHFfhfsb0+M8gd6weRyTrru1c1Mxj2Zw2OUP8NoH2CPQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="19" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAuWM/NwPCQi4HhERAbcUPEehkZGHYIQdh23BD2ZRYIBrHtgWLToGpsuRFmeQHl84A4H4hTWRDiJ4Qg6qfxQNiPWSAYLM6DUDOTEaEnCihfB8T1QFwKNSuWmYEhiBli1jKgvlQBBob5zBC8gBkhBlIDUgsDxkj+PcOFYCchqcEF0NU4I7GnMeJWR4xZuEARUJ05GwODBRBbomErILZhg6hBtv8yC4LuYcQ0swMaNtjEwHGDpOcxC4JeB4zfuVjMIxawsmAXtwTaawXF1gIIt+ESBwFRHGaRA1SBZllC0y6y38lxVxhSvMqQ4cZpFIQvLgAAowEzOQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="19" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAuCBcgToxSs8TZIHQfMwNDPxRPYIaIybCRZ9Y8oH4NblQ1ILPQ9RJjFjZAyKw7XKhi6kD1GljM0wKK6WAxCwTS8ZhfwYOpHiaWhkUfMf4mBoD0oZuPzifFLHzgMiNlZqGHHyVmwcQO43DTTBzi1MxD1AIAvkIUrw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="19" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB3hGARIlYMBdHWEADYzqW0WIT66GeToxWUWKWaTAgjpJRQ/5PqJXHfhSjukuosa4UVsHsCnDwAyfzYg
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="19" height="14">
|
||||
<object name="entrance" type="mapchange" x="352" y="416" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="church"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="19" height="14">
|
||||
<object name="stoutford_priest" type="spawn" x="352" y="128" width="64" height="64"/>
|
||||
<object name="stoutford_worshipper" type="spawn" x="224" y="224" width="160" height="192"/>
|
||||
<object name="stoutford_worshiper" type="spawn" x="384" y="224" width="160" height="192"/>
|
||||
<object name="stoutford_acolyte" type="spawn" x="64" y="320" width="64" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="19" height="14"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_cottage.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_cottage.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="7" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcB4PPgrEx9AwTO4qFgyT8+VkYPBDwv6cEPHvbAwMsUD2JA4GhslAPAWI4zkh4q6CELlFQLHFQLwEKgcSDwXiXCB7E1BsMxBvAeJ8Tog4EzsEx3Ei2DAMAFyZImA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAAWVYGrGCvEAODLiuE/s2FEE9lYWA4CxSzZYXQ35HkSlkQ7N3MDAzG2I0GA2csYg4CmGLezKj8r8yYatABAEMTCaU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAPwgXIl0vFIU+umWl45HABAGZjAu8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKURhgFc4tjksQFc8tjMRRcDAL6ODZ4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="mapevents" width="7" height="8">
|
||||
<object name="entrance" type="mapchange" x="64" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="farmer2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="spawn" width="7" height="8">
|
||||
<object name="stoutford_cottager" type="spawn" x="32" y="96" width="160" height="96">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="keys" width="7" height="8"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_cottage1.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_cottage1.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="7" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcB4PPgrEx9AwTO4qFgyT8+VkYPBDwv6cCLlYIHsSBwPDZCCeAsTxUDlXqNwioNhiIF4ClQOJhwJxLpC9CSi2GYi3AHE+J0SciR2C4zgRbBgGAEXbIiY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAAWVYGrGCvEAODLiuE/s2FEE9lYWA4CxSzZYXQ35HkSlkQ7N3MDAzG2I0GA2csYg4CmGLezKj8r8yYatABAEMTCaU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAPwgXIl0vFIU+JmaQCAGNXAuA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="7" height="8" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKURhgFc4tjksQFc8tjMRRcDAL6ODZ4=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="7" height="8">
|
||||
<object name="entrance" type="mapchange" x="64" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="farmer2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="7" height="8">
|
||||
<object name="stoutford_cottager" type="spawn" x="32" y="96" width="160" height="96">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="7" height="8"/>
|
||||
</map>
|
||||
210
AndorsTrail/res/xml/stoutford_cottage2.tmx
Normal file
210
AndorsTrail/res/xml/stoutford_cottage2.tmx
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="11" height="8" 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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="11" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbLcXAsJsEbEgEhql1JALD1H7mJIxJVQtyS6EYA0OxGH61hlC3IIsxc2FXC1L3jhMTf8YiBsIA7oZDLQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="11" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANTGNjYHjEx8CgKMPAwM4EoXX4ITQI/OdDqO0Fqn0AlDMEyt1hhdCyTBAaBDiZUM1+DVT7FKifCahvBZBdDdTTDsTRQLkYJHXFArjdlw3EOUh8FaA5Z4HYjgXCFwPauZAVwl7BAsEwMFGMgWEyEMcBxZqhdpQB1U4GYj4gfxGSWmIBAEiGFFU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="11" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANHBaD0MFMqOKiAgwMkgLY1cLADH7C5n7hg9AXkfRK82NXiw2sZGFgmMmCqfYyFj3/sJi7GSh2CY/5pAIA5VINXg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="11" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEQYBggVT06IEY9Nj4+tcS6B5s4AK4cNms=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="11" height="8">
|
||||
<object name="entrance" type="mapchange" x="160" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_nw"/>
|
||||
<property name="place" value="cottage2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="11" height="8"/>
|
||||
<objectgroup name="Keys" width="11" height="8"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_derelict.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_derelict.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="7" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcB4PPgrEx9AwTO4qFgyT4+VgYMjlZGDIA+J8IObnQMjJAtlySBgm54okJwjEQkAszwERDwViXSBbD4gVgVgJiPU5IOJM7KjYkAPBBgBzchuR
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYEAAWVYGDLCcm4FhGiMDgy5Qbq8QA0M7I0KuhYWBYQ6QbwuUOwuUm4UkNwUo14nEN2VBsC2gZoJwDJD9jRkhBxIzZ0HIGyK5pZUfSCDJOWI6F24GDAAAqycO0Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAPwgUYGPYKMTBMY2RgaAfiLkZUubNCuPWlCkD0TWPElMNnHz65SG6IucQCAG3cCD8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="7" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKURRga4xLHJIashVg6bOhAGAMUiDfM=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="7" height="8">
|
||||
<object name="entrance" type="mapchange" x="128" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_sw"/>
|
||||
<property name="place" value="derelict"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="down" type="mapchange" x="32" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_cellar"/>
|
||||
<property name="place" value="up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="7" height="8"/>
|
||||
<objectgroup name="Keys" width="7" height="8"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_farmhouse1.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_farmhouse1.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="8" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcJ4APgrEx7BgmPwVIL6KBcPkXTkZGJYC8TIgXg7EbkDszomQDwWyw9BwOFTeFUmeVYCBgV0AIQ+WA+JUIDsNCYPk0zkhckzsmBgkD2MDAAy1I+k=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAMpjEyMOwVYmDQYmVg+M0FYbczIuQLWBgYzgLFrFghfBD7OTNCvgEo/5UbwuYBsr8B5QpZUO2YCTUvGqqvEUnekAG7WhhwhOpTFWBgUBeAiPGhmY8LAABmrQ20
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAMwgUol0/Fo4ZY832YGRhcuRkY0gWwy8NAGgHzkAEAAngEbA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUTBgFc4ugAn15satDliXUHAGODEUU=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="8" height="8">
|
||||
<object name="entrance" type="mapchange" x="160" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="farmer1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="8" height="8">
|
||||
<object name="stoutford_farmer1" type="spawn" x="32" y="96" width="192" height="128">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="8" height="8"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_farmhouse2.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_farmhouse2.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="8" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcJ4APgrEx7BgmPwVIL6KBcPkXTkZGNyQ8FIgXsaJkA8FssPQcDhU3hWPPFgOiFOB7DQkDJJP54TIMbFDMEgMxkbGAP94JBk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOZFkR7F5GBoa9QhD2TChbF0k+l4WB4SxU3gPKtkWSr2WB0ElAOoIFh4VI4DAjKl+DBWJvNjOEfxlN/htUfBqU3spM2A4YAACrAgwx
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAMwgWIkw9iwS2fimRGqgCmPKn2qxOQN8dvJBwAACgOBAk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="8" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcKUDBgFkNjY+OsCmH5scujwh+5ExANwsEEY=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="8" height="8">
|
||||
<object name="entrance" type="mapchange" x="64" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="farmer2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="8" height="8" visible="0">
|
||||
<object name="stoutford_farmer2" type="spawn" x="64" y="96" width="128" height="96">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="8" height="8"/>
|
||||
</map>
|
||||
210
AndorsTrail/res/xml/stoutford_farmhouse3.tmx
Normal file
210
AndorsTrail/res/xml/stoutford_farmhouse3.tmx
Normal file
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="12" height="8" 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_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbLcXAsJtEbEgkhql3JBLD1EtzEYeJVW8rxsBgL4ZwO7HqDaHuItY9ILXvOBEYJIbMx4YB5nMpsw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAdqPMzMCjKMDA852NgCGaCsCWBtKgAhD2VjYHhIB+qHkOgOCdQTTArhF0PpBug7G6genEmhNpgID4ClAsB0smsENwPxBNYEWrCWRDsZCidAsRlQDVeUHxRjIHBEqjuKtC9J/mR3I/HbyD114FqzyCpNwfi5SwQ8yqB5jYD8Qug/Ct+iPpYoHi8GKZZrsL4QhECAMtHF8Q=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAdHBbDLbeRD7v6LawIfjASW4aJOPMv4rETn3torR6fu4gBAFtHCNM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="12" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEIYWSALo5LLSFz0AE+u4kRI0YOhgHyWz4x
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="12" height="8">
|
||||
<object name="entrance" type="mapchange" x="96" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_nw"/>
|
||||
<property name="place" value="farmhouse3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="12" height="8"/>
|
||||
<objectgroup name="Keys" width="12" height="8"/>
|
||||
</map>
|
||||
207
AndorsTrail/res/xml/stoutford_gate.tmx
Normal file
207
AndorsTrail/res/xml/stoutford_gate.tmx
Normal file
@@ -0,0 +1,207 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQUj2IS8Qki8HEkjKzXiB2BR6p5lGBC5j3nxY9JNe87L35MqnkC7LixAhY9pJqngMYnxzx0M8IEyTeP2vE7mMwDAHXPGjY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyllM9OAjEQxscAKwndaCQcvHDzFXgIFDFcFVCjiYl/2Gi4GBVPHgxeSXwNTz6B8Qk4KDHcRW5eVIjf2G7aXZtl0Um+zHam/WU6bTfrEn0IouV5+rEnIf1Q+SvkR8iNoZ6QeX8c9j0j5/PY9uaIXkQw73u2vjF+FjrGtuoQlR3JKzly/B91wTlRPPbhevpG3WxjEazPtue84rHPcy8TRHcJuZ57O1CMntBc7uNQBGM8dwuMY6iG+cUptWKJ7YB1Cn82pc7VGXI9FUPMW0f8CGpHqAG9Z/TeNhSP1y+6Wj6P855Lv6ypYjyHkkRVjGtuPF6YYRrPmRVak3gXE/rVisFrKt71hN7ZdBNRXymNuw2V0/r9mnY7Exw/4Fx2I3hVcNagOjNdO8NkdzP6H8Lr+b6HeZuKV0esjTX3C0Qd5dmKWSm2FM6Z3Oj6fN4b3tkAnEfF8b2Xwh2EXpHLJeU7i8Mbgfdl7LWjvi/BakGfGC8lZZ9tPH67h+B4UAMqIJazyL+j/F1QPbbx4r79fejA8j8I8yrO37Tt2Ov7BkWlqh4=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7K8DA8A6IcYG3UPm3SOouoPFhYrQAx4Dm/mNlYPjPCqHR3YPNXmT3YXM/HxsqDQLBzJhmDCVAbfc+oJJ5vrwMDH681DELBFKR0iA1AbX8OxBAiheBv7ISVv+NgBopXgQtyoZfLQiIEVCDbB4IKPPhx+EE4gLdPGwgkBWCQYAa5iGDNCzm/eYm3zxsgJuHfL34AK5ykRCNCwAAS4019Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWDAC1wFyMO0MI9cvaSaR46bkdXh8jcxgFD4kQrINQtfGJFiBroedP345Cg1jxT3IfuXGuZRw3247MBlJyn5hJB5xJpDyH/k5t/BZh429bQ0j1plAKH0QmoYopsHAMAZQMA=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="20">
|
||||
<object name="north" type="mapchange" x="32" y="0" width="224" height="32">
|
||||
<properties>
|
||||
<property name="map" value="blackwater_mountain0"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="church" type="mapchange" x="320" y="512" width="64" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_church"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_nw"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="480" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="northwest"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="sign_stoutford_gate" type="sign" x="160" y="32" width="32" height="32"/>
|
||||
<object name="fieldsouth" type="mapchange" x="544" y="608" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="fieldnorth1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldeast" type="mapchange" x="608" y="224" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="fieldwest"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="20">
|
||||
<object name="stoutford_gateguard" type="spawn" x="160" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="stoutford_builder" type="spawn" x="64" y="224" width="288" height="128"/>
|
||||
<object name="stoutford_guard1" type="spawn" x="64" y="192" width="96" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="stoutford_widow" type="spawn" x="64" y="416" width="32" height="64"/>
|
||||
<object name="stoutford_commoner" type="spawn" x="448" y="384" width="64" height="160"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="20"/>
|
||||
</map>
|
||||
195
AndorsTrail/res/xml/stoutford_ne.tmx
Normal file
195
AndorsTrail/res/xml/stoutford_ne.tmx
Normal file
@@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7ysbAcHQU0wWf58XElJh3nxcTU2LeM0EGhudI+IUgphojdgjG5SdktV+B+r8h4e9EmEepf9DNe0bAP6Sa95WAf0g1j5w0gxzOpJqHLc3cx2IeLkwozaCHM6nmoacZ9HAm1Txi42PUPPLMAwBOhx+N
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlc8vA0EUx6ehG6lZ1o+LI5VwJ/Hj6iChIcRJgkZ6EiSEf8DFhWulB3+OuLqg0VYaJ0EbN9G05X3z5mVnt6qVeMk3szOd/cx735nZDrtKjZAQg9Qek/Ka+zVPqTrpnfo3Ho/LWLidoPcm3eB7iKL1TsV6LnrBefdW/9OMPdL8Jed/tOkw314fcUvtneRq/V6itQsm3y9S2eMcx6JKjZOSDvslXiFQn3BlvEztgzUHkY4oNdejVIbaKWJNGx7WWmhDy6ScZk44PrqVymrmIYdVh7XthPbFqnXRjCV7lTon5iHlc0pttp95dcODV0MuK+XwbwjUInHVzbwC6YwYF6STKOf6TLy48Qw8nCubF3eDHiFKHUoliLVrat8jdZp5tq/in/COqN+l/TpQE/Kpdfj1Sv31GD2TqqSXGHsD3qvm+wAe1lz3/DpQ0yU9z3Qyb8Xxvf5J+w7fBclvjfob9N6OVRN8QSv5lXXQ30wkWO+XxTtosi72HTz4Cy+FET474OUsXjOlLB68nO9lf9Pm3AgXvKK1H8dt8Cra9zdjzs2Fxcv/kt+bDvKw/3IfRl2uDd7KnoM30KJW4SWa3MMts09PXuP5a+VfVfvfiEroe1sy9+Paa6wPetGNvHbO32zfH/dX8jHfP9Qp/wMS307fvfA=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lLsOglAMhrvA4sLi5c1cMVHeFJ1MTniPwwaTgzShSVPbknr0SwiHS9v/p+UAAOQGYFwOgl9b60fzGfdrMquR1jr9cr6v66RokBqPFcCpsmukAv05EDsZGmZHG/cive5rPebA7vcBfU/j3bOTQ/OEfm5OTCd6xdE8cT/WvEV6iH48fVHIz8XoB9FuPJdca3tmEG9uLKyZQfA7l/wLEm9uIlDPOyXfa/ddzoHtZyX8e/+LIvUMbB2dvy0o3xv1DzkG
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB2hGASwsUk1AxlgE0OWI9U8fIAYf5FiJ7HhRMh8dHl8fGLNIzYsSDGP3PilJO0gm0OMfyiNO3Ldh89dtDIP3Vxs9mDTS4x5uMKJWPcRUkMN8wZbfBCDAY7mVQE=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="20">
|
||||
<object name="west" type="mapchange" x="0" y="128" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="smith" type="mapchange" x="416" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_smith"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="farmer1" type="mapchange" x="192" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_farmhouse1"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="armorer" type="mapchange" x="480" y="448" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_armorer"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="288" y="608" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="northeast"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldwest" type="mapchange" x="0" y="224" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="fieldeast"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldsouth" type="mapchange" x="0" y="608" width="256" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_se"/>
|
||||
<property name="place" value="fieldnorth2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="20">
|
||||
<object name="stoutford_farmer1" type="spawn" x="64" y="416" width="160" height="160"/>
|
||||
<object name="stoutford_commoner2" type="spawn" x="96" y="128" width="224" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="20"/>
|
||||
</map>
|
||||
182
AndorsTrail/res/xml/stoutford_nw.tmx
Normal file
182
AndorsTrail/res/xml/stoutford_nw.tmx
Normal file
@@ -0,0 +1,182 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="20" height="29" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="20" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkzEOgzAMRSMPMCGVJVcgrGyFib1n6G2Ze4RulAsAa4sUFMs1JQGjLgxv9NN3/NNESjUnJ38iB1mfOcAnmVHalwv7KpB9QwOO0NkidnA+bu9HwrPV90x4fHzagn1tqtSL0KW/fVfixDn7z+xAGK2vjh00X4a8dO/bJfy+Gbis1Y7+GPjeeU+/8T0mZ2nzYedSX9Z8E3em30t98fFxfaSdmfuy5tMI7KOdGT19NNuWP427wvlCby3tewPjkIej
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="20" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyNVk9rU0EQ35fGQO0+eYFCP4C0KHjTi6AnPZnGopdAQT158S7ixYuIBPGq9OTZL+AXED+B2IBJ2zTVS9OmggehbZ7OuDPML5v3Qn8wTHZ39jd/95Fx5txfkiPQOclYNGNccMbr3Dt3NXXuGsnIB1vW48iOcb3uXF9shn7yrA/+FXh+SPbf6PdmNh3LgXD2Ir+oOyQDudOBu+pbOQe6B/50T9eMI28cyKXAGjDXcmo5xXW5Urf1b29c7Fd9cm4fRRTrmckAOG8Q3826xaUcut4Wji+it0j/IHmQmTC2C+rJWKqYrz7k/cnbvSe0fyeSNbHlHNh2R/jbiXO3UvOBdWZ8B17t8wrZN7IQO+7vkWwQX0tqxlhMp2Ms0sw3gvpy37T3+366f7nYY7xqxzPGfOwb55bvNMX2bu3sslYLfM2CsxeQH/dxWNC3TsEMPyzpj6Il8cd9KXtjp1C7E6kn12+lEvbeJWF2On5ynnZ96FU32uf1fGrSgJ4+g5wVeBdx+4LVJubLIWbuC/cvj+ZtFmI+fQ/NKI6liv3mOrw+FzTKn4XZ8bk08H5Ogn7OvZkLd9+fkY/78ZbOliGer0nQQ+nDRbKtQn0vVYMewTvreptvxqlwIC9Dv/fxrMXyhuQRvKGe8D1NAyfPUAu+ixiL4kTi35LYcB7aUc76Zo7ljs5IGZjvlzd/G1G+OuOtgvlDzNP98wXxzcLPBespzs3hXDjvCR9jT+uRTs5gO7H15apx4NzwLPEMHMPbZbwSrpeJ8f3PP7WcedZwbuLv/yrJPfpW3a+F8/2Sd/xY1kOoNX5ru7K3CtxF+JBMrvU/Stm3qwHx/QNOOiSy
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="20" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVEFOwzAQdILaS3swSKF8gvf0BZSnICQ4o/4EHgC5RjnxBA5tb0UIcSAre8h6u5s0DSNFG8f27Ox6HOd0lN6YaFDFuR1bs/Xp+LV5f2Pr5DyAOT6m3LVvdfC9FVtbK/nwjeeHPh41SH3Iy/OXXuegvDzneh4eDTXrC+H6vB2Dw+oX8DwPz4vIIfuJOghVB58FXoPk3fnDPp+C25H7AfR1kYeonZ+ml3vd6v9/aYS2pXJ3EMsOrRpIG/jAIevQeiGB/q18q5NzSvR5VOIYzqHg57KfhHifpWto/Dk53Mvvw5VyLsW08X/kkvFyamsq8nT858cz5zZx//tFGx+yNC9Qi2/gJT7U/RP5PhqepyxEwmpgb7X8YwA+WYOFPj8scnvuVFAP98IX8A755Wvm3PfsOH3QWERfDPFLn8a7LPXLWvGL5RWujUD7HplP4Bvyy41Rn+Ti2uS5jLnXqAneHvLv6uJbdvwPJX4Bv+CQQw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="20" height="29">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNk1EKACEIRDvCXqr7X2nZj4UlzPGpCw0EQfkaNec1xnTWI++crK9OYFoxFZblpSNni9dRLyXqr5tJpeJXr8o7mQPrHZJv5q/+8Qc6mdk8iL+ob8pTXFo7cif6vqpp1t8as1O2h54iM1DlRHqS4alekBkg/qnHnY8KS/Uly1Hsrjq++xsDzYCA
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="20" height="29">
|
||||
<object name="north" type="mapchange" x="256" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="wild17"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="farmhouse3" type="mapchange" x="288" y="576" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_farmhouse3"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cottage2" type="mapchange" x="352" y="800" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_cottage2"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="east" type="mapchange" x="608" y="864" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="south" type="mapchange" x="544" y="896" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_sw"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="20" height="29">
|
||||
<object name="stouford_farmer2" type="spawn" x="416" y="448" width="160" height="256"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="20" height="29"/>
|
||||
</map>
|
||||
159
AndorsTrail/res/xml/stoutford_potion.tmx
Normal file
159
AndorsTrail/res/xml/stoutford_potion.tmx
Normal file
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="10" height="8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="10" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7L8jAcJ5IfBSIj+HAx5HUXQHiqzjwNSR1rpwMDG5IeCkQLwPi5UDszolQFwpkh+HA4VB1rkSoA6sB4lQgOw2Kw5DYIJzOCVHDxI6KQerQxUAYAKebLME=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="10" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAOZFkxxZZxMzDsFWJgWA+k13JDaF1WiNgKboQ6TxYGhlYgdgdibxaImC1Q3Vmgum4WhLpIIHsqEIcDcSwLql1T0fgwMI0Rwe4EsrcxI/h1QDdUAnENEKcKMDDcAPlBAMJWx2POLaA6X6g55titxQkA6UwSVw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="10" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAehAtQX10qktpUHPqINS+NG0KncxO2l1oAAIhcA9E=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="10" height="8">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxzFWBgcB0kGBngEkcH+MzCxsZmHrIYMeYhYwAFghRC
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="10" height="8">
|
||||
<object name="entrance" type="mapchange" x="128" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_sw"/>
|
||||
<property name="place" value="potions"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="10" height="8">
|
||||
<object name="stoutford_alchemist" type="spawn" x="32" y="96" width="128" height="64">
|
||||
<properties>
|
||||
<property name="respawn" value="false"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="10" height="8"/>
|
||||
</map>
|
||||
201
AndorsTrail/res/xml/stoutford_se.tmx
Normal file
201
AndorsTrail/res/xml/stoutford_se.tmx
Normal file
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" orientation="orthogonal" width="31" height="18" tilewidth="32" tileheight="32">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="621" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="729" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="837" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1093" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1221" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1349" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1477" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1605" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1733" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1861" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1989" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2117" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2245" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2373" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2501" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2629" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2757" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2885" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3013" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3141" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3269" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3397" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3525" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3653" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3781" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3909" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4037" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4165" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4293" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4421" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4549" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4669" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4789" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4917" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="31" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNkjEOgzAMRSMGmBBk4Qopa8/BtZk5QjfgAtCVRCqSsWynkEQwPEWKPjzbcZ8r1TO8i3Pg74fyCOXgMqHuT3mEcnOZUPeolars/WTPWdNul5m0nLnC8nOv9vwy/3WZVdMZ/B4SsWrm3kPiKW7fTpjsvHsEe5HajfdwAXsh7WgMN7WHXe3f0Rjuq/jcr5vcrue73Q0iVS2Q3U2RugbOu9MG+I3Qg0E9QnD/Ev/MFPcgzbv1zIN6H6l+nIH3G4q9X+s=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="31" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVUtLI0EQrpBEUGfCMB6WvaoLCx7dn7AnH4iypz2oB3MUdNlc9yaiEI9KfpFnBR/4iMGTxPi4CWrU+tJVO5XJjIlgQVE9Xd31ffVIpxkQvbA2xf7tI5pku8T2q/8xXTJ3TzxqSSXj7M8C0R779lkX+yhVPgP7YTDC3c5EsS8F+4y51b3ojNrPwB7xHeZ6npXtcUj0lCUqCjZwwU/PwEJxf5X9cx/UP4KNvpHvctnJu3yuQmdvPYd9JD3eljOKPc97M0HUM8iGqVtY6NxrCeNN8b0J0WXWnO9cqHFD4q0wds3MGM5cs+97juiX8L/JtvdKezdcaN/TXqGGuIf7N57Dg5yKRS6KB1H7O4j4KXYzS13FclNs9PuLn6xNjl8VLsoDd8Dv3GDnc525PYZuNmArmXZ/L9joi9YDdcc37uieYn/LubwuGKcWunkdGHKzAVsxvkav2CJ1rz3v2di8Kpc7jn0fOh6YB8zGmPyG1PfM61G/O3Y/xxyQuDqTdj6Tvu3+1Dv+hS7YF0GUu+Ydtzqb57G5aPXczDBEf4uPYrthl6T2iHfAemhwa4KBd+DFS+eXZt/D1tj/TO/JrMd5/cP6yL3DkDhPyK75Rj3wrqXxikuZ52RLsEoGM+1+3fThNXDvY7wv9lv5Vk2fGmadJNXYO3TZQ73R8//8E/Ioyt6W8Wku0wl1sf5SrBdnCfPQwpLza37n/Covm3tZ4hZN/LSZ2DRvWtr5csJ/jeX+BquB8i8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="31" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9lEsKwjAQhmsh2YjSTeyFvIM3qKfyOOq29B66EBQRFybYwWE6mc5Y8YOSR//OK9MUhY7nXCnsubrh3s3lNeslr/mG4Id7K2/X/IpN9Zkf4/xcyRqOy8Lmczd7jw2y28b5ifEPGu7MJDRnhf1xeQPOWHtv0IeSz/sfvhOtkDfXh1tBb+1RKW8OqQ/HejRxj/fEw3hXAI1gX3oH4DpD3nSkWOsjkfoskezt43NAfmkP5OLTxj2VrrdJ46TxjcUrUZf677VriFcLxIDtdZk46DqdJ84B2wlkP4f0L3N2ubrWI/cX1WrRarU5WLVTeAHQ52Rd
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="31" height="18">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkkEKACAIBHtCn/L/X4oOQUjWrhleEpYOZeNEUksRlV5jZUr36nstTjQbSSYbnYfttWbZuWpflou+z6rv1t1yOHHn/Vs2457FZr2RPcTXuo8562W/KNYb+X/orJFs75/zsiP4Pz9zGi44fNk=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" width="31" height="18">
|
||||
<object name="northeast" type="mapchange" x="640" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="northwest" type="mapchange" x="160" y="0" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="tavern" type="mapchange" x="416" y="256" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_tavern"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="farmer2" type="mapchange" x="768" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_farmhouse2"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="cottage1" type="mapchange" x="64" y="128" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_cottage1"/>
|
||||
<property name="place" value="entrance"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west" type="mapchange" x="0" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_sw"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldnorth1" type="mapchange" x="224" y="0" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_gate"/>
|
||||
<property name="place" value="fieldsouth"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="fieldnorth2" type="mapchange" x="352" y="0" width="256" height="32">
|
||||
<properties>
|
||||
<property name="map" value="stoutford_ne"/>
|
||||
<property name="place" value="fieldsouth"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" width="31" height="18" visible="0">
|
||||
<object name="stoutford_farmer3" type="spawn" x="704" y="192" width="192" height="224"/>
|
||||
<object name="stoutford_commoner4" type="spawn" x="384" y="320" width="256" height="64"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" width="31" height="18"/>
|
||||
</map>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user