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

Ultio-OS [2] (ULTIO_SPES_OS) – оружие.

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

A mace decorated with a lustrous black orb.
Matk + 170
Matk + 3%
If upgrade level is +7 or higher, Aspd +7%.
If upgrade level is +9 or higher, increases the damage of Adoramus by 20%.
If upgrade level is +11 or higher, increases the damage of Holy property magical attacks on targets by 15%.
This item is indestructible in battle.

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

  • ID: 24284
  • Код: ULTIO_SPES_OS
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 170
  •  
  • Требуемый уровень: 130
  • Профессии: priest
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bMatkRate,3;
bonus bUnbreakableWeapon;
if (.@r >= 7) {
   bonus bAspdRate,7;
   if (.@r >= 9) {
      bonus2 bSkillAtk,"AB_ADORAMUS",20;
      if (.@r >= 11) {
          bonus2 bMagicAtkEle,Ele_Holy,15;
      }
   }
}