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

Automatic Engine Wing Type A [1] (AUTO_ENGINE_A) – броня.

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

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


MaxHP +1,500
MaxHP +100 for every 2 refine levels
When refined to +7 or higher, Increased ASPD (ASPD +7%)
If equipped with Automatic Leg Type A,
Critical damage +15%
If equipped with Automatic Leg Type B,
Variable Cast Time -15%

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHP,100*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,7;
}