diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-17 15:22:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-17 15:22:34 -0300 |
commit | ee60e76722e16b8b2816d40e169b1f2b5738adca (patch) | |
tree | 3b2673e5d1d59f935991619f32f878614d192fab /maps/021-2.tmx | |
parent | e0af2f178bbac3c8f4fde92edad6c1722daa781a (diff) | |
download | clientdata-ee60e76722e16b8b2816d40e169b1f2b5738adca.tar.gz clientdata-ee60e76722e16b8b2816d40e169b1f2b5738adca.tar.bz2 clientdata-ee60e76722e16b8b2816d40e169b1f2b5738adca.tar.xz clientdata-ee60e76722e16b8b2816d40e169b1f2b5738adca.zip |
Change monster density and respawn rates on 021-2 and 021-3 to make it harder.
Diffstat (limited to 'maps/021-2.tmx')
-rw-r--r-- | maps/021-2.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/021-2.tmx b/maps/021-2.tmx index 0e870a2c..920b159b 100644 --- a/maps/021-2.tmx +++ b/maps/021-2.tmx @@ -842,7 +842,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff5500" name="Spawns" visible="0"> + <objectgroup color="#ff5500" name="Spawns"> <object id="11" name="Moggun" type="spawn" x="800" y="1856" width="1440" height="1416"> <properties> <property name="death" value="30000"/> @@ -854,9 +854,9 @@ <object id="12" name="Blue Slime" type="spawn" x="1952" y="1376" width="1944" height="1952"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="20"/> + <property name="max_beings" value="27"/> <property name="monster_id" value="1087"/> - <property name="spawn" value="100000"/> + <property name="spawn" value="20000"/> </properties> </object> <object id="13" name="White Slime" type="spawn" x="800" y="512" width="3168" height="1408"> |