Virgo Mail [1], броня (Renewal)
Virgo Mail [1] (VIRGO_MAIL_J) – броня.
Can't be destroyed.
Mdef + 5.
Matk + 50.
MaxHP + 1000.
Reduces global cooldowns by 10%.
When equipped by Archbishop, Matk + 80, MaxHP + 10%, MaxSP + 10%.
If refine rate is 8 or higher, reduces damage taken from boss monsters by 5%.
―――――――――――――
Attribute: None Slots: 1
Def : 100 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 30121
 - Код: VIRGO_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_Priest) {
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=8)
      bonus2 bSubClass,Class_Boss,5;
}