diff options
Diffstat (limited to 'maps/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 555484a2..925c4177 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="34"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="36"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -1078,6 +1078,13 @@ <property name="dest_y" value="36"/> </properties> </object> + <object id="34" name="To Blacksmith" type="warp" x="3712" y="2112" width="32" height="32"> + <properties> + <property name="dest_map" value="012-5"/> + <property name="dest_x" value="23"/> + <property name="dest_y" value="26"/> + </properties> + </object> </objectgroup> <objectgroup color="#fffa00" name="Spawns" visible="0"> <object id="25" name="Red Butterfly" type="spawn" x="1760" y="1568" width="2304" height="960"> @@ -1128,5 +1135,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="35" name="Training Dummy" type="spawn" x="3648" y="2176" width="128" height="128"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1021"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |