Gunslinger Shadow Weapon

Item ID 24283 Name Gunslinger Shadow Weapon
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
Weapon Level 0 Identifier S_Gunslinger_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs Gunslinger, Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}

Set Script
Gunslinger Shadow Weapon
Gunslinger Shadow Shield
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus bAllStats,3;
bonus bUseSPrate,-10;
Rebellion Shadow Armor
Rebellion Shadow Shoes
Gunslinger Shadow Weapon
Gunslinger Shadow Shield
bonus bAllStats,7;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;