Item Details

Witch's Broom [2] ( WitchsBroomStick )

ID 26140 Witch's Broom [2]
Witch's Broom [2] Buy Price: zeny Sell Price: 0 zeny Weight: 30 Slots: 2
Type: Weapon item. Sub Type: Staff Gender: Both Locations: Weapon
Attack: 117 Magic Attack: 200 Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 210 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

The broom used by the witch looks like a regular broom, but it has a slight sense of magical power.
However, it seems that ordinary people cannot ride and fly.
------------------------
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%.
------------------------
Class: Staff
Attack: 117
Weight: 30
Weapon Lv: 5
Required Lv: 210
Class: Magician classes, Soul Linker classes

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
      }
   }
}
Not specified
Not specified

Not specified