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

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

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

A small shield that can be mounted on the arm can provide additional defensive effects. It can be used as a single, but has little defensive effect.
Gunslinger Classes Only.
Critical Damage + 5%
For every level of Single Action, increases CRI by 2.
For every refine level, increases CRI by 1.
If the refine level is 7 or higher, increases Critical Damage by an additional 2%.
If the refine level is 9 or higher, increases Critical Damage by an additional 3%.
Gunslinger Shadow Weapon
All Stats + 3
Max HP + 2%
Max SP + 2%
Reduces SP consumption by 10%.

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

  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritAtkRate,5;
bonus bCritical,(getskilllv("GS_SINGLEACTION")*2)+.@r;
if (.@r>=7)
   bonus bCritAtkRate,2;
if (.@r>=9)
   bonus bCritAtkRate,3;