Ultio-OSAD [2], булава (Renewal)

Ultio-OSAD [2] (ULTIO_SPES_AD) – оружие.

Ultio-OSAD [2], булава (Renewal)

Can't be destroyed.
Matk + 170.
Matk + 5%.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases Adoramus damage by 30% and Judex damage by 25%.
If refine rate is 11 or higher, increases holy property magical damage by 15%, reduces global cooldown by 15%.

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

  • ID: 31673
  • Код: ULTIO_SPES_AD
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 5
  • Атака: 150
  • Магическая атака: 170
  •  
  • Требуемый уровень: 170
  • Профессии: priest
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"AB_JUDEX",25;
      bonus2 bSkillAtk,"AB_ADORAMUS",30;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Holy,15;
         bonus bDelayrate,-15;
      }
   }
}