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/011-6.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/011-6.tmx')
-rw-r--r-- | maps/011-6.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/011-6.tmx b/maps/011-6.tmx index 9187db1a..a9aacd89 100644 --- a/maps/011-6.tmx +++ b/maps/011-6.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="300" height="300" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="80"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="300" height="300" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="81"> <properties> <property name="music" value="cavesong.ogg"/> <property name="name" value="Bandit Cave"/> @@ -2091,5 +2091,13 @@ <object id="74" name="graphics/particles/flame.particle.xml" type="particle_effect" x="8000" y="7840" width="32" height="32"/> <object id="75" name="graphics/particles/flame.particle.xml" type="particle_effect" x="8256" y="8032" width="32" height="32"/> <object id="76" name="graphics/particles/flame.particle.xml" type="particle_effect" x="8352" y="7968" width="32" height="32"/> + <object id="80" name="ShadowPlant" type="spawn" x="1472" y="3072" width="224" height="128"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |