
RENEWAL / ITEMS
Vital Shadow Shoes
#24038Shadowgear
S_Vital_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pair of shoes worn to enhance vitality.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
Vit + 1
Max HP + 10 per upgrade level of the item.
If upgrade level is +7 or higher,
Additional Vit + 1
If upgrade level is +9 or higher,
Additional Vit + 1
Set Bonus
Vital Shadow Shield
Vital Shadow Shoes
Vit + 1
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
bonus bVit,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>6) {
bonus bVit,1;
}
if (.@r>=9) {
bonus bVit,1;
}