ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Witch's Broom
WWitch's Broom

Witch's Broom [2]

26140 WitchsBroomStick

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
ArmaStaff
W

The broom that the witch used looks like a regular broom, but you can feel the magic in a subtle way.

However, it seems that ordinary people cannot ride and fly it.

Indestructible in battle

MATK +180

Increases Magical Damage against monsters of Formless race by 10%.

Random chance to auto-cast Level 1 Quagmire when receiving damage.

Refine Level +7:

MATK +35

Decreases Variable Casting Time by 10%.

Refine Level +9:

Increases Magical Damage against monsters of Formless race by additional 10%.

Refine Level +11:

Decreases After Skill Delay by 10%.

[Bonus by Grade]

[Grade D]: S.MATK +2

[Grade C]: SPL +3, S.MATK +1

[Grade B]: Variable Casting Time -5%.

Type: One-Handed Staff

Attack: 117

Weight: 30

Weapon Level: 5

Requirement:

Base Level 210

Magician and Soul Linker classes

ATK117
MATK200
Rango1
Nivel de arma5

Información adicional

Precio de compra
0 z
Nivel máximo
Sin límite
Género
Both
Refinable
Sí
Gradable
Sí
Script del ítem
.@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;
      }
   }
}