
RENEWAL / ITEMS
Major Auto Spell Shadow Shoes
#24729Shadow Gear
S_M_AutoSpell_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
MATK + 3%.
Increases all property magical damage by 1% per 2 refine rate.
If refine rate is 10 or higher, increases attack speed (reduces delay after attack by 3%).
------------------------
Class: Shadow Equipment
Location: Shadow Shoes
Weight: 0
Required Lv: 1
Class: All Class
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;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bAspdRate,3;
}