Cannon Rapier-OSAD [2], одноручный меч (Renewal)

Cannon Rapier-OSAD [2] (CANNON_RAPIER_AD) – оружие.

Cannon Rapier-OSAD [2], одноручный меч (Renewal)

Matk + 150.
When dealing normal melee physical damage, has a chance to auto-cast Fire Bolt and Fire Ball which have the same skill level as refine rate (up to level 10).
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 7%).
If refine rate is 9 or higher, increases Fire Bolt and Fire Ball damage by 60%.
If refine rate is 11 or higher, when dealing normal melee physical damage, has a chance to auto-cast Hell Inferno level 4.

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

  • ID: 31188
  • Код: CANNON_RAPIER_AD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 5
  • Атака: 160
  • Магическая атака: 150
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, novice, rogue, super_novice, swordman, thief
  • Вес: 80

Скрипт

.@r = getrefine();
bonus3 bAutoSpell,"MG_FIREBOLT",min(.@r,10),80;
bonus3 bAutoSpell,"MG_FIREBALL",min(.@r,10),80;
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"MG_FIREBOLT",60;
      bonus2 bSkillAtk,"MG_FIREBALL",60;
      if (.@r>=11) {
         bonus3 bAutoSpell,"WL_HELLINFERNO",4,40;
      }
   }
}