
RENEWAL / ITEMS
Reload Shadow Armor II
#24331Shadowgear
S2_Reload_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
An armor worn over existing armor, granting additional defensive effects. It can be used alone, but its defensive effect is low.
VIT +3, HP Recovery +20%.
------------------------
For every 3 refine levels, reduces after cast delay by 1%.
------------------------
Set Bonus:
Reload Shadow Armor II
Reload Shadow Shield
Reload Shadow Shoes
Reduces after cast delay by 1%.
When the total refine level of the set is 25 or higher, reduces after cast delay by additional 5%.
------------------------
Class : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 1
Equipped : All Classes
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 bHPrecovRate,20;
bonus bVit,3;
bonus bDelayrate,-(.@r/3);