diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 83 |
1 files changed, 77 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e41fce72b..c335be564 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -25637,7 +25637,7 @@ item_db: ( { Id: 2158 AegisName: "Ramor_Shield_Undead" - Name: "Ramorushirudo" + Name: "L'Amour Shield" Type: "IT_ARMOR" Buy: 20 Weight: 1300 @@ -25647,14 +25647,15 @@ item_db: ( EquipLv: 65 ViewSprite: 3 Script: <" - bonus2 bAddRaceTolerance, RC_Undead, 5; - bonus2 bAddRaceTolerance, RC_DemiPlayer, -5; + bonus3(bSubDefEle, Ele_Undead, 5, 3); + bonus3(bMagicSubDefEle, Ele_Undead, 5, 3); + bonus2(bAddRaceTolerance, RC_DemiPlayer, -5); "> }, { Id: 2159 AegisName: "Sharel_Shield" - Name: "Sharerushirudo" + Name: "Sharel Shield" Type: "IT_ARMOR" Buy: 20 Weight: 1300 @@ -25663,6 +25664,11 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Fire, 5, 3); + bonus3(bMagicSubDefEle, Ele_Fire, 5, 3); + bonus2(bAddRaceTolerance, RC_Demon, -5); + "> }, { Id: 2160 @@ -25738,7 +25744,7 @@ item_db: ( { Id: 2163 AegisName: "Flow_Shield" - Name: "Floor Shield" + Name: "Flow Shield" Type: "IT_ARMOR" Buy: 20 Weight: 1300 @@ -25747,11 +25753,16 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Water, 5, 3); + bonus3(bMagicSubDefEle, Ele_Water, 5, 3); + bonus2(bAddRaceTolerance, RC_Brute, -5); + "> }, { Id: 2164 AegisName: "Sombre_Shield" - Name: "Bull Son Shield" + Name: "Sombre Shield" Type: "IT_ARMOR" Buy: 20 Weight: 1300 @@ -25760,6 +25771,11 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Dark, 5, 3); + bonus3(bMagicSubDefEle, Ele_Dark, 5, 3); + bonus2(bAddRaceTolerance, RC_Undead, -5); + "> }, { Id: 2165 @@ -25773,6 +25789,11 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Earth, 5, 3); + bonus3(bMagicSubDefEle, Ele_Earth, 5, 3); + bonus2(bAddRaceTolerance, RC_Plant, -5); + "> }, { Id: 2166 @@ -25804,6 +25825,11 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Poison, 5, 3); + bonus3(bMagicSubDefEle, Ele_Poison, 5, 3); + bonus2(bAddRaceTolerance, RC_Plant, -5); + "> }, { Id: 2168 @@ -25912,6 +25938,11 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Holy, 5, 3); + bonus3(bMagicSubDefEle, Ele_Holy, 5, 3); + bonus2(bAddRaceTolerance, RC_Dragon, -5); + "> }, { Id: 2175 @@ -25925,6 +25956,10 @@ item_db: ( Loc: "EQP_SHIELD" EquipLv: 65 ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Ghost, 5, 3); + bonus2(bAddRaceTolerance, RC_Angel, -5); + "> }, { Id: 2176 @@ -26277,6 +26312,42 @@ item_db: ( "> }, { + Id: 2194 + AegisName: "Rouban_Shield" + Name: "Levain Shield" + Type: "IT_ARMOR" + Buy: 20 + Weight: 1300 + Def: 50 + Slots: 1 + Loc: "EQP_SHIELD" + EquipLv: 65 + ViewSprite: 1 + Script: <" + bonus3(bSubDefEle, Ele_Wind, 5, 3); + bonus3(bMagicSubDefEle, Ele_Wind, 5, 3); + bonus2(bAddRaceTolerance, RC_Insect, -5); + "> +}, +{ + Id: 2195 + AegisName: "Lian_Shield" + Name: "Lian Shield" + Type: "IT_ARMOR" + Buy: 20 + Weight: 1300 + Def: 50 + Slots: 1 + Loc: "EQP_SHIELD" + EquipLv: 65 + ViewSprite: 3 + Script: <" + bonus3(bSubDefEle, Ele_Neutral, 5, 3); + bonus3(bMagicSubDefEle, Ele_Neutral, 5, 3); + bonus2(bSubRace, RC_Formless, -5); + "> +}, +{ Id: 2198 AegisName: "Lapine_Shield" Name: "Laphine Shield" |