The Mana World

BansheeBow - Item DB

BansheeBow | 878

A bow that has been enchanted by the dark powers of a witch.

Attack Speed +20% / Defense -40% / VIT Defense -35% / Vanishes HP by 2% of damages dealt / Walk Speed +10%
ID 878
type ❔ IT_WEAPON
weight ❔ 900
atk ❔ 140
matk ❔ -9
range ❔ 6
weaponLv ❔ 1
equipLv ❔ 90

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 878
aegisName ❔ BansheeBow
subtype ❔ W_BOW
viewSprite ❔ 1
Script

Script to execute when the item is used/equipped.

bonus2 bHPDrainRate, 100, -2;
bonus bAspdRate, 20;
bonus bMaxHP, -150;
bonus bSpeedAddRate, 20;
bonus bDefRate, -40;
bonus bDef2Rate, -35;
bonus bMatkRate, -9;
OnEquipScript

Script to execute when the item is equipped. Warning, not all item bonuses will work here as expected.

callfunc "RequireStat", bDex, 80, EQI_HAND_R;