Virgo Manteau, броня (Renewal)
Virgo Manteau (VIRGO_MANTEAU_J) – броня.
Mdef + 5.
Matk + 20.
MaxHP + 10%, MaxSP + 10%.
Reduces global cooldowns by 5%.
Reduces damage taken from neutral property by 20%.
When equipped by Archbishop, Matk + 30, reduces damage taken from boss monsters by 5%, skill casting can't be interrupted.
if refine rate is 8 or higher, attack speed + 20%.
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 30571
 - Код: VIRGO_MANTEAU_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 25
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
.@r = getrefine();
bonus bMdef,5;
bonus bMatk,20;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-5;
bonus2 bSubEle,Ele_Neutral,20;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
   bonus bMatk,30;
   bonus2 bSubClass,Class_Boss,5;
   bonus bNoCastCancel;
   if (.@r>=8)
      bonus bAspdRate,20;
}