diff options
-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 } }, |