
RENEWAL / ITEMS
Critital Shadow Armor
#24030Shadowgear
S_Critical_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
An armor worn to enhance critical attacks.
Class: Shadow Armor
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Crit + 5
If upgrade level is +7 or higher,
Additional Crit + 5
Set Bonus
Critical Shadow Armor
Critical Shadow Weapon
ATK + 1 per upgrade level of Critical Shadow Armor and Critical Shadow Weapon.
If the combined upgrade levels of Critical Shadow Armor and Critical Shadow Weapon are +15 or higher,
Increases critical damage on targets by 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5;
if (.@r>6) {
bonus bCritical,5;
}