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

Aquarius Mail [1] (AQUARIUS_MAIL_J) – броня.

 

Can't be destroyed.
Mdef + 5.
Matk + 50.
MaxHP + 1000.
Reduces global cooldowns by 10%.
When equipped by Warlock, Matk + 80, MaxHP + 10%, MaxSP + 10%, increases shadow property magical damage by 20%.
If refine rate is 8 or higher, reduces casting time of Earth Strain by 100%.
―――――――――――――
Attribute: None Slots: 1
Def : 100 Mdef : 5
Refined: Yes Destroyed: No

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bMatk,50;
bonus bMaxHP,1000;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bMagicAtkEle,Ele_Dark,20;
   if (.@r>=8)
      bonus2 bVariableCastrate,"WL_EARTHSTRAIN",-100;
}