The Mana World

Beheader - Item DB

Beheader | 576

The only sword capable of beheading a Terranite.

Double Damage +50% / No bow / 0 Int
ID 576
type ❔ IT_WEAPON
weight ❔ 2000
atk ❔ 999
range ❔ 1
weaponLv ❔ 1
equipLv ❔ 1

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 576
aegisName ❔ Beheader
subtype ❔ W_2HAXE
viewSprite ❔ 1
Script

Script to execute when the item is used/equipped.

bonus bDoubleAddRate, 50;
bonus bSpeedAddRate, 10;
bonus bHit, -20;
bonus bCritical, -25;
OnEquipScript

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

callfunc "NoBowItem", EQI_HAND_R;
if (readparam(bInt) > 1) 	unequip(EQI_HAND_R);