diff options
-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> |