diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-02 14:00:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-02 14:00:04 -0300 |
commit | 8072965495e3d248862c4bc74012df22d6402494 (patch) | |
tree | 936cecc054b62328a5ae1a054bae9cb69b3f98d0 /maps/014-1.tmx | |
parent | cc3742e2f7dba677bdb1090d8b32093435bb39e4 (diff) | |
download | clientdata-8072965495e3d248862c4bc74012df22d6402494.tar.gz clientdata-8072965495e3d248862c4bc74012df22d6402494.tar.bz2 clientdata-8072965495e3d248862c4bc74012df22d6402494.tar.xz clientdata-8072965495e3d248862c4bc74012df22d6402494.zip |
Change mob spawn rate and density on several maps (Nivalis and Hurnscald).
This was on TODO list for months, now D:
Diffstat (limited to 'maps/014-1.tmx')
-rw-r--r-- | maps/014-1.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/014-1.tmx b/maps/014-1.tmx index e386e73b..5a8603ef 100644 --- a/maps/014-1.tmx +++ b/maps/014-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="2020.04.10" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="59"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="59"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -933,7 +933,7 @@ <objectgroup color="#fcff00" id="9" name="Spawns" visible="0"> <object id="48" name="Silk Worm" type="spawn" x="352" y="448" width="5568" height="2944"> <properties> - <property name="death" value="20000"/> + <property name="death" value="10000"/> <property name="max_beings" value="15"/> <property name="monster_id" value="1034"/> <property name="spawn" value="30000"/> @@ -941,7 +941,7 @@ </object> <object id="50" name="Mouboo" type="spawn" x="1504" y="704" width="3264" height="2944"> <properties> - <property name="death" value="45000"/> + <property name="death" value="35000"/> <property name="max_beings" value="12"/> <property name="monster_id" value="1023"/> <property name="spawn" value="30000"/> @@ -957,7 +957,7 @@ </object> <object id="57" name="Tipiou" type="spawn" x="1120" y="1984" width="3392" height="1216"> <properties> - <property name="death" value="45000"/> + <property name="death" value="40000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="1016"/> <property name="spawn" value="30000"/> @@ -965,7 +965,7 @@ </object> <object id="58" name="Blub" type="spawn" x="4128" y="2016" width="448" height="1856"> <properties> - <property name="death" value="30000"/> + <property name="death" value="20000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="1008"/> <property name="spawn" value="30000"/> |