diff options
Diffstat (limited to 'maps/001-2-25.tmx')
-rw-r--r-- | maps/001-2-25.tmx | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/maps/001-2-25.tmx b/maps/001-2-25.tmx index 6362b5ca..a5e95cd2 100644 --- a/maps/001-2-25.tmx +++ b/maps/001-2-25.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="70" height="57" tilewidth="32" tileheight="32" backgroundcolor="#808080" nextobjectid="2"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="70" height="57" tilewidth="32" tileheight="32" backgroundcolor="#808080" nextobjectid="3"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -408,6 +408,20 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To main hall" type="warp" x="927.5" y="992" width="32" height="32"/> + <object id="1" name="To main hall" type="warp" x="928" y="992" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2-19"/> + <property name="dest_x" value="41"/> + <property name="dest_y" value="26"/> + </properties> + </object> + <object id="2" name="Ratto" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="420000"/> + <property name="eA_spawn" value="240000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1005"/> + </properties> + </object> </objectgroup> </map> |