diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-22 22:55:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-22 22:55:04 -0300 |
commit | 89459a3b58675849293bca491bcbd80694b8e325 (patch) | |
tree | b3ff48924e2a87b4279127a39341b6753af2541a /maps | |
parent | 78c483e34b901d574872f52729f4d0b8b0e71a05 (diff) | |
download | clientdata-89459a3b58675849293bca491bcbd80694b8e325.tar.gz clientdata-89459a3b58675849293bca491bcbd80694b8e325.tar.bz2 clientdata-89459a3b58675849293bca491bcbd80694b8e325.tar.xz clientdata-89459a3b58675849293bca491bcbd80694b8e325.zip |
Move the Tipiu a bit farther. It's not on beach anymore, but, uhm... Erm...
Diffstat (limited to 'maps')
-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> |