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/020-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/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 4edf3a69..20bb0605 100644 --- a/maps/020-1.tmx +++ b/maps/020-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="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="30"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="30"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1690,9 +1690,9 @@ <object id="24" name="Fluffy" type="spawn" x="384" y="768" width="3264" height="3328"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="10"/> + <property name="max_beings" value="20"/> <property name="monster_id" value="1022"/> - <property name="spawn" value="100000"/> + <property name="spawn" value="60000"/> </properties> </object> <object id="28" name="Squirrel" type="spawn" x="576" y="864" width="3136" height="3168"> @@ -1706,9 +1706,9 @@ <object id="29" name="Pollet" type="spawn" x="640" y="960" width="3136" height="3168"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="6"/> + <property name="max_beings" value="16"/> <property name="monster_id" value="1219"/> - <property name="spawn" value="200000"/> + <property name="spawn" value="90000"/> </properties> </object> </objectgroup> |