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

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

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

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


MaxHP +1,500
MaxHP +100 for every 2 refine levels
When refined to +7 or higher, Variable Cast Time -7%,
If equipped with Automatic Leg Type A,
Long-ranged Physical damage +7%
If equipped with Automatic Leg Type B,
All elemental Magic damage +15%

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

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

Скрипт

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