diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 00:03:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 00:03:51 -0300 |
commit | 628d337ce5c81412bd7d39b6409c4697f2a4c043 (patch) | |
tree | 228331572b27fba3bb87ef980256e4116b318331 /db/re/mob_db.conf | |
parent | 79350a1c49f3196906dd491cbe50a6039a709d0d (diff) | |
download | serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.gz serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.bz2 serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.xz serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.zip |
Minor ore-related fixes, major changes to Backsword and add Short Sword Craft Recipe
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3f0743d70..6faf9263e 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3294,10 +3294,11 @@ mob_db: ( Drops: { CopperOre: 800 TreasureKey: 400 - TitaniumOre: 200 + TinOre: 200 IronOre: 150 - PlatinumOre: 25 + TitaniumOre: 20 CopperKey: 10 + IridiumOre: 5 } WeaponAttacks: { All: 7500 @@ -3585,9 +3586,9 @@ mob_db: ( DamageMotion: 200 Drops: { PresentBox: 1000 - TitaniumOre: 90 + TinOre: 90 SilverOre: 60 - TinOre: 30 + TitaniumOre: 30 Diamond: 11 SilverMirror: 3 } @@ -6302,6 +6303,7 @@ mob_db: ( Topaz: 80 Emerald: 60 Diamond: 40 + TitaniumOre: 30 Amethyst: 20 Sapphire: 10 Kanabo: 1 @@ -8461,6 +8463,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { + TitaniumOre: 2500 Brainstem: 1700 StrangeCoin: 1000 BronzeGift: 500 |