ID #24738
ShadowGear
Critical Hit Weapon Shadow
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
ATK +15, Critical +7
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 1%.
_______________________
Refine Level +7:
Critical +7
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
ATK +15, Critical +7
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 1%.
_______________________
Refine Level +7:
Critical +7
_______________________
Type: Shadow Weapon
_______________________
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 bBaseAtk,.@r; bonus bMatk,.@r; bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(.@r/2); if (.@r>=7) { bonus bCritical,7; }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bCritical,7;
bonus bBaseAtk,15;
bonus bCritAtkRate,(.@r/2);
if (.@r>=7) {
bonus bCritical,7;
}