From b84b772fa5811e10ffff7bc6981128c21b412bfd Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Thu, 2 Jul 2020 14:21:44 +0200 Subject: Add missing shoes for combos which use bSubDefEle/bMagicSubDefEle bonus --- db/re/item_db.conf | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1356967b5..fe35c1cb1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -148642,6 +148642,78 @@ item_db: ( if(getrefine()>11) { bonus bAspd,1; } "> }, +{ + Id: 22048 + AegisName: "Sombre_Shoes" + Name: "Sombre Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Dark, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, +{ + Id: 22049 + AegisName: "Sol_Shoes" + Name: "Sol Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Earth, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, +{ + Id: 22055 + AegisName: "Sharel_Shoes" + Name: "Sharel Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Fire, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, +{ + Id: 22057 + AegisName: "Flow_Shoes" + Name: "Flow Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Water, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, { Id: 22059 AegisName: "Aegir_Shoes" @@ -148659,6 +148731,60 @@ item_db: ( bonus bUnbreakableShoes, 0; "> }, +{ + Id: 22061 + AegisName: "Lumiere_Shoes" + Name: "Lumiere Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Holy, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, +{ + Id: 22063 + AegisName: "Rouban_Shoes" + Name: "Levain Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Wind, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, +{ + Id: 22065 + AegisName: "Poison_Shoes" + Name: "Poison Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Poison, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, { Id: 22067 AegisName: "Witch_Shoes" @@ -148678,6 +148804,24 @@ item_db: ( autobonus3 "{ }", 1000, 7000, ALL_CATCRY, "{ montransform LOLI_RURI, 420000; }"; "> }, +{ + Id: 22069 + AegisName: "Lian_Shoes" + Name: "Lian Shoes" + Type: "IT_ARMOR" + Buy: 20 + Weight: 250 + Def: 12 + Slots: 1 + Loc: "EQP_SHOES" + EquipLv: 90 + Script: <" + bonus(bMdef, 3); + bonus2(bSubEle, Ele_Neutral, 5); + bonus(bMaxHPrate, getrefine()); + bonus(bMaxSPrate, getrefine()); + "> +}, { Id: 22076 AegisName: "Wooden_Slipper" -- cgit v1.2.3-70-g09d2