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/011-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/011-4.tmx')
-rw-r--r-- | maps/011-4.tmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maps/011-4.tmx b/maps/011-4.tmx index 49c7d286..cd361c2e 100644 --- a/maps/011-4.tmx +++ b/maps/011-4.tmx @@ -39,11 +39,15 @@ <object name="Shroom" type="SPAWN" x="1024" y="320" width="1280" height="1280"> <properties> <property name="MONSTER_ID" value="17"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> </properties> </object> <object name="Lamp Snake" type="SPAWN" x="2368" y="3040" width="1280" height="1280"> <properties> <property name="MONSTER_ID" value="19"/> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> </properties> </object> <object name="ToHermitsCave" type="warp" x="2304" y="256" width="64" height="32"> |