diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-01-14 02:20:07 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-01-14 02:20:07 +0000 |
commit | fe957c4a45479b99591f11cbb04fde1d411d379e (patch) | |
tree | e40ce79375d45f6ab748d025347bbfed5afaf731 /maps/012-1.tmx | |
parent | c0aa3502e8b3d689ae08a20e3c6b6f2200e56e59 (diff) | |
download | clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.gz clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.bz2 clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.tar.xz clientdata-fe957c4a45479b99591f11cbb04fde1d411d379e.zip |
Mobs 2 Maps
Diffstat (limited to 'maps/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index ea07d330..48f0754b 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="168" height="188" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="49"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="168" height="188" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="53"> <properties> <property name="minimap" value="graphics/minimaps/012-1.png"/> <property name="music" value="the-forest.ogg"/> @@ -1016,5 +1016,37 @@ <object id="39" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2729" y="3318"/> <object id="40" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2717" y="3306"/> <object id="41" name="graphics/particles/apple.particle.xml" type="particle_effect" x="2707" y="3312"/> + <object id="49" name="Tortuga" type="spawn" x="3296" y="3328" width="1248" height="896"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="50" name="Tortuga" type="spawn" x="3488" y="4320" width="608" height="480"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="51" name="Tortuga" type="spawn" x="2464" y="3456" width="768" height="416"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="52" name="Tortuga" type="spawn" x="1792" y="2688" width="672" height="416"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1191"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |