Super Ignition Booster Saber, одноручный меч (Renewal)

Super Ignition Booster Saber (SI_B_SABER) – оружие.

Super Ignition Booster Saber, одноручный меч (Renewal)

Can't be refined by normal means.
Cri + 15.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 1%) per each level of Sword Mastery user learned.
If refine rate is 9 or higher, increases critical damage by 10%, increases Ignition Break damage by 25%, has a chance to auto-cast Ignition Break level 2 when dealing normal melee physical damage.
If refine rate is 11 or higher, additional Cri + 15, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Ignition Break damage by additional 15%.

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

  • ID: 31182
  • Код: SI_B_SABER
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 190
  •  
  • Требуемый уровень: 100
  • Профессии: novice, super_novice
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bCritical,15;
bonus bBaseAtk,3*.@r;
bonus bBaseAtk,3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus bAspdRate,getskilllv("SM_SWORD");
   if (.@r>=9) {
      bonus bCritAtkRate,10;
      bonus2 bSkillAtk,"RK_IGNITIONBREAK",25;
      bonus3 bAutoSpell,"RK_IGNITIONBREAK",2,1;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,15;
         bonus bCritical,15;
         if (.@r>=13) {
            bonus2 bSkillAtk,"RK_IGNITIONBREAK",15;
         }
      }
   }
}