diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 20:25:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 20:25:00 -0300 |
commit | 8da43d24dd58d5ff3660204d123b63326a0661d2 (patch) | |
tree | 14784a90f2637f622c6b3352e07452497cdcd03f /maps | |
parent | f5137c87cea2d8addbe2c84061338154bc134fc3 (diff) | |
download | clientdata-8da43d24dd58d5ff3660204d123b63326a0661d2.tar.gz clientdata-8da43d24dd58d5ff3660204d123b63326a0661d2.tar.bz2 clientdata-8da43d24dd58d5ff3660204d123b63326a0661d2.tar.xz clientdata-8da43d24dd58d5ff3660204d123b63326a0661d2.zip |
Control red slime and cave maggot population on 015-8.
Fix painting on Sagratha's House.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-5-1.tmx | 2 | ||||
-rw-r--r-- | maps/015-8.tmx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/maps/014-5-1.tmx b/maps/014-5-1.tmx index 0398ebfc..0f10c33f 100644 --- a/maps/014-5-1.tmx +++ b/maps/014-5-1.tmx @@ -212,7 +212,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2147484580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,697,577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, diff --git a/maps/015-8.tmx b/maps/015-8.tmx index bff62667..4f8e77b9 100644 --- a/maps/015-8.tmx +++ b/maps/015-8.tmx @@ -1308,7 +1308,7 @@ <object id="13" name="Red Slime" type="spawn" x="1056" y="480" width="2240" height="5120"> <properties> <property name="death" value="20000"/> - <property name="max_beings" value="16"/> + <property name="max_beings" value="12"/> <property name="monster_id" value="1092"/> <property name="spawn" value="20000"/> </properties> @@ -1324,7 +1324,7 @@ <object id="15" name="Cave Maggot" type="spawn" x="1088" y="448" width="4480" height="5248"> <properties> <property name="death" value="20000"/> - <property name="max_beings" value="32"/> + <property name="max_beings" value="24"/> <property name="monster_id" value="1027"/> <property name="spawn" value="20000"/> </properties> |