diff options
Diffstat (limited to 'maps/001-2-30.tmx')
-rw-r--r-- | maps/001-2-30.tmx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/maps/001-2-30.tmx b/maps/001-2-30.tmx index f973577a..2688f912 100644 --- a/maps/001-2-30.tmx +++ b/maps/001-2-30.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="68" height="77" tilewidth="32" tileheight="32" backgroundcolor="#808080" nextobjectid="19"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="68" height="77" tilewidth="32" tileheight="32" backgroundcolor="#808080" nextobjectid="20"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -461,16 +461,17 @@ <objectgroup name="Object"> <object id="16" name="To Second Level" type="warp" x="1152" y="1024" width="64" height="32"> <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="0"/> - <property name="dest_y" value="0"/> + <property name="dest_map" value="001-2-29"/> + <property name="dest_x" value="37"/> + <property name="dest_y" value="27"/> </properties> </object> - <object id="18" name="To Second Level" type="warp" x="1152" y="1024" width="64" height="32"> + <object id="19" name="Ratto" type="spawn" x="0" y="0"> <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="0"/> - <property name="dest_y" value="0"/> + <property name="eA_death" value="420000"/> + <property name="eA_spawn" value="240000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1005"/> </properties> </object> </objectgroup> |