ID #24994
ShadowGear
Magical Master 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%, FLEE +10.
_______________________
For each 3 Refine Levels:
Increases Magical Damage with Water, Wind, Earth, Fire and Shadow element by 2%.
_______________________
Refine Level +10:
S.MATK +3
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Shoes
_______________________
Requirement:
Base Level 200
_______________________
MATK +3%, FLEE +10.
_______________________
For each 3 Refine Levels:
Increases Magical Damage with Water, Wind, Earth, Fire and Shadow element by 2%.
_______________________
Refine Level +10:
S.MATK +3
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Shoes
_______________________
Requirement:
Base Level 200
Equipment Reform
Available through the reform system Reform_4th_Skill_Shadow
- Shadow Essence × 2
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatkRate,3; bonus bFlee,10; bonus2 bMagicAtkEle,Ele_Dark,2*(.@r/3); bonus2 bMagicAtkEle,Ele_Fire,2*(.@r/3); bonus2 bMagicAtkEle,Ele_Earth,2*(.@r/3); bonus2 bMagicAtkEle,Ele_Water,2*(.@r/3); bonus2 bMagicAtkEle,Ele_Wind,2*(.@r/3); if (.@r>=10) { bonus bSMatk,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus bFlee,10;
bonus2 bMagicAtkEle,Ele_Dark,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Fire,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Earth,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Water,2*(.@r/3);
bonus2 bMagicAtkEle,Ele_Wind,2*(.@r/3);
if (.@r>=10) {
bonus bSMatk,3;
}