Witch's Broom [2], посох (Renewal)
Witch's Broom [2] (WITCHSBROOMSTICK) – оружие.
![Witch's Broom [2], посох (Renewal) Witch's Broom [2], посох (Renewal)](/images/db/items/picture/26140.png)
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%.
Скрипт
.@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; } } }