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/018-3.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/018-3.tmx')
-rw-r--r-- | maps/018-3.tmx | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/maps/018-3.tmx b/maps/018-3.tmx index bcc0a14e..99111144 100644 --- a/maps/018-3.tmx +++ b/maps/018-3.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="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="66"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="74"> <properties> <property name="minimap" value="graphics/minimaps/018-3.png"/> <property name="music" value="cavesong.ogg"/> @@ -1394,6 +1394,54 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="66" name="ShadowPlant" type="spawn" x="864" y="5184" 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> + <object id="67" name="ShadowPlant" type="spawn" x="3872" y="5088" width="128" height="192"> + <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> + <object id="68" name="ShadowPlant" type="spawn" x="3392" y="4736" width="160" height="96"> + <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> + <object id="69" name="ShadowPlant" type="spawn" x="4608" y="4960" width="160" height="224"> + <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> + <object id="70" name="ShadowPlant" type="spawn" x="1568" y="2944" width="128" height="224"> + <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> + <object id="71" name="ShadowPlant" type="spawn" x="2016" y="3168" width="288" 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> <object id="47" name="graphics/particles/flame.particle.xml" type="particle_effect" x="4384" y="3232" width="32" height="32"/> <object id="48" name="graphics/particles/flame.particle.xml" type="particle_effect" x="5664" y="864" width="32" height="32"/> <object id="49" name="graphics/particles/flame.particle.xml" type="particle_effect" x="5504" y="864" width="32" height="32"/> @@ -1412,5 +1460,21 @@ <property name="dest_y" value="33"/> </properties> </object> + <object id="72" name="ShadowPlant" type="spawn" x="3104" y="4032" width="192" height="192"> + <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> + <object id="73" name="Ratto" type="spawn" x="5408" y="704" width="352" height="1024"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1192"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |