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

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

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

A staff equipped with a luminous red orb.

This item is indestructible in battle.
Matk +175
Magic damage +5% on Neutral and Earth enemies.
If upgrade level is +7 or higher,
Reduces the variable casting time of skills by 7%.
If upgrade level is +9 or higher,
Magic attacks create a chance of increasing Fire Magic damage by 30% for 10 seconds.
If upgrade level is +11 or higher,
Reduces the global delay of skills by 10%.

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

  • ID: 27628
  • Код: RUTILUS_STICK_OS
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 80
  • Магическая атака: 175
  •  
  • Требуемый уровень: 130
  • Профессии: priest, soul_linker, super_novice, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bMagicAddEle,Ele_Neutral,5;
bonus2 bMagicAddEle,Ele_Earth,5;
if (.@r >= 7) {
   bonus bVariableCastrate,-7;
   if (.@r >= 9) {
      autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,30; }",40,10000,BF_MAGIC,"{ specialeffect2 255; }";
      if (.@r >= 11) {
         bonus bDelayrate,-10;
      }
   }
}