Faint Star's Suit [1], броня (Renewal)

Faint Star's Suit [1] (VAGUE_STAR_SUIT) – броня.

Faint Star's Suit [1], броня (Renewal)

Atk + 75, Matk + 75.
Atk + 10 and Matk + 10 per 2 refine rate.
If refine rate is 9 or higher, increases attack speed (reduces delay after attack by 10%).
If refine rate is 11 or higher, increases long ranged physical damage by 10%.


Amor Level: 2

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

  • ID: 30257
  • Код: VAGUE_STAR_SUIT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 135
  •  
  • Требуемый уровень: 240
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bMatk,75+10*(.@r/2);
bonus bBaseAtk,75+10*(.@r/2);
if (.@r>=9) {
   bonus bAspdRate,7;
   if (.@r>=11) {
      bonus bLongAtkRate,10;
   }
}