diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-29 13:06:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-29 13:06:31 -0300 |
commit | 98d0b42eca7087efca92aa5b08135a157f20bffc (patch) | |
tree | 752a86b5aea009438d4eec14b13f8657a9317537 /db/re | |
parent | 60ca1430f6546dc596d41922501a56ac4e4961c1 (diff) | |
download | serverdata-98d0b42eca7087efca92aa5b08135a157f20bffc.tar.gz serverdata-98d0b42eca7087efca92aa5b08135a157f20bffc.tar.bz2 serverdata-98d0b42eca7087efca92aa5b08135a157f20bffc.tar.xz serverdata-98d0b42eca7087efca92aa5b08135a157f20bffc.zip |
Rare drop to Moggun.
I am using a linear +25 dmg each 5 level on 1hand weapons,
So it should have 200 damage, alright.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 11 | ||||
-rw-r--r-- | db/re/mob_db.conf | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cd981c87b..b6e392f75 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9478,15 +9478,14 @@ item_db: ( AegisName: "IceGladius" Name: "Ice Gladius" Type: "IT_WEAPON" - Buy: 90 - Sell: 25 - Weight: 6 - Atk: 50 + Buy: 90000 + Sell: 10000 + Weight: 67 + Atk: 200 Matk: 0 - Def: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 35 Refine: true Subtype: "W_DAGGER" ViewSprite: 1 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3bc6c9db3..19919bb89 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2261,9 +2261,10 @@ mob_db: ( DamageMotion: 480 Drops: { WhiteFur: 800 - Coal: 500 - WhiteFur: 400 + Coal: 400 + WhiteFur: 200 Diamond: 11 + IceGladius: 1 } }, { |