diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-09 00:00:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-09 00:00:57 -0300 |
commit | 23ab0d049105dee63c6597fa6499c558a7640ffb (patch) | |
tree | 56fa1dc46d79b3518b33512b816ea65729d89c90 /db/re/item_db.conf | |
parent | 08caefce27c262f48c7c675dd2f285f4624fdac3 (diff) | |
download | serverdata-23ab0d049105dee63c6597fa6499c558a7640ffb.tar.gz serverdata-23ab0d049105dee63c6597fa6499c558a7640ffb.tar.bz2 serverdata-23ab0d049105dee63c6597fa6499c558a7640ffb.tar.xz serverdata-23ab0d049105dee63c6597fa6499c558a7640ffb.zip |
Blacksmith axe is the most powerful weapon ingame atm (and the only one at level 60)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5835ddc25..2699b17b4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9387,6 +9387,25 @@ item_db: ( bonus bDef, -2; "> }, +{ + Id: 3524 + AegisName: "BlacksmithAxe" + Name: "Blacksmith Axe" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 10000 + Weight: 1000 + Atk: 659 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 60 + Refine: false + Subtype: "W_2HMACE" + OnEquipScript: <" + bonus bStr, 5; + "> +}, // // Pets |