
RENEWAL / ITEMS
Dancer Shadow Shoes
#24268Shadowgear
S_Dancer_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
Increases ATK based on the Dancing Lesson skill.
If upgrade level is over +6:
For every upgrade level of Dancer Shadow Shoes, increases ATK based on the Dancing Lesson 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("DC_DANCINGLESSON");
.@r = max(.@r,6);
bonus bBaseAtk,.@a+((.@r-6)*.@a);