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