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