Moubootaur Legends

Small Chocolate Bar - Item DB

Small Chocolate Bar | 625

A chocolate bar, you can easily place it in your pocket! Don't forget it when you want to wash your pants!

Heal 70-150 HP / During Winter, heals 10x more.
ID 625
type IT_HEALING
weight 1
delay 1000

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 625
aegisName SmallChocolateBar
Script

Script to execute when the item is used/equipped.

if ($@SEASON == WINTER) {
	callfunc("ItHeal", 2, 700, 1500);
} else {
	callfunc("ItHeal", 2, 70, 150);
}