The Mana World

BullHelmet - Item DB

BullHelmet | 877

A black steel helmet worn by the most ferocious warriors.

Double Damage +20% / Attack Speed +10% / VIT Defense -39% / Melee only
ID 877
type IT_ARMOR
weight 1300
def 19
matk -52
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 877
aegisName BullHelmet
viewSprite 877
Script

Script to execute when the item is used/equipped.

bonus bMatkRate, -52; bonus bDoubleAddRate, 20;
bonus bStr, 10;
bonus bCritical, 15;
bonus bAspdRate, 10;
bonus bDef2Rate, -39;
bonus bHit, -15;
OnEquipScript

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

callfunc "RequireStat", bStr, 70, EQI_HEAD_TOP;
callfunc "RequireStat", bVit, 50, EQI_HEAD_TOP;
callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP;