diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 11:07:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 11:07:01 -0300 |
commit | eb30935b37abc907716276acb9ed95851ad2419b (patch) | |
tree | f0aedd697ce400c2725ba727035f21363a8542ba /maps | |
parent | 9fd26011c985f1f39a38df55c6d0d197e7dce357 (diff) | |
download | clientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.gz clientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.bz2 clientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.xz clientdata-eb30935b37abc907716276acb9ed95851ad2419b.zip |
Reduce monster population in 009-5
Diffstat (limited to 'maps')
-rw-r--r-- | maps/009-5.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/009-5.tmx b/maps/009-5.tmx index c78891c3..9ff969d9 100644 --- a/maps/009-5.tmx +++ b/maps/009-5.tmx @@ -1048,7 +1048,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" name="spawns" visible="0"> + <objectgroup color="#ff0000" name="spawns"> <object id="2" name="Mana Ghost" type="spawn" x="640" y="672" width="5120" height="5120"> <properties> <property name="death" value="20000"/> @@ -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="100"/> + <property name="max_beings" value="75"/> <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="150"/> + <property name="max_beings" value="120"/> <property name="monster_id" value="1092"/> <property name="spawn" value="60000"/> </properties> |