diff options
author | Micksha <ms-shaman@gmx.de> | 2019-10-16 18:17:59 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-10-16 18:17:59 +0000 |
commit | 595aac87a578aeef32483f2c74cdcfb96a501367 (patch) | |
tree | 09a1e4992471dbfda5da304220fb5654669f104d /maps/008-1.tmx | |
parent | a665674de5aba11780cf855382fc8111c8f7c560 (diff) | |
download | clientdata-595aac87a578aeef32483f2c74cdcfb96a501367.tar.gz clientdata-595aac87a578aeef32483f2c74cdcfb96a501367.tar.bz2 clientdata-595aac87a578aeef32483f2c74cdcfb96a501367.tar.xz clientdata-595aac87a578aeef32483f2c74cdcfb96a501367.zip |
Items for Galimatia quest
Diffstat (limited to 'maps/008-1.tmx')
-rw-r--r-- | maps/008-1.tmx | 52 |
1 files changed, 38 insertions, 14 deletions
diff --git a/maps/008-1.tmx b/maps/008-1.tmx index 5a7fccbf..16ef0f47 100644 --- a/maps/008-1.tmx +++ b/maps/008-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="350" height="250" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="218"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="350" height="250" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="225"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -3834,12 +3834,12 @@ <property name="spawn" value="3000"/> </properties> </object> - <object id="190" name="Spiky Mushroom" type="spawn" x="3328" y="2944" width="928" height="384"> + <object id="190" name="Bandit" type="spawn" x="3968" y="1376" width="320" height="352"> <properties> - <property name="death" value="6000"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="1049"/> - <property name="spawn" value="3000"/> + <property name="death" value="11000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1063"/> + <property name="spawn" value="4000"/> </properties> </object> <object id="191" name="Spiky Mushroom" type="spawn" x="5760" y="832" width="448" height="512"> @@ -3978,14 +3978,6 @@ <property name="spawn" value="1000"/> </properties> </object> - <object id="213" name="To Rossy Cave" type="warp" x="2656" y="2368" width="32" height="32"> - <properties> - <property name="dest_map" value="008-4-0"/> - <property name="dest_x" value="52"/> - <property name="dest_y" value="39"/> - <property name="ignore" value="this"/> - </properties> - </object> <object id="214" name="To West Woodland" type="warp" x="640" y="2688" width="32" height="64"> <properties> <property name="dest_map" value="008-1-1"/> @@ -4008,5 +4000,37 @@ <property name="dest_y" value="25"/> </properties> </object> + <object id="218" name="Spiky Mushroom" type="spawn" x="3040" y="2816" width="928" height="384"> + <properties> + <property name="death" value="6000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1049"/> + <property name="spawn" value="3000"/> + </properties> + </object> + <object id="219" name="Robin Bandit" type="spawn" x="3296" y="2080" width="544" height="224"> + <properties> + <property name="death" value="12000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1064"/> + <property name="spawn" value="8000"/> + </properties> + </object> + <object id="220" name="Bandit" type="spawn" x="3776" y="2464" width="544" height="224"> + <properties> + <property name="death" value="8000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1063"/> + <property name="spawn" value="5500"/> + </properties> + </object> + <object id="224" name="Robin Bandit" type="spawn" x="3776" y="1184" width="288" height="480"> + <properties> + <property name="death" value="8000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1064"/> + <property name="spawn" value="3000"/> + </properties> + </object> </objectgroup> </map> |