diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6531eb638..d7a7341e9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7938,7 +7938,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 1600 Sell: 300 - Weight: 22 + Weight: 82 Def: 8 Loc: "EQP_HEAD_TOP" EquipLv: 8 @@ -9207,9 +9207,9 @@ item_db: ( Name: "Thunder Staff" Type: "IT_WEAPON" Buy: 440000 - Sell: 220000 - Weight: 1000 - Atk: 100 + Sell: 22000 + Weight: 600 + Atk: 150 Matk: 25 Def: 0 Range: 2 @@ -9219,6 +9219,9 @@ item_db: ( Refine: true Subtype: "W_STAFF" //DropAnnounce: true + Script: <" + bonus bAtkEle,Ele_Wind; + "> }, { Id: 3518 @@ -9226,9 +9229,9 @@ item_db: ( Name: "Judgement" Type: "IT_WEAPON" Buy: 640000 - Sell: 320000 + Sell: 32000 Weight: 1000 - Atk: 100 + Atk: 140 Def: 0 Range: 1 Loc: "EQP_HAND_R" |