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/002-4.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/002-4.tmx')
-rw-r--r-- | maps/002-4.tmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maps/002-4.tmx b/maps/002-4.tmx index 6d834da4..4bc8c604 100644 --- a/maps/002-4.tmx +++ b/maps/002-4.tmx @@ -98,6 +98,8 @@ <property name="MAX_BEINGS" value="20"/> <property name="MONSTER_ID" value="10"/> <property name="SPAWN_RATE" value="10"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> </properties> </object> <object name="Yellow Slime" type="SPAWN" x="0" y="0"> @@ -105,6 +107,8 @@ <property name="MAX_BEINGS" value="25"/> <property name="MONSTER_ID" value="5"/> <property name="SPAWN_RATE" value="10"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> </properties> </object> <object name="toLevel1" type="warp" x="1088" y="3168" width="32" height="32"> |