diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-20 20:56:37 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-20 20:56:37 +0100 |
commit | 9d3d19ba30226c4de12925f9a01cf8a32a8aa49c (patch) | |
tree | fd1e66817541ca7e5c594ab45a6fcc23296acb1c | |
parent | c50d929e5cd8eb8f5e9f7bcb487cfed87ec76e18 (diff) | |
download | serverdata-9d3d19ba30226c4de12925f9a01cf8a32a8aa49c.tar.gz serverdata-9d3d19ba30226c4de12925f9a01cf8a32a8aa49c.tar.bz2 serverdata-9d3d19ba30226c4de12925f9a01cf8a32a8aa49c.tar.xz serverdata-9d3d19ba30226c4de12925f9a01cf8a32a8aa49c.zip |
add sailor and corsair hats
-rw-r--r-- | db/re/item_db.conf | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7e29c6d56..f7cec7a4a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10872,6 +10872,60 @@ item_db: ( Sprite: 0 }, { + Id: 2944 + AegisName: "SailorHat" + Name: "Sailor Hat" + Type: "IT_ARMOR" + Buy: 32000 + Sell: 1000 + Weight: 22 + Atk: 0 + Matk: 0 + Def: 1 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 2944 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ + Id: 2945 + AegisName: "CorsairHat" + Name: "Corsair Hat" + Type: "IT_ARMOR" + Buy: 32000 + Sell: 1000 + Weight: 22 + Atk: 0 + Matk: 0 + Def: 1 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 2945 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |