diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:10:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:10:06 -0300 |
commit | 7a76ea50e7a874d05e274411f4370f557dd734a7 (patch) | |
tree | cffee228d9fbee19aaffc31e65b5f2d8828440de /maps | |
parent | 2259ea18cfbd20b673bb062948777fad86cb75eb (diff) | |
download | clientdata-7a76ea50e7a874d05e274411f4370f557dd734a7.tar.gz clientdata-7a76ea50e7a874d05e274411f4370f557dd734a7.tar.bz2 clientdata-7a76ea50e7a874d05e274411f4370f557dd734a7.tar.xz clientdata-7a76ea50e7a874d05e274411f4370f557dd734a7.zip |
Minimum spawns for 014-3
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-3.tmx | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index f3410226..9dd598e1 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="2018.02.14" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" infinite="0" nextobjectid="24"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" infinite="0" nextobjectid="27"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1314,4 +1314,30 @@ </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"> + <object id="24" name="Mouboo" type="spawn" x="1344" y="1344" width="5888" height="3392"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="30"/> + <property name="monster_id" value="1023"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="25" name="Forest Mushroom" type="spawn" x="2432" y="992" width="3360" height="3776"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="9"/> + <property name="monster_id" value="1060"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="26" name="Squirrel" type="spawn" x="1024" y="2752" width="5792" height="2304"> + <properties> + <property name="death" value="42000"/> + <property name="max_beings" value="26"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> + </objectgroup> </map> |