Witch's Broom [2], посох (Renewal)

Witch's Broom [2] (WITCHSBROOMSTICK) – оружие.

Witch's Broom [2], посох (Renewal)

Matk + 200.
Can't be destroyed.
Increases magical damage against formless race monsters by 10%.
Has a low chance to auto-cast Quagmire level 1 when receiving damage.
If refine rate is 7 or higher, Matk + 35, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases magical damage against formless race monsters by additional 10%.
If refine rate is 11 or higher, reduces global cooldown by 10%.
[Bonus by grade]
[Grade D] S.Matk + 2.
[Grade C] SPL + 3, S.Matk + 1.
[Grade B] Reduces variable casting time by additional 5%.

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

  • ID: 27621
  • Код: WITCHSBROOMSTICK
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 117
  • Магическая атака: 200
  •  
  • Требуемый уровень: 210
  • Профессии: mage, sage, soul_linker, wizard
  • Вес: 30

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_Formless,10;
bonus3 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus bMatk,35;
   if (.@r>=9) {
      bonus2 bMagicAddRace,RC_Formless,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bSMatk,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus bSpl,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bVariableCastrate,-5;
      }
   }
}