
RENEWAL / ITEMS
Blacksmith Shadow Shoes
#24258Shadowgear
S_Blacksmith_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
Reduces the SP cost of Hammer Fall and Adrenaline Rush by 20%.
For every upgrade level of Blacksmith Shadow Shoes, reduces SP cost by an additional 5%.
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;
.@val = 20+(5*.@r);
bonus2 bSkillUseSPrate,"BS_HAMMERFALL",.@val;
bonus2 bSkillUseSPrate,"BS_ADRENALINE",.@val;