diff options
Diffstat (limited to 'maps/026-0.tmx')
-rw-r--r-- | maps/026-0.tmx | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/maps/026-0.tmx b/maps/026-0.tmx index cf4f4d51..282eb511 100644 --- a/maps/026-0.tmx +++ b/maps/026-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="3"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/026-0.png"/> @@ -1190,7 +1190,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 </data> </layer> - <objectgroup id="9" name="Objects"> + <objectgroup id="9" name="Objects" visible="0"> <object id="1" name="To Outside" type="warp" x="2016" y="3168" width="96" height="32"> <properties> <property name="dest_map" value="025-3"/> @@ -1206,5 +1206,37 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> + <object id="3" name="Black Skull Slime" type="spawn" x="864" y="800" width="800" height="2400"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1408"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="4" name="Lava Skull Slime" type="spawn" x="2528" y="800" width="672" height="2400"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="20"/> + <property name="monster_id" value="1407"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="5" name="Whirly Bird" type="spawn" x="1664" y="1760" width="864" height="1440"> + <properties> + <property name="death" value="35000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1232"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="6" name="Reaper" type="spawn" x="1664" y="800" width="864" height="416"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1196"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |