Moubootaur Legends

Chef Hat - Item DB

Chef Hat | 2937

A tall hat designed for the person in charge of a kitchen. It smells like onions.

Skill and Items HP Regen +10% / Attack -45% / Poison Resist +15%
ID 2937
type IT_ARMOR
weight 185
def 14
equipLv 45

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 2937
aegisName ChefHat
Script

Script to execute when the item is used/equipped.

bonus bMaxHP,58;
bonus bHPrecovRate,30;
bonus bSPrecovRate,30;
bonus bHealPower,20;
bonus bAddItemHealRate,10;
bonus bAtkRate,-45;
bonus bAtk2,-45;
bonus2 bResEff,Eff_Poison,1500;
OnUnequipScript

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

dispbottom "You feel bad for some strange reason.";
callfunc "SC_Bonus", 1+rand(5), SC_CURSE, 1;