
RENEWAL / ITEMS
Spell Master Shadow Shoes
#24998Shadow Gear
S_Spell_M_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
Footwear worn over regular shoes, providing additional effects.
It can be used alone, but the effect is small.
------------------------
MATK +3%, FLEE +10.
------------------------
For every 3 refine levels, Neutral, Holy, Shadow, Ghost, and Undead property magic damage +2%.
------------------------
When refined to +10 or higher, S.MATK +3.
------------------------
Type : Shadow Equipment
Location : Shoes
Weight : 0
Required Level : 200
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus bFlee,10;
bonus2 bMagicAtkEle,Ele_Undead,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Neutral,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Ghost,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Holy,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Dark,2*(.@r/3);
if (.@r>=10) {
bonus bSMatk,3;
}