ID #24283
Shadowgear
Gunslinger Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
ASPD +1
_______________________
For each Level of Snake Eyes:
Ignores physical defense of Normal class by 3%.
_______________________
For each Refine Level:
Piercing physical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
ASPD +1
Increases Ranged Physical Damages by 3%.
_______________________
Refine Level +9:
ASPD +1
Increases Ranged Physical Damages by additional 5%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Gunslinger
_______________________
ASPD +1
_______________________
For each Level of Snake Eyes:
Ignores physical defense of Normal class by 3%.
_______________________
For each Refine Level:
Piercing physical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
ASPD +1
Increases Ranged Physical Damages by 3%.
_______________________
Refine Level +9:
ASPD +1
Increases Ranged Physical Damages by additional 5%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Gunslinger
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Gunslinger
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefClassRate,Class_Normal,3*(getskilllv("GS_SNAKEEYE")+.@r); .@aspd = 1; if (.@r>=7) { .@aspd += 1; bonus bLongAtkRate,3; } if (.@r>=9) { .@aspd += 1; bonus bLongAtkRate,5; bonus bAspd,.@aspd; }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bIgnoreDefClassRate,Class_Normal,3*(getskilllv("GS_SNAKEEYE")+.@r);
.@aspd = 1;
if (.@r>=7) {
.@aspd += 1;
bonus bLongAtkRate,3;
}
if (.@r>=9) {
.@aspd += 1;
bonus bLongAtkRate,5;
bonus bAspd,.@aspd;
}