Virgo Shoes, броня (Renewal)

Virgo Shoes (VIRGO_SHOES_J) – броня.

 

Mdef + 5.
Matk + 50.
Attack speed + 10%.
MaxHP + 10%, MaxSP + 10%.
When equipped by Archbishop, Matk + 80, MaxHP + 10%, MaxSP + 10%, increases holy property magical damage by 20%, increases Judex damage by 100%.
If refine rate is 8 or higher, Has a chance to auto-cast Safety Wall level 3 on self when dealing magical damage, if user has higher level, that level will be cast instead.
When equipped with Virgo Mail and Virgo Manteau, MaxHP + 2000, MaxSP + 200, reduces damage taken from all property by 20%, grants immunity to frozen.
―――――――――――――
Attribute: - Slots: 0
Def : 25 Mdef : 5
Refined: Yes Destroyed: No

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

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

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus bMatk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
   bonus bMatk,80;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus2 bMagicAtkEle,Ele_Holy,20;
   bonus2 bSkillAtk,"AB_JUDEX",100;
   if (.@r>=8)
      bonus5 bAutoSpell,"MG_SAFETYWALL",max(getskilllv("MG_SAFETYWALL"),3),50,BF_MAGIC,0;
}