diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-03 00:51:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-03 00:51:24 -0300 |
commit | 7b8aeb181f11b2323ac30542e410d0921acdd8c3 (patch) | |
tree | 1fbcc98d7e7241b41e87b47361990df67f5e0ff7 | |
parent | 7b57fdd272d7562a07064e3fd1925459293fa3aa (diff) | |
download | clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.gz clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.bz2 clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.xz clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.zip |
Lower difficulty at Soren
-rw-r--r-- | maps/011-3.tmx | 4 | ||||
-rw-r--r-- | maps/soren.tmx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/maps/011-3.tmx b/maps/011-3.tmx index 9036d639b..1c8a661de 100644 --- a/maps/011-3.tmx +++ b/maps/011-3.tmx @@ -2381,7 +2381,7 @@ <object id="81" name="Angry Red Scorpion" type="spawn" x="640" y="6112" width="1280" height="928"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="15"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1130"/> <property name="spawn" value="100000"/> </properties> @@ -2389,7 +2389,7 @@ <object id="82" name="Fire Goblin" type="spawn" x="672" y="6144" width="1280" height="928"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="20"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1067"/> <property name="spawn" value="100000"/> </properties> diff --git a/maps/soren.tmx b/maps/soren.tmx index a3db19f52..726b8bc2d 100644 --- a/maps/soren.tmx +++ b/maps/soren.tmx @@ -1743,18 +1743,18 @@ <property name="spawn" value="6600000"/> </properties> </object> - <object id="17" name="Unexplained Mountain Snake" type="spawn" x="2400" y="2048" width="1952" height="1536"> + <object id="17" name="Snake" type="spawn" x="2400" y="2048" width="1952" height="1536"> <properties> <property name="death" value="15000"/> <property name="max_beings" value="4"/> - <property name="monster_id" value="1123"/> + <property name="monster_id" value="1122"/> <property name="spawn" value="15000"/> </properties> </object> <object id="18" name="Guardians Of Soren" type="spawn" x="3104" y="1664" width="800" height="352"> <properties> <property name="death" value="10000"/> - <property name="max_beings" value="6"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1130"/> <property name="spawn" value="5000"/> </properties> |