Rutilus Stick-OSAD [2], посох (Renewal)

Rutilus Stick-OSAD [2] (RUTILUS_STICK_AD) – оружие.

Rutilus Stick-OSAD [2], посох (Renewal)

Can't be destroyed.
Matk + 175.
Increases magical damage against neutral and earth property enemies by 10%.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases neutral and fire property magical damage by 30%.
If refine rate is 11 or higher, reduces global cooldown by 15%.

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

  • ID: 31482
  • Код: RUTILUS_STICK_AD
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 80
  • Магическая атака: 175
  •  
  • Требуемый уровень: 170
  • Профессии: acolyte, mage, monk, novice, priest, sage, soul_linker, super_novice, wizard
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bMagicAddEle,Ele_Neutral,10;
bonus2 bMagicAddEle,Ele_Earth,10;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_Fire,30;
      bonus2 bMagicAtkEle,Ele_Neutral,30;
      if (.@r>=11) {
         bonus bDelayrate,-15;
      }
   }
}