diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 20:30:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 20:30:06 -0300 |
commit | 827275e991343b0ab6aab547211bfcf9c392f3c6 (patch) | |
tree | f0603c96bb70ca103e2b9786f521db66cbef90f8 /maps/015-1.tmx | |
parent | c2e96a8e4d05e3c9d70abe4c07b6f636d8cac3d9 (diff) | |
download | clientdata-827275e991343b0ab6aab547211bfcf9c392f3c6.tar.gz clientdata-827275e991343b0ab6aab547211bfcf9c392f3c6.tar.bz2 clientdata-827275e991343b0ab6aab547211bfcf9c392f3c6.tar.xz clientdata-827275e991343b0ab6aab547211bfcf9c392f3c6.zip |
More mobs on Woodland mines. If they are useless, at least allow some grind/farm.
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 1b13a5fc..a5b7e51d 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="80"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="81"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1471,11 +1471,11 @@ <object id="78" name="graphics/particles/flame.particle.xml" type="particle_effect" x="992" y="896" width="32" height="32"/> <object id="79" name="graphics/particles/flame.particle.xml" type="particle_effect" x="2080" y="960" width="32" height="32"/> </objectgroup> - <objectgroup color="#fcff00" name="Spawns" visible="0"> + <objectgroup color="#fcff00" name="Spawns"> <object id="64" name="Silk Worm" type="spawn" x="-1280" y="-448" width="7680" height="6272"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="20"/> <property name="monster_id" value="1034"/> <property name="spawn" value="30000"/> </properties> @@ -1483,7 +1483,7 @@ <object id="65" name="Bif" type="spawn" x="64" y="256" width="7680" height="6272"> <properties> <property name="death" value="45000"/> - <property name="max_beings" value="8"/> + <property name="max_beings" value="12"/> <property name="monster_id" value="1058"/> <property name="spawn" value="45000"/> </properties> @@ -1512,5 +1512,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="80" name="Black Scorpion" type="spawn" x="-1824" y="800" width="7680" height="6272"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="18"/> + <property name="monster_id" value="1074"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |