Moubootaur Legends

Chocolate Cake - Item DB

Chocolate Cake | 8063

A small chocolate cake. Not so tasty as it looks.

Heal homunculus (medium). Does not satiate hunger.
ID 8063
type IT_HEALING
weight 10
delay 500

Mobs that drop this item:

Monster Drop Chances
Chocolate Slime Mother 4%
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 8063
aegisName ChocolateCake
dyeString R:#9e6e3b,e39d52;G:#e29f57;W:#ffd5a8
Script

Script to execute when the item is used/equipped.

if (@useType == 1)
	callfunc("ItHeal2", 4, 3);
else
	callfunc("HomunHeal", 60, 10);