Renewal
.:Renewal Item Database:.
Armor - Shield

Imperial Guard [1]   [Shield]   Item ID# 2153 (Imperial_Guard)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
250
Defense
120
Required Lvl
102
Armor Lvl
1
Slot
1
Applicable Jobs
Royal Guard
Description
A beautiful shield with the insignia of the Rune Kingdom engraved.
MDEF + 5.
Increases Shield Press damage by 20%.
Each refine above +6, increases Shield Press's damage by an additional 2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMdef,5; bonus2 bSkillAtk,"LG_SHIELDPRESS",(.@r>=6?20+((.@r-5)*2):20); },{},{}
Dropped By

Iron Shield [1]   [Shield]   Item ID# 2197 (Iron_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
280
Defense
80
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A very large and heavy shield made of Iron.

Refine Level +8:
ATK -3%
Prevents knock-back effect.

Indestructible
Item Script
{ bonus bUnbreakableShield; if (getrefine()>=8) { bonus bAspdRate,-3; bonus bNoKnockback; } },{},{}
Dropped By No Result

Kalasag [0]   [Shield]   Item ID# 2169 (Kalasak)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
40
Defense
40
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Sturdy yet light, practical shield made from rattan.

Every 3 refine levels, reduce damage taken from Boss monsters by 1%.

[+Buwaya Sack Cloth, Bakonawa Scale Armor and Bangungot Boots of Nightmare]
Max HP +20%, Max SP +10%
Damage taken decreased by 30% from all monsters within Philippine localizing.

More Information on Combo:
Item Script
{ bonus2 bSubClass,Class_Boss,getrefine()/3; },{},{}
Dropped By

Lapine Shield [1]   [Shield]   Item ID# 2198 (Lapine_Shield)
Laphine Shield
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
100
Defense
25
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield of Laphine tribe that hold mysterious power

MDEF +10

Refine Level +7: MATK +20.



More Information on Combo:
Item Script
{ bonus bMdef,10; if (getrefine() > 7) { bonus bMatk,20; } },{},{}
Dropped By No Result

Levain Shield [1]   [Shield]   Item ID# 2194 (Rouban_Shield)
Louvain Shield
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
130
Defense
50
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield made from purified bradium.
Reduces damage taken from Wind elemental monsters by 5%.
Increases damage taken from Insect monsters by 5%.

When equipped with Levain Manteau:
Every refine level of manteau reduces damage taken from Insect monsters by 1%.

When equipped with Levain Shoes:
Reduces damage taken from Wind elemental monsters by 5%, every refine level of Shield reduces damage taken from Wind elemental monsters by 1%.

When equipped with Levain Manteau and Levain Shoes:
Every refine level Increases physical damage inflicted on Wind elemental monsters by 1%.
Item Script
{ bonus2 bSubEle,Ele_Wind,5; bonus2 bSubRace,RC_Insect,-5; },{},{}
Dropped By No Result

Level 1 Shield [1]   [Shield]   Item ID# 460048 (aegis_460048)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shabby and nonfunctional shield.
Item Script
{},{},{}
Dropped By No Result

Level 2 Shield [1]   [Shield]   Item ID# 460049 (aegis_460049)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A shabby and nonfunctional shield.
Item Script
{},{},{}
Dropped By No Result

Lian Shield [1]   [Shield]   Item ID# 2195 (Lian_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
130
Defense
50
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield made from purified bradium.

Reduces damage taken from Neutral element monsters by 5%.
Increases damage taken from Ghost element monsters by 5%.

+Lien Manteau:
Every refine level of manteau reduces damage taken from Ghost element monsters by 1%.

+Lien Shoes:
Reduces damage taken from Neutral element monsters by 5%.
Every refine level of Shield reduces damage taken from Neutral element monsters by 1%.

+Lien Manteau and Lien Shoes:
Every refine level increases physical damage inflicted on Neutral element monsters by 1%.

More Information on Combo:
Item Script
{ bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubRace,RC_Formless,-5; },{},{}
Dropped By No Result

Lumiere Shield [1]   [Shield]   Item ID# 2174 (Lumiere_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
130
Defense
50
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Holy spiritual magical shield.

Reduces damage taken from Holy element monsters by 5%.
Increases damage taken from Dragon monsters by 5%.
Item Script
{ bonus2 bSubEle,Ele_Holy,5; bonus2 bSubRace,RC_Dragon,-5; },{},{}
Dropped By No Result

Mad Bunny [1]   [Shield]   Item ID# 28902 (Mad_Bunny_K_)
Mad Bunny Special
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A rag doll that Piamette uses for both attack and defense?
It looks so real and alive!
ATK +5%, MATK +5%.
Reflect 10% of melee physical damage.
When receiving magic attack, 10% chance to activate for 2 seconds, 60% chance of reflecting magical attack.

Refine Level +7: ATK +5, MATK +5.
Refine Level +9: ATK +15, MATK +15.
Refine Level +12: Skill casting can not be interrupted, CRIT +10.
Item Script
expand to view script
{ bonus2 bAddRace,RC_All,5; bonus2 bMagicAddRace,RC_All,5; bonus bShortWeaponDamageReturn,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0; .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,5; bonus bMatk,5; } if (.@r>=9) { bonus bBaseAtk,15; bonus bMatk,15; } if (.@r>=12) { bonus bCritical,10; bonus bNoCastCancel; } },{},{}
Dropped By No Result

Mad Bunny Shield [1]   [Shield]   Item ID# 2189 (Mad_Bunny)
Mad Bunny
Type
Armor
Class
Shield
Buy
10z
Sell
5z
Weight
10
Defense
40
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A rag doll that Piamette use for both attack and defense? It looks so real and alive!

DEX +1, MDEF +6.
Reduces damage taken from all elemental attacks by 5%.

+Piamette's Ribbon:
If refined to +6 or higher: Every refine level reduces damage taken from all elementals attack by 2%.

More Information on Combo:
Item Script
{ bonus2 bSubEle,Ele_All,5; bonus bMdef,6; bonus bDex,1; },{},{}
Dropped By No Result

Mad Bunny-LT [1]   [Shield]   Item ID# 460020 (Mad_Bunny_K_LT)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
160
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A stuffed toy that Piamette conveniently uses for attack and defense?
Apparently it's moving...

ATK +5%, MATK +5%.
ASPD +3

For each 2 Refine Levels:
ATK +2%, MATK +2%.

Refine Level +7:
ASPD +5% (Decreases after attack delay by 5%).
Decreases variable cast time by 5%.

Refine Level +9:
Increases melee and ranged physical damage by 7%.
Increases magical damage with every element by 7%.

Refine Level +12:
Skill casting cannot be interrupted.
Critical +15

[Bonus by Grade]
[Grade D]: Decreases damage taken from enemies of every element by 10%.
[Grade C]: POW +2, SPL +2.
[Grade B]: S.MATK +2, P.ATK +2
[Grade A]: Decreases after skill cast delay by 5%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,5+2*(.@r/2); bonus bAtkRate,5+2*(.@r/2); bonus bAspd,3; if (.@r>=7) { bonus bAspdRate,5; bonus bVariableCastrate,-5; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,7; bonus bLongAtkRate,7; bonus bShortAtkRate,7; if (.@r>=12) { bonus bCritical,15; bonus bNoCastCancel; } } } if (.@g >= ENCHANTGRADE_D) { if (.@g >= ENCHANTGRADE_C) { bonus bPow,2; bonus bSpl,2; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bSmatk,2; if (.@g >= ENCHANTGRADE_A) { bonus bDelayrate,-5; } } } } },{},{}
Dropped By No Result

« First < 23456789101112 > Last »
back to top