diff options
-rw-r--r-- | maps/017-0.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/017-0.tmx b/maps/017-0.tmx index e96d7c31..fc8f336e 100644 --- a/maps/017-0.tmx +++ b/maps/017-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="340" height="275" tilewidth="32" tileheight="32" infinite="0" nextlayerid="74" nextobjectid="579"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="340" height="275" tilewidth="32" tileheight="32" infinite="0" nextlayerid="74" nextobjectid="580"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/017-0.png"/> @@ -2464,6 +2464,14 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="579" name="Training Dummy" type="spawn" x="7904" y="5600" width="416" height="736"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1021"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> <objectgroup id="73" name="General Mobs" visible="0"> <object id="555" name="Red Butterfly" type="spawn" x="320" y="768" width="2816" height="3840"> |