Witch's Broom
| Item ID | 26140 | Name | Witch's Broom |
|
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 recieving 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 |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | WitchsBroomStick | ||
| Attack | 117 | Type | Weapon - Staff | ||
| MATK | 200 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Mage, Wizard, Sage, Soul Linker | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 210 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@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;
}
}
}
|
||||