diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-17 15:45:45 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-17 15:45:45 +0000 |
commit | c6da217fadaf68b5e374657fb36a667128820125 (patch) | |
tree | 71226ddd62d042e46e9efd919dd4a9105497a10f /maps/020-3.tmx | |
parent | 68c9402798b150a3797cffa4e4ef5ef3921759b3 (diff) | |
download | clientdata-c6da217fadaf68b5e374657fb36a667128820125.tar.gz clientdata-c6da217fadaf68b5e374657fb36a667128820125.tar.bz2 clientdata-c6da217fadaf68b5e374657fb36a667128820125.tar.xz clientdata-c6da217fadaf68b5e374657fb36a667128820125.zip |
Added 30s/100s default respawn rates everywhere, adjusted some broken respawn rates here and there
Diffstat (limited to 'maps/020-3.tmx')
-rw-r--r-- | maps/020-3.tmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maps/020-3.tmx b/maps/020-3.tmx index 8f47b6e5..5aab344a 100644 --- a/maps/020-3.tmx +++ b/maps/020-3.tmx @@ -35,11 +35,15 @@ <objectgroup name="Objects" width="0" height="0"> <object name="Bat" type="SPAWN" x="832" y="1088" width="960" height="160"> <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> <property name="MONSTER_ID" value="15"/> </properties> </object> <object name="Violet" type="SPAWN" x="736" y="1472" width="1120" height="256"> <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> <property name="MONSTER_ID" value="16"/> </properties> </object> |