
RENEWAL / ITEMS
Penetration Shadow Shield
#24374Shadowgear
S_Penetration_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Ignore defense of normal monster by 5%.
For every 2 refine level, Add an additional ignore defense of normal monster by 1%.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 1
Jobs : All Jobs
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
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bIgnoreDefClassRate,Class_Normal,5+(.@r/2);