From 1b56651b811c59b99b5e925f73aed3339bbd9d3b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Jun 2022 00:20:17 -0300 Subject: All Savior set items now give +4 MDEF --- db/re/item_db.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 79f78528b..f0ad8edc9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7163,6 +7163,7 @@ item_db: ( Script: <" bonus bMaxHP,350; bonus bDef2,10; + bonus bMdef, 4; "> }, { @@ -8497,6 +8498,7 @@ item_db: ( Script: <" bonus bMaxHP,180; bonus bDef2, 10; + bonus bMdef, 4; "> }, { @@ -8867,6 +8869,7 @@ item_db: ( bonus bCriticalDef, 34; bonus bFlee2,10; bonus bDef2,20; + bonus bMdef, 4; "> }, { @@ -11070,6 +11073,24 @@ item_db: ( bonus3 bAddClassDropItem, Bee, Honey, 25; "> }, +{ + Id: 3030 + AegisName: "SaviorHelmet" + Name: "Savior Helmet" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 1000 + Weight: 180 + Def: 37 + Loc: "EQP_HEAD_TOP" + EquipLv: 104 + Refine: true + Script: <" + bonus bMaxHP,240; + bonus bDef2, 11; + bonus bMdef, 4; + "> +}, // Neck Armor { -- cgit v1.2.3-70-g09d2