diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-01-04 01:16:24 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2025-01-08 16:28:46 +0000 |
commit | 8a9e2fba3c5359a0fb14a4c372b3bb383a0fce59 (patch) | |
tree | 48e6060f87ba63b8c99a3c37f43baf6f5d089684 | |
parent | 5ee19d67e74acb178b4bc2e118884f1851db9af0 (diff) | |
download | clientdata-8a9e2fba3c5359a0fb14a4c372b3bb383a0fce59.tar.gz clientdata-8a9e2fba3c5359a0fb14a4c372b3bb383a0fce59.tar.bz2 clientdata-8a9e2fba3c5359a0fb14a4c372b3bb383a0fce59.tar.xz clientdata-8a9e2fba3c5359a0fb14a4c372b3bb383a0fce59.zip |
Deduplicate two overlapped 2*Yeti spawners into one 4*Yeti one.
grep for 209,199 in _mobs.txt
+ move them so that this chamber is grouped together in the object list
-rw-r--r-- | maps/031-3.tmx | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/maps/031-3.tmx b/maps/031-3.tmx index d52d2ffb..3dd45859 100644 --- a/maps/031-3.tmx +++ b/maps/031-3.tmx @@ -1824,22 +1824,6 @@ <property name="spawn" value="100000"/> </properties> </object> - <object id="72" name="Yeti" type="spawn" x="6496" y="6112" width="416" height="576"> - <properties> - <property name="death" value="30000"/> - <property name="max_beings" value="2"/> - <property name="monster_id" value="70"/> - <property name="spawn" value="100000"/> - </properties> - </object> - <object id="73" name="Yeti" type="spawn" x="5984" y="6656" width="416" height="576"> - <properties> - <property name="death" value="30000"/> - <property name="max_beings" value="1"/> - <property name="monster_id" value="70"/> - <property name="spawn" value="100000"/> - </properties> - </object> <object id="74" name="Bat" type="spawn" x="5760" y="8352" width="2144" height="1408"> <properties> <property name="death" value="30000"/> @@ -1856,22 +1840,30 @@ <property name="spawn" value="100000"/> </properties> </object> - <object id="76" name="Bat" type="spawn" x="5664" y="6176" width="1472" height="480"> + <object id="73" name="Yeti" type="spawn" x="5984" y="6656" width="416" height="576"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="13"/> - <property name="monster_id" value="15"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="70"/> <property name="spawn" value="100000"/> </properties> </object> <object id="77" name="Yeti" type="spawn" x="6496" y="6112" width="416" height="576"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="2"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="70"/> <property name="spawn" value="100000"/> </properties> </object> + <object id="76" name="Bat" type="spawn" x="5664" y="6176" width="1472" height="480"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="13"/> + <property name="monster_id" value="15"/> + <property name="spawn" value="100000"/> + </properties> + </object> <object id="78" name="Yeti" type="spawn" x="7200" y="4224" width="608" height="640"> <properties> <property name="death" value="30000"/> |