
RENEWAL / ITEMS
Champion Shoes (Shadow)
#24025Shadowgear
S_Champion_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pair of shoes worn to enhance health and mana.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 20
Additional Max HP + 10 per upgrade level of the item.
Max SP + 10
If upgrade level is +7 or higher,
Max HP + 1%
Max SP + 1%
Set Bonus
Champion Shadow Shoes
Hard Shadow Armor
Max HP + 1 per upgrade level of Champion Shadow Shoes and Hard Shadow Armor.
Max SP + 1 per upgrade level of Champion Shadow Shoes and Hard Shadow Armor.
If the combined upgrade levels of Champion Shadow Shoes and Hard Shadow Armor are +15 or higher,
Max HP + 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
.@r = getrefine();
bonus bMaxHP,20+.@r*10;
bonus bMaxSP,10;
if (.@r>6) {
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
}