diff options
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r-- | world/map/db/item_db.conf | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index b71d1abf..430556b9 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5494,7 +5494,6 @@ item_db: ( noauction: true noselltonpc: true } - //Disabled: true // @TMWA }, { Id: 5316 @@ -14600,6 +14599,39 @@ item_db: ( bonus bMatkRate, 8; // @EVOL2 "> }, +{ + Id: 5396 + AegisName: "SnowshroomHat" + Name: "SnowshroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Matk: 5 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5396 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> +}, +{ + Id: 5397 + AegisName: "WickedMushroomHat" + Name: "WickedMushroomHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Matk: 0 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5396 +}, /* Usable items */ { Id: 501 |