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/004-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/004-1.tmx')
-rw-r--r-- | maps/004-1.tmx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 78edb343..1aa010c2 100644 --- a/maps/004-1.tmx +++ b/maps/004-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="117" height="133" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="14"> <properties> + <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/004-1.png"/> <property name="music" value="faith.ogg"/> <property name="name" value="Beach"/> @@ -1287,57 +1288,57 @@ <object id="1" name="SeaSlime" type="spawn" x="1120" y="1376" width="288" height="960"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="31"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="2" name="SeaSlime" type="spawn" x="928" y="2016" width="320" height="1312"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="11"/> <property name="monster_id" value="31"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="3" name="SeaSlime" type="spawn" x="736" y="3072" width="384" height="480"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="7"/> <property name="monster_id" value="31"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="4" name="GiantMaggot" type="spawn" x="1856" y="3008" width="896" height="672"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="4"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="5" name="RedScorpion" type="spawn" x="2112" y="1408" width="704" height="1600"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="13"/> <property name="monster_id" value="2"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="6" name="GiantMaggot" type="Spawn" x="1888" y="640" width="640" height="352"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="4"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="7" name="BlackScorpion" type="spawn" x="2944" y="832" width="96" height="128"> <properties> <property name="death" value="60000"/> - <property name="spawn" value="120000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="7"/> + <property name="spawn" value="120000"/> </properties> </object> <object id="12" name="To Beach" type="warp" x="2144" y="608" width="96" height="32"> |