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/019-3.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/019-3.tmx')
-rw-r--r-- | maps/019-3.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/019-3.tmx b/maps/019-3.tmx index 61bfbbe2..1beacf9e 100644 --- a/maps/019-3.tmx +++ b/maps/019-3.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="142" height="132" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="7"> <properties> + <property name="manaplus version" value="2"/> <property name="music" value="snow-village.ogg"/> <property name="name" value="Snow Cave"/> </properties> @@ -840,17 +841,17 @@ <object id="3" name="Moggun" type="spawn" x="0" y="128"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="10"/> <property name="monster_id" value="59"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="4" name="Bat" type="spawn" x="0" y="128"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="50"/> <property name="monster_id" value="15"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="6" name="To Frozen Lake" type="warp" x="2560" y="3296" width="32" height="32"> |