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 /maps/015-1.tmx | |
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
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 18 |
1 files changed, 17 insertions, 1 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> |