diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-02 14:21:44 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-03 06:27:16 +0200 |
commit | b84b772fa5811e10ffff7bc6981128c21b412bfd (patch) | |
tree | 260fe779b5b10ebf35065f1c96f1215a28c697db | |
parent | 89f922d5d94cc14847fbb173a812013f8386ae96 (diff) | |
download | hercules-b84b772fa5811e10ffff7bc6981128c21b412bfd.tar.gz hercules-b84b772fa5811e10ffff7bc6981128c21b412bfd.tar.bz2 hercules-b84b772fa5811e10ffff7bc6981128c21b412bfd.tar.xz hercules-b84b772fa5811e10ffff7bc6981128c21b412bfd.zip |
Add missing shoes for combos which use bSubDefEle/bMagicSubDefEle bonus
-rw-r--r-- | db/re/item_db.conf | 144 |
1 files changed, 144 insertions, 0 deletions
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 @@ -148643,6 +148643,78 @@ item_db: ( "> }, { + 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" Name: "Egir Shoes" @@ -148660,6 +148732,60 @@ item_db: ( "> }, { + 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" Name: "Witch Shoes" @@ -148679,6 +148805,24 @@ item_db: ( "> }, { + 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" Name: "Wooden Slipper" |