diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-30 14:44:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-30 14:44:15 +0000 |
commit | de972ab76867b37db90844cd03e44bc7eba74e5c (patch) | |
tree | 5817f5bfd49259750cf585ebdbfcb9326b69308c /db/re | |
parent | 4a77ca2ef65e89944be12ed9e80245ddb4b35db2 (diff) | |
download | serverdata-de972ab76867b37db90844cd03e44bc7eba74e5c.tar.gz serverdata-de972ab76867b37db90844cd03e44bc7eba74e5c.tar.bz2 serverdata-de972ab76867b37db90844cd03e44bc7eba74e5c.tar.xz serverdata-de972ab76867b37db90844cd03e44bc7eba74e5c.zip |
add 2 item
Diffstat (limited to 'db/re')
-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" |