diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 00:10:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 00:10:33 -0300 |
commit | 043210470ecec9cd69859f2b2fe716e532ae45cd (patch) | |
tree | b7e2c3d40dc3d5b1de8d13deb68213b97a7fad1f /db/re | |
parent | 6a34fb50573f4416820e82f57d24cec4b0c02343 (diff) | |
download | serverdata-043210470ecec9cd69859f2b2fe716e532ae45cd.tar.gz serverdata-043210470ecec9cd69859f2b2fe716e532ae45cd.tar.bz2 serverdata-043210470ecec9cd69859f2b2fe716e532ae45cd.tar.xz serverdata-043210470ecec9cd69859f2b2fe716e532ae45cd.zip |
With now being able to get easily Iron Ore by melting down daggers...
Lower Iron Ore drop on all NPCs in favor to getting Coal.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index dc6c5338d..4af844213 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2067,6 +2067,7 @@ mob_db: ( Plant: true } Drops: { + Coal: 500 IronOre: 400 CopperOre: 200 SilverOre: 100 @@ -3425,6 +3426,7 @@ mob_db: ( CopperOre: 800 TreasureKey: 400 TinOre: 200 + Coal: 180 IronOre: 150 TitaniumOre: 20 CopperKey: 10 @@ -3561,8 +3563,8 @@ mob_db: ( AttackMotion: 172 DamageMotion: 180 Drops: { - IronOre: 370 - Coal: 270 + Coal: 370 + IronOre: 270 CactusDrink: 350 CactusPotion: 250 TreasureKey: 250 @@ -6540,8 +6542,9 @@ mob_db: ( Drops: { Bullet: 5500 IronArrow: 5500 - IronOre: 10000 SilkCocoon: 1500 + Coal: 1000 + IronOre: 500 Mashmallow: 40 } }, |