ID #24343
Shadowgear
Blitz Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by additional 1%).
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
Decreases After Skill Delay by additional 1%.
_______________________
When equipped with Blitz Shadow Armor:
For each Refine Level of entire set:
MDEF +1
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
Decreases After Skill Delay by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by additional 1%).
_______________________
Refine Level +7:
ASPD +1
_______________________
Refine Level +9:
Decreases After Skill Delay by additional 1%.
_______________________
When equipped with Blitz Shadow Armor:
For each Refine Level of entire set:
MDEF +1
_______________________
Total Refine Level of entire set at least +15:
ASPD +1
Decreases After Skill Delay 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,.@r; bonus bMatk,.@r; bonus bAspdRate,5+.@r/2; if (.@r >= 7) { bonus bAspd,1; if (.@r >= 9) { bonus bDelayrate,-1; } }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bAspdRate,5+.@r/2;
if (.@r >= 7) {
bonus bAspd,1;
if (.@r >= 9) {
bonus bDelayrate,-1;
}
}