
RENEWAL / ITEMS
Malicious Shadow Armor II
#24325Shadowgear
S2_Malicious_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.
HP + 100, ATK + 1%.
------------------------
When refined to +7 or higher, additionally increases ATK by 1%.
------------------------
Set Bonus:
Malicious Shadow Armor II
Malicious Shadow Shield
Malicious Shadow Shoes
When performing physical attacks, has a 4% chance to absorb 2% of damage as HP.
For every 5 total refine levels of the set, additionally absorbs 1% of damage as HP.
------------------------
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,100+.@r*10;
bonus bAtkRate,1 + (.@r >= 7);