diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-17 23:50:09 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-17 23:50:09 -0200 |
commit | 25b5e8b8aab5cc90859498640438e278d8666011 (patch) | |
tree | 1ff39da2b387ac8dc30b4087f2542876ba7627ef /maps/011-1.tmx | |
parent | a02a1fc201f01a15735fd02b57728457579c88bf (diff) | |
download | clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.gz clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.bz2 clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.xz clientdata-25b5e8b8aab5cc90859498640438e278d8666011.zip |
Mild adjustments to mob spawn (some shrooms to desert _caves_ are common)
(anwar quest requeriment) + Reduce a bit 011-1 mob population due new level.
Diffstat (limited to 'maps/011-1.tmx')
-rw-r--r-- | maps/011-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/011-1.tmx b/maps/011-1.tmx index b72c6c9a..02ced7cf 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -1060,7 +1060,7 @@ <object id="3" name="Fire Goblin" type="spawn" x="608" y="704" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="100"/> + <property name="max_beings" value="90"/> <property name="monster_id" value="1067"/> <property name="spawn" value="60000"/> </properties> @@ -1068,7 +1068,7 @@ <object id="4" name="Lava Slime" type="spawn" x="672" y="640" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="65"/> + <property name="max_beings" value="60"/> <property name="monster_id" value="1097"/> <property name="spawn" value="60000"/> </properties> @@ -1076,7 +1076,7 @@ <object id="5" name="Red Slime" type="spawn" x="704" y="608" width="5120" height="5120"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="110"/> + <property name="max_beings" value="100"/> <property name="monster_id" value="1092"/> <property name="spawn" value="60000"/> </properties> |