diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-26 19:20:02 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-26 19:20:02 +0100 |
commit | 4b2c427c89f2a954b0da1952be6b549754b2569b (patch) | |
tree | 61d004b28b548b7c744bb9b4bda382e999291cf9 | |
parent | caeefaa39a3c5ad9a3e66b38fd8eed813c65c160 (diff) | |
download | serverdata-4b2c427c89f2a954b0da1952be6b549754b2569b.tar.gz serverdata-4b2c427c89f2a954b0da1952be6b549754b2569b.tar.bz2 serverdata-4b2c427c89f2a954b0da1952be6b549754b2569b.tar.xz serverdata-4b2c427c89f2a954b0da1952be6b549754b2569b.zip |
add golden plates
-rw-r--r-- | db/re/item_db.conf | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dc5017de0..a2ded9059 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8267,8 +8267,8 @@ item_db: ( }, { Id: 1327 - AegisName: "AssassinChest" - Name: "AssassinChest" + AegisName: "GoldenChainmail" + Name: "Golden Chainmail" Type: "IT_ARMOR" Buy: 2 Sell: 1 @@ -8428,6 +8428,33 @@ item_db: ( Sprite: 0 }, { + Id: 1333 + AegisName: "AssassinChest" + Name: "AssassinChest" + Type: "IT_ARMOR" + Buy: 2 + Sell: 1 + Weight: 1 + Atk: 0 + Matk: 0 + Def: 1 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1333 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 1800 AegisName: "LousyMoccasins" Name: "Lousy Moccasins" |