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

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

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

A sword with a detonator system embedded in its blade to cause powerful explosions.

Matk +150.
If upgrade level is +7 or higher,
Aspd +7%.
If upgrade level is +9 or higher,
Increases the damage of Fire Ball by an additional +30%.
If upgrade level is +11 or higher/lower,
Adds an additional chance of casting Level 3 Hell Inferno on the target when performing a short-ranged physical attack.

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

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

Скрипт

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