
RENEWAL / ITEMS
Stability Shadow Shield
#24090Shadowgear
S_Stability_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A shield worn to enhance status resistance.
Account Bound
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Def + 3
Increases resistance to Bleed, Curse, Frozen and Stun by 1% per 2 upgrade levels of the item.
Increases resistance to Blind, Silence, Sleep and Stone Curse by 1% per upgrade level of the item.
Set Bonus
Stability Shadow Shield
Unfreezing Shadow Earring
Unfreezing Shadow Pendant
Unfreezing Shadow Weapon
Def + 4
If the combined upgrade levels of Stability Shadow Shield, Unfreezing Shadow Earring, Unfreezing Shadow Pendant and Unfreezing Shadow Weapon are +30 or higher,
Immune to Frozen.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow shield
- Trade
Item effect script
bonus bDef,3;
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bResEff,Eff_Stun,(.@r/2)*100;
bonus2 bResEff,Eff_Freeze,(.@r/2)*100;
bonus2 bResEff,Eff_Curse,(.@r/2)*100;
bonus2 bResEff,Eff_Bleeding,(.@r/2)*100;
bonus2 bResEff,Eff_Stone,.@r*100;
bonus2 bResEff,Eff_Sleep,.@r*100;
bonus2 bResEff,Eff_Silence,.@r*100;
bonus2 bResEff,Eff_Blind,.@r*100;