diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-07 22:53:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-07 22:53:38 -0300 |
commit | 3e18e4ca7491d1e21e71d022bcbbcca8b4bb6d7c (patch) | |
tree | df3ed8ced972d019dc1723c264672aa667a6c599 | |
parent | e20694b06e7c13d439a3afab257a5a9d30926949 (diff) | |
download | clientdata-3e18e4ca7491d1e21e71d022bcbbcca8b4bb6d7c.tar.gz clientdata-3e18e4ca7491d1e21e71d022bcbbcca8b4bb6d7c.tar.bz2 clientdata-3e18e4ca7491d1e21e71d022bcbbcca8b4bb6d7c.tar.xz clientdata-3e18e4ca7491d1e21e71d022bcbbcca8b4bb6d7c.zip |
Add monsters to 026-2
-rw-r--r-- | maps/026-2.tmx | 68 |
1 files changed, 67 insertions, 1 deletions
diff --git a/maps/026-2.tmx b/maps/026-2.tmx index 1c1dbb907..be0333308 100644 --- a/maps/026-2.tmx +++ b/maps/026-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="16"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -1217,4 +1217,70 @@ </properties> </object> </objectgroup> + <objectgroup id="11" name="Spawns" visible="0"> + <object id="7" name="Jhon Longnose" type="spawn" x="768" y="832" width="1376" height="736"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1421"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="8" name="Mandragora" type="spawn" x="1856" y="864" width="1216" height="864"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1423"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="9" name="Evil Scythe" type="spawn" x="2624" y="1696" width="448" height="416"> + <properties> + <property name="death" value="900000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1036"/> + <property name="spawn" value="100"/> + </properties> + </object> + <object id="10" name="Pinkie Suseran" type="spawn" x="768" y="1568" width="1920" height="544"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1419"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="12" name="Pinkie Maximus" type="spawn" x="768" y="2112" width="1312" height="1056"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1249"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="13" name="Junglefowl" type="spawn" x="1760" y="2112" width="1312" height="1056"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1422"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="14" name="Tengu" type="spawn" x="2688" y="864" width="384" height="256"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1409"/> + <property name="spawn" value="890000"/> + </properties> + </object> + <object id="15" name="Tengu" type="spawn" x="768" y="864" width="384" height="256"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1409"/> + <property name="spawn" value="890000"/> + </properties> + </object> + </objectgroup> </map> |