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 /maps/011-3.tmx | |
parent | 7b57fdd272d7562a07064e3fd1925459293fa3aa (diff) | |
download | clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.gz clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.bz2 clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.tar.xz clientdata-7b8aeb181f11b2323ac30542e410d0921acdd8c3.zip |
Lower difficulty at Soren
Diffstat (limited to 'maps/011-3.tmx')
-rw-r--r-- | maps/011-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/011-3.tmx b/maps/011-3.tmx index 9036d639..1c8a661d 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> |