diff options
Diffstat (limited to 'maps/019-2.tmx')
-rw-r--r-- | maps/019-2.tmx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/maps/019-2.tmx b/maps/019-2.tmx index d7dcb828..3403ea17 100644 --- a/maps/019-2.tmx +++ b/maps/019-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="158" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="15"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="158" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="16"> <properties> <property name="author" value="The Mana World Team"/> <property name="license" value="GPL v2+"/> @@ -1481,7 +1481,7 @@ <property name="spawn" value="100000"/> </properties> </object> - <object id="10" name="Wind Fairy" type="spawn" x="1472" y="2304" width="320" height="896"> + <object id="10" name="Wind Fairy" type="spawn" x="2848" y="1120" width="544" height="2432"> <properties> <property name="death" value="30000"/> <property name="max_beings" value="1"/> @@ -1489,7 +1489,7 @@ <property name="spawn" value="100000"/> </properties> </object> - <object id="11" name="Tipiu" type="spawn" x="2784" y="1376" width="736" height="2176"> + <object id="11" name="Tipiu" type="spawn" x="1504" y="2528" width="576" height="736"> <properties> <property name="death" value="30000"/> <property name="max_beings" value="1"/> @@ -1513,5 +1513,13 @@ <property name="spawn" value="200000"/> </properties> </object> + <object id="15" name="White Slime" type="spawn" x="2176" y="896" width="512" height="480"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1094"/> + <property name="spawn" value="100000"/> + </properties> + </object> </objectgroup> </map> |