diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 11:20:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 11:20:25 -0300 |
commit | 65f7388f7997f41ead6b2fff3c9a046e31a55647 (patch) | |
tree | 329c8847d659097e058f3d9277359c9bc0393f4b | |
parent | 76cdf8e388fa95ac13271cd44477e97b3581839f (diff) | |
download | clientdata-65f7388f7997f41ead6b2fff3c9a046e31a55647.tar.gz clientdata-65f7388f7997f41ead6b2fff3c9a046e31a55647.tar.bz2 clientdata-65f7388f7997f41ead6b2fff3c9a046e31a55647.tar.xz clientdata-65f7388f7997f41ead6b2fff3c9a046e31a55647.zip |
Monsters on 015-1 and 015-3
-rw-r--r-- | maps/015-1.tmx | 18 | ||||
-rw-r--r-- | maps/015-3.tmx | 22 |
2 files changed, 37 insertions, 3 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 4f055941..92986f60 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.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="200" height="200" tilewidth="32" tileheight="32" nextobjectid="82"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="84"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1528,5 +1528,21 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="82" name="Copper Slime" type="spawn" x="-1984" y="4352" width="9152" height="2528"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1088"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="83" name="Copper Slime" type="spawn" x="-1728" y="-96" width="9152" height="2528"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1088"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/015-3.tmx b/maps/015-3.tmx index eeca3239..b9c23c44 100644 --- a/maps/015-3.tmx +++ b/maps/015-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="200" height="220" tilewidth="32" tileheight="32" nextobjectid="34"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="220" tilewidth="32" tileheight="32" infinite="0" nextobjectid="37"> <properties> <property name="author" value="The Mana World Brazil"/> <property name="license" value="GPL v2+"/> @@ -1145,7 +1145,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup color="#55ffff" name="spawns" visible="0"> + <objectgroup color="#55ffff" name="spawns"> <object id="29" name="Bat" type="spawn" x="4512" y="5152" width="1280" height="1216"> <properties> <property name="death" value="40000"/> @@ -1154,6 +1154,24 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="36" name="Green Slime" type="spawn" x="3776" y="544" width="1600" height="960"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1085"/> + <property name="spawn" value="30000"/> + </properties> + </object> + </objectgroup> + <objectgroup color="#55ffff" name="Bifs" visible="0"> + <object id="35" name="Small Emerald Bif" type="spawn" x="672" y="576" width="5216" height="5600"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1104"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff00ff" name="particles" opacity="0.56"> <object id="5" name="graphics/particles/waterfall.particle.xml" type="PARTICLE_EFFECT" x="4192" y="5152"/> |