ID #24032
Shadowgear
Critical Hit Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
ATK +10
_______________________
Refine Level +7:
Increases Critical Damage by 1%.
_______________________
When equipped with Critical Shadow Armor:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
Increases Critical Damage by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
ATK +10
_______________________
Refine Level +7:
Increases Critical Damage by 1%.
_______________________
When equipped with Critical Shadow Armor:
For each Refine Level of entire set:
ATK +1
_______________________
Total Refine Level of entire set at least +15:
Increases Critical Damage by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10+.@r; bonus bMatk,.@r; if (.@r>6) { bonus bCritAtkRate,1; }
.@r = getrefine();
bonus bBaseAtk,10+.@r;
bonus bMatk,.@r;
if (.@r>6) {
bonus bCritAtkRate,1;
}