Item Details

¸¶³àÀÇ ºøÀÚ·ç [2] ( WitchsBroomStick )

# 26140 ¸¶³àÀÇ ºøÀÚ·ç [2]
¸¶³àÀÇ ºøÀÚ·ç [2] Compra: zeny Venda: 0 zeny Peso: 30 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Arma
Ataque: 117 Ataque Mágico: 200 Alcance: 1 Defesa: N/A
Nível da Arma: 5 Nvl. Armad.: N/A Nvl. Min.: 210 Nvl. Máx.: N/A
Refinável: 1 Graduável: 1 Elemento: Neutro Classes: N/A

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

N/A

Permitido na loja de compra de jogador: Invoca monstro: É vinculado ao equipar: Restrição de empilhamento no inventário:
Restrição de empilhamento no carrinho: Restrição de empilhamento no armazém: Restrição de empilhamento no armazém da guilda: Pode ser solto:
Pode ser trocado: Pode ser trocado com membro de grupo: Pode ser vendido para NPC: Pode ser colocado no carrinho:
Pode ser colocado no armazém: Pode ser colocado no armazém da guilda: Pode ser colocado no correio: Pode ser leiloado:
Atraso:
.@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;
      }
   }
}
N/A
N/A

N/A