diff options
author | Micksha <Micksha@users.noreply.github.com> | 2021-07-09 11:52:17 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2021-07-09 11:52:17 +0200 |
commit | 82b7002ec7d52143840c751d935986e8bc201c50 (patch) | |
tree | 5f9dbaa29ec17ab91a19bdd6db8984fe7be24325 /maps/033-1.tmx | |
parent | 138bd5e47de71dabaf3928389e85c8cb74f4c1dd (diff) | |
download | clientdata-82b7002ec7d52143840c751d935986e8bc201c50.tar.gz clientdata-82b7002ec7d52143840c751d935986e8bc201c50.tar.bz2 clientdata-82b7002ec7d52143840c751d935986e8bc201c50.tar.xz clientdata-82b7002ec7d52143840c751d935986e8bc201c50.zip |
update all maps with manaplus version 2, fix a few warps client-side
Diffstat (limited to 'maps/033-1.tmx')
-rw-r--r-- | maps/033-1.tmx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/maps/033-1.tmx b/maps/033-1.tmx index 09a810a5..1ec12275 100644 --- a/maps/033-1.tmx +++ b/maps/033-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="138" height="128" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="8"> <properties> + <property name="manaplus version" value="2"/> <property name="music" value="explorers-melody.ogg"/> <property name="name" value="snow Path"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> @@ -980,33 +981,33 @@ <object id="3" name="Wolvern" type="spawn" x="2176" y="1280" width="352" height="608"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="88"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="4" name="Reinboo" type="spawn" x="832" y="448" width="512" height="1600"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="92"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="5" name="Squirrel" type="spawn" x="992" y="2112" width="1632" height="1376"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="15"/> <property name="monster_id" value="36"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="6" name="WhiteBell" type="spawn" x="0" y="0"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="93"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="7" name="To Snow Field" type="warp" x="3808" y="2208" width="32" height="64"> |