The only sword capable of beheading a Terranite.
No Monsters drop this item.
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 JSONID | 576 |
aegisName ❔ | Beheader |
subtype ❔ | W_2HAXE |
viewSprite ❔ | 1 |
Script to execute when the item is used/equipped.
bonus bDoubleAddRate, 50;
bonus bSpeedAddRate, 10;
bonus bHit, -20;
bonus bCritical, -25;
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);