diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-11 19:17:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-11 19:17:37 -0300 |
commit | c8116732b8fd436db26e5a65c41b9232d1f23e25 (patch) | |
tree | 88d73463f18e8d83569a489366009d9afed55227 /db/re/mob_db.conf | |
parent | 2c922587f0607f27f8b92d301cbf4c2ef4a20eab (diff) | |
download | serverdata-c8116732b8fd436db26e5a65c41b9232d1f23e25.tar.gz serverdata-c8116732b8fd436db26e5a65c41b9232d1f23e25.tar.bz2 serverdata-c8116732b8fd436db26e5a65c41b9232d1f23e25.tar.xz serverdata-c8116732b8fd436db26e5a65c41b9232d1f23e25.zip |
Nerf a bit Elenium Bifs general drop rates. (Wurtzite DR maintained)
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9379a2c75..1b8aa8e8b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8895,9 +8895,9 @@ mob_db: ( } Drops: { Coal: 150 - CopperOre: 100 + CopperOre: 90 Wurtzite: 100 - LeadOre: 40 + LeadOre: 35 Graphene: 25 LightGreenDiamond: 1 } @@ -8921,10 +8921,10 @@ mob_db: ( } Drops: { Coal: 250 - CopperOre: 200 + CopperOre: 180 Wurtzite: 200 - LeadOre: 80 - Graphene: 45 + LeadOre: 70 + Graphene: 35 LightGreenDiamond: 2 } }, @@ -8947,10 +8947,10 @@ mob_db: ( } Drops: { Coal: 400 - CopperOre: 300 + CopperOre: 270 Wurtzite: 290 - LeadOre: 120 - Graphene: 65 + LeadOre: 105 + Graphene: 45 LightGreenDiamond: 3 } }, |