diff options
-rw-r--r-- | db/re/item_db.conf | 48 |
1 files changed, 41 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1f7809217..772a0739b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10907,7 +10907,7 @@ item_db: ( Sell: 800 Weight: 158 Atk: 0 - Matk: 100 + Matk: 150 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 40 @@ -10920,11 +10920,11 @@ item_db: ( AegisName: "ApprenticeWand" Name: "Apprentice Wand" Type: "IT_WEAPON" - Buy: 20000 - Sell: 8000 + Buy: 10000 + Sell: 4000 Weight: 158 Atk: 0 - Matk: 150 + Matk: 450 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 @@ -10937,11 +10937,11 @@ item_db: ( AegisName: "LeaderWand" Name: "Leader Wand" Type: "IT_WEAPON" - Buy: 200000 - Sell: 80000 + Buy: 30000 + Sell: 10000 Weight: 158 Atk: 0 - Matk: 200 + Matk: 800 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 80 @@ -10949,6 +10949,40 @@ item_db: ( Subtype: "W_STAFF" ViewSprite: 7003 }, +{ + Id: 7004 + AegisName: "LegendaryWand" + Name: "Legendary Wand" + Type: "IT_WEAPON" + Buy: 200000 + Sell: 80000 + Weight: 158 + Atk: 0 + Matk: 1250 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 100 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7004 +}, +{ + Id: 7005 + AegisName: "ReinbooWand" + Name: "Reinboo Wand" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 8000 + Weight: 158 + Atk: 0 + Matk: 250 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 50 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7005 +}, // System Reserved { |