
RENEWAL / ITEMS
Critical Hit Shadow Armor
#15280Shadowgear
S_CriticalHit_Armor
TypeShadowgear
Equipment positionShadow armor
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 armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 7;
bonus bBaseAtk,15;
if (.@r > 1) {
bonus bCritAtkRate,(.@r/2);
if (.@r >= 7) {
.@val += 7;
}
}
bonus bCritical,.@val;