Automatic Leg Type A [1], броня (Renewal)

Automatic Leg Type A [1] (AUTO_LEG_A) – броня.

Automatic Leg Type A [1], броня (Renewal)

Combat boots improved with the technology of Barmund Mansion, Type A.
Various modules can be used for additional abilities.


MaxSP +250
MaxSP +20 for every 2 refine levels
When refined to +7 or higher, Long-ranged Physical damage +7%
If equipped with Automatic Armor Type A,
ATK +7%
If equipped with Automatic Armor Type B,
increased ASPD (ASPD +7%)

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

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

Скрипт

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