Paradise Assassin Chakram, катар (Renewal)

Paradise Assassin Chakram (2PARA_KATAR1_AS) – оружие.

Paradise Assassin Chakram, катар (Renewal)

Can't be refined.
Cri + 5.
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: 31739
  • Код: 2PARA_KATAR1_AS
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 3
  • Атака: 180
  •  
  • Требуемый уровень: 45
  • Профессии: assassin
  • Вес: 1

Скрипт

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