
RENEWAL / ITEMS
Priest Shadow Shoes
#24260Shadowgear
S_Priest_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 Lex Aeterna and Kyrie Eleison by 20%.
For every upgrade level of Priest Shadow Shoes, reduces SP cost by an additional 3%.
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+(3*.@r);
bonus2 bSkillUseSPrate,"PR_KYRIE",.@val;
bonus2 bSkillUseSPrate,"PR_LEXAETERNA",.@val;