Saphir Mace-OSAD [2], булава (Renewal)

Saphir Mace-OSAD [2] (SAPHIR_HALL_AD) – оружие.

Saphir Mace-OSAD [2], булава (Renewal)

Can't be destroyed.
Atk + 5%.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases Cart Cannon damage by 25%.
If refine rate is 11 or higher, increases long ranged physical damage by 15%, increases Cart Cannon damage by additional 20%.

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

  • ID: 31672
  • Код: SAPHIR_HALL_AD
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 5
  • Атака: 185
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"GN_CARTCANNON",25;
      if (.@r>=11) {
         bonus bLongAtkRate,15;
         bonus2 bSkillAtk,"GN_CARTCANNON",20;
      }
   }
}