diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-04 23:50:33 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-04 23:50:33 -0700 |
commit | b306b882bc544573189c73114b486dad6fdbb142 (patch) | |
tree | 988f8e594c180c049000fddf0c7d1337745014ce /maps | |
parent | 409d37228bd915360acfba93e7672f06fc89d95b (diff) | |
download | clientdata-b306b882bc544573189c73114b486dad6fdbb142.tar.gz clientdata-b306b882bc544573189c73114b486dad6fdbb142.tar.bz2 clientdata-b306b882bc544573189c73114b486dad6fdbb142.tar.xz clientdata-b306b882bc544573189c73114b486dad6fdbb142.zip |
Black scorpions near Demon Mines book shelves respawn more frequently
Diffstat (limited to 'maps')
-rw-r--r-- | maps/013-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/013-3.tmx b/maps/013-3.tmx index e5a735b8..c85ad9d0 100644 --- a/maps/013-3.tmx +++ b/maps/013-3.tmx @@ -281,8 +281,8 @@ </object> <object name="Black Scorpion" type="spawn" x="3392" y="640" width="224" height="736"> <properties> - <property name="eA_death" value="40000"/> - <property name="eA_spawn" value="80000"/> + <property name="eA_death" value="25000"/> + <property name="eA_spawn" value="50000"/> <property name="max_beings" value="20"/> <property name="monster_id" value="7"/> </properties> |