diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-14 05:04:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-14 05:04:20 -0300 |
commit | 243c85ea4d057e2511876144f415656639a6a791 (patch) | |
tree | 01bc2f4961efde6c0472517c024c2b3038ae8886 | |
parent | 0fb6510da1b4528f4992f421e8fb6f8011fd08c3 (diff) | |
download | serverdata-243c85ea4d057e2511876144f415656639a6a791.tar.gz serverdata-243c85ea4d057e2511876144f415656639a6a791.tar.bz2 serverdata-243c85ea4d057e2511876144f415656639a6a791.tar.xz serverdata-243c85ea4d057e2511876144f415656639a6a791.zip |
Nerf Tin Ore drop rate
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index dc9c2d323..992e22dc2 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3802,7 +3802,7 @@ mob_db: ( DamageMotion: 200 Drops: { PresentBox: 1000 - TinOre: 90 + TinOre: 75 SilverOre: 60 TitaniumOre: 30 Diamond: 11 @@ -7021,7 +7021,7 @@ mob_db: ( Potatoz: 1300 Moss: 500 GrassSeeds: 300 - TinOre: 250 + TinOre: 140 Carrot: 11 LOFCoin: 6 Emerald: 2 |