diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:05:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:05:48 -0300 |
commit | e218cc56551c9e3a93a57e7e66c6f46c1e124c26 (patch) | |
tree | ad129ddd32c843577e73926f8b6aafeedc7f6de9 /db/re/item_db.conf | |
parent | 760f0e1f03c8bc9dbb2c9db98c79d178499db3d7 (diff) | |
download | serverdata-e218cc56551c9e3a93a57e7e66c6f46c1e124c26.tar.gz serverdata-e218cc56551c9e3a93a57e7e66c6f46c1e124c26.tar.bz2 serverdata-e218cc56551c9e3a93a57e7e66c6f46c1e124c26.tar.xz serverdata-e218cc56551c9e3a93a57e7e66c6f46c1e124c26.zip |
Items for NPC (and later, players)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 044597ba9..ef5e0a1ba 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5551,6 +5551,7 @@ item_db: ( id5021: 1 } Script: <" + bonus bMatk,20; bonus bMaxSP,30; "> }, @@ -5595,6 +5596,7 @@ item_db: ( id5021: 1 } Script: <" + bonus bMatk,40; bonus bMaxSP,50; "> }, @@ -8619,7 +8621,6 @@ item_db: ( EquipLv: 50 Refine: false ViewSprite: 3001 - BuyingStore: true Script: <" bonus bStr,1; "> @@ -8637,7 +8638,6 @@ item_db: ( EquipLv: 40 Refine: false ViewSprite: 3002 - BuyingStore: true Script: <" bonus bStr,1; "> @@ -8655,12 +8655,53 @@ item_db: ( EquipLv: 40 Refine: false ViewSprite: 3003 - BuyingStore: true Script: <" bonus bStr,2; "> }, { + Id: 3004 + AegisName: "ChemistHelmet" + Name: "Chemist Helmet" + Type: "IT_ARMOR" + Buy: 26000 + Sell: 10000 + Weight: 320 + Def: 50 + Loc: "EQP_HEAD_TOP" + EquipLv: 80 + Refine: false + ViewSprite: 3004 +}, +{ + Id: 3005 + AegisName: "ClericCap" + Name: "Cleric Cap" + Type: "IT_ARMOR" + Buy: 26000 + Sell: 10000 + Weight: 320 + Def: 50 + Loc: "EQP_HEAD_TOP" + EquipLv: 80 + Refine: false + ViewSprite: 3005 +}, +{ + Id: 3006 + AegisName: "SantaBeardHat" + Name: "Santa Beard Hat" + Type: "IT_ARMOR" + Buy: 26000 + Sell: 10000 + Weight: 320 + Def: 50 + Loc: "EQP_HEAD_TOP" + EquipLv: 80 + Refine: false + ViewSprite: 3006 +}, +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |