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/007-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/007-1.tmx')
-rw-r--r-- | maps/007-1.tmx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index d283aeff..c88ba3bf 100644 --- a/maps/007-1.tmx +++ b/maps/007-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="144" height="124" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="16"> <properties> + <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/007-1.png"/> <property name="music" value="the-forest.ogg"/> <property name="name" value="Woodland"/> @@ -1095,49 +1096,49 @@ <object id="4" name="PinkFlower" type="spawn" x="0" y="0"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="17"/> <property name="monster_id" value="12"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="5" name="SpikyMushroom" type="spawn" x="0" y="0"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="15"/> <property name="monster_id" value="17"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="6" name="Snail" type="spawn" x="0" y="0"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="25"/> <property name="monster_id" value="39"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="7" name="MauvePlant" type="spawn" x="0" y="0"> <properties> <property name="death" value="180000"/> - <property name="spawn" value="270000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="27"/> + <property name="spawn" value="270000"/> </properties> </object> <object id="8" name="GambogePlant" type="spawn" x="0" y="0"> <properties> <property name="death" value="1800000"/> - <property name="spawn" value="2700000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="29"/> + <property name="spawn" value="2700000"/> </properties> </object> <object id="9" name="Silkworm" type="spawn" x="0" y="0"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="60000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="33"/> + <property name="spawn" value="60000"/> </properties> </object> <object id="10" name="CloverPatch" type="spawn" x="0" y="0"> @@ -1150,17 +1151,17 @@ <object id="11" name="Squirrel" type="spawn" x="0" y="0"> <properties> <property name="death" value="20"/> - <property name="spawn" value="30"/> <property name="max_beings" value="25"/> <property name="monster_id" value="36"/> + <property name="spawn" value="30"/> </properties> </object> <object id="12" name="Butterfly" type="spawn" x="0" y="0"> <properties> <property name="death" value="20"/> - <property name="spawn" value="30"/> <property name="max_beings" value="10"/> <property name="monster_id" value="53"/> + <property name="spawn" value="30"/> </properties> </object> <object id="13" name="graphics/particles/waterfall-1x2.particle.xml" type="particle_effect" x="2474" y="2272" width="12" height="16"/> |