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

Taurus Mail [1] (TAURUS_MAIL_J) – броня.

 

Can't be destroyed.
Mdef + 5.
Atk + 50, Flee + 20.
MaxHP + 1000.
When equipped by Genetic, Atk + 80, enchants armor with holy property.
If refine rate is 8 or higher, reduces damage taken from Critical Slash by 100%.
―――――――――――――
Attribute: None Slots: 1
Def : 100 Mdef : 5
Refined: Yes Destroyed: No

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bFlee,20;
bonus bMaxHP,1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus bBaseAtk,80;
   bonus bDefEle,Ele_Holy;
   if (.@r>=8)
      bonus2 bSubSkill,"NPC_CRITICALSLASH",100;
}