
RENEWAL / ITEMS
Malicious Shas Shadow Shield
#24083Shadowgear
S_Malicious_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A shield worn to enhance health leeching.
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
HP Recovery + 5%
If upgrade level is +7 or higher,
Additional HP Recovery + 5%
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 shield
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bHPrecovRate,5;
if (.@r>6) {
bonus bHPrecovRate,5;
}