
RENEWAL / ITEMS
Rogue Shadow Shoes
#24263Shadowgear
S_Rogue_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Shoes worn on top of normal shoes for additional effect. Can be equipped alone but the effect is insignificant.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
When equipped by Rogue classes, increases ATK based on the Sword Mastery skill.
If upgrade level over +6:
Every upgrade level of Rogue Shadow Shoes increases ATK based on Sword Mastery skill level.
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;
.@a = getskilllv("SM_SWORD");
.@r = max(.@r,6);
bonus bBaseAtk,.@a+((.@r-6)*.@a);