
RENEWAL / ITEMS
Gunslinger Shadow Weapon
#24283Shadowgear
S_Gunslinger_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Gunslinger Classes.
Class: Shadow Weapon
Weight: 0
Requires Level: 1
Usable By: Gunslinger Jobs
ASPD +1
Ignores 3% of the enemy's physical defense based on the skill level of [Snake Eyes].
For every upgrade level of Gunslinger Shadow Weapon, ignores 3% of the enemy's physical defense.
If upgrade level is +7, ASPD +1, Ranged Physical Attack 3%
If upgrade level is +9, ASPD +1, Ranged Physical Attack 5%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect 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;
}