diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c5bcebe61..70c37d0c1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5805,26 +5805,27 @@ item_db: ( Name: "COntributor Sweater" Type: "IT_ARMOR" Buy: 12000 - Sell: 800 + Sell: 700 Weight: 25 - Atk: 0 - Matk: 170 - Def: 90 + Def: 20 Range: 0 Slots: 1 - Job: { - All: true - } - Gender: "SEX_ANY" Loc: "EQP_HEAD_MID" WeaponLv: 0 - EquipLv: 25 + EquipLv: 5 Refine: false ViewSprite: 1309 BindOnEquip: false BuyingStore: true Delay: 0 Sprite: 0 + Trade: { + notrade: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } AllowCards: { id5003: 1 id5004: 1 |