Paradise Priest Mace, булава (Renewal)

Paradise Priest Mace (2PARA_MACE_PR) – оружие.

Paradise Priest Mace, булава (Renewal)

Can't be refined.
Atk + 3%, can't be destroyed.
If the user's base level is 60 or higher, increases attack speed (reduces delay after attack by 10%).
If the user's base level is 75 or higher, increases critical damage by 5%.
If the user's base level is 90 or higher, increases critical damage by additional 10%.

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

  • ID: 31663
  • Код: 2PARA_MACE_PR
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 3
  • Атака: 160
  •  
  • Требуемый уровень: 45
  • Профессии: priest
  • Вес: 1

Скрипт

bonus bCritical,10;
if (BaseLevel>=60)
   bonus bAspdRate,10;
if (BaseLevel>=75)
   bonus bCritAtkRate,5;
if (BaseLevel>=90)
   bonus bCritAtkRate,10;