Eye Of Juno [1], броня (Renewal)

Eye Of Juno [1] (EYE_OF_JUNO) – броня.

Eye Of Juno [1], броня (Renewal)

A horn imbued with spirit of devil. Could feel full of vital force from it.
MDEF + 2.
If worn by Swordman/Merchant/Thief Class, AGI + 2, decrease damage of Neutral , Water property by (Job Lv / 14), increase VIT.
If worn by Wizard/Acolyte/Archer Class, INT + 2, DEX + 2, damage of Neutral , Water property by (Job Lv / 14).
Item

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

  • ID: 22913
  • Код: EYE_OF_JUNO
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

bonus bMdef,2;
.@i = JobLevel/14;
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {
   bonus bInt,2;
   bonus bDex,2;
   bonus2 bSubEle,Ele_Neutral,.@i;
   bonus2 bSubEle,Ele_Water,.@i;
}
else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {
   bonus bAgi,2;
   bonus bVit,2;
   bonus2 bSubEle,Ele_Neutral,.@i;
   bonus2 bSubEle,Ele_Water,.@i;
}