Moubootaur Legends

Lemon Cake - Item DB

Lemon Cake | 8061

A small lemon cake. There's no sugar, so it's sour.

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

Mobs that drop this item:

Monster Drop Chances
Bloody Mouboo 3%
Jhon Longnose 5.4%
Brainic 0.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 8061
aegisName LemonCake
dyeString R:#ade5a2,cff7bf;G:#cceccc,afffaf
Script

Script to execute when the item is used/equipped.

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