diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-31 10:40:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-31 10:40:31 -0300 |
commit | 25edcac0a1b09c748b6a642134e9d8373e50d4d8 (patch) | |
tree | a2d3aa536d4bd802764cda5b18d94dd0019ba72f | |
parent | a47adedc08c7ca1f9e82df1946140e62ccdb3a42 (diff) | |
download | clientdata-25edcac0a1b09c748b6a642134e9d8373e50d4d8.tar.gz clientdata-25edcac0a1b09c748b6a642134e9d8373e50d4d8.tar.bz2 clientdata-25edcac0a1b09c748b6a642134e9d8373e50d4d8.tar.xz clientdata-25edcac0a1b09c748b6a642134e9d8373e50d4d8.zip |
Balance better monster population on 015-3
-rw-r--r-- | maps/015-3.tmx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/maps/015-3.tmx b/maps/015-3.tmx index 99334fc4b..bd4149306 100644 --- a/maps/015-3.tmx +++ b/maps/015-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="201" height="220" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="68"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="201" height="220" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="69"> <properties> <property name="author" value="The Mana World Brazil - Saulc"/> <property name="license" value="GPL v2+"/> @@ -1165,7 +1165,7 @@ <object id="45" name="Cave Snake" type="spawn" x="3072" y="5152" width="1440" height="1216"> <properties> <property name="death" value="20000"/> - <property name="max_beings" value="12"/> + <property name="max_beings" value="9"/> <property name="monster_id" value="1035"/> <property name="spawn" value="30000"/> </properties> @@ -1197,7 +1197,7 @@ <object id="51" name="Red Slime" type="spawn" x="1856" y="2016" width="3584" height="2400"> <properties> <property name="death" value="40000"/> - <property name="max_beings" value="57"/> + <property name="max_beings" value="47"/> <property name="monster_id" value="1092"/> <property name="spawn" value="30000"/> </properties> @@ -1258,6 +1258,14 @@ <property name="spawn" value="40000"/> </properties> </object> + <object id="68" name="Snake" type="spawn" x="3968" y="5728" width="576" height="672"> + <properties> + <property name="death" value="20000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1122"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup color="#55ffff" id="7" name="Bifs" visible="0"> <object id="35" name="Small Emerald Bif" type="spawn" x="672" y="576" width="5216" height="5600"> @@ -1271,7 +1279,7 @@ <object id="46" name="Copper Slime" type="spawn" x="2368" y="1952" width="1600" height="4032"> <properties> <property name="death" value="40000"/> - <property name="max_beings" value="12"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1088"/> <property name="spawn" value="40000"/> </properties> |