diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-04-05 21:48:23 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-05 21:48:23 +0000 |
commit | e3e2147aff39fa05062e0c54d18bca169254a858 (patch) | |
tree | f9276dc330487963a029c2cc1f8e225a6c6c21db /world/map/db/item_db.conf | |
parent | 062ec1ffbc0eebdbde68ee7664b2c1a1bac7ce9d (diff) | |
download | serverdata-e3e2147aff39fa05062e0c54d18bca169254a858.tar.gz serverdata-e3e2147aff39fa05062e0c54d18bca169254a858.tar.bz2 serverdata-e3e2147aff39fa05062e0c54d18bca169254a858.tar.xz serverdata-e3e2147aff39fa05062e0c54d18bca169254a858.zip |
Corsair Hat
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r-- | world/map/db/item_db.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 9ed0b514..afee67aa 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -13484,6 +13484,25 @@ item_db: ( Refine: false ViewSprite: 5283 }, +{ + Id: 5287 + AegisName: "HMCPirateHat" + Name: "Corsair Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5287 + Script: <" + bonus bMdef, 15; + bonus bMaxHP, 50; + bonus bCriticalDef, 5; + "> +}, /* Usable items */ { Id: 501 |