ID #24732
ShadowGear
Hasty Shadow Shield
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
ATK +1%, MATK +1%.
_______________________
For each 2 Refine Levels:
ATK +1%, MATK +1%.
_______________________
Refine Level +7:
DEF +15, FLEE +15.
_______________________
Refine Level +10:
Increases Movement Speed.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
ATK +1%, MATK +1%.
_______________________
For each 2 Refine Levels:
ATK +1%, MATK +1%.
_______________________
Refine Level +7:
DEF +15, FLEE +15.
_______________________
Refine Level +10:
Increases Movement Speed.
_______________________
Type: Shadow Shield
_______________________
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,1+(.@r/2); bonus bAtkRate,1+(.@r/2); if (.@r>=7) { bonus bDef,15; bonus bFlee,15; if (.@r>=10) { bonus bSpeedRate,25; } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,1+(.@r/2);
bonus bAtkRate,1+(.@r/2);
if (.@r>=7) {
bonus bDef,15;
bonus bFlee,15;
if (.@r>=10) {
bonus bSpeedRate,25;
}
}