diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-04 02:19:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-04 02:19:59 -0300 |
commit | 3031ee3576ba2ab4c7d09cddf4e0fb68d051188d (patch) | |
tree | 0a43e216deff87bf2dd87a04c1a6c100fb6b2996 /db | |
parent | 2d62b26e2666e29a2fdd032334cb3273f0b574c7 (diff) | |
download | serverdata-3031ee3576ba2ab4c7d09cddf4e0fb68d051188d.tar.gz serverdata-3031ee3576ba2ab4c7d09cddf4e0fb68d051188d.tar.bz2 serverdata-3031ee3576ba2ab4c7d09cddf4e0fb68d051188d.tar.xz serverdata-3031ee3576ba2ab4c7d09cddf4e0fb68d051188d.zip |
Forain now drops Lead Ore and Coal (4% and 5%)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 1a376a704..5c40fb70c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2166,6 +2166,8 @@ mob_db: ( DamageMotion: 200 Drops: { ChocolateBiscuit: 800 + Coal: 500 + LeadOre: 400 DarkEggshellHat: 2 } }, |