
RENEWAL / ITEMS
Malicious Shas Shadow Armor
#24081Shadowgear
S_Malicious_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
An armor worn to enhance health leeching.
Class: Shadow Armor
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 100
Additional Max HP + 10 per upgrade level of the item.
If upgrade level is +7 or higher,
Max HP + 1%
Set Bonus
Malicious Shadow Armor
Malicious Shadow Shield
Malicious Shadow Shoes
Adds a 4% chance of restoring 4% of damage as HP when performing a physical attack.
Adds a 4% chance of restoring an additional 1% of damage as HP when performing a physical attack per 5 upgrade levels of Malicious Shadow Armor, Malicious Shadow Shield and Malicious Shadow Shoes.
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;
if (.@r>6) {
bonus bMaxHPrate,1;
}