diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 75 |
1 files changed, 73 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f3b6e770d..407b36d43 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9364,7 +9364,6 @@ item_db: ( Weight: 120 Atk: 50 Matk: 0 - Def: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 5 @@ -9400,7 +9399,6 @@ item_db: ( Weight: 958 Atk: 175 Matk: 0 - Def: 0 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 37 @@ -10805,6 +10803,79 @@ item_db: ( bonus bAtkEle,Ele_Holy; "> }, +// <!-- Magical Weapons --> +{ + Id: 7000 + AegisName: "TrainingWand" + Name: "Training Wand" + Type: "IT_WEAPON" + Buy: 200 + Sell: 80 + Weight: 158 + Atk: 0 + Matk: 50 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 20 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7000 + BuyingStore: true +}, +{ + Id: 7001 + AegisName: "NoviceWand" + Name: "Novice Wand" + Type: "IT_WEAPON" + Buy: 2000 + Sell: 800 + Weight: 158 + Atk: 0 + Matk: 100 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 40 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7001 + BuyingStore: true +}, +{ + Id: 7002 + AegisName: "ApprenticeWand" + Name: "Apprentice Wand" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 8000 + Weight: 158 + Atk: 0 + Matk: 150 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7002 + BuyingStore: true +}, +{ + Id: 7003 + AegisName: "LeaderWand" + Name: "Leader Wand" + Type: "IT_WEAPON" + Buy: 200000 + Sell: 80000 + Weight: 158 + Atk: 0 + Matk: 200 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 80 + Refine: true + Subtype: "W_STAFF" + ViewSprite: 7003 + BuyingStore: true +}, { Id: 7420 AegisName: "DeathPenality" |