diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 23:53:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 00:12:24 -0300 |
commit | 28500138410b38de30ece3d58f84a7004ed84f81 (patch) | |
tree | 9209b213b39d3fea3ed719929bc642fde5dadd99 /maps/014-3.tmx | |
parent | f9e8606e58934dc38bd62d99eacfb6672335f468 (diff) | |
download | clientdata-28500138410b38de30ece3d58f84a7004ed84f81.tar.gz clientdata-28500138410b38de30ece3d58f84a7004ed84f81.tar.bz2 clientdata-28500138410b38de30ece3d58f84a7004ed84f81.tar.xz clientdata-28500138410b38de30ece3d58f84a7004ed84f81.zip |
Include a bunch of poisoned shrooms on 014-3, to make map more populated.
Diffstat (limited to 'maps/014-3.tmx')
-rw-r--r-- | maps/014-3.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index 65dc5e04..b781a87a 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" nextobjectid="29"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" nextobjectid="30"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1491,7 +1491,7 @@ </object> <object id="23" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="7072" y="4064" width="32" height="32"/> </objectgroup> - <objectgroup color="#ffff00" name="Spawns" visible="0"> + <objectgroup color="#ffff00" name="Spawns"> <object id="24" name="Mouboo" type="spawn" x="1344" y="1344" width="5888" height="3392"> <properties> <property name="death" value="45000"/> @@ -1533,5 +1533,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="29" name="Poison Spiky Mushroom" type="spawn" x="2048" y="1888" width="3200" height="1632"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="11"/> + <property name="monster_id" value="1043"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |