Gunslinger Shadow Weapon, теневое снаряжение (Renewal)

Gunslinger Shadow Weapon (S_GUNSLINGER_WEAPON) – теневое снаряжение.

Gunslinger Shadow Weapon, теневое снаряжение (Renewal)

A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Gunslinger Classes.

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%

Базовые свойства предмета

  • Вес: 1

Скрипт

.@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;
}