diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 14:53:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 14:53:35 -0300 |
commit | ea35efbb8ff14b33f413aca9646b58e72ccd3682 (patch) | |
tree | 3002446129e1bedd6546cc0feb8019d60fe39264 | |
parent | a3cfeb26a49189cdaf8d90cab393d6b0f5287e88 (diff) | |
download | serverdata-ea35efbb8ff14b33f413aca9646b58e72ccd3682.tar.gz serverdata-ea35efbb8ff14b33f413aca9646b58e72ccd3682.tar.bz2 serverdata-ea35efbb8ff14b33f413aca9646b58e72ccd3682.tar.xz serverdata-ea35efbb8ff14b33f413aca9646b58e72ccd3682.zip |
Lower Coal drop rates from Elenium Bifs (Saulc's request)
-rw-r--r-- | db/re/mob_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 6b9a92afa..5900525b3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8842,7 +8842,7 @@ mob_db: ( Plant: true } Drops: { - Coal: 200 + Coal: 150 CopperOre: 100 Wurtzite: 100 LeadOre: 40 @@ -8868,7 +8868,7 @@ mob_db: ( Plant: true } Drops: { - Coal: 300 + Coal: 250 CopperOre: 200 Wurtzite: 200 LeadOre: 80 @@ -8894,7 +8894,7 @@ mob_db: ( Plant: true } Drops: { - Coal: 500 + Coal: 400 CopperOre: 300 Wurtzite: 290 LeadOre: 120 |