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