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

Gemini Mail [1] (GEMINI_MAIL_J) – броня.

 

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


MATK +125
MATK +10 for every 2 refine levels
When refined to +7 or higher, Variable Cast Time -15%
If equipped with Automatic Engine Wing Type A,
increased ASPD (ASPD +10%)
If equipped with Illusion Engine Wing Type B,
MATK +50

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bMaxHP,1000;
bonus bDelayrate,-10;
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
   bonus bBaseAtk,80;
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8) {
      bonus bAtkRate,30;
      bonus bMatkRate,30;
   }
}