
RENEWAL / ITEMS
Critical Shadow Shield
#24332Shadowgear
S_Critical_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Equipment position
- Shadow shield
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5+.@r/2;
if (.@r >= 9) {
bonus bCritAtkRate,2;
} else if (.@r >= 7) {
bonus bCritAtkRate,1;
}