diff options
-rw-r--r-- | db/re/item_db.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3afd4d646..d9d761adb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8621,6 +8621,44 @@ item_db: ( "> }, { + Id: 3002 + AegisName: "ShroomHat" + Name: "Shroom Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 10000 + Weight: 320 + Def: 50 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 3002 + BuyingStore: true + Script: <" + bonus bStr,1; + "> +}, +{ + Id: 3003 + AegisName: "ForestShroomHat" + Name: "Forest Shroom Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 10000 + Weight: 320 + Def: 50 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 40 + Refine: false + ViewSprite: 3003 + BuyingStore: true + Script: <" + bonus bStr,2; + "> +}, +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |