diff options
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6aaef2c9f..16d9ab973 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7893,7 +7893,7 @@ item_db: ( Weight: 280 Def: 58 Loc: "EQP_HEAD_TOP" - EquipLv: 30 + EquipLv: 33 Refine: false ViewSprite: 2913 BuyingStore: true @@ -8428,13 +8428,18 @@ item_db: ( Type: "IT_ARMOR" Buy: 32000 Sell: 10000 - Weight: 22 - Def: 25 + Weight: 300 + Def: 70 Loc: "EQP_HEAD_TOP" - EquipLv: 10 + EquipLv: 65 Refine: false ViewSprite: 2943 BuyingStore: true + Script: <" + bonus bMaxHP,300; + bonus bStr,1; + bonus bDex,1; + "> }, { Id: 2944 |