From 5c5fc886b83b4498712d2362949b9e09f33a9bd5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 12:17:36 -0300 Subject: Forest Armor --- db/re/item_db.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0738a8805..768a370e9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5123,16 +5123,22 @@ item_db: ( AegisName: "ForestArmor" Name: "Forest Armor" Type: "IT_ARMOR" - Buy: 120000 - Sell: 10000 - Weight: 3600 - Def: 250 + Buy: 12000 + Sell: 4000 + Weight: 380 + Def: 58 Loc: "EQP_HEAD_MID" WeaponLv: 0 - EquipLv: 15 + EquipLv: 50 Refine: false ViewSprite: 1308 BuyingStore: true + Script: <" + bonus bDex, 2; + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAgi, 2; + } + "> }, { Id: 1309 -- cgit v1.2.3-60-g2f50