Sapphire Hall-OS [2], булава (Renewal)
Sapphire Hall-OS [2] (SAPHIR_HALL_OS) – оружие.
![Sapphire Hall-OS [2], булава (Renewal) Sapphire Hall-OS [2], булава (Renewal)](/images/db/items/picture/16088.png)
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.
Скрипт
.@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;
      }
   }
}