diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:11:53 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-13 15:11:53 -0200 |
commit | a412a7f8a38bf18de7f7da5d9105c61b6159ac07 (patch) | |
tree | d7075f07afc5b0402f54f429f69afc104bccf462 /maps | |
parent | b484ab49bb003946601bc091db0abaceaf6f04e5 (diff) | |
download | clientdata-a412a7f8a38bf18de7f7da5d9105c61b6159ac07.tar.gz clientdata-a412a7f8a38bf18de7f7da5d9105c61b6159ac07.tar.bz2 clientdata-a412a7f8a38bf18de7f7da5d9105c61b6159ac07.tar.xz clientdata-a412a7f8a38bf18de7f7da5d9105c61b6159ac07.zip |
[skip ci] reduce Lava Slime population in Mana Stone in 50%
Diffstat (limited to 'maps')
-rw-r--r-- | maps/011-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/011-1.tmx b/maps/011-1.tmx index a339a6d5..c93df5dc 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -1049,7 +1049,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"/> @@ -1069,7 +1069,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="60"/> + <property name="max_beings" value="30"/> <property name="monster_id" value="1097"/> <property name="spawn" value="60000"/> </properties> |