diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-02 13:26:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-02 13:26:04 -0300 |
commit | 8baccf5d52ce0aca8eca51aefe1598f879d03c79 (patch) | |
tree | 30f51b75a9236730b92addf38a1393bf2cfa0525 | |
parent | 7846e81be4b4d661a4423e5f8e09e1afefba120a (diff) | |
download | clientdata-8baccf5d52ce0aca8eca51aefe1598f879d03c79.tar.gz clientdata-8baccf5d52ce0aca8eca51aefe1598f879d03c79.tar.bz2 clientdata-8baccf5d52ce0aca8eca51aefe1598f879d03c79.tar.xz clientdata-8baccf5d52ce0aca8eca51aefe1598f879d03c79.zip |
Trim a little the amount of monsters on Somber Cave.
I reduced a significant amount of Lava Slimes, but most other monsters were
roughly kept the same to keep the cave high-level (even if it is lv 55...)
-rw-r--r-- | maps/018-3.tmx | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/maps/018-3.tmx b/maps/018-3.tmx index 83c5675c..4eb2d1f0 100644 --- a/maps/018-3.tmx +++ b/maps/018-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="8"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="9"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -1157,21 +1157,21 @@ </object> <object id="10" name="Lava Slime" type="spawn" x="576" y="608" width="1408" height="2464"> <properties> - <property name="max_beings" value="12"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1097"/> <property name="spawn" value="10000"/> </properties> </object> <object id="11" name="Lava Slime" type="spawn" x="1984" y="608" width="2208" height="1760"> <properties> - <property name="max_beings" value="10"/> + <property name="max_beings" value="8"/> <property name="monster_id" value="1097"/> <property name="spawn" value="10000"/> </properties> </object> <object id="12" name="Lava Slime" type="spawn" x="1984" y="2368" width="1728" height="704"> <properties> - <property name="max_beings" value="5"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1097"/> <property name="spawn" value="10000"/> </properties> @@ -1185,18 +1185,11 @@ </object> <object id="14" name="Lava Slime" type="spawn" x="576" y="3072" width="3136" height="992"> <properties> - <property name="max_beings" value="11"/> + <property name="max_beings" value="9"/> <property name="monster_id" value="1097"/> <property name="spawn" value="10000"/> </properties> </object> - <object id="1" name="Black Mamba" type="spawn" x="576" y="608" width="3616" height="3456"> - <properties> - <property name="max_beings" value="9"/> - <property name="monster_id" value="1174"/> - <property name="spawn" value="20000"/> - </properties> - </object> <object id="2" name="Black Scorpion" type="spawn" x="1760" y="3616" width="128" height="128"> <properties> <property name="death" value="10000"/> @@ -1229,7 +1222,7 @@ <object id="6" name="Shadow Plant" type="spawn" x="3840" y="768" width="256" height="256"> <properties> <property name="death" value="60000"/> - <property name="max_beings" value="1"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1189"/> <property name="spawn" value="60000"/> </properties> @@ -1242,4 +1235,13 @@ </properties> </object> </objectgroup> + <objectgroup id="10" name="Objects 2"> + <object id="8" name="Black Mamba" type="spawn" x="576" y="608" width="3616" height="3456"> + <properties> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1174"/> + <property name="spawn" value="20000"/> + </properties> + </object> + </objectgroup> </map> |