Moubootaur Legends

White Cake - Item DB

White Cake | 8064

A small white cake. You wonder where the strawberries went.

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

Mobs that drop this item:

Monster Drop Chances
Jack'O 0.3%
Gobo Bear 2.1%
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 8064
aegisName WhiteCake
dyeString R:#ede5b2,fff7bf;G:#cccccc,ffffff
Script

Script to execute when the item is used/equipped.

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