diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:29:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:29:53 -0300 |
commit | c3a18f056d0390572643de83e0c43b605575ed2b (patch) | |
tree | a94528c6949d780e4b0871661fbb78543cf975c8 /db | |
parent | ec99a6984cbea78080b55c6a2cdd24b01f4cceaa (diff) | |
download | serverdata-c3a18f056d0390572643de83e0c43b605575ed2b.tar.gz serverdata-c3a18f056d0390572643de83e0c43b605575ed2b.tar.bz2 serverdata-c3a18f056d0390572643de83e0c43b605575ed2b.tar.xz serverdata-c3a18f056d0390572643de83e0c43b605575ed2b.zip |
"tweak" a bit Wicked Mushroom drops - less mushroom spores (raised on Moonshroom
and forest mushroom instead), and less Iron Powder. All other values kept.
This should not affect people who farm those.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ff708b644..9c0a1b0a2 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2026,7 +2026,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MushroomSpores: 950 + MushroomSpores: 1050 Plushroom: 800 HardSpike: 600 SmallMushroom: 500 @@ -2377,7 +2377,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - MushroomSpores: 950 + MushroomSpores: 1150 Plushroom: 800 SmallMushroom: 600 Chagashroom: 400 @@ -6518,11 +6518,11 @@ mob_db: ( DamageMotion: 280 Drops: { Plushroom: 2200 - MushroomSpores: 2150 - IronPowder: 1600 Chagashroom: 1500 Chagashroom: 1000 + MushroomSpores: 1000 SmallMushroom: 800 + IronPowder: 700 Coal: 600 HardSpike: 550 Amethyst: 12 |