diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-16 23:32:46 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-16 23:35:00 +0200 |
commit | 68c9402798b150a3797cffa4e4ef5ef3921759b3 (patch) | |
tree | 56c7a665c91570d99fa47f55fbdbaec929041f68 /maps/002-1.tmx | |
parent | 57290e0551e06a95ec81a0a10ca289ed49673de6 (diff) | |
download | clientdata-68c9402798b150a3797cffa4e4ef5ef3921759b3.tar.gz clientdata-68c9402798b150a3797cffa4e4ef5ef3921759b3.tar.bz2 clientdata-68c9402798b150a3797cffa4e4ef5ef3921759b3.tar.xz clientdata-68c9402798b150a3797cffa4e4ef5ef3921759b3.zip |
Some adaptions to the size of spawn areas in and around Tulimshar
No changes made to spawn delays and maximum creatures. I just increased
the size (and merged) some spawn areas in order to make the spawning a
bit less predictable.
Diffstat (limited to 'maps/002-1.tmx')
-rw-r--r-- | maps/002-1.tmx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index 80b90c33..d4fe95ef 100644 --- a/maps/002-1.tmx +++ b/maps/002-1.tmx @@ -163,31 +163,31 @@ <property name="dest_y" value="1024"/> </properties> </object> - <object name="Maggot" type="spawn" x="2816" y="2944" width="608" height="416"> + <object name="Maggot" type="spawn" x="2784" y="2944" width="640" height="448"> <properties> <property name="max_beings" value="10"/> <property name="monster_id" value="0"/> </properties> </object> - <object name="Maggot" type="spawn" x="2848" y="1120" width="128" height="96"> + <object name="Maggot" type="spawn" x="2848" y="1056" width="384" height="160"> <properties> <property name="max_beings" value="3"/> <property name="monster_id" value="0"/> </properties> </object> - <object name="Maggot" type="spawn" x="2208" y="1792" width="128" height="96"> + <object name="Maggot" type="spawn" x="2080" y="1792" width="256" height="224"> <properties> <property name="max_beings" value="3"/> <property name="monster_id" value="0"/> </properties> </object> - <object name="Maggot" type="spawn" x="1984" y="2624" width="128" height="96"> + <object name="Maggot" type="spawn" x="1600" y="2624" width="512" height="288"> <properties> <property name="max_beings" value="3"/> <property name="monster_id" value="0"/> </properties> </object> - <object name="Maggot" type="spawn" x="480" y="3072" width="128" height="96"> + <object name="Maggot" type="spawn" x="480" y="2880" width="256" height="288"> <properties> <property name="max_beings" value="3"/> <property name="monster_id" value="0"/> @@ -205,7 +205,7 @@ <property name="monster_id" value="0"/> </properties> </object> - <object name="Maggot" type="spawn" x="2272" y="2816" width="128" height="96"> + <object name="Maggot" type="spawn" x="1600" y="2816" width="800" height="224"> <properties> <property name="max_beings" value="3"/> <property name="monster_id" value="0"/> @@ -235,7 +235,7 @@ <property name="monster_id" value="1"/> </properties> </object> - <object name="Black Scorpion" type="spawn" x="3104" y="2336" width="224" height="224"> + <object name="Black Scorpion" type="spawn" x="2816" y="2144" width="512" height="576"> <properties> <property name="ea_death" value="1800000"/> <property name="max_beings" value="1"/> |