ID #24439
Shadowgear
Hasty Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
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 Weapon
_______________________
Requirement:
_______________________
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 Weapon
_______________________
Requirement:
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_W_Shi
- Shadowdecon × 10
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
Shadowgear
Acquisition method
Equipment reform
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bAtkRate,1+.@r/2; bonus bMatkRate,1+.@r/2; if (.@r >= 7) { bonus bDef,15; bonus bFlee,15; } if (.@r >= 10) bonus bSpeedRate,25;
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bAtkRate,1+.@r/2;
bonus bMatkRate,1+.@r/2;
if (.@r >= 7) {
bonus bDef,15;
bonus bFlee,15;
}
if (.@r >= 10)
bonus bSpeedRate,25;