Libra Mail [1], броня (Renewal)

Libra Mail [1] (LIBRA_MAIL_J) – броня.

 

An armor once belonged to a brave, righteous warrior.
Property: Neutral
Atk + 10
Perfect Hit + 5

If upgrade level is +7 or higher,
Additional Atk + 20
Additional Perfect Hit + 5

If upgrade level is +8 or higher,
Additional Atk + 20
Additional Perfect Hit + 10
Indestructible in battle.

If upgrade level is +9 or higher,
Additional Atk + 30
Additional Perfect Hit + 10

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

  • ID: 24068
  • Код: LIBRA_MAIL_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bMaxHP,1000;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {
   bonus bBaseAtk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8)
      bonus2 bSubClass,Class_Boss,5;
}