diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 23:21:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 23:21:15 -0300 |
commit | 461509d4f3cb9a2fbbdbe76958675b981ea18216 (patch) | |
tree | bc38a2fd23652bf1fca160fc74a70fc5270a7e92 | |
parent | f9dfe2974590f39d59b3f23962e2674a5044f3cd (diff) | |
download | clientdata-461509d4f3cb9a2fbbdbe76958675b981ea18216.tar.gz clientdata-461509d4f3cb9a2fbbdbe76958675b981ea18216.tar.bz2 clientdata-461509d4f3cb9a2fbbdbe76958675b981ea18216.tar.xz clientdata-461509d4f3cb9a2fbbdbe76958675b981ea18216.zip |
Reduce monster population in a certain area of 001-7, adjust these objects.
-rw-r--r-- | maps/001-7.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/001-7.tmx b/maps/001-7.tmx index 303701ed..fc2c74f3 100644 --- a/maps/001-7.tmx +++ b/maps/001-7.tmx @@ -1734,7 +1734,7 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="4" name="White Slime" type="spawn" x="1326" y="1396" width="593" height="173"> + <object id="4" name="White Slime" type="spawn" x="1312" y="1408" width="607" height="161"> <properties> <property name="death" value="30000"/> <property name="max_beings" value="2"/> @@ -1742,7 +1742,7 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="5" name="Wolvern" type="spawn" x="830" y="1534" width="1059" height="165"> + <object id="5" name="Wolvern" type="spawn" x="830" y="1534" width="1058" height="162"> <properties> <property name="death" value="30000"/> <property name="max_beings" value="2"/> @@ -1750,18 +1750,18 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="6" name="Wolvern" type="spawn" x="630" y="1640" width="593" height="173"> + <object id="6" name="Wolvern" type="spawn" x="640" y="1632" width="576" height="192"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="2"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="1037"/> <property name="spawn" value="30000"/> </properties> </object> - <object id="7" name="Wolvern" type="spawn" x="1236" y="1754" width="159" height="131"> + <object id="7" name="Wolvern" type="spawn" x="1248" y="1760" width="160" height="128"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="2"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="1037"/> <property name="spawn" value="30000"/> </properties> |