Virgo Divine Cross [1], двуручный посох (Renewal)
Virgo Divine Cross [1] (VIRGO_DIVINE_CROSS_J) – оружие.
Can't be destroyed.
Base Matk + 10.
Matk + 50.
Attack speed + 10%.
Matk + 1 per 1 base level.
When equipped by Archbishop, enables to use Odin Power level 2, increases magical damage by 25%, reduces damage taken from boss monsters by 50%, increases heal effectiveness by 30%.
if refine rate is 7 or higher, ignores magical defense of all race monsters by 50%,
if refine rate is 9 or higher, ignores magical defense of all race monsters by 50%.
―――――――――――――
Attribute: None Slots: 1
Atk : 0 Matk : 10
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 31815
 - Код: VIRGO_DIVINE_CROSS_J
 - Тип: оружие
 - Подтип: двуручный посох
 - Уровень оружия: 4
 - Магическая атака: 10
 - Профессии: acolyte, monk, priest
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,50+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
   skill "ALL_ODINS_POWER",2;
   bonus bMatkRate,25;
   bonus2 bSubClass,Class_Boss,50;
   bonus bHealPower,30;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}