diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-17 23:47:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-17 23:47:03 -0300 |
commit | 7c374bb5d84b6f1ef04df4377ab7d101c11b47ad (patch) | |
tree | fcef476879a020f2b48b088ecb9823c19a8fbcaf /db/re/mob_db.conf | |
parent | 318bc14950cdd7c5f0159c38675917a73b53c8e2 (diff) | |
download | serverdata-7c374bb5d84b6f1ef04df4377ab7d101c11b47ad.tar.gz serverdata-7c374bb5d84b6f1ef04df4377ab7d101c11b47ad.tar.bz2 serverdata-7c374bb5d84b6f1ef04df4377ab7d101c11b47ad.tar.xz serverdata-7c374bb5d84b6f1ef04df4377ab7d101c11b47ad.zip |
Nerf a bit Dragon Scales drop rate (economy consistency)
Diffstat (limited to 'db/re/mob_db.conf')
-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 90f2a97da..6b9fac7b5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6859,7 +6859,7 @@ mob_db: ( Dragonfruit: 3000 HastePotion: 2500 StrengthPotion: 2500 - DragonScales: 2000 + DragonScales: 1800 DragonStar: 2 WarlordHelmet: 1 WarlordPlate: 1 @@ -7526,7 +7526,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - DragonScales: 2000 + DragonScales: 1800 Dragonfruit: 700 HastePotion: 500 StrengthPotion: 500 |