ID #24370
Shadowgear
Mortal Blow Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases Critical Damage by 2%.
_______________________
Refine Level +7:
Increases Critical Damage by additional 2%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 3%.
_______________________
When equipped with Mortal Blow Shadow Earring and Mortal Blow Shadow Pendant:
Increases Critical Damage by 2%.
_______________________
Total Refine Level of entire set at least +25:
Increases Critical Damage by additional 10%.
_______________________
Total Refine Level of entire set at least +30:
ASPD +3
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
Increases Critical Damage by 2%.
_______________________
Refine Level +7:
Increases Critical Damage by additional 2%.
_______________________
Refine Level +9:
Increases Critical Damage by additional 3%.
_______________________
When equipped with Mortal Blow Shadow Earring and Mortal Blow Shadow Pendant:
Increases Critical Damage by 2%.
_______________________
Total Refine Level of entire set at least +25:
Increases Critical Damage by additional 10%.
_______________________
Total Refine Level of entire set at least +30:
ASPD +3
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (.@r >= 9) { .@val = 7; } else if (.@r >= 7) { .@val = 4; } else { .@val = 2; } bonus bCritAtkRate,.@val;
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r >= 9) {
.@val = 7;
} else if (.@r >= 7) {
.@val = 4;
}
else {
.@val = 2;
}
bonus bCritAtkRate,.@val;