diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-13 01:25:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-13 01:25:56 -0300 |
commit | 4980b3f00dcd68c72179fbe4620d93e667aa32ad (patch) | |
tree | f0bb20be0f2769ec3564077e5d636fa2dfcceff2 /maps/004-2.tmx | |
parent | 8a1746035952cb1658d7721f55a127ee657ba4aa (diff) | |
download | clientdata-4980b3f00dcd68c72179fbe4620d93e667aa32ad.tar.gz clientdata-4980b3f00dcd68c72179fbe4620d93e667aa32ad.tar.bz2 clientdata-4980b3f00dcd68c72179fbe4620d93e667aa32ad.tar.xz clientdata-4980b3f00dcd68c72179fbe4620d93e667aa32ad.zip |
Reduce *drastically* mob density on reachable parts of Canyon.
Add some more bats. Respawn time adjustment.
Diffstat (limited to 'maps/004-2.tmx')
-rw-r--r-- | maps/004-2.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/004-2.tmx b/maps/004-2.tmx index ebff33ec..7c7b9e35 100644 --- a/maps/004-2.tmx +++ b/maps/004-2.tmx @@ -1362,7 +1362,7 @@ <object id="68" name="Snake" type="Spawn" x="3328" y="2976" width="320" height="320"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1122"/> <property name="spawn" value="35000"/> </properties> @@ -1378,7 +1378,7 @@ <object id="71" name="Scorpion" type="Spawn" x="1696" y="1664" width="960" height="768"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="8"/> + <property name="max_beings" value="6"/> <property name="monster_id" value="1071"/> <property name="spawn" value="35000"/> </properties> |