Gray Wolf Suit [1], броня (Renewal)

Gray Wolf Suit [1] (GRAY_W_SUITS) – броня.

Gray Wolf Suit [1], броня (Renewal)

Atk + 130.
Atk + 15 per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 15%).
When equipped with Gray Wolf Manteau, Atk + 50.
When equipped with Gray Wolf Muffler, reduces global cooldown by 10%.

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

  • ID: 30267
  • Код: GRAY_W_SUITS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 160
  •  
  • Требуемый уровень: 190
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bBaseAtk,130+15*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,15;
}