Automatic Leg A-type (Bound) [1], броня (Renewal)

Automatic Leg A-type (Bound) [1] (E_AUTO_LEG_A) – броня.

Automatic Leg A-type (Bound) [1], броня (Renewal)

Can't be refined by normal means.
MaxSP + 250
MaxSP + 20 per 2 refine rate.
If refine rate is 7 or higher, increases long ranged physical damage by 7%.
When equipped with Automatic Armor A-type, Atk + 7%.
When equipped with Automatic Armor B-type, increases attack speed (reduces delay after attack by 7%).

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

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

Скрипт

.@r = getrefine();
bonus bMaxSP,250+20*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,7;
}