Paradise Hunter Crossbow, лук (Renewal)

Paradise Hunter Crossbow (2PARA_BOW2_HT) – оружие.

Paradise Hunter Crossbow, лук (Renewal)

Can't be refined.
Atk + 3%.
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 Blitz Beat damage by 15%.
If the user's base level is 90 or higher, increases Blitz Beat damage by additional 10%.

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

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

Скрипт

bonus bAtkRate,3;
if (BaseLevel>=60)
   bonus bAspdRate,10;
if (BaseLevel>=75) {
   bonus2 bSkillAtk,"HT_BLITZBEAT",15;
   bonus2 bSkillAtk,"SN_FALCONASSAULT",15;
   if (BaseLevel>=90) {
      bonus2 bSkillAtk,"HT_BLITZBEAT",10;
      bonus2 bSkillAtk,"SN_FALCONASSAULT",10;
   }
}