ID #24729
ShadowGear
Major Auto Spell Shadow Shoes
Buy Price: N/A
Sell Price: N/A
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
MATK +3%
_______________________
For each 2 Refine Levels:
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
_______________________
MATK +3%
_______________________
For each 2 Refine Levels:
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bAspdRate,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bAspdRate,3;
}