diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-15 18:16:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-15 18:16:58 -0300 |
commit | 53d29621b9659f71d7b87e74c9ae3e56dffd2e92 (patch) | |
tree | 29188aa46469b0cf8b9e024a01ee9725dbac4a66 /db/re | |
parent | 1c7c9f3ea886e60eb9e79b7c665b8bf1e74b0043 (diff) | |
download | serverdata-53d29621b9659f71d7b87e74c9ae3e56dffd2e92.tar.gz serverdata-53d29621b9659f71d7b87e74c9ae3e56dffd2e92.tar.bz2 serverdata-53d29621b9659f71d7b87e74c9ae3e56dffd2e92.tar.xz serverdata-53d29621b9659f71d7b87e74c9ae3e56dffd2e92.zip |
Mushroom Spores shouldn't have that high drop rates at fields.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2168f2515..3ec2c5d79 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -493,8 +493,8 @@ mob_db: ( DamageMotion: 480 Drops: { Plushroom: 5000 - MushroomSpores: 1000 Moss: 300 + MushroomSpores: 100 } }, { @@ -4834,8 +4834,8 @@ mob_db: ( DamageMotion: 480 Drops: { Chagashroom: 4000 - MushroomSpores: 900 Moss: 300 + MushroomSpores: 100 } }, { |