From a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 19:09:05 -0300 Subject: Fix Bif droprates. It won't drop Coal anymore. --- db/re/mob_db.conf | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'db/re/mob_db.conf') 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 } }, -- cgit v1.2.3-60-g2f50