mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2025-12-29 15:55:45 +01:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d1dbdbae | ||
|
|
de59d8de8d | ||
|
|
718886ba3a | ||
|
|
cc123f76d6 | ||
|
|
a6ad03c534 | ||
|
|
45491871e6 | ||
|
|
8988f37896 | ||
|
|
09b4324873 | ||
|
|
a5a2764cb4 | ||
|
|
6de4d0c374 | ||
|
|
22493ee0e9 | ||
|
|
8afc3133c6 | ||
|
|
d0cfa29929 | ||
|
|
6a51d462d7 | ||
|
|
4f7cc4942c |
@@ -3,8 +3,8 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="72"
|
||||
android:versionName="0.8.7beta"
|
||||
android:versionCode="73"
|
||||
android:versionName="0.8.7"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
|
||||
@@ -28,11 +28,11 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_FASTSPEED = false;
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.7beta";
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.7";
|
||||
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
||||
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION;
|
||||
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 72;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 73;
|
||||
|
||||
private final AndorsTrailPreferences preferences = new AndorsTrailPreferences();
|
||||
private WorldContext world = new WorldContext();
|
||||
|
||||
@@ -53881,6 +53881,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53773,6 +53773,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53775,6 +53775,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53897,6 +53897,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: andors-trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2023-04-29 03:05+0000\n"
|
||||
"PO-Revision-Date: 2023-05-19 02:13+0000\n"
|
||||
"Last-Translator: Jiri Zizkin Zizka <web@zizkin.com>\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/cs/>\n"
|
||||
@@ -569,7 +569,7 @@ msgstr "Dobrá, rozumím. Zde si můžu odpočinout, když budu zraněn. A také
|
||||
|
||||
#: conversationlist_mikhail.json:mikhail_rats_start3a
|
||||
msgid "One more thing: Look at that basket on the floor over there. It belongs to Andor and he might have left something useful inside."
|
||||
msgstr ""
|
||||
msgstr "A ještě jedna věc: podívej se do koše ležícího na podlaze. Patří Andorovi a možná v něm nechal něco užitečného."
|
||||
|
||||
#: conversationlist_mikhail.json:mikhail_rats_continue
|
||||
msgid "Did you kill those two rats in our garden?"
|
||||
@@ -657,7 +657,7 @@ msgstr "Ukaž mi prosím, co nabízíš."
|
||||
|
||||
#: conversationlist_crossglen.json:audir1:1
|
||||
msgid "Do you have a pickaxe by chance?"
|
||||
msgstr ""
|
||||
msgstr "Nemáš náhodou krumpáč?"
|
||||
|
||||
#: conversationlist_crossglen.json:arambold1
|
||||
msgid ""
|
||||
@@ -10774,15 +10774,15 @@ msgstr "A co se týká tebe, najdi moje přátele v Brighportu. Jsem si jistý,
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor
|
||||
msgid "Yikes! You scared me there."
|
||||
msgstr "Hoh! To jsem se vyděsil."
|
||||
msgstr "Hoh! To jsem se vyděsila."
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor_1
|
||||
msgid "I was just strolling through these woods ... eh ... killing anklebiters."
|
||||
msgstr "Jen jsem se tu procházel lesem … eh … a zabíjel drtikusy."
|
||||
msgstr "Jen jsem se tu procházela lesem … eh … a zabíjela drtikusy."
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor_2
|
||||
msgid "Yes. Killing them was what I was doing. Not running away from them. No, killing them."
|
||||
msgstr "Ano, zabíjel jsem je. Neutíkal jsem před nimi. Ne ne, zabíjel."
|
||||
msgstr "Ano, zabíjela jsem je. Neutíkala jsem před nimi. Ne ne, zabíjela."
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor_3
|
||||
msgid "*sigh*"
|
||||
@@ -10790,7 +10790,7 @@ msgstr "*vzdychne*"
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor_4
|
||||
msgid "Oh, who am I kidding. OK, I was trying to get through the forest here and got ambushed by these anklebiters."
|
||||
msgstr "Ach, jak kecám. Dobře, chtěl jsem tu projít tím lesem a pro přepadli mě ti drtikusi."
|
||||
msgstr "Ach, jak kecám. Dobře, chtěla jsem projít tímto lesem a přepadli mě ti drtiskusi."
|
||||
|
||||
#: conversationlist_crossroads_1.json:fanamor_5
|
||||
msgid "I won't leave until nightfall, when they can't see me anymore and I might be able to sneak back."
|
||||
@@ -17339,7 +17339,7 @@ msgstr "Jak mohu sloužit?"
|
||||
|
||||
#: conversationlist_kendelow.json:kendelow_d:3
|
||||
msgid "Actually, I am wondering if it would be possible if I could cook some meat in your kitchen?"
|
||||
msgstr ""
|
||||
msgstr "Vlastně by mě zajímalo, jestli by bylo možné uvařit nějaké maso ve tvé kuchyni?"
|
||||
|
||||
#: conversationlist_kendelow.json:kendelow_shop
|
||||
msgid "Oh sure. Here, have a look."
|
||||
@@ -32331,7 +32331,7 @@ msgstr "Našel jsem zkratku."
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild02_17
|
||||
msgid "OK, well done. Now we will have to find a better place for our guest. Keeping this lady here could be dangerous for us."
|
||||
msgstr "Dobrá práce. Teď budeme muset najít lepší místo pro našeho hosta. Držet tu tuhle dámu by pro nás mohlo být nebezpečné."
|
||||
msgstr "Dobrá práce. Teď budeme muset najít lepší místo pro našeho hosta. Držet zde tuhle dámu by pro nás mohlo být nebezpečné."
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild02_17:0
|
||||
msgid "I'm sure that's the case, but that's not my problem anymore. Right?"
|
||||
@@ -32799,7 +32799,7 @@ msgstr "Ano ..."
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild03_2
|
||||
msgid "Fine. Listen to me carefully."
|
||||
msgstr "V pořádku. Pozorně mě poslouchejte."
|
||||
msgstr "V pořádku. Pozorně mě poslouchej."
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild03_2:0
|
||||
msgid "Sure, tell me what you have to say."
|
||||
@@ -43428,7 +43428,7 @@ msgstr "Každému podle jeho gusta."
|
||||
|
||||
#: conversationlist_gison.json:gael_20_4:2
|
||||
msgid "Cooked meat? Who cooks your meat?"
|
||||
msgstr ""
|
||||
msgstr "Vařené maso? Kdo vaří to maso?"
|
||||
|
||||
#: conversationlist_gison.json:gael_20_5
|
||||
msgid "Now that I mention it: I am running out of meat. I'll have to go out hunting again."
|
||||
@@ -49597,256 +49597,260 @@ msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_1:1
|
||||
msgid "I'm sorry I can't help you right now. I'm busy."
|
||||
msgstr ""
|
||||
msgstr "Je mi líto, že ti teď nemohu pomoci. Jsem zaneprázdněná."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_2
|
||||
msgid "As I already said, I need your help to get my husband Ainsley home on time today."
|
||||
msgstr ""
|
||||
msgstr "Jak jsem již řekla, potřebuji tvoji pomoc, abychom dnes dostali mého manžela Ainsleyho včas domů."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_4
|
||||
msgid "He is working at Deebo's Orchard located southwest of here. Please go there and help him."
|
||||
msgstr ""
|
||||
msgstr "Pracuje v Deebově sadu, který se nachází jihozápadně odtud. Jdi tam a pomoz mu."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_4:0
|
||||
msgid "I'll go now to help get him home on time."
|
||||
msgstr ""
|
||||
msgstr "Půjdu hned, abych mu pomohl dostat se domů včas."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_6
|
||||
msgid "I'm waiting for my husband's arrival. Please, I want him home on time today."
|
||||
msgstr ""
|
||||
msgstr "Čekám na svého manžela. Prosím, chci, aby se dnes vrátil včas."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_6:0
|
||||
msgid "What do yo want me to do again with your husband?"
|
||||
msgstr ""
|
||||
msgstr "Řekni ještě jednou, co chceš, abych udělal s tvým manželem?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_6:1
|
||||
msgid "I'm not done yet."
|
||||
msgstr ""
|
||||
msgstr "Ještě nejsem hotov."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_6:2
|
||||
msgid "It is done. Ainsley will be home on time today."
|
||||
msgstr ""
|
||||
msgstr "Je hotovo. Ainsley bude dnes doma včas."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_7
|
||||
msgid "Thank you so much for helping us. You are just like your brother."
|
||||
msgstr ""
|
||||
msgstr "Moc ti děkujeme za pomoc. Jsi stejný jako tvůj bratr."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_7:0
|
||||
msgid "Of course. He is my brother."
|
||||
msgstr ""
|
||||
msgstr "Samozřejmě, je to můj bratr."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_hadena_7:1
|
||||
msgid "Your welcome."
|
||||
msgstr ""
|
||||
msgstr "Rádo se stalo."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_0
|
||||
msgid "Yikes! You surprised me, kid. I'm Ainsley and I have a lot of work to do here so talk to me later."
|
||||
msgstr ""
|
||||
msgstr "Jéje! Překvapil jsi mě, chlapče. Jsem Ainsley a mám tady spoustu práce, takže si promluvíme později."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_0:0
|
||||
msgid "OK. I'm going now."
|
||||
msgstr ""
|
||||
msgstr "Dobře. Jdu pryč."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1a:1
|
||||
msgid "OK. I'll leave now."
|
||||
msgstr ""
|
||||
msgstr "Dobře. Odcházím."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_0:2
|
||||
msgid "Just a quick question. Have you seen my brother Andor?"
|
||||
msgstr ""
|
||||
msgstr "Jen krátká otázka. Neviděl jsi mého bratra Andora?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_0:3
|
||||
msgid "The husband of Hadena?"
|
||||
msgstr ""
|
||||
msgstr "Manžel Hadeny?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1a
|
||||
msgid "Uhhh...yes. No. Maybe. Argh. Sorry kid, I'm so busy right now. I can't even work properly with this old pitchfork."
|
||||
msgstr ""
|
||||
msgstr "Uhhhh... ano. Ne. Možná. Ahhr. Promiň, chlapče, mám teď moc práce. A s těmihle starými vidlemi ani nemůžu pořádně pracovat."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1a:0
|
||||
msgid "OK. I'll won't disturb you."
|
||||
msgstr ""
|
||||
msgstr "OK. Nebudu tě rušit."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1a:2
|
||||
msgid "I have a new pitchfork here."
|
||||
msgstr ""
|
||||
msgstr "Mám tu nové vidle."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1a:3
|
||||
msgid "Oops...I don't have a new pitchfork. I'll be right back."
|
||||
msgstr ""
|
||||
msgstr "Jejda... Nemám nové vidle. Hned se vrátím."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1b
|
||||
msgid "Hadena? Ah yes. She's my wife. Why do you ask?"
|
||||
msgstr ""
|
||||
msgstr "Hadena? Ach ano. Je to moje žena. Proč se ptáš?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1b:0
|
||||
msgid "She asked me to ensure that you get home on time today."
|
||||
msgstr ""
|
||||
msgstr "Požádala mě, abych zajistil, že se dnes vrátíš domů včas."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_1b:1
|
||||
msgid "Just asking. I thought you are busy?"
|
||||
msgstr ""
|
||||
msgstr "Jen se ptám. Myslel jsem, že máš práci?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_2
|
||||
msgid "Yes. I'm inexperienced farmer so I always make a lot of mistakes here and there and everywhere. But experience is the best teacher as they say."
|
||||
msgstr ""
|
||||
msgstr "Ano. Jsem nezkušený farmář, takže vždycky udělám spoustu chyb, tady, tam a vlastně úplně všude. Ale zkušenost je nejlepší učitel, jak se říká."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_2:0
|
||||
msgid "Correct. Here's the new pitchfork."
|
||||
msgstr ""
|
||||
msgstr "Správně. Tady jsou nové vidle."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_2:1
|
||||
msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
msgstr "Správně. Jejda... nemám nové vidle. Hned jsem zpátky."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
msgstr "Moc ti děkuji, chlapče. Řekni mé ženě Hadeně, že dnes můžu přijít domů včas."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
msgid ""
|
||||
"Welcome to Sullengard.\n"
|
||||
"West: Mt. Galmore "
|
||||
msgstr ""
|
||||
"Vítejte v Sullengardu.\n"
|
||||
"Na západ: Hora Galmore "
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_10
|
||||
msgid "I tried to do what Hadena said, but I just can't do it."
|
||||
msgstr ""
|
||||
msgstr "Snažil jsem se udělat to, co Hadena řekla, ale prostě to nedokážu."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_10:0
|
||||
msgid "Do what?!"
|
||||
msgstr ""
|
||||
msgstr "Udělat co?!"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_10:1
|
||||
msgid "Who is Hadena?"
|
||||
msgstr ""
|
||||
msgstr "Kdo je Hadena?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_20
|
||||
msgid "To cross the bridge of course."
|
||||
msgstr ""
|
||||
msgstr "Samozřejmě přejít most."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_20:0
|
||||
msgid "Why? It seems easy enough and from here, the bridge looks safe. What's the problem?"
|
||||
msgstr ""
|
||||
msgstr "Proč? Zdá se to být snadné a most odtud vypadá bezpečně. V čem je problém?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_30
|
||||
msgid "The wind! It is very scary when the entire bridge sways back and forth while you are crossing over it."
|
||||
msgstr ""
|
||||
msgstr "Vítr! Je to velmi děsivé, když se celý most kymácí tam a zpět, když přes něj přecházíš."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_30:0
|
||||
msgid "I'll tell you what, let's cross it together."
|
||||
msgstr ""
|
||||
msgstr "Něco ti řeknu, pojďme to přejít společně."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_40
|
||||
msgid "How? It's not wide enough for both of us."
|
||||
msgstr ""
|
||||
msgstr "Jak? Není dost široký pro nás oba."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_40:0
|
||||
msgid "I will go first and you can follow close behind. Sound OK with you?"
|
||||
msgstr ""
|
||||
msgstr "Půjdu první a ty můžeš jít hned za mnou. Nevadí ti to?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_50
|
||||
msgid "Yes. Thank you."
|
||||
msgstr ""
|
||||
msgstr "Ano. Děkuju."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_50:0
|
||||
msgid "No problem. Let's go now."
|
||||
msgstr ""
|
||||
msgstr "Žádný problém. Tak pojďme."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_15
|
||||
msgid "Oh, she is a lady who lives in that cabin that you just walked past."
|
||||
msgstr ""
|
||||
msgstr "Je to paní, která bydlí v té chatě, kolem které jsi právě prošel."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_15:0
|
||||
msgid "Oh, I see. Now what is it that you are trying to do?"
|
||||
msgstr ""
|
||||
msgstr "Aha, chápu. O co se teď snažíš?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_60
|
||||
msgid "Thank you so much. I can now continue onto my destination."
|
||||
msgstr ""
|
||||
msgstr "Mockrát děkuju. Nyní mohu pokračovat do cíle."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_60:0
|
||||
msgid "Where were you coming from anyway?"
|
||||
msgstr ""
|
||||
msgstr "Odkud jsi vlastně přišel?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_70
|
||||
msgid "I have been traveling from Nor City to Sullengard to visit my aunt and uncle and to help them prepare for the Sullengard beer festival next month. I hope to see you soon."
|
||||
msgstr ""
|
||||
msgstr "Cestoval jsem z Města Nor do Sullengardu, abych navštívil tetu a strýce a pomohl jim s přípravami na Sullengardský pivní festival, který se bude konat příští měsíc. Doufám, že se brzy uvidíme."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_70:0
|
||||
msgid "Yeah, about seeing you soon. Where is Sullengard?"
|
||||
msgstr ""
|
||||
msgstr "Jo, brzy se uvidíme. Kde je Sullengard?"
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_70:1
|
||||
msgid "I'm looking forward to it."
|
||||
msgstr ""
|
||||
msgstr "Těším se na to."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_80
|
||||
msgid "Oh, you've never been there? It is southwest of here."
|
||||
msgstr ""
|
||||
msgstr "Tys tam nikdy nebyl? Je to jihozápadně odsud."
|
||||
|
||||
#: conversationlist_sullengard.json:sull_ravine_grazia_90
|
||||
msgid "I have to go now. See you there."
|
||||
msgstr ""
|
||||
msgstr "Už musím jít. Uvidíme se tam."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_grazia_0
|
||||
msgid "Thank you again for helping me cross that scary bridge."
|
||||
msgstr ""
|
||||
msgstr "Ještě jednou děkuji, že jsi mi pomohl přejít ten děsivý most."
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_grazia_0:0
|
||||
msgid "Oh, that? It was my pleasure."
|
||||
msgstr ""
|
||||
msgstr "Oh, za tohle? Bylo mi potěšením."
|
||||
|
||||
#: conversationlist_sullengard.json:alynndir_16
|
||||
msgid "Well, I would too, but it is a very dangerous route to Sullengard. I'd think twice if I were you before making that trip."
|
||||
msgstr ""
|
||||
msgstr "Já bych to udělal taky, ale do Sullengardu je to velmi nebezpečná cesta. Být tebou, dvakrát bych si rozmyslel, než bych se na tu cestu vydal."
|
||||
|
||||
#: conversationlist_sullengard.json:alynndir_16:0
|
||||
msgid "I sure will. Thanks for the warning."
|
||||
msgstr ""
|
||||
msgstr "Určitě ano. Díky za varování."
|
||||
|
||||
#: conversationlist_sullengard.json:alynndir_10
|
||||
msgid "It is home of the best beer in all of Dhayavar! Every year they hold a beer festival. Matter of fact, that event is coming very soon."
|
||||
msgstr ""
|
||||
msgstr "Je domovem nejlepšího piva v celém Dhayavaru! Každoročně se zde konají pivní slavnosti. Ty se ostatně chystají již brzy."
|
||||
|
||||
#: conversationlist_sullengard.json:alynndir_10:0
|
||||
msgid "I think I would like to go there now."
|
||||
msgstr ""
|
||||
msgstr "Myslím, že bych se tam teď rád podíval."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_0
|
||||
msgid "Sure, kid, let me take a look."
|
||||
msgstr ""
|
||||
msgstr "Jasně, chlapče, nech mě se na to podívat."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_0:0
|
||||
msgid "[Hand it over to Nimael]"
|
||||
msgstr ""
|
||||
msgstr "[Předej to Nimaelovi]"
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_0:1
|
||||
msgid "Never mind. I have to go now."
|
||||
msgstr ""
|
||||
msgstr "Nevadí. Už musím jít."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_10
|
||||
msgid ""
|
||||
"Ah, what you have here is called the Diervilla Cobaea, or more commonly known as the Gloriosa, it is an extremely rare, but highly poisonous fungus most commonly found in dark, shadowy places like forests.\n"
|
||||
"It's a defense mechanism as it is poisonous for most creatures, including humans, when ingested."
|
||||
msgstr ""
|
||||
"Ach, to, co tu máš, se nazývá Diervilla Cobaea, nebo spíše Gloriosa, je to extrémně vzácná, ale velmi jedovatá houba, která se nejčastěji vyskytuje na tmavých, stinných místech, jako jsou lesy.\n"
|
||||
"Jedná se o obranný mechanismus, protože po požití je pro většinu tvorů, včetně lidí, jedovatá."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_10:0
|
||||
msgid "So it is useless?"
|
||||
msgstr ""
|
||||
msgstr "Takže je to zbytečné?"
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_20
|
||||
msgid "Actually, quite the opposite in fact. You see, Gison and I have perfected the process of removing the poison and using it in our soups. I can do this for you if you like."
|
||||
msgstr ""
|
||||
msgstr "Ve skutečnosti je to přesně naopak. Víš, Gison a já jsme zdokonalili proces odstraňování jedu a jeho použití v našich polévkách. Mohu ti to ukázat, pokud chceš."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_20:0
|
||||
msgid "No, thank you. I think I will hang onto it for a little bit and see if I can find a better use for it."
|
||||
msgstr ""
|
||||
msgstr "Ne, děkuji. Myslím, že si ji ještě chvíli nechám a uvidím, jestli pro ni najdu lepší využití."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_20:1
|
||||
msgid "Thanks. That would be great."
|
||||
msgstr ""
|
||||
msgstr "Děkuji. To by bylo skvělé."
|
||||
|
||||
#: conversationlist_sullengard.json:nimael_pm_30
|
||||
msgid "I just need a little bit of time. Please come back soon and I will have your soup ready."
|
||||
@@ -54614,6 +54618,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
@@ -64921,8 +64929,10 @@ msgid ""
|
||||
"\n"
|
||||
"[Quest is not completable at this time.]"
|
||||
msgstr ""
|
||||
"[OUTDATED]Nocmar mi řekl, že býval kovář. Ale lord Geomyr zakázal používání živé oceli, takže už nemůže kovat své zbraně.\n"
|
||||
"Pokud najdu živou ocel a přinesu ji Nocmarovi, měl by být schopen znovu kovat z živé oceli."
|
||||
"Nocmar mi řekl, že býval kovář. Ale Lord Geomyr zakázal používání živé oceli, takže už nemůže kovat své zbraně.\n"
|
||||
"Pokud najdu živou ocel a přinesu ji Nocmarovi, měl by být schopen znovu kovat z živé oceli.\n"
|
||||
"\n"
|
||||
"[Tento úkol nyní nelze dokončit.]"
|
||||
|
||||
#: questlist.json:nocmar:200
|
||||
msgid "I have brought a heartstone to Nocmar. He should have heartsteel items available now."
|
||||
@@ -68001,7 +68011,10 @@ msgid ""
|
||||
"Burhczyd was no longer dressed like a knight of the Elythom. He said he's going to marry the prettiest girl in the world - she just doesn't know yet...\n"
|
||||
"\n"
|
||||
"[Quest is not completable at this time.]"
|
||||
msgstr "[OUTDATED]Burhczyd už nebyl oblečený jako rytíř Elythomu. Říkal, že se ožení s nejkrásnější dívkou na světě - jen o tom ještě neví..."
|
||||
msgstr ""
|
||||
"Burhczyd už nebyl oblečený jako rytíř Elythomu. Říkal, že se ožení s nejkrásnější dívkou na světě - jen ona o tom ještě neví...\n"
|
||||
"\n"
|
||||
"[Tento úkol nyní nelze dokončit.]"
|
||||
|
||||
#: questlist_burhczyd.json:quest_burhczyd:120
|
||||
msgid "You've met Burhczyd 12"
|
||||
|
||||
@@ -53770,6 +53770,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -3,8 +3,8 @@ msgstr ""
|
||||
"Project-Id-Version: Andors Trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 21:52+0000\n"
|
||||
"Last-Translator: Martin <martin_kolbe@gmx.net>\n"
|
||||
"PO-Revision-Date: 2023-05-21 08:00+0000\n"
|
||||
"Last-Translator: Nut Andor <nut.andor@posteo.de>\n"
|
||||
"Language-Team: German <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/de/>\n"
|
||||
"Language: de\n"
|
||||
@@ -12,7 +12,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17-dev\n"
|
||||
"X-Generator: Weblate 4.18-dev\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:28+0000\n"
|
||||
|
||||
#: [none]
|
||||
@@ -1278,7 +1278,7 @@ msgstr "Du musst in diese Höhle und die große Ratte töten. Damit sollten wir
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80:0
|
||||
#: conversationlist_ratdom_npc.json:ratdom_rat_warden_95:1
|
||||
msgid "OK."
|
||||
msgstr "Abgemacht."
|
||||
msgstr "Gut."
|
||||
|
||||
#: conversationlist_crossglen_odair.json:odair5:1
|
||||
msgid "On second thought, I don't think I will help you after all."
|
||||
@@ -43322,7 +43322,7 @@ msgstr "Wenn du uns helfen willst, sprich bitte mit Gison."
|
||||
|
||||
#: conversationlist_gison.json:nimael_3:0
|
||||
msgid "OK. Get well."
|
||||
msgstr "Abgemacht. Gute Besserung."
|
||||
msgstr "In Ordnung. Gute Besserung."
|
||||
|
||||
#: conversationlist_gison.json:nimael_busy
|
||||
msgid "I'm busy at the moment. Please talk to Gison. He's over there."
|
||||
@@ -54607,6 +54607,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53770,6 +53770,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53883,6 +53883,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53770,6 +53770,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53751,6 +53751,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54439,6 +54439,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53770,6 +53770,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53782,6 +53782,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53806,6 +53806,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54452,6 +54452,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53782,6 +53782,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53809,6 +53809,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53952,6 +53952,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53962,6 +53962,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54431,6 +54431,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54592,6 +54592,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53873,6 +53873,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53770,6 +53770,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53795,6 +53795,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53808,6 +53808,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53835,6 +53835,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53775,6 +53775,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54593,6 +54593,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54371,6 +54371,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54607,6 +54607,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53779,6 +53779,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54654,6 +54654,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53785,6 +53785,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53815,6 +53815,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53809,6 +53809,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53801,6 +53801,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,8 +8,8 @@ msgstr ""
|
||||
"Project-Id-Version: andors-trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2023-04-16 04:51+0000\n"
|
||||
"Last-Translator: Emre Kaynak <emrekaynak35@gmail.com>\n"
|
||||
"PO-Revision-Date: 2023-05-18 19:54+0000\n"
|
||||
"Last-Translator: Ömer Faruk Çakmak <omerfarukckmk@protonmail.com>\n"
|
||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/tr/>\n"
|
||||
"Language: tr\n"
|
||||
@@ -17,7 +17,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17-dev\n"
|
||||
"X-Generator: Weblate 4.18-dev\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:26+0000\n"
|
||||
|
||||
#: [none]
|
||||
@@ -576,7 +576,7 @@ msgstr "Tamam, anladım. Eğer bana zarar verirlerse gelip burada dinleneceğim,
|
||||
|
||||
#: conversationlist_mikhail.json:mikhail_rats_start3a
|
||||
msgid "One more thing: Look at that basket on the floor over there. It belongs to Andor and he might have left something useful inside."
|
||||
msgstr ""
|
||||
msgstr "Bir şey daha: Şurada yerde duran sepete de bir bak. Andor'a ait ve içinde işe yarar bir şey bırakmış olabilir."
|
||||
|
||||
#: conversationlist_mikhail.json:mikhail_rats_continue
|
||||
msgid "Did you kill those two rats in our garden?"
|
||||
@@ -664,7 +664,7 @@ msgstr "Bana mallarını göster lütfen."
|
||||
|
||||
#: conversationlist_crossglen.json:audir1:1
|
||||
msgid "Do you have a pickaxe by chance?"
|
||||
msgstr ""
|
||||
msgstr "Kazman var mı acaba?"
|
||||
|
||||
#: conversationlist_crossglen.json:arambold1
|
||||
msgid ""
|
||||
@@ -909,7 +909,7 @@ msgid ""
|
||||
"\n"
|
||||
"I'm Leonid, steward of Crossglen village."
|
||||
msgstr ""
|
||||
"[REVIEW]Merhaba evlat. Sen Mikhail'in oğlu değil misin? Bir de kardeşin vardı.\n"
|
||||
"Merhaba evlat. Sen Mikhail'in oğlu değil misin? Bir de kardeşin vardı.\n"
|
||||
"\n"
|
||||
"Ben Leonid, Crossglen köyünün yöneticisiyim."
|
||||
|
||||
@@ -18710,23 +18710,23 @@ msgstr "Vücuttan geriye kalanlar arasında üzerinde \"Ayell\" yazılı bir yü
|
||||
|
||||
#: conversationlist_esfiume.json:askyl0
|
||||
msgid "Wh ... who ... Have you come to get me?"
|
||||
msgstr ""
|
||||
msgstr "Ki... kim... Beni almaya mı geldin?"
|
||||
|
||||
#: conversationlist_esfiume.json:askyl0:0
|
||||
msgid "Get you?"
|
||||
msgstr ""
|
||||
msgstr "Seni almaya mı?"
|
||||
|
||||
#: conversationlist_esfiume.json:askyl0:1
|
||||
msgid "[Lie] Yes, I am here to get you. Follow me."
|
||||
msgstr ""
|
||||
msgstr "[Yalan] Evet, seni almaya geldim. Beni takip et."
|
||||
|
||||
#: conversationlist_esfiume.json:askyl1
|
||||
msgid "Nooo! I knew the day would come. You people won't be able to catch me!"
|
||||
msgstr ""
|
||||
msgstr "Hayır! Bu günün geleceğini biliyordum. Siz beni yakalayamayacaksınız!"
|
||||
|
||||
#: conversationlist_esfiume.json:askyl1:0
|
||||
msgid "Wait, who are these people you are referring to?"
|
||||
msgstr ""
|
||||
msgstr "Bekle, bahsettiğin bu insanlar kim?"
|
||||
|
||||
#: conversationlist_esfiume.json:askyl2
|
||||
msgid "The Sakul are coming."
|
||||
@@ -26624,51 +26624,51 @@ msgstr ""
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_20
|
||||
msgid "What are you - a spy? Or just another prisoner?"
|
||||
msgstr ""
|
||||
msgstr "Nesin sen, casus mu? Yoksa sadece başka bir mahkum mu?"
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_20:0
|
||||
msgid "I'm a prisoner too. What is your name?"
|
||||
msgstr ""
|
||||
msgstr "Ben de bir mahkumum. Senin adın ne?"
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_20:1
|
||||
msgid "I'm $playername. Lady Hannah asked me to look for someone called Lovis."
|
||||
msgstr ""
|
||||
msgstr "Ben $playername. Hannah Hanım benden Lovis adında birini aramamı istedi."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_22
|
||||
msgid "No, you must tell me your name first."
|
||||
msgstr ""
|
||||
msgstr "Hayır, önce bana adını söylemelisin."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_22:0
|
||||
msgid "No, first you will tell me your name."
|
||||
msgstr ""
|
||||
msgstr "Hayır, önce sen bana adını söyleyeceksin."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_22:1
|
||||
msgid "If you are going to be so rude, I have nothing to say."
|
||||
msgstr ""
|
||||
msgstr "Eğer bu kadar kaba olacaksanız, söyleyecek bir şeyim yok."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_22:2
|
||||
msgid "I am $playername. Lady Hannah asked me to look for someone called Lovis."
|
||||
msgstr ""
|
||||
msgstr "Ben $playername. Hannah Hanım benden Lovis adında birini aramamı istedi."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_30
|
||||
msgid "You come from Hannah? I must be sure. Prove it!"
|
||||
msgstr ""
|
||||
msgstr "Hannah'dan mı geliyorsun? Emin olmalıyım. Kanıtla!"
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_30:0
|
||||
msgid "Here, I should give you this."
|
||||
msgstr ""
|
||||
msgstr "İşte, bunu sana vermeliyim."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_30:1
|
||||
msgid "Oh dear - I forgot to bring your flute!"
|
||||
msgstr ""
|
||||
msgstr "Hadi be, flütünü getirmeyi unutmuşum!"
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_40
|
||||
msgid "My flute! How I have missed it! I believe you now."
|
||||
msgstr ""
|
||||
msgstr "Flütüm! Onu nasıl da özlemişim! Artık sana inanıyorum."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_40:0
|
||||
msgid "This is settled then. Let us now look for an exit."
|
||||
msgstr ""
|
||||
msgstr "Bu iş halloldu o zaman. Şimdi bir çıkış yolu arayalım."
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_lovis_102
|
||||
msgid "What a dreadful place. Time seems endless here."
|
||||
@@ -54041,6 +54041,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
@@ -62220,7 +62224,7 @@ msgstr "İşkenceci"
|
||||
|
||||
#: monsterlist_guynmart.json:guynmart_tort2
|
||||
msgid "Assistent torturer"
|
||||
msgstr ""
|
||||
msgstr "İşkenceci yardımcısı"
|
||||
|
||||
#: monsterlist_guynmart.json:guynmart
|
||||
msgid "Guynmart"
|
||||
@@ -62743,18 +62747,18 @@ msgstr ""
|
||||
|
||||
#: monsterlist_brimhaven.json:brv_guard_captain
|
||||
msgid "Mustura"
|
||||
msgstr ""
|
||||
msgstr "Mustura"
|
||||
|
||||
#: monsterlist_brimhaven.json:quiet_thief
|
||||
#: monsterlist_brimhaven.json:quiet_thief_1
|
||||
#: monsterlist_brimhaven.json:quiet_thief_2
|
||||
#: monsterlist_brimhaven.json:quiet_thief_3
|
||||
msgid "Pixtumn"
|
||||
msgstr ""
|
||||
msgstr "Pixtumn"
|
||||
|
||||
#: monsterlist_brimhaven.json:melona
|
||||
msgid "Melona"
|
||||
msgstr ""
|
||||
msgstr "Melona"
|
||||
|
||||
#: monsterlist_brimhaven.json:brv_butcher
|
||||
msgid "Butcher"
|
||||
@@ -62770,7 +62774,7 @@ msgstr "Edrin"
|
||||
|
||||
#: monsterlist_brimhaven.json:brv_villager3
|
||||
msgid "Ogea"
|
||||
msgstr ""
|
||||
msgstr "Ogea"
|
||||
|
||||
#: monsterlist_brimhaven.json:brv_villager12
|
||||
msgid "Mother"
|
||||
@@ -63312,7 +63316,7 @@ msgstr ""
|
||||
#: monsterlist_sullengard.json:farm_horse
|
||||
#: monsterlist_sullengard.json:farm_horse_right
|
||||
msgid "Farm horse"
|
||||
msgstr ""
|
||||
msgstr "Çiftlik atı"
|
||||
|
||||
#: monsterlist_sullengard.json:graze_horse_left
|
||||
#: monsterlist_sullengard.json:grazing_horse_right
|
||||
@@ -68922,11 +68926,11 @@ msgstr ""
|
||||
|
||||
#: worldmap.xml:ratdom_level_5:ratdom_maze_museum
|
||||
msgid "Museum"
|
||||
msgstr ""
|
||||
msgstr "Müze"
|
||||
|
||||
#: worldmap.xml:ratdom_level_5:ratdom_maze_labyrinth
|
||||
msgid "Labyrinth"
|
||||
msgstr ""
|
||||
msgstr "Labirent"
|
||||
|
||||
#: worldmap.xml:ratdom_level_6:ratdom_maze_water_area
|
||||
msgid "Waterway"
|
||||
@@ -69006,5 +69010,5 @@ msgstr "Sullengard"
|
||||
|
||||
#: worldmap.xml:world1:deebo_orchard
|
||||
msgid "Deebo's Orchard"
|
||||
msgstr ""
|
||||
msgstr "Deebo'nun Bostanı"
|
||||
|
||||
|
||||
@@ -53923,6 +53923,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -53772,6 +53772,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -54669,6 +54669,10 @@ msgstr "我的面包在哪里?为什么要花这么长时间?"
|
||||
msgid "Just a minute."
|
||||
msgstr "请稍等。"
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr "很好!现在我不需要你了!"
|
||||
|
||||
@@ -53864,6 +53864,10 @@ msgstr ""
|
||||
msgid "Just a minute."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_70:3
|
||||
msgid "Hey - I have brought some bread already."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_ratdom_npc.json:ratdom_mikhail_80
|
||||
msgid "Good! Now I don't need you anymore!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,6 +1,29 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
|
||||
APK 72 (0.8.6.1) Another Ratdom bug fix
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* Fixed: Not able to complete quest "More rats!"
|
||||
* Translation updates
|
||||
|
||||
|
||||
Forum announcement //2023-05-21
|
||||
==================
|
||||
Hello adventurers,
|
||||
|
||||
we had to create another bug fix version (v0.8.6.1)
|
||||
|
||||
[list]In certain cases the quest "More rats!" could not be completed.
|
||||
[/list]
|
||||
|
||||
|
||||
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.7.apk[/url]
|
||||
Google Play, F-Droid and Itch will follow soon.
|
||||
|
||||
|
||||
|
||||
APK 71 (0.8.6) Ratdom bug fixes
|
||||
|
||||
Release notes
|
||||
|
||||
246
AndorsTrail/res/raw/conversationlist_feygard_1.json
Normal file
246
AndorsTrail/res/raw/conversationlist_feygard_1.json
Normal file
@@ -0,0 +1,246 @@
|
||||
[
|
||||
{
|
||||
"id":"guynmart_fog",
|
||||
"message":"You can't get through this dense fog here."
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster9",
|
||||
"message":"Me and my brothers watch over the ruler of the swamp.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Not for long, your brothers have left the area already. Attack!",
|
||||
"nextPhraseID":"F",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":3
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":4
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"So I'm going to have to talk to your brothers.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster1_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"feygard_fogmonster1_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"feygard_fogmonster1",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster1_check_1",
|
||||
"message":"As soon as you lower your weapon, the fog begins to vanish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_fog",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster2_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"feygard_fogmonster2_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"feygard_fogmonster2",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster2_check_1",
|
||||
"message":"As soon as you lower your weapon, the fog begins to vanish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_fog",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster3_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"feygard_fogmonster3_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"feygard_fogmonster3",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":3,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster3_check_1",
|
||||
"message":"As soon as you lower your weapon, the fog begins to vanish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_fog",
|
||||
"value":3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster4_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"feygard_fogmonster4_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"feygard_fogmonster4",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":4,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster4_check_1",
|
||||
"message":"As soon as you lower your weapon, the fog begins to vanish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_fog",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster5_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"feygard_fogmonster5_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"feygard_fogmonster5",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":5,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster5_check_1",
|
||||
"message":"As soon as you lower your weapon, the fog begins to vanish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_fog",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"feygard_swamp_sign",
|
||||
"message":"Go away - while you still can!"
|
||||
},
|
||||
{
|
||||
"id":"guynmart_roadguard_12",
|
||||
"message":"The fog over there is very dangerous.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Which fog? Do you ever look up?",
|
||||
"nextPhraseID":"guynmart_roadguard_30"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"guynmart_roadguard_30",
|
||||
"message":"Oh ... Forget it. I feel rather stupid now. Bye.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"guynmart_roadguard",
|
||||
"mapName":"guynmart_wood_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"swamp_witch",
|
||||
"message":"A child!? I haven't had anything tender to eat in a long time.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"But hard to digest... Attack!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"swamphut_oven",
|
||||
"message":"Certainly these two mighty ovens were responsible for the thick fog outside."
|
||||
}
|
||||
]
|
||||
@@ -78,12 +78,36 @@
|
||||
{
|
||||
"text":"Oh? Is it the fog that is the problem?",
|
||||
"nextPhraseID":"guynmart_roadguard_20"
|
||||
},
|
||||
{
|
||||
"text":"Why?",
|
||||
"nextPhraseID":"guynmart_roadguard_12",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"guynmart_roadguard_20",
|
||||
"message":"Yes. Several men already got lost and never reappeared. There is no way through."
|
||||
"message":"Yes. Several men already got lost and never reappeared. There is no way through.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"But ... which fog?",
|
||||
"nextPhraseID":"guynmart_roadguard_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_fog",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"guynmart_farmer_10",
|
||||
|
||||
36
AndorsTrail/res/raw/droplists_feygard_1.json
Normal file
36
AndorsTrail/res/raw/droplists_feygard_1.json
Normal file
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"id":"feygard_fogmonster",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem5",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":10,
|
||||
"max":20
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"loot_swamphut",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem5",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":100,
|
||||
"max":200
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
126
AndorsTrail/res/raw/monsterlist_feygard_1.json
Normal file
126
AndorsTrail/res/raw/monsterlist_feygard_1.json
Normal file
@@ -0,0 +1,126 @@
|
||||
[
|
||||
{
|
||||
"id":"feygard_fogmonster1",
|
||||
"name":"Foggerlump1",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster2",
|
||||
"name":"Foggerlump2",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster3",
|
||||
"name":"Foggerlump3",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster4",
|
||||
"name":"Foggerlump4",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster5",
|
||||
"name":"Foggerlump5",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"feygard_fogmonster9",
|
||||
"name":"Foggerlump1",
|
||||
"iconID":"monsters_tometik8:26",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"demon",
|
||||
"attackDamage":{
|
||||
"min":8,
|
||||
"max":20
|
||||
},
|
||||
"phraseID":"feygard_fogmonster9",
|
||||
"droplistID":"feygard_fogmonster",
|
||||
"attackCost":6,
|
||||
"attackChance":140,
|
||||
"blockChance":150,
|
||||
"damageResistance":10
|
||||
},
|
||||
{
|
||||
"id":"swamp_witch",
|
||||
"name":"Madame Mim",
|
||||
"iconID":"monsters_ld2:95",
|
||||
"maxHP":220,
|
||||
"maxAP":10,
|
||||
"moveCost":10,
|
||||
"unique":1
|
||||
}
|
||||
]
|
||||
29
AndorsTrail/res/raw/questlist_feygard_1.json
Normal file
29
AndorsTrail/res/raw/questlist_feygard_1.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"id":"feygard_fog",
|
||||
"name":"feygard fog",
|
||||
"showInLog":0,
|
||||
"stages":[
|
||||
{
|
||||
"progress":1,
|
||||
"logText":"1=Fog 1 has lifted"
|
||||
},
|
||||
{
|
||||
"progress":2,
|
||||
"logText":"2=Fog 2 has lifted"
|
||||
},
|
||||
{
|
||||
"progress":3,
|
||||
"logText":"3=Fog 3 has lifted"
|
||||
},
|
||||
{
|
||||
"progress":4,
|
||||
"logText":"4=Fog 4 has lifted"
|
||||
},
|
||||
{
|
||||
"progress":5,
|
||||
"logText":"5=Fog 5 has lifted"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -315,10 +315,10 @@
|
||||
<string name="skill_prerequisite_stat">Um diesen Skill zu erlernen, werden mindestens %1$d %2$s benötigt (Basiskampfeigenschaften).</string>
|
||||
<string name="skill_number_of_increases_one">Du kannst eine Fähigkeit verbessern.</string>
|
||||
<string name="skill_number_of_increases_several">Du kannst %1$d Fähigkeiten verbessern.</string>
|
||||
<string name="levelup_adds_new_skillpoint">In diesem Level erhälst du einen neuen Skillpunkt!</string>
|
||||
<string name="levelup_adds_new_skillpoint">In diesem Level erhältst du einen neuen Skillpunkt!</string>
|
||||
<string name="loadsave_save_to_new_slot">Neuen Speicherplatz anlegen</string>
|
||||
<string name="loadsave_save_overwrite_confirmation_title">Speicherplatz überschreiben?</string>
|
||||
<string name="loadsave_save_overwrite_confirmation">Dieser Speicherplatz enthält einen anderen Spielernamen (%1$s) als den aktuellen Spielernamen (%2$s). Soll dieser Spielstand wirklich überschrieben werden?</string>
|
||||
<string name="loadsave_save_overwrite_confirmation_title">Speicherplatz überschreiben\?</string>
|
||||
<string name="loadsave_save_overwrite_confirmation">Dieser Speicherplatz enthält einen anderen Spielernamen (%1$s) als den aktuellen Spielernamen (%2$s). Soll dieser Spielstand wirklich überschrieben werden\?</string>
|
||||
<string name="iteminfo_displaytypes_ordinary">Gewöhnlich</string>
|
||||
<string name="iteminfo_displaytypes_quest">Quest Gegenstand</string>
|
||||
<string name="iteminfo_displaytypes_legendary">Legendär</string>
|
||||
@@ -628,4 +628,40 @@ Jeder Level des Skills erhöht das Schadenspotential von zweihändigen Waffen um
|
||||
<string name="startscreen_migration_title">Datenmigration</string>
|
||||
<string name="startscreen_migration_text">Migriere Speicherstand.</string>
|
||||
<string name="monsterinfo_killcount">Frühere Tötungen</string>
|
||||
<string name="loadsave_export_successfull">Export erfolgreich abgeschlossen.</string>
|
||||
<string name="loadsave_import_error_unknown">Unbekannter Fehler beim Import.</string>
|
||||
<string name="loadsave_import_option_keep_existing">Vorhandenen Spielstand behalten</string>
|
||||
<string name="loadsave_import_option_keep_imported">Importierten Spielstand behalten</string>
|
||||
<string name="loadsave_import_save_error_unknown">- obsolet -</string>
|
||||
<string name="loadsave_import_worldmap_wrong_file">Bist du sicher, dass du eine Karte ausgewählt hast\? Markiere die Datei \'worldmap.zip\', die in dein Zielverzeichnis exportiert worden war.</string>
|
||||
<string name="loadsave_import_worldmap_wrong_directory">- obsolet -</string>
|
||||
<string name="loadsave_export">Gespeicherten Spielstand exportieren</string>
|
||||
<string name="loadsave_export_info">Wähle ein Verzeichnis, in das du alles exportieren möchtest.</string>
|
||||
<string name="loadsave_exporting_savegames">Exportiere Spielstände</string>
|
||||
<string name="loadsave_exporting_worldmap">Exportiere Karte</string>
|
||||
<string name="loadsave_export_unsuccessfull">Export nicht erfolgreich</string>
|
||||
<string name="loadsave_export_overwrite_confirmation_title">Vorhandene Dateien überschreiben\?</string>
|
||||
<string name="loadsave_export_overwrite_confirmation">Das Zielverzeichnis enthält bereits Dateien mit demselben Namen wie die zu exportierenden. Bist du sicher, dass du sie überschreiben willst\?</string>
|
||||
<string name="loadsave_export_error_unknown">Unbekannter Fehler beim Export.</string>
|
||||
<string name="loadsave_import_save">Spielstände importieren</string>
|
||||
<string name="loadsave_import_save_info">Bitte wähle alle Spielstände aus, die du importieren willst.</string>
|
||||
<string name="loadsave_importing_savegames">Importiere Spielstände</string>
|
||||
<string name="loadsave_import_save_successfull">Import abgeschlossen</string>
|
||||
<string name="loadsave_import_save_unsuccessfull">Import nicht erfolgreich</string>
|
||||
<string name="loadsave_import_imported_description">Importierter Spielstand: Speicherplatz: %1$s:
|
||||
\n\t%2$s</string>
|
||||
<string name="loadsave_import_worldmap">Importiere Karte</string>
|
||||
<string name="loadsave_import_overwrite_confirmation_title">Vorhandenen Speicherplatz überschreiben\?</string>
|
||||
<string name="loadsave_import_option_add_as_new">Spielstand in neuem Speicherplatz anfügen</string>
|
||||
<string name="loadsave_import_file_exists_question">In diesem Speicherplatz ist bereits ein Spielstand gespeichert. Möchtest du den vorhandenen Spielstand behalten, ihn mit dem importierten Spielstand überschreiben, oder den importierten Spielstand in einen neuen Speicherplatz anfügen\?
|
||||
\n
|
||||
\n%1$s
|
||||
\n
|
||||
\n%2$s</string>
|
||||
<string name="loadsave_import_existing_description">Vorhandener Spielstand: Speicherplatz: %1$s:
|
||||
\n\t%2$s</string>
|
||||
<string name="loadsave_import_worldmap_info">Bitte wähle die zip Datei für die Karte.</string>
|
||||
<string name="loadsave_importing_worldmap">Importiere Karte</string>
|
||||
<string name="loadsave_import_worldmap_unsuccessfull">Import der Karte nicht erfolgreich</string>
|
||||
<string name="loadsave_import_worldmap_successfull">Import der Karte abgeschlossen</string>
|
||||
</resources>
|
||||
@@ -157,6 +157,8 @@
|
||||
<item>@raw/droplists_haunted_forest</item>
|
||||
<!--Added by ATCS v0.6.18 for project ratdom-->
|
||||
<item>@raw/droplists_ratdom</item>
|
||||
<!--Added by ATCS v0.6.18 for project feygard_1-->
|
||||
<item>@raw/droplists_feygard_1</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_quests">
|
||||
@@ -207,6 +209,8 @@
|
||||
<item>@raw/questlist_haunted_forest</item>
|
||||
<!--Added by ATCS v0.6.18 for project ratdom-->
|
||||
<item>@raw/questlist_ratdom</item>
|
||||
<!--Added by ATCS v0.6.18 for project feygard_1-->
|
||||
<item>@raw/questlist_feygard_1</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_conversationlists">
|
||||
@@ -412,6 +416,8 @@
|
||||
<!--Added by ATCS v0.6.18 for project ratdom-->
|
||||
<item>@raw/conversationlist_ratdom</item>
|
||||
<item>@raw/conversationlist_ratdom_npc</item>
|
||||
<!--Added by ATCS v0.6.18 for project feygard_1-->
|
||||
<item>@raw/conversationlist_feygard_1</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_monsters">
|
||||
@@ -475,6 +481,8 @@
|
||||
<item>@raw/monsterlist_haunted_forest</item>
|
||||
<!--Added by ATCS v0.6.18 for project ratdom-->
|
||||
<item>@raw/monsterlist_ratdom</item>
|
||||
<!--Added by ATCS v0.6.18 for project feygard_1-->
|
||||
<item>@raw/monsterlist_feygard_1</item>
|
||||
</array>
|
||||
|
||||
<array name="loadresource_maps">
|
||||
@@ -1357,6 +1365,19 @@
|
||||
<item>@xml/ratdom_maze_666</item>
|
||||
<item>@xml/ratdom_maze_705</item>
|
||||
<item>@xml/ratdom_maze_768</item>
|
||||
<!--Added by ATCS v0.6.18 for project feygard_1-->
|
||||
<item>@xml/guynmart_wood_15</item>
|
||||
<item>@xml/guynmart_wood_16</item>
|
||||
<item>@xml/guynmart_wood_17</item>
|
||||
<item>@xml/guynmart_wood_18</item>
|
||||
<item>@xml/guynmart_wood_19</item>
|
||||
<item>@xml/swamp1</item>
|
||||
<item>@xml/swamp2</item>
|
||||
<item>@xml/swamp3</item>
|
||||
<item>@xml/swamp4</item>
|
||||
<item>@xml/swamp5</item>
|
||||
<item>@xml/swamp6</item>
|
||||
<item>@xml/swamp_hut</item>
|
||||
</array>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,202 +1,231 @@
|
||||
<?xml version="1.0" ?><map height="20" orientation="orthogonal" tileheight="32" tilewidth="32" version="1.0" width="20">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="5">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tileset firstgid="1" name="map_bed_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_bed_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="129" name="map_border_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_border_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="257" name="map_bridge_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_bridge_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="385" name="map_bridge_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_bridge_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="513" name="map_broken_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_broken_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="641" name="map_cavewall_1" tileheight="32" tilewidth="32">
|
||||
<image height="192" source="../drawable/map_cavewall_1.png" width="576"/>
|
||||
</tileset><tileset firstgid="749" name="map_cavewall_2" tileheight="32" tilewidth="32">
|
||||
<image height="192" source="../drawable/map_cavewall_2.png" width="576"/>
|
||||
</tileset><tileset firstgid="857" name="map_cavewall_3" tileheight="32" tilewidth="32">
|
||||
<image height="192" source="../drawable/map_cavewall_3.png" width="576"/>
|
||||
</tileset><tileset firstgid="965" name="map_cavewall_4" tileheight="32" tilewidth="32">
|
||||
<image height="192" source="../drawable/map_cavewall_4.png" width="576"/>
|
||||
</tileset><tileset firstgid="1073" name="map_chair_table_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_chair_table_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="1201" name="map_chair_table_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_chair_table_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="1329" name="map_crate_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_crate_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="1457" name="map_cupboard_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_cupboard_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="1585" name="map_curtain_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_curtain_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="1713" name="map_entrance_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_entrance_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="1841" name="map_entrance_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_entrance_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="1969" name="map_fence_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_fence_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="2097" name="map_fence_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_fence_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="2225" name="map_fence_3" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_fence_3.png" width="512"/>
|
||||
</tileset><tileset firstgid="2353" name="map_fence_4" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_fence_4.png" width="512"/>
|
||||
</tileset><tileset firstgid="2481" name="map_ground_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="2609" name="map_ground_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="2737" name="map_ground_3" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_3.png" width="512"/>
|
||||
</tileset><tileset firstgid="2865" name="map_ground_4" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_4.png" width="512"/>
|
||||
</tileset><tileset firstgid="2993" name="map_ground_5" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_5.png" width="512"/>
|
||||
</tileset><tileset firstgid="3121" name="map_ground_6" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_6.png" width="512"/>
|
||||
</tileset><tileset firstgid="3249" name="map_ground_7" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_7.png" width="512"/>
|
||||
</tileset><tileset firstgid="3377" name="map_ground_8" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_ground_8.png" width="512"/>
|
||||
</tileset><tileset firstgid="3505" name="map_house_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_house_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="3633" name="map_house_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_house_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="3761" name="map_indoor_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_indoor_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="3889" name="map_indoor_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_indoor_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="4017" name="map_kitchen_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_kitchen_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="4145" name="map_outdoor_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_outdoor_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="4273" name="map_pillar_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_pillar_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="4401" name="map_pillar_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_pillar_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="4529" name="map_plant_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_plant_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="4657" name="map_plant_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_plant_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="4785" name="map_rock_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_rock_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="4913" name="map_rock_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_rock_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="5041" name="map_roof_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_roof_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="5169" name="map_roof_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_roof_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="5297" name="map_roof_3" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_roof_3.png" width="512"/>
|
||||
</tileset><tileset firstgid="5425" name="map_shop_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_shop_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="5553" name="map_sign_ladder_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_sign_ladder_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="5681" name="map_table_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_table_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="5809" name="map_trail_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_trail_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="5937" name="map_transition_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_transition_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="6065" name="map_transition_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_transition_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="6193" name="map_transition_3" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_transition_3.png" width="512"/>
|
||||
</tileset><tileset firstgid="6321" name="map_transition_4" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_transition_4.png" width="512"/>
|
||||
</tileset><tileset firstgid="6449" name="map_transition_5" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_transition_5.png" width="512"/>
|
||||
</tileset><tileset firstgid="6577" name="map_tree_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_tree_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="6705" name="map_tree_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_tree_2.png" width="512"/>
|
||||
</tileset><tileset firstgid="6833" name="map_wall_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_wall_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="6961" name="map_wall_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_wall_2.png" width="480"/>
|
||||
</tileset><tileset firstgid="7081" name="map_wall_3" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_wall_3.png" width="480"/>
|
||||
</tileset><tileset firstgid="7201" name="map_wall_4" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_wall_4.png" width="480"/>
|
||||
</tileset><tileset firstgid="7321" name="map_window_1" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_window_1.png" width="512"/>
|
||||
</tileset><tileset firstgid="7449" name="map_window_2" tileheight="32" tilewidth="32">
|
||||
<image height="256" source="../drawable/map_window_2.png" width="512"/>
|
||||
</tileset><layer height="20" name="Ground" width="20">
|
||||
<data compression="zlib" encoding="base64">eJzVzLENACAIBEBa95+ELRxLaxPwgZfE4trTIaLbJGFe7I9x6YH1VD7rynzeFf1uV+RDLuRDH+SLXt6Xubq+7NXxVa7fvur14lumbDNm</data>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzVzLENACAIBEBa95+ELRxLaxPwgZfE4trTIaLbJGFe7I9x6YH1VD7rynzeFf1uV+RDLuRDH+SLXt6Xubq+7NXxVa7fvur14lumbDNm
|
||||
</data>
|
||||
</layer>
|
||||
<layer height="20" name="Objects" width="20">
|
||||
<data compression="zlib" encoding="base64">eJytVMsKhDAM9BfWg7D//xnet/XmeT+gCP7AetsEGhxCakl0IOArw8zEtEzDsFN9qQ6qOyjUnx7k2mvlIBdzbLXEY0RbURy/WkeQC3mwf33FuZhncfZfcQk+xLm8z+s7XOPo17QZXKnqyA6/rdytzHs5tvxFgTsjeiRzwQz364V/0ZZVVgxv/lpbDz1+1IZ+MG/Lk84ioo2h/18959Q5azz7qeeAvtAPzmdu+BRt1p63Mtff6FzFK/ab2atnmAG/+wPX425I</data>
|
||||
<layer id="2" name="Objects" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVMsKhDAM9BfWg7D//xnet/XmeT+gCP7AetsEGhxCakl0IOArw8zEtEzDsFN9qQ6qOyjUnx7k2mvlIBdzbLXEY0RbURy/WkeQC3mwf33FuZhncfZfcQk+xLm8z+s7XOPo17QZXKnqyA6/rdytzHs5tvxFgTsjeiRzwQz364V/0ZZVVgxv/lpbDz1+1IZ+MG/Lk84ioo2h/18959Q5azz7qeeAvtAPzmdu+BRt1p63Mtff6FzFK/ab2atnmAG/+wPX425I
|
||||
</data>
|
||||
</layer>
|
||||
<layer height="20" name="Above" width="20">
|
||||
<data compression="zlib" encoding="base64">eJw7KclAVXCXyua9pbJ5IwHsHA0zuoPRMEeA4RYWw80/1AQAjoAGJw==</data>
|
||||
<layer id="3" name="Above" width="20" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJw7KclAVXCXyua9pbJ5IwHsHA0zuoPRMEeA4RYWw80/1AQAjoAGJw==
|
||||
</data>
|
||||
</layer>
|
||||
<layer height="20" name="Walkable" width="20">
|
||||
<data compression="zlib" encoding="base64">eJzbKMbAsHGEYBCghhnIgFrmUGIePkANs5DFqeUuUs0jFlDLHGLMIweQkq7w8Uk1jxL3UQLw5UNSzMBlHqVgIMwjRZyabqOFeQBgK5kk</data>
|
||||
<layer id="4" name="Walkable" width="20" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHGEYBCghhnIgFrmUGIePkANs5DFqeUuUs0jFlDLHGLMIweQkq7w8Uk1jxL3UQLw5UNSzMBlHqVgIMwjRZyabqOFeQBgK5kk
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object height="544" name="east" type="mapchange" width="32" x="608" y="64">
|
||||
<objectgroup id="5" name="Mapevents">
|
||||
<object id="1" name="east" type="mapchange" x="608" y="64" width="32" height="544">
|
||||
<properties>
|
||||
<property name="map" value="fields2"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object height="32" name="south" type="mapchange" width="544" x="96" y="608">
|
||||
<object id="2" name="south" type="mapchange" x="96" y="608" width="544" height="32">
|
||||
<properties>
|
||||
<property name="map" value="fields9"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn uniques" visible="0">
|
||||
<object height="512" name="tinlyn_lostsheep3" type="spawn" width="512" x="64" y="64"/>
|
||||
<objectgroup id="6" name="Spawn uniques" visible="0">
|
||||
<object id="3" name="tinlyn_lostsheep3" type="spawn" x="64" y="64" width="512" height="512"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn monsters" visible="0">
|
||||
<object height="480" name="fieldcritter_2" type="spawn" width="480" x="96" y="96">
|
||||
<objectgroup id="7" name="Spawn monsters" visible="0">
|
||||
<object id="4" name="fieldcritter_2" type="spawn" x="96" y="96" width="480" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
</map>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,326 +1,331 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="32" tileheight="32">
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="25">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="30">
|
||||
<layer id="1" name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlEEKwyAQRYfs2nW7zbFzgkDjMmRV0wMEkl7BXqWR/AGxNgQbtRAXD3UUnzOK7YmoXeFWEDXgbvQ19XmJSSPWzzxnBMYC4zWHC9M1Wm6B2AS3hKPCnD7Xw8PpypndEvupYoHXVpbX12l72a2Qm7TmGsT6H/J01ZrRtX2htX2T551+c0tjf82lJLqWnz61k5PhuzQZA/q2nCemL5PJhKPbQEzXXt6QefyjL/ZbieE7ijP1Ow3ljPWvpKznURkSODt43zyljkQ=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="30">
|
||||
<layer id="2" name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVstuwjAQjKL2A+xKSFz42X5Kf6Hi0N4JkdoLBxCor1NKCVyQkNpbvU1Mlsmu7XQki9hedjzrXduHcZbtXTsIvx57k11g6vofedd/dv0H17+7yVScbOtL4FhYxgXciC2s5SlvGuE9v5yj/ktAn7SW19ZHZbpvj8e8G3vLm0YcU7Ymisu9GcY5RU3jPjfafZr+vEcKJ8aZ+/bcV5Msu54037sA38x0OaLlkEfBYsM1ov9bQT/B7/Gytcfc4d/SOgpzqTEGzCmE95+61xylEHOJzzqN89a2htzq1arAxceObbyM7dc1we9DCXOlkjdaPxQD3GvMf4+vSE7heMnmKC9CayVbI9gM0SHZp6xdOwM0rp3iS/JZCn5CMaTcKqXYMj+rAT7FeVajeH7PWB/3Y2X6djFO0lKw/1Ujx5nQYtoq5tOPGaYLuepRlgTvy1p9f7mN1/YfLg6vcw5xJUj5UEW4Nm78O6FtA3nOkcr3A/MLK9sTtDwm0PukUvi4NuTjZ87Zd6ReMD+RU9KG9yvd/7x2cB3cthRiK3Fq2kJvBdSO+jyftJeecynkIHKchH3lMf7r23hdeM6jlfdOgzafUoNSbFPuETybz2dRpN4xf6RcJL/TgXdUoeQprw08fyWdtTAvcRtWk8ijYch7SLtD1qbRulF4Ut/2qW8Gvq91y5viax2I45C1kFaqnbn7/QVo7PED
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="30">
|
||||
<layer id="3" name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9l2EKwyAMhXuKwu5/isL+9Qb6t7vLKkzI5CV5idIHpVO3fHk2ane9tu1zX6MupV+q7Li/3v3n7+pqn3tM786oAnZjFMHt7SzzDfpPwC37/1hvM0zWM+JaY4y/yHxL1cEvihvJI8pDddfjr6ovjyeZF4iNWCxf4zUdSt1o7dk5QPl7rMPxLduan6wPNk7ET2Tci2/lfyj9mZiZPUZjWuMaZ6wBVpH5mqnlURZzxdrRZHnS6mGVnvDHsmcl6y2yNrLSYox5yO9m14S3R6K8ZvxF50fOcUbas1uRmyf2HJFrMZsD+j3yzu5/lrwzmMltxbuCxZ9lsv8n2HcGJsdorCfPkhX6AlcxOVs=
|
||||
eJzFl2EKwyAMhXuKwu5/isL+9Qb6t7vLKkzI5CV5ibI9KJ265cuzUbvrsW2v+xp1Kf1SZcf99e4/P1dX+9xjendGFbAbowhub2eZT9B/Am7Zv8d6m2GynhHXGmP8ReZbqg5+UdxIHlEeqrsef1V9eTzJvEBsxGL5Gq/pUOpGa8/OAcrfYx2Ob9nW/GR9sHEifiLjXnwr/0Ppz8TM7DEa0xrXOGMNsIrM10wtj7KYK9aOJsuTVg+r9At/LHtWst4iayMrLcaYh/xudk14eyTKa8ZfdH7kHGekPbsVuXlizxG5FrM5oN8j7+z+Z8k7g5ncVrwrWPxZJvt/gn1nYHKMxpo5S/7BfAMk/kqe
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="30">
|
||||
<layer id="4" name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VVsOgDAI8xTe/wre0C9/DH1Q0CZLZmAtsIHXeRyXWA+qvTrDfDq6Hc5U863lcjr1cOuEOBAqW5JndR7pufapD8ql8qv2TCO9oz94FNJeefYJqnfDvpMaMG2Wq7JVsaJ80jxcnm4+rl3xqx5y3o3DiewulL+jmSCp1waY5kbvMF0nji/wZX6Kh/XWVK/TGynYnHnvp7XtxL1xj+msSHofzdat2Lr6Kq5JfdFbVPZ0frN83Nimc5zpT/8hak678y3l2VgolhvjUEBU
|
||||
eJy9VVsOwCAI8xS7/xV2w33tZ6EPiq6JiQtIAaW7r7VusV5Ue3WG+XR4OzFTzi+XG9Pph9snFAOhsiV1VucRn2uf+qBaKr9qzzjSO/ojjkI6K+8+QfVu2HfSA8bNalW2KldUT1qHG6dbj2tX8dUMOe/GiYnsLpS/w5kg6dcOMM4ds8N4nTxO4GR9Kg6brSlfZzZSMJ357qe97eS94x5TrUhmH2nrrty6/CqvSX/RW1T2VL9ZPW5uUx1n/NN/iNJpV9+YFp1eKJcHGWA+xg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_1" width="30" height="30" visible="0">
|
||||
<layer id="5" name="Walkable_1" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztksEJACAMA53C/VdwQ/EraVMVfN2B2IfxIthazuj5vPZoqZwjyu93OK/KnPhVF+c7fatyRx6XuXFFnTNnpVPV7Tzq7Is361D5x6+uah8AAAAAgF9MLWY9ag==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_2" width="30" height="30" visible="0">
|
||||
<layer id="6" name="Walkable_2" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztkkEKACAIBHtF//9CP4wOQYSrgtFpBqICdTaoNc3o+r7Pa1dLzfFQ/VYWz2v1ZP0qS+S7+194o3dUfGq+58xkqrjPGqu24vUyZP5x1ZXNAwAAAADwiwl8Gz1q
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_3" width="30" height="30" visible="0">
|
||||
<layer id="7" name="Walkable_3" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_4" width="30" height="30" visible="0">
|
||||
<layer id="8" name="Walkable_4" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMANNorh5sPYIBobxqafGIBuBrIYLnXUsBfZXFxuwWcnrezF5nd0fZSGM66wJaSPXECM3/CFOTUArrikhX3EmENt/42CUTAKRsEoGAWjYBSMglFADAAA7FU7FQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable_5" width="30" height="30" visible="0">
|
||||
<layer id="9" name="Walkable_5" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAPbBRD0NgwrQE97R0ov9IzPLHZOwpGwSgYBaNgFIyCUTAKRsEoGN4AAMUQE3A=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="north" type="mapchange" x="256" y="0" width="544" height="32">
|
||||
<objectgroup id="10" name="Mapevents">
|
||||
<object id="1" name="north" type="mapchange" x="256" y="0" width="544" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_10"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west1" type="mapchange" x="0" y="192" width="32" height="256">
|
||||
<object id="2" name="west1" type="mapchange" x="0" y="192" width="32" height="256">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_1"/>
|
||||
<property name="place" value="east2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_s_hill1" type="script" x="736" y="64" width="32" height="32"/>
|
||||
<object name="guynmart_s_hill2" type="script" x="288" y="32" width="64" height="32"/>
|
||||
<object name="guynmart_s_hill3" type="script" x="448" y="160" width="32" height="32"/>
|
||||
<object name="guynmart_s_hill4" type="script" x="448" y="32" width="64" height="32"/>
|
||||
<object name="east" type="mapchange" x="928" y="416" width="32" height="384">
|
||||
<object id="3" name="guynmart_s_hill1" type="script" x="736" y="64" width="32" height="32"/>
|
||||
<object id="4" name="guynmart_s_hill2" type="script" x="288" y="32" width="64" height="32"/>
|
||||
<object id="5" name="guynmart_s_hill3" type="script" x="448" y="160" width="32" height="32"/>
|
||||
<object id="6" name="guynmart_s_hill4" type="script" x="448" y="32" width="64" height="32"/>
|
||||
<object id="7" name="east" type="mapchange" x="928" y="416" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="fields5"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="west2" type="mapchange" x="0" y="512" width="32" height="416">
|
||||
<object id="8" name="west2" type="mapchange" x="0" y="512" width="32" height="416">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_12"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="chk_wild_berry" type="script" x="32" y="192" width="32" height="736"/>
|
||||
<object id="9" name="chk_wild_berry" type="script" x="32" y="192" width="32" height="736"/>
|
||||
<object id="24" name="south" type="mapchange" x="768" y="928" width="128" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp1"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
|
||||
<objectgroup id="11" name="Spawn">
|
||||
<object id="10" name="forestboar4" type="spawn" x="448" y="704" width="384" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
|
||||
<object id="11" name="forestbeetle" type="spawn" x="64" y="96" width="160" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestbeetle"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
|
||||
<object id="12" name="guynmart_dog10" type="spawn" x="160" y="-224" width="96" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="6"/>
|
||||
<property name="spawngroup" value="guynmart_dog10"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2" type="spawn" x="128" y="608" width="128" height="96">
|
||||
<object id="13" name="forestserpent2" type="spawn" x="128" y="608" width="128" height="96">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="512" y="416" width="384" height="64">
|
||||
<object id="14" name="forestboar3" type="spawn" x="512" y="416" width="384" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2_1" type="spawn" x="672" y="576" width="160" height="224">
|
||||
<object id="15" name="forestserpent2_1" type="spawn" x="672" y="576" width="160" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wild_berry" type="spawn" x="384" y="192" width="512" height="224">
|
||||
<object id="16" name="wild_berry" type="spawn" x="384" y="192" width="512" height="224">
|
||||
<properties>
|
||||
<property name="active" value="false"/>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="wild_berry"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="wild_berry2" type="spawn" x="544" y="672" width="320" height="192">
|
||||
<object id="17" name="wild_berry2" type="spawn" x="544" y="672" width="320" height="192">
|
||||
<properties>
|
||||
<property name="active" value="false"/>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="wild_berry"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2_2" type="spawn" x="320" y="512" width="128" height="32">
|
||||
<object id="18" name="forestserpent2_2" type="spawn" x="320" y="512" width="128" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Replace" visible="0">
|
||||
<object name="guynmart_r_hill1" type="replace" x="224" y="0" width="608" height="256">
|
||||
<objectgroup id="12" name="Replace" visible="0">
|
||||
<object id="19" name="guynmart_r_hill1" type="replace" x="224" y="0" width="608" height="256">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_1"/>
|
||||
<property name="requireId" value="guynmart_nondisplay"/>
|
||||
@@ -328,7 +333,7 @@
|
||||
<property name="requireValue" value="41"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_r_hill2" type="replace" x="224" y="0" width="608" height="256">
|
||||
<object id="20" name="guynmart_r_hill2" type="replace" x="224" y="0" width="608" height="256">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_2"/>
|
||||
<property name="requireId" value="guynmart_nondisplay"/>
|
||||
@@ -336,7 +341,7 @@
|
||||
<property name="requireValue" value="42"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_r_hill3" type="replace" x="224" y="0" width="608" height="256">
|
||||
<object id="21" name="guynmart_r_hill3" type="replace" x="224" y="0" width="608" height="256">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_3"/>
|
||||
<property name="requireId" value="guynmart_nondisplay"/>
|
||||
@@ -344,7 +349,7 @@
|
||||
<property name="requireValue" value="43"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_r_hill4" type="replace" x="224" y="0" width="608" height="256">
|
||||
<object id="22" name="guynmart_r_hill4" type="replace" x="224" y="0" width="608" height="256">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_4"/>
|
||||
<property name="requireId" value="guynmart_nondisplay"/>
|
||||
@@ -352,7 +357,7 @@
|
||||
<property name="requireValue" value="44"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_r_hill5" type="replace" x="224" y="0" width="608" height="256">
|
||||
<object id="23" name="guynmart_r_hill5" type="replace" x="224" y="0" width="608" height="256">
|
||||
<properties>
|
||||
<property name="Walkable" value="Walkable_5"/>
|
||||
<property name="requireId" value="guynmart_nondisplay"/>
|
||||
@@ -361,5 +366,5 @@
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup id="13" name="Keys" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,271 +1,270 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE map SYSTEM "https://mapeditor.org/dtd/1.0/map.dtd">
|
||||
<map version="1.0" orientation="orthogonal" width="30" height="15" tilewidth="32" tileheight="32">
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="12">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32">
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="30" height="15">
|
||||
<layer id="1" name="Ground" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEUD1u8GYoHyl5kPNLtp7c78LlhsLhjsMYJrdxJKE7oFT4DGQ+DEQMAiQ1Hfg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="30" height="15">
|
||||
<layer id="2" name="Objects" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJylVDtvAjEMzspQpKQi0k30/28ICf4B0o1doCp7CY+uFQxIjSEmH1Zi7sBS5Fz8+vw4H6wxbWNuNPfGWJe/D1H222SO5Ny9DtPMlt/Rl3yjuNKmdu+iV+NfCVtrc74sC7ac77NvyIO/nm08n6OcL9Myxl5U6qbl2yp4gs32uxR/kzBgnx75ofs49vrDlXGQ7dmWcSPtoAbYg4sM7jU/mn+WHaPvtS/rcPwgcNC8r3gumiuu2txr/8Of1+M/wkFUmkENA8o4fhcMEsdW6MsZw1mhe232EcOrtfgRsuD1+uMeewXHPh2m6UDfKZj/u7v327cnSBS3z/yhnKhNu71LLb6FziVGsmefcj/1mdPSbNA5QU8ng2zL+2CZONZ1pfwjNf4W7YeuLv8HqFcWow==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="30" height="15">
|
||||
<layer id="3" name="Above" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9lNENgCAMRLsG+0/hLjqCO/hhYi6kvStUeD9AQ/G8FsxezmZ2NfvAdTTP7ItGD5ZfieE4gqc1+t+D6BmBnaPmfW4VPOcOas5yKig/qz5nUL2L8VU6vB5DWI+shPnv6fwL9absqAOuo+/18VlPsPZKQ/WuzHinNGQ17erbiAf0xJhm
|
||||
eJzFlNENgCAMRLsG+0/hLjqCO/hhYi6kvStU9P0ADYXzWjS72ZvZ0ewB19E8sy8aPVh+JYbjCJ7W6Hs3omcEdo6a97lV8JwzqDnLqaD8rPqcQfUuxlfp8HoMYT2yEua/p/Mt1D/lizrgOrqvj896grVXGqpvZcY7pSGr6Y+7kQuDd6XT
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="30" height="15">
|
||||
<layer id="4" name="Walkable" width="30" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VEEKwDAI6yv6/y/4w11WKM6o0RkQWklNBK3steQNDdnfqHAsns5bd3T2dK181hvyGdXM8BhYbzxN5JvVZPrXeeS7gmjWmDcV7bteNHcTiGaoO1+Mh3P2PGr+JLy+J/Wzuz+li3xk+FVdrYc8dHel80f+FQ/1QY17
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<object name="east" type="mapchange" x="928" y="32" width="32" height="416">
|
||||
<objectgroup id="5" name="Mapevents">
|
||||
<object id="1" name="east" type="mapchange" x="928" y="32" width="32" height="416">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_11"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="north" type="mapchange" x="96" y="0" width="416" height="32">
|
||||
<object id="2" name="north" type="mapchange" x="96" y="0" width="416" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_1"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="guynmart_s_wood12_castle" type="sign" x="96" y="96" width="32" height="32"/>
|
||||
<object name="west" type="mapchange" x="0" y="32" width="32" height="224">
|
||||
<object id="3" name="guynmart_s_wood12_castle" type="sign" x="96" y="96" width="32" height="32"/>
|
||||
<object id="4" name="west" type="mapchange" x="0" y="32" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn">
|
||||
<object name="forestboar4" type="spawn" x="768" y="256" width="128" height="32">
|
||||
<objectgroup id="6" name="Spawn">
|
||||
<object id="5" name="forestboar4" type="spawn" x="768" y="256" width="128" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestwolf2" type="spawn" x="416" y="64" width="128" height="160">
|
||||
<object id="6" name="forestwolf2" type="spawn" x="416" y="64" width="128" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestwolf1" type="spawn" x="0" y="384" width="320" height="96">
|
||||
<object id="7" name="forestwolf1" type="spawn" x="0" y="384" width="320" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestbeetle" type="spawn" x="128" y="64" width="224" height="96">
|
||||
<object id="8" name="forestbeetle" type="spawn" x="128" y="64" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestbeetle"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2" type="spawn" x="128" y="320" width="128" height="32">
|
||||
<object id="9" name="forestserpent2" type="spawn" x="128" y="320" width="128" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestboar3" type="spawn" x="320" y="352" width="160" height="32">
|
||||
<object id="10" name="forestboar3" type="spawn" x="320" y="352" width="160" height="32">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestboar3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object name="forestserpent2_1" type="spawn" x="512" y="224" width="192" height="64">
|
||||
<object id="11" name="forestserpent2_1" type="spawn" x="512" y="224" width="192" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Replace" visible="0"/>
|
||||
<objectgroup id="7" name="Keys" visible="0"/>
|
||||
<objectgroup id="8" name="Replace" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextobjectid="20">
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="34">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
@@ -183,27 +183,40 @@
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="30">
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHGI4c0U6kXG9NaPbgYl+ikNg4HSO5B2DyW9gyW8B4N+auRXcuNgFA9/DADGxUdk
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="30">
|
||||
<layer id="2" name="Objects" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lM8KwjAMxvMKabHgayv4AAr6DD6BCp7Eg+hd3Zi3IV4GtmxhWU0zJ/hBGXT55UvTP48xwM4P0sQCTP0o/NxjnP6SMgQ4jgCMAZh7bmHreY0LsXfnWdfmuWI3ps83d3WOOI8UT+vLET6UN3zF/p2xm4v4i0vzXFINTx/zcp85Al+aev0aTzk4T96h/2uUe8YV89tE3SltBO+gSqhdYzXvuGap7pmVuVTt3Hvp2VXDo9F9Yzaumfv3sdSvE+tVhWlfba+Dwn7vhfMseXOeFO5gSrE350uF6+Ppvv7CD1Hqrn2rAtscNP6tM7Z7myn7qimP7uEQFaZe99fxTayNzsNQX85pbw/XTaizzzf099DUSm9txt7MN0ttowA=
|
||||
eJyNVMFOwzAMzS/YlSr1AB8NfwAH/gCJH6Ab4sRhgnFnrOouYyAulYjVeHMcO+NJUds0z+/Fib3rQljGwbhqQriOY4xzu85/MrYwPxFDuIm822b+rvFo7Wcbue0pzgfka87pDu0cQ8ex1vP+BggFhsSfxL815LGY/976fAnLw09c89uWMYh/wHn/NT7HkHyp/QB2zhgbKPkLxzeD3qWv3tGeDO8avdLytEfh/yLm5RLrvvWepfYblNrEvUt3FNDWJXyhzdWwdHnOyteryNWUzuw7ad2nf3TfamdNoPN+hvlcmcN46sp8az5i7nVPNQm59iOU/IPiLY19a+/M53pdqfoiLKDOl/Du2D5582rN6y2y9/T0DqcYPGq65/CfnrYWud4a9TTAef1B8SzPR+20z+M85t+eZx2zwdzD2Km4Dk/D6tceZ2P08VHcxZXRCym/L+ifwR+IXfmo
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="30">
|
||||
<layer id="3" name="Above" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlD0OgCAMRrsZZgfpETyx93DjLnoOVzWGhJT+gTGRhLjweB+FihHEsSHAjvU3j+FiMfKMxa/h4aOyR7k+Fd6bzZPLwO2VsGZbM1A2z8D4KS+xND9XM4nl3PSONFaqnZXZcluZKeutVckuY59Xe7MWq921h5Xq7WEl99fsMQHMnSzn/DMrndXDSs43bGsftXq1/ve+5/Lf2dJHXAavl56/x0vznwOR5dM=
|
||||
eJytlM0JwCAMhbNC8eTi7QZdoCe7SSHdpXgoiCaaF30XQfLlzxgiXRyJ3tiePZU2Hl7ispKB6/lCeTTnEf9sPo6def+ayd3LMdi3uuYRtweiI4zjXoKfM7R3Ulw0/1qeeS2ZG+Bn3ys565bs0T+OStstVp+r43p3okWsMFYf3l7V84xw0r5GZkLitPpX7eisD/xdgjM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="30">
|
||||
<layer id="9" name="Top" width="15" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlMENQCEIQ53C/Vdgw68HL0Roi5rfxIvyKEHUems21pJ1fu209jMmYxEfsVH9viZFim/G7Vjfc8UX9S9imbtj+ovO0WxkHNNnNK9Kfew8s/kUNothWXWmT/XCr5qz+j5veN/iX+Wu/HV/+Hru5B1GcejfmfoAnttT9Q==
|
||||
eJyTlGAgG7AD9UoC8RVR0vVu4oTol4CaQapeGGYnUT+yXlLdgK4Xhjkp0EuM+3HphdmNL/zx6SVkNz69hPxNa73ThcnTi8/PhPTiczcxenHZTYxeXHFNil5y7P0uzsCgSaZeSsJqIPTi8isxeqmRF7DlY1raS2lewFV2EpsmsbmBFL3o/idVL7L7ARU7sS0=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents">
|
||||
<layer id="10" name="Top0" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7KcvA8HIUj+JRPIqHIL4jycBwV3Lg3TGKhzYGAJ1gzHs=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="15" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlMENwCAMA5mC/VdgQ/rhE9mOTYkUqQo57ELaNcdYX55Y008Up64YxXY8Y5n/6imJRFdxHV/XXuomUZmUR3uk3N/77vyjnmRGlT7TcPiuxtju2dV33xt9n3WvVDvlWd+N91q70XX8Il3nv5B6RKxzxqwnPSs1yy73YiaUb5Qb7RuDYA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents">
|
||||
<object id="1" name="east" type="mapchange" x="448" y="512" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_12"/>
|
||||
@@ -216,48 +229,30 @@
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="3" name="fog1" type="mapchange" x="224" y="384" width="32" height="224">
|
||||
<object id="22" name="south" type="mapchange" x="32" y="928" width="224" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog2"/>
|
||||
<property name="map" value="swamp3"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="4" name="fog2" type="mapchange" x="0" y="128" width="32" height="224">
|
||||
<object id="23" name="west2" type="mapchange" x="0" y="864" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog3"/>
|
||||
<property name="map" value="guynmart_wood_14"/>
|
||||
<property name="place" value="east2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="5" name="fog3" type="mapchange" x="128" y="736" width="32" height="224">
|
||||
<object id="24" name="west1" type="mapchange" x="0" y="32" width="32" height="640">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog1"/>
|
||||
<property name="map" value="guynmart_wood_14"/>
|
||||
<property name="place" value="east1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="fog4" type="mapchange" x="0" y="448" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="7" name="fog5" type="mapchange" x="288" y="928" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog6"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="8" name="fog6" type="mapchange" x="32" y="768" width="96" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="fog4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="9" name="guynmart_sign_fog_10a" type="script" x="256" y="224" width="32" height="32"/>
|
||||
<object id="10" name="guynmart_sign_fog_10b" type="script" x="320" y="736" width="32" height="32"/>
|
||||
<object id="11" name="guynmart_sign_fog_10c" type="script" x="352" y="480" width="32" height="32"/>
|
||||
<object id="12" name="guynmart_sign_fog_10d" type="script" x="64" y="32" width="32" height="32"/>
|
||||
<object id="25" name="guynmart_sign_fog_10a" type="script" x="320" y="736" width="32" height="32"/>
|
||||
<object id="26" name="guynmart_sign_fog_10a" type="script" x="352" y="480" width="32" height="32"/>
|
||||
<object id="27" name="guynmart_sign_fog_10a" type="script" x="256" y="224" width="32" height="32"/>
|
||||
<object id="28" name="guynmart_sign_fog_10a" type="script" x="64" y="32" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup name="Spawn" visible="0">
|
||||
<objectgroup id="6" name="Spawn" visible="0">
|
||||
<object id="13" name="forestboar4" type="spawn" x="256" y="64" width="224" height="288">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
@@ -266,11 +261,11 @@
|
||||
</object>
|
||||
<object id="14" name="forestwolf2" type="spawn" x="224" y="704" width="224" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="15" name="forestwolf1" type="spawn" x="96" y="64" width="224" height="128">
|
||||
<object id="15" name="forestwolf1" type="spawn" x="96" y="64" width="256" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestwolf1"/>
|
||||
@@ -278,7 +273,7 @@
|
||||
</object>
|
||||
<object id="16" name="forestbeetle" type="spawn" x="0" y="224" width="160" height="736">
|
||||
<properties>
|
||||
<property name="quantity" value="10"/>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestbeetle"/>
|
||||
</properties>
|
||||
</object>
|
||||
@@ -298,7 +293,36 @@
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="20" name="forestserpent2_2" type="spawn" x="32" y="352" width="96" height="288">
|
||||
<properties>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="21" name="forestboar4_2" type="spawn" x="96" y="544" width="160" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Keys" visible="0">
|
||||
<object id="29" name="guynmart_fog:1" type="key" x="0" y="32" width="32" height="320">
|
||||
<properties>
|
||||
<property name="phrase" value="guynmart_fog"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Replace">
|
||||
<object id="31" name="feygard_fog10" type="replace" x="0" y="0" width="480" height="960">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Replace" visible="0"/>
|
||||
</map>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="2017.05.26" orientation="orthogonal" renderorder="right-down" width="15" height="30" tilewidth="32" tileheight="32" nextobjectid="1">
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="14" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="10">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
@@ -183,33 +183,81 @@
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer name="Ground" width="15" height="30">
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="14" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEY4s14MDl6cOkn1mx85pPjp4EO31E8ikfxKB4uGACXtUdA
|
||||
eJzbyMnAsHEY4M04MKnqceml1FxS/TDQ4TmKR/EoHsX0xgAQTzFw
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Objects" width="15" height="30">
|
||||
<layer id="2" name="Objects" width="14" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7I8nA8BaI35BBIwN0eRiQFWJgkBNiIBk8E2NgeIEHvxTDrec1Fjlk8ApJP7F60PXj0nMLKPYDC76Nx3yYnp841HzDop+QHnT9yG4hRs9wAW/5GBje8ZGn9zQ/hD7DwsBwlgVCkwruAPXcZYHQxICF/KTbgQxYWRkY2FgRfFESzBMF6hNjJaxuFIyC4QYAWXBFLQ==
|
||||
eJyVVDsOwjAMtQQXSIBKIMH9r8AFKGVkQFAmGAqFMMCA6EZKiTCOnaaWLDfue/EviRkD3KyajrYW/E3XUw0w077/oeFP3L+dAigSgLOgZeLv5fDXBES5IG4MnnIpvlSNza3vxagkDl+ROpzdJ2H8EfXNcVY2lyeJXzE50Dlx8TEmVfycDVkXiq8Vcw/MGcCC68pVONc2wXn2JgD9yT93R/KdK7/+geUMrY6sZkJ9XDwpT+m+hPofW3vbHhw3i4hfkDlQThcJ3X3cX7r3Wv98ufIxofOZMTly+BMz/89/1SjHX379W+3Pndr0i63tQrhTri90/5j8uXnUbwKt3wjYjcXehfeY87Wd0Zjz3Wbf0UXwDA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above" width="15" height="30">
|
||||
<layer id="3" name="Above" width="14" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjl2BgkARiELgjycBwVxJB4wPiQD2bOBkY2IG0BJIZMDkJPJgDqheG2fHIjeJRPIpH8SgexbTEAJlwN74=
|
||||
eJxjYGBguCPJwHAXiGEAnU9InJAcNdQPVgDzBzn+oUaYoduPLy6R1RBjPz77KHErsXpB9Gcg/kJE+FIjHvCFC7ZwxGYvJXmHmDiEgZ1E2o/MR9dDCqBmvBMTlsjuxWUWvngg1X3YzCAmLoktO/HpxaUH3f93SEjfxJQVuPQQk74J0eQCAMk3lyM=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Above_1" width="15" height="30" visible="0">
|
||||
<layer id="10" name="Top" width="14" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjl2BgkARiELgjycBwVxJB4wPiQD2bOBkY2IG0BJIZMDkJPJgDqheG2fHIjeJRTC7+Ls7AoCGBiX+IE9bLKYGa3sX4GRgWAvFPMvTCAD30KgoyMDTxk66Xnci8OopH8XDEALf7I/g=
|
||||
eJzV000KgCAUBGB35Qm0E1jX73LVLgUXau9nMAwacBPvY0zUmHFx3hjfLGR+jmu39ZIMNa+5y/GGc1oX57SuPzvkTCiHdH3hjvh9jfs/He6S2fJdDtkizvrnDOKm6BZfn3ebUPxDa8s3RaX3vnCdo97fG6ftVYrUKUXq1MJZJJRFk6z0HtDuniR7A95LmJk=
|
||||
</data>
|
||||
</layer>
|
||||
<layer name="Walkable" width="15" height="30" visible="0">
|
||||
<layer id="11" name="Top0" width="14" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsJFMjAxwyWFTOwpGAT0AsWkXn15sZhGjFxufHL2ExNHVkJv/KAmrUTAKhjoAAOBJJt8=
|
||||
eJx7KcvA8HIUj+JRjBffkWRguCs58O4YxaN4OGMAghetxw==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup name="Mapevents" visible="0"/>
|
||||
<objectgroup name="Spawn" visible="0"/>
|
||||
<objectgroup name="Keys" visible="0"/>
|
||||
<objectgroup name="Replace" visible="0"/>
|
||||
<layer id="5" name="Walkable" width="14" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNU9sNACEIc4rbfwU2NP4RYl93P9eERE0rFbCetepFHPT13LN1x7xTIeH+Gbd6ptovfNbXqVHcJF/iNa2RM6+uxoGjVX9C5WV+kh72s1SL/rsDVX/k1Z1J9BblI50x5i/tpdsrpWV5kNblOp4RR/llsQHDDZVB
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="6" name="Mapevents">
|
||||
<object id="1" name="east2" type="mapchange" x="416" y="864" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="2" name="east1" type="mapchange" x="416" y="32" width="32" height="640">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="west1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="3" name="west1" type="mapchange" x="0" y="32" width="32" height="256">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_15"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="feygard_fogmonster1_check" type="script" x="320" y="448" width="128" height="128">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="12" name="Spawn">
|
||||
<object id="4" name="feygard_fogmonster1" type="spawn" x="352" y="480" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="feygard_fogmonster1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
<objectgroup id="13" name="Replace">
|
||||
<object id="7" name="feygard_fog10" type="replace" x="0" y="0" width="448" height="960">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
||||
256
AndorsTrail/res/xml/guynmart_wood_15.tmx
Normal file
256
AndorsTrail/res/xml/guynmart_wood_15.tmx
Normal file
@@ -0,0 +1,256 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="23">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsJFIvBmKiVWPjncyMTCsgGJS9FFqLwgvp8DezRS4AeTnXSTai8tuUt1yjwx7qe0GauKBtJta6XCo2TsS/DpS7BxIezcOoL0DafdItHeg7R7IOmKwhMFA2D2KR/EoHtoYABixjmY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdlk1OwzAQhUfAhiUJStScAzgB9ATACShH4wocIUFixZKKLeJ3w6IqO8ZqrExex45NHUA8aRTXteabmXhiE4WpLrpxw+O7jOhtQvQ+6Z5S2tx3JLkvPH5q7bnocyQP5x62VvO3EfFIrpSMAWNJoQX7mgf60+phZXMOUZV37GVrMTEYdqr3LWNYDsTTiLlQ/mlJdAZ2Xg7HI/mNsveGeCdszW7fjgP42HdWrnx9PGkH/P9lue7LjB+Z89qy7vn5WayvQeYQD5mYh2TaXLWeljoKYBqbOuqLTJsrCvON5WLs5p3WUF+NiflesL/DiPeKfiQX6yvXavvZsGce/tTBNJLfNPu9wHVD/avxfftJY7v6x9e/yJ8pTJdkrbPcH+cmkr4Mp1ZqPRYT95cVnpMmjuu9NGyMwXdmYg1SMa3wvJpDDcZgoq7yuHvDpvwbHm9XRDvV6rd2Ro6lnJn7VX/OdVdLId/ddvED9db67CMbhxsSx39k/gX2b8vm+wUc6AOA
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMvJWE0HeA9F1JBI1LDAT2SGKaQw03vJXELzbYAZcw5WaghzW9wUDYj5zO6A2o6V9seYeQGmrYhc5HzzPEuItY8EaS/DxJrn9xlUOk6CUHIPsVnzm44oLS9Eys26kZv5TaTWvAhFbG0ir/ottDazsHstwfyDJ/MNk5DRjn06lQhxNr/04g+zMQfwHi5TS0lxi3DIR9tHYDMW1ZegBalM+D0c7BYPdAg4H2LwDd5XEo
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Above_1" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztwQEBAAAAgiD/r25IQAEAAPBoDhAAAQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzdlFEKgDAMQ3cK738Fb+iXP2OtzZJ2xYAgzPUlYDrGnu6Le1Raza3gov46cxX+TuVE+cr/InI/qw/WvZ0eWu8Wbz5n+u/l//JVtXMUeVE+m9ebY515XlVMi8/0yMsUZUe/Z/q64zM6O5Ilg4nMVLFnD5XqyMz2hOyJbFVzmR2jYK56VpUf2c+ZzD/n7aI37wONx7B2
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="7" name="Mapevents" visible="0">
|
||||
<object id="21" name="east" type="mapchange" x="928" y="512" width="32" height="256">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_14"/>
|
||||
<property name="place" value="west1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="22" name="north" type="mapchange" x="32" y="0" width="416" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_17"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Spawn" visible="0">
|
||||
<object id="9" name="forestserpent2" type="spawn" x="768" y="128" width="160" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="forestserpent2_1" type="spawn" x="512" y="192" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="11" name="forestboar4_1" type="spawn" x="672" y="608" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="forestboar4_2" type="spawn" x="736" y="384" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="9" name="Keys" visible="0"/>
|
||||
<objectgroup id="10" name="Replace" visible="0"/>
|
||||
</map>
|
||||
239
AndorsTrail/res/xml/guynmart_wood_16.tmx
Normal file
239
AndorsTrail/res/xml/guynmart_wood_16.tmx
Normal file
@@ -0,0 +1,239 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="15" height="14" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="22">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="15" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEUj+IRjKcxQTCp+pYD9ayAYgB7opgg
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="15" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYECAN5IMDG8lGTAATBxdHl2cEI3LDlLsBbFfCWKqRQZ/0eRxmQ8ChMwipJ9SfceB9t8TQBU7JohdP7q/KLGXUv0vsbgFlz4hIdLsxWY2DAgKYarHl6ZgtCxQn5wQpjunMkHobYLY9WFLuyeR7HoJSo9ADADmYkve
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="15" height="14">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7I8nAcBeI7xBJgwAyGwawiSGLo+snFeAyn9b6R+2lrX5s6YMUOWLMxJZ2dyLpvQlk38Khnlh/AQDjeD03
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="Walkable" width="15" height="14" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEAMDLAJoYsjk8vMYASvfjcN2rvwNqLL23gSzuE0iEpaRjGBgBQHkLb
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="7" name="Mapevents" visible="0">
|
||||
<object id="21" name="west" type="mapchange" x="0" y="64" width="32" height="352">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_17"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Spawn" visible="0">
|
||||
<object id="9" name="forestserpent2" type="spawn" x="288" y="96" width="160" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="forestserpent2_1" type="spawn" x="384" y="384" width="96" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="forestboar4_2" type="spawn" x="128" y="64" width="160" height="352">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="9" name="Keys" visible="0"/>
|
||||
<objectgroup id="10" name="Replace" visible="0"/>
|
||||
</map>
|
||||
257
AndorsTrail/res/xml/guynmart_wood_17.tmx
Normal file
257
AndorsTrail/res/xml/guynmart_wood_17.tmx
Normal file
@@ -0,0 +1,257 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="24">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzt0k0OQDAQBtBmdu5/CCybrtQR1BW4ijQknUymKIoYi29F++anulBKJ6YEpSomLczfzZK1f1NNn5jZZ3S5e2pkUrfJ6PqMEbcD/kyq6+u3O3Zr0Jkr+vX1Owi+jewWu1ydR97VAMF3K7uldZ51sT+QO6iL68QzOuPScDPmduQyuakzusPNkSfcrd1+xZTovsWW2LMkW2LP+ndF7ViSzbkTmfyNMg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzN1ksKwjAQBuChe11UKHhez6DexQtUPYIi3Qm+toI7JwsxDHmY9M+YH0KzKHyZTFNCRHSfEz14INJ33/m287/3MeXTl2WDcV12boYmzfWtIyVrNs/s3Ea4uemFY9xTpC9o98DzF48FyPWtf2xvc/wh0NvS++zqrZ1Svqu3MiXs1P8UIr+e25JmyEXa8nvy9RZputxQrZOWaNrqunatG0DNT3aOlnXl+SVi70F7nWKb7ECuidzvmI2KrLkGWyM17bfWfUfaWq6Jxt0j5mr1WLqadm3n+Z93+dWM6A3+pnWZ
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7I8nAcBeI76DR5ILDYsSrpZadl8VIsxeXO8ix8xIF9pILBsJOELg8APZSGrfkgpEWt4MdUFpGDBU7B9LugfQvvcFIi9tRMApGwSgYBaMAHwAA47wihg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="5" name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlNEJACAIBZ2i/Vdow4joJ8w0CaPegT8hXopFRJRTCy2zXO5cyuVCcs7qW7ycW2J1f4tXW2PltZxbifSO89iZj8er2Qvt3uz6vXmniPTf0HeEE/2+5/31HXU/AACA+6j/cwGqrUIU
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="7" name="Mapevents" visible="0">
|
||||
<object id="21" name="east" type="mapchange" x="928" y="576" width="32" height="352">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_16"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="22" name="north" type="mapchange" x="192" y="0" width="576" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_18"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="23" name="south" type="mapchange" x="512" y="928" width="416" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_15"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Spawn" visible="0">
|
||||
<object id="9" name="forestserpent2" type="spawn" x="768" y="128" width="160" height="256">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="forestserpent2_1" type="spawn" x="512" y="192" width="128" height="192">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestserpent2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="11" name="forestboar4_1" type="spawn" x="672" y="608" width="224" height="96">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="forestboar4_2" type="spawn" x="736" y="384" width="192" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="3"/>
|
||||
<property name="spawngroup" value="forestboar4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="9" name="Keys" visible="0"/>
|
||||
<objectgroup id="10" name="Replace" visible="0"/>
|
||||
</map>
|
||||
223
AndorsTrail/res/xml/guynmart_wood_18.tmx
Normal file
223
AndorsTrail/res/xml/guynmart_wood_18.tmx
Normal file
@@ -0,0 +1,223 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="30">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9lk0OgkAMhcnsvH/iFQR3hNWANwA8AmfRidOkKf1FcdFECJ2Ptq8P+0vT9IEYUMC9W2qaNhgR5lnc/L4ea0zCO3HcLJx9JaHVu6RPRGqe075mem1xf9XrzPzuapzJpT3IdXZeLszGYnMz5vTm4Vrat2bMvYvFlXYD1+7pdZQr7QPkYnZkjzWulk/zrBljTwBfsLgW3zPjcm9BsX7B7VKs1xsKzTeywaW5Hs+0dgP3yzpD6rWHre0RNy+OS2v2sK39PcKVNObhtk6uxo5yvd9xzgOoxsYDXC1P0zbW2CL0TONCHvUcrmZO2yU2QWNWn7e09xx8ziRwqb5pzZpvSJ4De1KYK+FyNXOakXzDmu2MmNqMI1ysCTxbS1vwH5TjwjN3gwuawLPVPKir9XNcXOvDwcV8PFePdw1MrSWeAa7H/ySu5EFRruesf3M575CefQE8FXjX
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VzFuwzAMJLxlSIFkMJB35Ql9QR/j9kEeUiDt1CktgnR10KydK6ImyjBHijbQA4TEiqTTHUnJISL62hBdSovwuiLatdd9zy0em4Hm7Bqix7E9Nbdja7xDWedc2qG094oOyx3B8p4dvcJvgbQwjqr/BMZ8F54Pq7E8b5z1Hsb+rvnj9bhr2pHXR7PWy0yPI27m3Y/crJW9Hir5ZfdV24f4s1D+IK9RXlsufkax87g1PG7L2yd8jhDl5c7wRl5m4s3oGvxdOBlasxdju5e3ifxofN/eahZsx3lz89pC6rEfOTze/4b22oux7UM57WlG5xFr1l5n6lh8XyTqOQLK6yyQxsz5Ish4zdA1OQBP5Xf2RK/h5abWLF7zPBQb7zwQ2JrVuAe1hWo58gzpzfJrcH5lzhGL7L3vcTK8HBO/PY897ik5P+XMjmDn1fagebNeT+H34N2P3vxMfHUdee9h0V1hgfgy+rz3B8SbqQvRPjcn5pybyzXR3fq6r1b/ujZOoJas1q16Fo2HVbwvvQevHpFePfaz+f0/oZF5p7X69ZrZvOI5sq79nItsfH8ADGrO7Q==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VkEKwzAMK3tEYQ8f2z927a0/6E4d3Q+2PyxmGIKJO8lOBaVQ0iiRJSfbeRhe5emBtczzJObaOnL3wGOM/3s5cePrvS9B3gnQrqXxkbqLhi0dj671PP6eFrLc951/lx1egfiCzYUHW+893iOR4UUy5vm65mVqKpxXMp8eLwPljPYVy8vumV33lOxHAtlzRutsVlGt60yuDT5dh/Ui4k2G2+Jdvn+I/Ue82dovi9np8wgyNZ7BLHsaR7kzns5Cdc7cTyJQb7EeQzT2clT3LYY3e7cQLu17SK1vzhjWX7bXIjXO+sBmAz0rdEwkQ14eW2eNHYucg//WVM+J+krWpvPadwRsD+l5Z0Y98wWLTnTi
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlMsNxDAQQlNF+m/BHe5lV3IsAw9nI+UQe4D5hXFf1/i+7nH3CaswP9y4n2/DsXI12jPmRHfHR2p5W686I/1oNXcY1zuXw6m2+m56TeOdrtJ2HKl3TnfOO+XXaCs+1Wv6n7jZpBm5XGjPTmp2uikmzYfqrvFNveq+mXHSXe+Ir6mcFc49SdfxUM+h+9/qkv1ROBr79nxXR/pX292jnNTXGn6FpfOdsamvNCZxkhwJXnElfya9aXV3eTf7vuLTefLzVDutReWRdpVwrbHEe4mnU10X4/xN9bX5T3Y5tB5BZ3vqt2nn0hzI/vxzjin2A17u7qY=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="15" name="south" type="mapchange" x="192" y="928" width="576" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_17"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="16" name="north" type="mapchange" x="192" y="0" width="352" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_19"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="6" name="Spawn" visible="0"/>
|
||||
<objectgroup id="7" name="Keys" visible="0"/>
|
||||
<objectgroup id="8" name="Replace" visible="0"/>
|
||||
</map>
|
||||
223
AndorsTrail/res/xml/guynmart_wood_19.tmx
Normal file
223
AndorsTrail/res/xml/guynmart_wood_19.tmx
Normal file
@@ -0,0 +1,223 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="15" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="30">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsBGKrwgj8EZOTLwZCWOTJxc/EUZgetrbJ83A0A/EE6Rxq6GF3XOB9s0D4vl0tpdYPND2jkQ/D5WwPgHFQ9VedPFpTBCMz0589p4G6j2LQz82v4LsWgHFMDYuO8n1L7qdIDcuR7IXhHcD8Uo8/qZWGIPs3QnEu6B2nkWzF1fYU2ovyI8gf5+B2oke5sh8EAYANDZH9A==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyFVEtKxEAQLSLodnoCEwRBD6HeIB5ARg8g6kXECyjiTVyZrZlAVrpTx1kI43x0JQguBKuYLqe6Uh0fFEl3KvVefbovUoBLtNt1iKJyAGUv3Bv4ddpdPPsZwAHaYbb0GbtmrE303+oufWvFu98J15p3huup2DvGGCdopxk08I6xP9AqzzF1Td/PVYDnDYCjTqjlCzmeIjlzLJkz8zCn5CfMXbheWcM18t6LmPydc95Lm7zEmaNt+zxkTAnSUgg9/HzzPdF1t3LmWpOvrPOd6qvmIFiaCIVRG0JsviydE9fkZE2xeshvbX0e9OL/xdb9rMkZ0zETtSuNWhNuXDsnz12u+l8ZNeDzKWHVujC06hrvinOj+/0fflruED1PkpvnXe9rnCUA54n3EfHGyDEXvI/4/u3XV8lyv1b9zNV9Yp3pNli5ksYXF3JfJwurVX0ZMb4h/jMS+jn/MpKr5OR7hcFnm2zHqLXWQFonLtRRqjNEPkOhT4PmTdaANWjOvztczQjF596++hm3+soYqb0HVdNfNSi2fA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="30" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAh+wMKOARGp8ScEeSgeEuEO+URIgtEmZgWAzEH9Hs+QTk75FkIAsg2wNjI4ujq0MGh8Xwy+MDbyRx69mJ5gZ0daT4lZBabHYQ8gexfsVlNy5/4TMXJkdqPBNjBzqf1LgkxU58aYwadqObA6NB6e0tUvxSyx58dhMrTikglCbwhTclYDoTfvsJ2XdZDLccpQBf2XGJgL34whPkZlzuRrcTl/9h5j8m0v8g+w6LoZa3uOymJgDZhy+sAItOaD8=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="30" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VNsNACEIcwr3X8EN7//S0haUxMRnH4qcvdYBLQ33LOKacFfn0NorboSD+v85hJf4dbyze+j6dNYZvtLN9ruaKtzpO7tjpWPKqfK265FpuPlnEj0J543/q7gRT8LbqUeuXyfv2ZzyWtWOtCZ0G8Jn0cH/ADZ4nQc=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="15" name="south" type="mapchange" x="192" y="448" width="352" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_18"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="16" name="north" type="mapchange" x="192" y="0" width="704" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_20"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="6" name="Spawn" visible="0"/>
|
||||
<objectgroup id="7" name="Keys" visible="0"/>
|
||||
<objectgroup id="8" name="Replace" visible="0"/>
|
||||
</map>
|
||||
228
AndorsTrail/res/xml/swamp1.tmx
Normal file
228
AndorsTrail/res/xml/swamp1.tmx
Normal file
@@ -0,0 +1,228 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="20" height="9" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="6">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="20" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsJEK+AQUU9MsSs07gQVTwwxyzCNkDrHmEWsOIfNINQeXeeSag808Ss0CYQApEIqa
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="20" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYGBgeCPJwPBWknj6piADHDwTY2B4DcQnxCB8mBpksA1JPTZ5mDkvoGbdAuKfUPMEhVD1nMSiFwSOCSLMQDbnB5JZ6EBICFU/TAzdLT/wmIPLP9j8hM8t2MwURvI7Oeagu49c9yADXqCb+IQQ8U6uOehufIYW7+QCAI6HT7c=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="20" height="9">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7I8nAcBeIcYE7BOQJ6dlJol5aA3L8Q4qZlJpPC/dRG9DCjW+pZB4Af4wRMQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="20" height="9" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsJEMjA4IyaOrwwfQzUFnEwuIcTc5ZpBjLinm4GKTYg6p8UWuedQwh1IzkDEAWutdSQ==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents">
|
||||
<object id="1" name="north" type="mapchange" x="448" y="0" width="128" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_11"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="5" name="west" type="mapchange" x="0" y="64" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="swamp2"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Spawn" visible="0">
|
||||
<object id="4" name="fieldcritter_2" type="spawn" x="96" y="96" width="480" height="480">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
</map>
|
||||
310
AndorsTrail/res/xml/swamp2.tmx
Normal file
310
AndorsTrail/res/xml/swamp2.tmx
Normal file
@@ -0,0 +1,310 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="24">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="9" name="Base" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztzaERADAIBDAs+0/CFh2rV1/9gouIznTVAAAxxxs5vZnTmzm9mXPz+zufC4Fzkik=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="1" name="Ground" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7JsvAcA2I6Q2uDbC99LZ71N7hbS8IfBKiv93I/h2J9tLL7lF76WP3qL30sXuw2UtrMGrvyLN3FIyCUUAaAADDcWpi
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1Vr1uAjEM9srQSslw/EgVnfv6SN3pQnkBBh6AIqALGxJDc0XuuSZ27HD3SRE5k/izHdsJAMBpCvA9tf/GCL/A72MD8JnGU5I/p3GO8l7EMs0/0riOO9l76OZ8fcmmEnBdiDdu5F0Le6leyRbL2iGg8Z/jcDxUJvnZt/+aDRSYe31xcHnObzrfvNzGrulyy2L7Xw0F+x4uo7X0ldFTyt8afyneJveyGmicEjftH5qNNXbQb4wx523PzduLJOBeqtNrax84Cfp4rB+FJSeH4KVcq1Svi1F+Hea1t+dl8zj839PybhvZRrWHBPmMckAdbW/CuzoHfh+rOlmfoXbuQz7GEu9sYs/jXG1IezHGF4FX87XmfsP/VkqMNV4PJ5eVzpbyarnj7SelGCOv5y6U5gdSQ6UYcx6K0vlJsMRY069xaLGwxFjT7V2Hte2NMdW5F/pD6T1hjbHHFssbxhpjqsP1jmJ9axfsvta8w6V18/RGfo2yrz+x3TqU
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="14" name="Objects0" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VrFOxDAMzcoAUoJUeiAEM7+PxHAbLIUfYOAD7k5QltuQGEg4mbhPdmKDsBQ1cVI/+8VxEkII8yqE95X9m1L4Fhq/DSE85nac9Se57ZP+L8l97j/k9nlWdXex9nF9z6ee0LqYDtiE+6T8y+1qvljWohRc4o+v5zprLNJ4D3YknnvxtPQ93rmeeD5N/f20xqrpKPco3pvRbtMSi+Qv7z9fHtpmqFxbfP85Q9EXL/JMe7wV7PxHvFxaXHukhalh87zWYtDmrf+VMXGMuGXfmn4LNa3nF7dZhGMj1976Z9nPWbGHXJNs43JsyTdtDfLcwm3Zs2JP+bzeHtU5iWtPzdPWz8BRwX0ZljqO3awh0b7v3EapTXRXI6Z0TzRtQp3h/uyizHHB5XtLmOfjcj3mExc8G9wHFOL4Y/DnlSefcG5iHEvxari/zeEiuLfruMQs0sopS3yScI5ReLyW+qPNUf+V5cUEeXwxLttaeUv+JXbp/HhteGtIEY1jz7vU5WOsuBgrnvud8m5BvfX+aXHsveuksaVWWO273lFQtzbRlk+az973M32v8hv5OumxfgGwd5gi
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="30" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy9VlsOwyAM6zV6/xN0f/vdOba7rD9IEUviB2iWqgoI2A605DqP43E/Fd732Of8bVdvhBh3Be5nMTfGV1qY2BmvaYzV383p1ohe1flZP8p7lWe0nxU6DRkG55znbj7jJdO7QzujBfWhPf6X31V0nM53rpwdlK8sx4xuFFfpQvuL/LgaR/8KnDM92p1XhVPhjui+JZZDPbMMN+LswPhdzTv7j4kc3f3AcCKuCNWfk/dsrPK7ysnmSzlTyroMsv1l76Wd9w671g7vTk2Q9TNanFqCXRtB5dpRTzg1wNze6V2tJVxupw5X45x49d/f4QvoGSV/
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlkkOgzAMRbNrOYHTE1Cuz+Xa7sqilqzwiaeobLBksYnyPHw7lHKO1erzRx3DXSef3wbF4uVqsVhjyPBeVMpz47xpH4PGzzCX391zw2Z+jx3lTs2dH9LP9Lhcu7Z+qKecD23fe/VxmcG+iLOofkhPiCn7EDFUP4/Gj3pMygxoOVv46F5Zo6MYozn32FGtZvVviS9baysXncuyrVzUk9kw11mu1FmrNW/uaJajmrTkzrsP7Y/sPDAfeW9fZfsUtYt7cc/mZt/yCHck08odzURc+V9n2TtR+wcD2Rd9hEUA
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="11" name="Top0" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzt0zERAAAIw8DaYMC/KRCAC2TAQYbf2yHlUmG1MCltfgewGZ0At3xt+utvAHMatUSYwg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="30" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFlNkNwzAMQzNF918hG/arQGFYJJ/kIAKMOLqoy7o/13W/dBStOhNfq7/1TvTdfxpP5atjo/LZ+Xb5KL6re9Ub1880125cyj7JX+Wkau94SSyOR+Wn8j1NDnPyznfy1C6d0RSbzoXCp3VJ/E7725lp2meHSbET/RSD7DYaq+NXOC7fad0nPa/0HabCcvFRDIL1u/9/nS3FdG+3swOTGLtxJ/unkk331BO7NMEicjfT9D0RLEVprRxW0n+HS/rT2TPUP5l75Z/U7fRZ6Qti2SB1
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="1" name="east" type="mapchange" x="928" y="64" width="32" height="64">
|
||||
<properties>
|
||||
<property name="map" value="swamp1"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="5" name="west1" type="mapchange" x="0" y="64" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="swamp3"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="7" name="west2" type="mapchange" x="0" y="544" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="swamp4"/>
|
||||
<property name="place" value="east1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="18" name="feygard_fogmonster2_check" type="script" x="448" y="128" width="160" height="160">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="6" name="Spawn" visible="0">
|
||||
<object id="6" name="feygard_fogmonster2" type="spawn" x="512" y="192" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="feygard_fogmonster2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
<objectgroup id="13" name="Replace">
|
||||
<object id="14" name="swamp2c" type="replace" x="416" y="512" width="544" height="96">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects0"/>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="16" name="swamp3b" type="replace" x="256" y="512" width="160" height="448">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects0"/>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="swamp2b" type="replace" x="256" y="288" width="704" height="224">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects0"/>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="11" name="swamp3a" type="replace" x="0" y="288" width="256" height="672">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects0"/>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="swamp2a" type="replace" x="0" y="0" width="960" height="288">
|
||||
<properties>
|
||||
<property name="Objects" value="Objects0"/>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
361
AndorsTrail/res/xml/swamp3.tmx
Normal file
361
AndorsTrail/res/xml/swamp3.tmx
Normal file
@@ -0,0 +1,361 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="25" height="15" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="43">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="9" name="Base" width="25" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEUk4SZeInHlNjxlYeBQQhkhjAmBol/46HcDmYgfgQ056AwJgaJM1LBHzA7XkgzMLxEwq+kqW/Hd6CZP5DwTxrYgQtTww5WIP7EgxuzUcEOWqfdkYDfCGLiwWYHAMeh/XQ=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="1" name="Ground" width="25" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJyFVM1KAzEQHhSVrj+wqdiWKnrx5MWfJ9A+gfoE6msJ4hOIJ8/qdW/VFikIrVKrFES86aJOmhl2NpmtHwyZTGa/L5PJBgCgH8MIDzjOG4AF4+ZPODbR2rRux9aKM56v4voa5Y9A/qmI3dZARULxH5PxXmPsphaOzPOJuY+x2+tVnF/v4HxgQs2O2MswzvymiPfIb9F6X+QxupTzVQHYqP5v35WQo+3xvsd6fK6an28uOvORokYXa+2hJcQhz0Tq+mfqaxQhVepgJMo5SUiN9TLA2TJAYwL7OO18X2NAfLJ/++gfkB16d+Le5DVKyH1BvJMzmc8aqbyrgn/Pci452yUd25u3OF/H+dT4eq3Gr9DgvUt+tobXo6J+1KNQQ2JH4ZYaQ3GmEWrUNYvy81nay4cZr7GF8ROvjlf7hpT1e2jxrPTA4ghztxUd1rBcdwXfaijStzrHnvk1MOQ/JXFZCo3/4ZeCf1rGgndT7JffYE3Dr0l7J9n/A5qViHU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="25" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy7JsvAcI0E/EaSgeGtJGl6iMEHgWYeooG5wwFjA6N2DJwdyFiai/bxP1zsGMX0xQDIl06T
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="25" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFk0EOQDAQRe2sSUjcxLVxAnoCXdhzA9YW2kSTmvyvFRJvM834M53OjLZKIJ3nb8y5rbiVehk3iG9Oq0BMf+qlDeklSPsHo6lDg15KUE8tc4rzLp5/NvrFi0E96UhPLSu5YyN+NGuLAvWHUCXPxWAzZ2hyx1vq7Gpj2HPsZz39EkX2cCre5WUzv5vT0z2JmbnM+XRPYnK7nKj+0L99p0H1ovrZm3y/Ox94o1Du
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="10" name="Top" width="25" height="15">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytlN0OgyAMhblTngB8Aufr7+U276QZzU5OgLW4Jieakvr1D/ccwjuF8Ix2xRIjlsozV23Vh6bnYucEQ+LX/PUtwFPpudhe3h9VlpqE4cmLa7TEehkL9XIU+0qfWg8ngznYN9ZhzOUXJ9Hc2Ie5ePex12f2WWoesS2M3p5yjcjUOfZm6dmhFnujObZm6d3TFpfvPt7dfzBE+F/h7ytjdoeQMcozwhxnOa3+qGQf7t470QV7b9DY
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top0" width="25" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7KcvA8JIA3ijJwLBJkrC6UUx+WMLER8N6FI8ETIt0PtB5h1Deprd7AC4UfCI=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="25" height="15" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzNlMsNwCAMQztF9l8hG3JqBZLt2JxqCYmfnhMgdD2fus6G5m4bUgvvNBbEQ33m/0e558rGE++dY177uooR8dGexAMxUH4qD7bO8kjeq2Kz2J26cO/Y5Tt1oOTWnoop8br9SxTP8VIMl5mI1cmU7/QG9v4C0leDYA==
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents">
|
||||
<object id="1" name="east" type="mapchange" x="768" y="64" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="swamp2"/>
|
||||
<property name="place" value="west1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="north" type="mapchange" x="32" y="0" width="224" height="32">
|
||||
<properties>
|
||||
<property name="map" value="guynmart_wood_13"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="27" name="west" type="mapchange" x="0" y="32" width="32" height="416">
|
||||
<properties>
|
||||
<property name="map" value="swamp6"/>
|
||||
<property name="place" value="east1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="28" name="south" type="mapchange" x="32" y="448" width="736" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp4"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="31" name="hut" type="mapchange" x="256" y="224" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp_hut"/>
|
||||
<property name="place" value="door"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Spawn" visible="0">
|
||||
<object id="4" name="fieldcritter_2" type="spawn" x="160" y="352" width="384" height="64">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="29" name="feygard_fogmonster9" type="spawn" x="256" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="feygard_fogmonster9"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys">
|
||||
<object id="42" name="feygard_swamp_sign" type="key" x="224" y="320" width="32" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="feygard_swamp_sign"/>
|
||||
<property name="requireId" value="base_nondisplay"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="11" name="Replace">
|
||||
<object id="25" name="swamp5a" type="replace" x="0" y="96" width="128" height="256">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="23" name="swamp4b" type="replace" x="128" y="192" width="160" height="160">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="24" name="swamp4a" type="replace" x="0" y="352" width="288" height="128">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="22" name="swamp3c" type="replace" x="288" y="192" width="160" height="288">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="21" name="swamp3b" type="replace" x="448" y="256" width="192" height="224">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="20" name="swamp3a" type="replace" x="640" y="288" width="160" height="192">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="18" name="swamp2b" type="replace" x="448" y="0" width="192" height="256">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="19" name="swamp2a" type="replace" x="640" y="-2" width="160" height="288">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="16" name="swamp1b" type="replace" x="128" y="96" width="320" height="96">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="17" name="swamp1a" type="replace" x="0" y="0" width="448" height="96">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="1"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
295
AndorsTrail/res/xml/swamp4.tmx
Normal file
295
AndorsTrail/res/xml/swamp4.tmx
Normal file
@@ -0,0 +1,295 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="25" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="21">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7705" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../../../../../../AndorsTrailRelease/andors-trail/AndorsTrail/res/drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="9" name="Base" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztwzENAAAIA7C9+FcyhwQXHG3STlJVVfXts9J2IFE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="1" name="Ground" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAa7KkYVx6GJDMYyDT7MGK0QE97KCFPaQAethBrl3kAnrYQcieUTAKRsEoGAWjYBQwMFwRp70d22hsB8gPR2loB8z8LUAMAJtZl00=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJydVkFOxDAMzAMAqZy2gHgL3+bAYfe2EidOHJYfLBc+AF2tIk2nM7aDpSiN447tsZP2fWrt874Ni3vnY9H/Ttfn2+X5ztjt59YO83bO7Jw87tbjaeffz7CUzZ7sT8v6axAj23ub1vjnZXzP29wwv1F/mEfHjwT9VTh0+gpfNyKnDL/jIl+ZH8UdygPwjLg8Z6Lq1gcK4/Facce6Cr9ow/bKJ+p4HeF3G1UP9Mv77E/FqmKI+HN9wfpqTRXPri9G+4XjYnH9Xa1LZJ9xXI3Z1brSPy5WjMlxjDXMzgJiZGfPxa58Rfmdjf40b/vP8TZyBrI9xVtkhzPHHoniWvUi2r08a15WuNN1cBxcq0pOLhesscKs3EuOi4injvua1OQiP8G/W1SfjnFU3Iped3jZma7kzHyqO+4/37uLHE3tRr8jLubRuzITh89+/gA52Dy0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVbkNwzAM1Bousn+tdCmTIVQpu0QGUhAMv6No5ABDgsk7frI8bq2N9VD0o7X78btSnBzJPoge3UsaEl/y4+A+/bt/rvXlcDWNqC2jF43XiX2u/Zv5W/VFepipC+FaPlI9HMj8uC5fI5DOEc+f6yH6J3hNOzV67xAdj5+pO5JnVBfJNZKTFndHW8s38h7VyepdicnmY802mrfF2emx5TM3uV6OCF+zW7p0ReDNp/obqYyp6UT7j/QKOXcVvULP25Vxqu5hCQ9FP/MfkfjV+Wr6/7iTP0frzsY=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top" width="25" height="30" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJztlEEOgCAMBLkpLwBfoHyfz6k3IbEJQZQWaDjIJj2YbDuuFK0UwiZKavHQqdLe0urBUO551rwMTIbdeTbXdyDzTs67aDzDzze3fyVwJIFRkjvOkusJvdSzk0gGcHTBblAYtftFOceaHebixPvCwen13/JZMPcZ7n3OYxIMDCvspWb4YoUVvltpBorevmGr+cCAua1ng7jmDg0N/UsXr/D1NQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="13" name="Top0" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7KcvA8HIUj+JRPIrpgO9IMjDclRx4d4ziUTyKR/EoHsVDEQMAVPP/kg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="25" height="30">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lMsNwDAIQzNF9l8hG7aXSlEF5kEIUi4R2Oa75hjrfbutaT/L52/7v+dDOSw/ZUon1eVhRf5UT6Q10qB00HpTPIVP+p+1ao87uAlnZhY9TWSXbuWhrEtXZs9O8SnO6a2KzJuLyrxQveQ/i1/FozFV3D1W9ZbiqxhaYzKHVh5E0w1u5a/mtHr3FI/C//5IXp2cGRxa/9MeEa6OmxVxntwKknPXHY44PE5PK92HW3oVzwP4XL87
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="6" name="east1" type="mapchange" x="768" y="32" width="32" height="384">
|
||||
<properties>
|
||||
<property name="map" value="swamp2"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="12" name="west1" type="mapchange" x="0" y="32" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="swamp6"/>
|
||||
<property name="place" value="east2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="14" name="west2" type="mapchange" x="0" y="352" width="32" height="576">
|
||||
<properties>
|
||||
<property name="map" value="swamp5"/>
|
||||
<property name="place" value="east"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="13" name="north" type="mapchange" x="32" y="0" width="736" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp3"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="16" name="feygard_fogmonster3_check" type="script" x="576" y="96" width="160" height="160">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Spawn" visible="0">
|
||||
<object id="4" name="fieldcritter_2" type="spawn" x="224" y="96" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="7" name="feygard_fogmonster3" type="spawn" x="640" y="160" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="1"/>
|
||||
<property name="spawngroup" value="feygard_fogmonster3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="15" name="feygard_fogmonster3_check" type="script" x="576" y="96" width="160" height="160">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
<objectgroup id="11" name="Replace">
|
||||
<object id="8" name="swamp4a" type="replace" x="0" y="0" width="320" height="672">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="swamp3a" type="replace" x="320" y="0" width="480" height="576">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
266
AndorsTrail/res/xml/swamp5.tmx
Normal file
266
AndorsTrail/res/xml/swamp5.tmx
Normal file
@@ -0,0 +1,266 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="25" height="20" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="14">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6953" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7073" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7193" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="9" name="Base" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEUj+JRPIpH8SgexUMaAwAxXmtY
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="1" name="Ground" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFo2AUjIJRMApGwVAHAAfQAAE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAP3ggRUEACyJFkYMiVJF0OWR5ZHSE9lNpJSB0lbiHWbnLcRS392MIcnz5izSNXnBphhs0sapqLzXx66qXEjDeCEIzNDFLTAinuokX40wsQ8g+18g42tQMRbtS2k5Z5fDAAevsHAKq7MN0=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYICAGEkGhlhJBqwAnxyyPLI6QnootRNdnY0kdnFy3IJLvQ8R7sFmHjmAnDDHp49Y88gVp9S/uMymprnYzKenXlqZQWpaIMVdtAh/egFC/qFW3sGmdiDCjdp20jKPDwYw3PwDAgAaeCkf
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top" width="25" height="20" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAMJMoyMGzixI8pAfVA8wvQ7IgH8icAcYIsdexA9wPI/ImyELl+JHuoaUehLHZ5atqRD+Q3Qu1BDkdKQD9auMPsaUCLJ0oBrdMVLr9Q2w5i7KEW6IfmC+S8AcsrtAAw+ybSyPxRMApGAWkAAEf8O9g=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="11" name="Top0" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7KcvA8HIUj+JRPIpH8SgexUMaAwAquf/I
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="25" height="20">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYMAPNooRUEACAJmFyzx8csjyyOoI6aHUTkLqKHELsXaT4y5q6ccW5vj0EWseueLUCDNsZlHTXGzm01MvrcwgNS2Q4i5ahD+9ACH/UCvvYFM7EOFGbTtpmccHA6C3fwDtI0Uw
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="9" name="north" type="mapchange" x="32" y="0" width="736" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp6"/>
|
||||
<property name="place" value="south"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="10" name="east" type="mapchange" x="768" y="32" width="32" height="576">
|
||||
<properties>
|
||||
<property name="map" value="swamp4"/>
|
||||
<property name="place" value="west2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="11" name="feygard_fogmonster4_check" type="script" x="608" y="32" width="160" height="160">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Spawn" visible="0">
|
||||
<object id="4" name="feygard_fogmonster4" type="spawn" x="672" y="96" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="fieldcritter_2" type="spawn" x="288" y="128" width="160" height="160">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
<objectgroup id="13" name="Replace">
|
||||
<object id="7" name="swamp4b" type="replace" x="480" y="0" width="320" height="384">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
304
AndorsTrail/res/xml/swamp6.tmx
Normal file
304
AndorsTrail/res/xml/swamp6.tmx
Normal file
@@ -0,0 +1,304 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="25" height="25" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="27">
|
||||
<properties>
|
||||
<property name="outdoors" value="1"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_guynmart" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_guynmart.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<layer id="9" name="Base" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbyMnAsHEUj+JRPIpH8SgexaN4FA8pDABNFsYq
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="1" name="Ground" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYKAtuCZLW7NhmNbm08IOdPNH7Rg4O7CZP2rHwNmBy55ROwbODmz2DFU70O2hJaCHHaNg5AIAM7dQsA==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJytVUkOgzAMzBn10lui8gT+f4f30D+0Fa3URvYsNJYikDOecWJjSvFsb6XcW/7scUvNORQdph/xOzoI6+bu7l3e/OvTvzWOd/R6DSU2q2HmjzSis7h8vf9VhwXclaqT4fozMKyz921Iw+lVhFdrEXGwnvi8o75VclQxs1FzZtlZWd1Rnsin9FZ0t5EPxbo1US37huYB98X6Yqq5DpsVKAbNrYiH1UKdY7d6rLPmzoaf2Oux/uF05qjLB+sW5D7qv3gGq3KN5FTsAU1srSU=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1VTkShDAM8zf8/xdAvc1S8wT4yw4FM1nGh2QclY4sW4mTiPzjUJFTJYTHuePj+uJoIXVQ7ldzXnXt6n9VnM9wmNxnzNprizf2b3lh9az4tf+bxvpZnUg/062e7YjbwxsNhs96ymYiOvdqjx0+EKAzh+ZnMda7lYfMHHsmKBgfUX5FE3lD0LhX17uL3v4z72U3Zuh2/o1v7tKMd6/TG4PKnflMmJcn9oYaP/7bnpI=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="11" name="Top" width="25" height="25" visible="0">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJy1lVEOwyAMQ/nrOAHsBFuvv8u1+xtIi2ShJrgEIuWrqh92UhqCXSmHkMl+5o6Yovso/YlcbyQz3dTtMVvOTH3kYH3TXH3plR5axioPwljpQRgrPdS2PByF/S7PTucZNA9Vf//v3cvJ0Rhx0l7Xs2rv4jc6uhOShXW+beDOwjnOyho1pfeLu9C7uzi7q3+B14tknoxcpUY4uN9WFp7MIrl3WHe8YEa9vRudfyQy0hiMF3YOGkM42l2I+h5Gy7K+Ly+DKYbxA3m4XPw=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top0" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJx7KcvA8HIUj+JRPIpHMRzfkWRguCs58O4YxaPxORpOoxgfBgCSJH9i
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="25" height="25">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzFVMkNwCAMYwr2X6Eb8uKDhK+kIlI/4NqJkzCGF9/E34lDHIoO099nqY6LTety7yoeKaFoqr09e8HqVGel6gvDqnmz+0ofUo6O+VD6gDyqeNaNYeHMnJoDOnPrur1rXbvkhlMH+j/hTHYt8Yrxs1785T3K6QVnx57f8C/evRSrcrn61VifL4Z8
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="Mapevents" visible="0">
|
||||
<object id="19" name="east1" type="mapchange" x="768" y="32" width="32" height="416">
|
||||
<properties>
|
||||
<property name="map" value="swamp3"/>
|
||||
<property name="place" value="west"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="20" name="east2" type="mapchange" x="768" y="544" width="32" height="224">
|
||||
<properties>
|
||||
<property name="map" value="swamp4"/>
|
||||
<property name="place" value="west1"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="21" name="south" type="mapchange" x="32" y="768" width="736" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp5"/>
|
||||
<property name="place" value="north"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="22" name="feygard_fogmonster5_check" type="script" x="192" y="288" width="160" height="160">
|
||||
<properties>
|
||||
<property name="when" value="step"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="Spawn" visible="0">
|
||||
<object id="4" name="fieldcritter_2" type="spawn" x="64" y="96" width="192" height="224">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="6" name="feygard_fogmonster5" type="spawn" x="256" y="352" width="32" height="32">
|
||||
<properties>
|
||||
<property name="quantity" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="8" name="Keys" visible="0"/>
|
||||
<objectgroup id="13" name="Replace">
|
||||
<object id="15" name="swamp5c" type="replace" x="0" y="576" width="512" height="224">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="11" name="swamp5b" type="replace" x="0" y="480" width="576" height="96">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="7" name="swamp5a" type="replace" x="0" y="0" width="800" height="480">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="13" name="swamp4b" type="replace" x="512" y="576" width="64" height="224">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="9" name="swamp4a" type="replace" x="576" y="480" width="224" height="320">
|
||||
<properties>
|
||||
<property name="Top" value="Top0"/>
|
||||
<property name="requireId" value="feygard_fog"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
238
AndorsTrail/res/xml/swamp_hut.tmx
Normal file
238
AndorsTrail/res/xml/swamp_hut.tmx
Normal file
@@ -0,0 +1,238 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="11" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="16">
|
||||
<tileset firstgid="1" name="map_bed_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bed_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="129" name="map_border_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_border_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="257" name="map_bridge_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="385" name="map_bridge_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_bridge_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="513" name="map_broken_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_broken_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="641" name="map_cavewall_1" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_1.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="749" name="map_cavewall_2" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_2.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="857" name="map_cavewall_3" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_3.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="965" name="map_cavewall_4" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_cavewall_4.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1073" name="map_chair_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1201" name="map_chair_table_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_chair_table_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1329" name="map_crate_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_crate_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1457" name="map_cupboard_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_cupboard_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1585" name="map_curtain_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_curtain_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1713" name="map_entrance_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1841" name="map_entrance_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_entrance_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="1969" name="map_fence_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2097" name="map_fence_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2225" name="map_fence_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2353" name="map_fence_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_fence_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2481" name="map_ground_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2609" name="map_ground_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2737" name="map_ground_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2865" name="map_ground_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="2993" name="map_ground_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3121" name="map_ground_6" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_6.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3249" name="map_ground_7" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_7.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3377" name="map_ground_8" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_ground_8.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3505" name="map_house_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3633" name="map_house_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_house_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3761" name="map_indoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="3889" name="map_indoor_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_indoor_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4017" name="map_kitchen_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_kitchen_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4145" name="map_outdoor_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_outdoor_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4273" name="map_pillar_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4401" name="map_pillar_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_pillar_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4529" name="map_plant_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4657" name="map_plant_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_plant_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4785" name="map_rock_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="4913" name="map_rock_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_rock_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5041" name="map_roof_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5169" name="map_roof_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5297" name="map_roof_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_roof_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5425" name="map_shop_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_shop_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5553" name="map_sign_ladder_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_sign_ladder_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5681" name="map_table_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_table_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5809" name="map_trail_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_trail_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="5937" name="map_transition_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6065" name="map_transition_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6193" name="map_transition_3" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_3.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6321" name="map_transition_4" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_4.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6449" name="map_transition_5" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_transition_5.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6577" name="map_tree_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6705" name="map_tree_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_tree_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6833" name="map_wall_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_wall_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="6961" name="map_wall_2" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_2.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7081" name="map_wall_3" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_3.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7201" name="map_wall_4" tilewidth="32" tileheight="32" tilecount="120" columns="15">
|
||||
<image source="../drawable/map_wall_4.png" width="480" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7321" name="map_window_1" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_1.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7449" name="map_window_2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
|
||||
<image source="../drawable/map_window_2.png" width="512" height="256"/>
|
||||
</tileset>
|
||||
<tileset firstgid="7577" name="map_ratdom" tilewidth="32" tileheight="32" tilecount="108" columns="18">
|
||||
<image source="../drawable/map_ratdom.png" width="576" height="192"/>
|
||||
</tileset>
|
||||
<layer id="1" name="Ground" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzj42Jg4CMB75YijGFqT0sRxjC1JzkJ48GiFuRHdPGbWNTuhvqRGHNB6l5y4sYn0fgAS+hLyQ==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Objects" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCANNLMxMLQAcSMQN7FBxFhkEfLP+RDsyUD5KUA8EYgnQdWKANV+YGVg2AnEu1kRahcD5ZewIehEAQaGZCBmALJPAtWdRlKLD6jyo/I1gXgRC6oYJxOCbY9kriUW8ySR1PoT6QYQCENS+wYYJu5ANzSyQGh0sJAEc2EAAHgZEn0=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="3" name="Above" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYCAO8HERqZAOoJaFeLXS/LRzBz7whY+25gMALlABxg==
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="12" name="Top" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJxjYBgFQxEAAAG4AAE=
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Walkable" width="11" height="10">
|
||||
<data encoding="base64" compression="zlib">
|
||||
eJzbKMbAsHEQYHRAqnpC+olRR4qZ2OQIqcVlB7Hhg8wHAEGBNaQ=
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="5" name="mapevents" visible="0">
|
||||
<object id="1" name="door" type="mapchange" x="224" y="288" width="32" height="32">
|
||||
<properties>
|
||||
<property name="map" value="swamp3"/>
|
||||
<property name="place" value="hut"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="3" name="loot_swamphut" type="container" x="32" y="256" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
<objectgroup id="6" name="keys" visible="0">
|
||||
<object id="15" name="swamphut_oven" type="key" x="32" y="96" width="128" height="32">
|
||||
<properties>
|
||||
<property name="phrase" value="swamphut_oven"/>
|
||||
<property name="requireId" value="base_nondisplay"/>
|
||||
<property name="requireType" value="questProgress"/>
|
||||
<property name="requireValue" value="2"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="7" name="spawn" visible="0">
|
||||
<object id="7" name="swamp_witch" type="spawn" x="64" y="128" width="256" height="128">
|
||||
<properties>
|
||||
<property name="spawngroup" value="swamp_witch"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="10" name="Replace" visible="0"/>
|
||||
</map>
|
||||
@@ -581,7 +581,12 @@
|
||||
<map id="guynmart_wood_11" x="117" y="222"/>
|
||||
<map id="guynmart_wood_12" x="86" y="237"/>
|
||||
<map id="guynmart_wood_13" x="70" y="222"/>
|
||||
<map id="guynmart_wood_14" x="54" y="222"/>
|
||||
<map id="guynmart_wood_14" x="55" y="222"/>
|
||||
<map id="guynmart_wood_15" x="24" y="206"/>
|
||||
<map id="guynmart_wood_16" x="39" y="191"/>
|
||||
<map id="guynmart_wood_17" x="8" y="175"/>
|
||||
<map id="guynmart_wood_18" x="8" y="144"/>
|
||||
<map id="guynmart_wood_19" x="8" y="128"/>
|
||||
<map id="waytolake12" x="678" y="174"/>
|
||||
<map id="arulirmountain1" x="817" y="94"/>
|
||||
<map id="arulirmountain2" x="848" y="96"/>
|
||||
@@ -598,96 +603,12 @@
|
||||
<map id="mywild19" x="192" y="459"/>
|
||||
<map id="mywild20" x="217" y="455"/>
|
||||
<map id="mywildcave" x="192" y="480"/>
|
||||
<map id="blackwater_mountain70" x="64" y="337"/>
|
||||
<map id="cabin_norcity_road1" x="476" y="462"/>
|
||||
<map id="cabin_norcity_road2" x="476" y="446"/>
|
||||
<map id="cabin_norcity_road3" x="497" y="446"/>
|
||||
<map id="cabin_norcity_road4" x="497" y="462"/>
|
||||
<map id="way_to_sullengard_east1" x="506" y="478"/>
|
||||
<map id="way_to_sullengard_east2" x="502" y="504"/>
|
||||
<map id="way_to_sullengard_east4" x="440" y="555"/>
|
||||
<map id="way_to_sullengard_east5" x="461" y="555"/>
|
||||
<map id="sullengard10" x="310" y="613"/>
|
||||
<map id="sullengard9" x="338" y="613"/>
|
||||
<map id="sullengard6" x="353" y="624"/>
|
||||
<map id="sullengard3" x="310" y="624"/>
|
||||
<map area="sullengard" id="sullengard2" x="322" y="624"/>
|
||||
<map id="sullengard4" x="311" y="655"/>
|
||||
<map id="sullengard5" x="353" y="655"/>
|
||||
<map id="sullengard7" x="338" y="686"/>
|
||||
<map id="sullengard8" x="311" y="686"/>
|
||||
<map id="way_to_sullengard_east6" x="492" y="572"/>
|
||||
<map id="way_to_sullengard_east7" x="492" y="624"/>
|
||||
<map id="way_to_sullengard_east8" x="492" y="655"/>
|
||||
<map id="way_to_sullengard_east9" x="461" y="655"/>
|
||||
<map id="way_to_sullengard_pond_road" x="369" y="686"/>
|
||||
<map id="way_to_sullengard_east10" x="405" y="686"/>
|
||||
<map id="way_to_sullengard_east11" x="410" y="655"/>
|
||||
<map id="sullengard_pond" x="374" y="655"/>
|
||||
<map id="way_to_sullengard_east_ravine_north" x="461" y="519"/>
|
||||
<map id="way_to_sullengard_east_ravine" x="461" y="535"/>
|
||||
<map area="deebo_orchard" id="sullengard_apple_farm_east" x="461" y="572"/>
|
||||
<map id="sullengard_apple_farm_west" x="440" y="572"/>
|
||||
<map id="sullengard_apple_farm_south" x="461" y="613"/>
|
||||
<map id="sullengard1" x="322" y="655"/>
|
||||
<map id="sullengard_west_ravine" x="409" y="525"/>
|
||||
<map id="sullengard_woods_gj1" x="440" y="504"/>
|
||||
<map id="sullengard_woods1" x="409" y="504"/>
|
||||
<map id="sullengard_woods2" x="409" y="552"/>
|
||||
<map id="sullengard_woods3" x="409" y="572"/>
|
||||
<map id="sullengard_woods4" x="409" y="593"/>
|
||||
<map id="sullengard_woods5" x="409" y="613"/>
|
||||
<map id="sullengard_woods6" x="461" y="624"/>
|
||||
<map id="sullengard_woods7" x="430" y="624"/>
|
||||
<map id="sullengard_woods8" x="409" y="624"/>
|
||||
<map id="sullengard_woods9" x="374" y="624"/>
|
||||
<map id="sullengard_woods10" x="374" y="613"/>
|
||||
<map id="sullengard_woods11" x="374" y="593"/>
|
||||
<map id="sullengard_woods12" x="374" y="572"/>
|
||||
<map id="sullengard_woods13" x="374" y="552"/>
|
||||
<map id="sullengard_woods14" x="374" y="519"/>
|
||||
<map id="vilegard_sullengard_filler1" x="384" y="504"/>
|
||||
<map id="way_to_sullengard_east9a" x="441" y="655"/>
|
||||
<map id="way_to_sullengard_east7a" x="492" y="613"/>
|
||||
<map id="sullengard_pond_east" x="404" y="655"/>
|
||||
<map id="way_to_sullengard_east_ravine_cabin" x="461" y="504"/>
|
||||
<map id="way_to_sullengard_east4_bridge" x="440" y="525"/>
|
||||
<map id="way_to_sullengard_east5_filler" x="502" y="555"/>
|
||||
<map id="way_to_sullengard_east2a" x="502" y="520"/>
|
||||
<map id="sullengard_ravine2" x="502" y="535"/>
|
||||
<map id="gapfillerhole" x="194" y="375"/>
|
||||
<map id="haunted_forest1" x="495" y="486"/>
|
||||
<map id="haunted_forest2" x="493" y="478"/>
|
||||
<map id="haunted_forest3" x="497" y="497"/>
|
||||
<map id="haunted_forest4" x="489" y="497"/>
|
||||
<map id="haunted_forest_coffin1" x="479" y="497"/>
|
||||
<map id="haunted_forest_coffin2" x="469" y="497"/>
|
||||
<map id="haunted_forest5" x="486" y="486"/>
|
||||
<map id="haunted_forest6" x="481" y="478"/>
|
||||
<map id="haunted_forest7" x="469" y="490"/>
|
||||
<map id="haunted_forest8" x="469" y="486"/>
|
||||
<map id="haunted_forest9" x="469" y="478"/>
|
||||
<map id="haunted_forest12" x="461" y="490"/>
|
||||
<map id="haunted_forest13" x="461" y="482"/>
|
||||
<map id="haunted_forest_filler" x="455" y="478"/>
|
||||
<map id="haunted_forest14" x="437" y="475"/>
|
||||
<map id="haunted_forest15" x="420" y="475"/>
|
||||
<map id="haunted_forest_way_to_house1" x="450" y="501"/>
|
||||
<map id="haunted_forest_way_to_house2" x="429" y="501"/>
|
||||
<map id="haunted_forest_way_to_house4" x="416" y="495"/>
|
||||
<map id="haunted_forest_way_to_house5" x="409" y="495"/>
|
||||
<map id="haunted_forest16" x="420" y="482"/>
|
||||
<map id="haunted_forest17" x="409" y="485"/>
|
||||
<map id="haunted_forest19" x="409" y="475"/>
|
||||
<map id="haunted_forest20" x="394" y="475"/>
|
||||
<map id="haunted_forest21" x="384" y="492"/>
|
||||
<map id="haunted_forest22" x="399" y="492"/>
|
||||
<map id="haunted_forest23" x="399" y="484"/>
|
||||
<map id="haunted_forest24" x="382" y="475"/>
|
||||
<map id="haunted_forest25" x="382" y="484"/>
|
||||
<map id="haunted_cemetery1" x="440" y="482"/>
|
||||
<map id="haunted_cemetery2" x="429" y="482"/>
|
||||
<map id="ratdom_bwm1" x="137" y="355"/>
|
||||
<map id="swamp1" x="127" y="253"/>
|
||||
<map id="swamp2" x="96" y="253"/>
|
||||
<map id="swamp3" x="70" y="253"/>
|
||||
<map id="swamp4" x="70" y="269"/>
|
||||
<map id="swamp5" x="44" y="279"/>
|
||||
<map id="swamp6" x="44" y="253"/>
|
||||
<namedarea id="crossglen" name="Crossglen" type="settlement"/>
|
||||
<namedarea id="crossroads" name="Crossroads Guardhouse" type="other"/>
|
||||
<namedarea id="charwoodh" name="Charwood" type="settlement"/>
|
||||
@@ -701,7 +622,5 @@
|
||||
<namedarea id="stoutford" name="Stoutford" type="settlement"/>
|
||||
<namedarea id="guynmart_area" name="Guynmart Castle" type="other"/>
|
||||
<namedarea id="brimhaven_area" name="Brimhaven" type="settlement"/>
|
||||
<namedarea id="sullengard" name="Sullengard" type="settlement"/>
|
||||
<namedarea id="deebo_orchard" name="Deebo's Orchard" type="other"/>
|
||||
</segment>
|
||||
</worldmap>
|
||||
|
||||
Reference in New Issue
Block a user