summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-27 11:07:01 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-27 11:07:01 -0300
commiteb30935b37abc907716276acb9ed95851ad2419b (patch)
treef0aedd697ce400c2725ba727035f21363a8542ba
parent9fd26011c985f1f39a38df55c6d0d197e7dce357 (diff)
downloadclientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.gz
clientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.bz2
clientdata-eb30935b37abc907716276acb9ed95851ad2419b.tar.xz
clientdata-eb30935b37abc907716276acb9ed95851ad2419b.zip
Reduce monster population in 009-5
-rw-r--r--maps/009-5.tmx6
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>