diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 19:09:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 19:09:05 -0300 |
commit | a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c (patch) | |
tree | d1d6598d49306ca09583cafc5372f65ffdca79cb /db/re/mob_db.conf | |
parent | 163061abfa5dd185bc4b0a5ab00d6401a140a090 (diff) | |
download | serverdata-a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c.tar.gz serverdata-a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c.tar.bz2 serverdata-a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c.tar.xz serverdata-a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c.zip |
Fix Bif droprates. It won't drop Coal anymore.
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 027ce023b..347fa040b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1806,16 +1806,15 @@ mob_db: ( Plant: true } Drops: { - Coal: 100 - IronOre: 50 - CopperOre: 40 - SilverOre: 30 - TinOre: 20 - LeadOre: 10 - GoldOre: 5 - TerraniteOre: 3 + IronOre: 60 + CopperOre: 50 + SilverOre: 40 + TinOre: 30 + LeadOre: 20 + GoldOre: 10 + TerraniteOre: 5 TitaniumOre: 3 - IridiumOre: 1 + IridiumOre: 2 PlatinumOre: 1 } }, |