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/009-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/009-1.tmx')
-rw-r--r-- | maps/009-1.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/009-1.tmx b/maps/009-1.tmx index c1b3c3d5..d166fc35 100644 --- a/maps/009-1.tmx +++ b/maps/009-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="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="96"> <properties> + <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/009-1.png"/> <property name="music" value="magick-real.ogg"/> <property name="name" value="Hurnscald"/> @@ -837,9 +838,9 @@ <object id="12" name="CloverPatch" type="spawn" x="2336" y="1024" width="96" height="64"> <properties> <property name="death" value="120000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="35"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="13" name="PinkFlower" type="spawn" x="800" y="1216" width="320" height="448"> @@ -866,9 +867,9 @@ <object id="16" name="Butterfly" type="spawn" x="0" y="0"> <properties> <property name="death" value="20"/> - <property name="spawn" value="30"/> <property name="max_beings" value="5"/> <property name="monster_id" value="53"/> + <property name="spawn" value="30"/> </properties> </object> <object id="17" name="To Bedroom" type="warp" x="1920" y="1312" width="32" height="32"> |