From 27408c0c3337133dca4988e75a921625959a4dc8 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Thu, 2 Jul 2020 13:58:24 +0200 Subject: Update/add garments which use bSubDefEle/bMagicSubDefEle bonus --- db/re/item_db.conf | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 125 insertions(+), 1 deletion(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c335be564..90387905f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -34272,7 +34272,7 @@ item_db: ( { Id: 2593 AegisName: "Flow_Manteau" - Name: "Froid Manteau" + Name: "Flow Manteau" Type: "IT_ARMOR" Buy: 20 Weight: 700 @@ -34280,6 +34280,11 @@ item_db: ( Slots: 1 Loc: "EQP_GARMENT" EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Water, 5, 3); + bonus3(bMagicSubDefEle, Ele_Water, 5, 3); + bonus2(bAddRaceTolerance, RC_Brute, -5); + "> }, { Id: 2594 @@ -34291,6 +34296,23 @@ item_db: ( Slots: 1 Loc: "EQP_GARMENT" }, +{ + Id: 2595 + AegisName: "Sombre_Manteau" + Name: "Sombre Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Dark, 5, 3); + bonus3(bMagicSubDefEle, Ele_Dark, 5, 3); + bonus2(bAddRaceTolerance, RC_Undead, -5); + "> +}, { Id: 2596 AegisName: "Sharel_Manteau" @@ -34318,6 +34340,23 @@ item_db: ( EquipLv: 50 Script: <" bonus bCritAtkRate,3; "> }, +{ + Id: 2598 + AegisName: "Ramor_Manteau" + Name: "L'Amour Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Undead, 5, 3); + bonus3(bMagicSubDefEle, Ele_Undead, 5, 3); + bonus2(bAddRaceTolerance, RC_DemiPlayer, -5); + "> +}, { Id: 2599 AegisName: "Goibnes_Shoulder_Arms_" @@ -146601,6 +146640,23 @@ item_db: ( bonus bShortWeaponDamageReturn, 5 + (getequiprefinerycnt(EQI_GARMENT) * 2); "> }, +{ + Id: 20701 + AegisName: "Sol_Manteau" + Name: "Sol Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Earth, 5, 3); + bonus3(bMagicSubDefEle, Ele_Earth, 5, 3); + bonus2(bAddRaceTolerance, RC_Fish, -5); + "> +}, { Id: 20702 AegisName: "TE_Woe_Muffler" @@ -146694,6 +146750,23 @@ item_db: ( bonus2 bResEff,Eff_Freeze,25; "> }, +{ + Id: 20705 + AegisName: "Lumiere_Manteau" + Name: "Lumiere Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Holy, 5, 3); + bonus3(bMagicSubDefEle, Ele_Holy, 5, 3); + bonus2(bAddRaceTolerance, RC_Dragon, -5); + "> +}, { Id: 20706 AegisName: "Amistr_Bag" @@ -146735,6 +146808,23 @@ item_db: ( bonus bLuk,1; "> }, +{ + Id: 20708 + AegisName: "Poison_Manteau" + Name: "Poison Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Poison, 5, 3); + bonus3(bMagicSubDefEle, Ele_Poison, 5, 3); + bonus2(bAddRaceTolerance, RC_Plant, -5); + "> +}, { Id: 20709 AegisName: "Mana_Manteau" @@ -147068,6 +147158,40 @@ item_db: ( } "> }, +{ + Id: 20750 + AegisName: "Rouban_Manteau" + Name: "Levain Manteau" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Wind, 5, 3); + bonus3(bMagicSubDefEle, Ele_Wind, 5, 3); + bonus2(bAddRaceTolerance, RC_Insect, -5); + "> +}, +{ + Id: 20753 + AegisName: "Lian_Robe" + Name: "Lian Robe" + Type: "IT_ARMOR" + Buy: 20 + Weight: 700 + Def: 20 + Slots: 1 + Loc: "EQP_GARMENT" + EquipLv: 65 + Script: <" + bonus3(bSubDefEle, Ele_Neutral, 5, 3); + bonus3(bMagicSubDefEle, Ele_Neutral, 5, 3); + bonus2(bSubRace, RC_Formless, -5); + "> +}, { Id: 20756 AegisName: "Aegir_Cloak" -- cgit v1.2.3-60-g2f50