Sapphire Hall-OS [2], булава (Renewal)

Sapphire Hall-OS [2] (SAPHIR_HALL_OS) – оружие.

Sapphire Hall-OS [2], булава (Renewal)

A mace with an attached ball that gleams blue.

Atk + 3%
If upgrade level is +7 or higher, reduces the variable casting time of skills by 7%.
If upgrade level is +9 or higher, increases the damage of Cart Cannon by 20%.
If upgrade level is +11 or higher, Increases long-ranged damage on targets by 15%.
This item is indestructible in battle.

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

  • ID: 24283
  • Код: SAPHIR_HALL_OS
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 185
  •  
  • Требуемый уровень: 130
  • Профессии: alchemist
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

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