Moubootaur Legends

Apple Cake - Item DB

Apple Cake | 8065

A small apple cake. So delicious you'll want more.

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

Mobs that drop this item:

Monster Drop Chances
Fire Element 2%
Water Element 2%
Earth Element 2%
Wind Element 2%
Sacred Wisp 3%
Evil Wisp 3%
Panthom Wisp 3%
Epiphany Wisp 3%
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 8065
aegisName AppleCake
dyeString R:#ccc599,fff8ED;G:#ffbaba,fffefe;W:#d91a1a,ff8f8f
Script

Script to execute when the item is used/equipped.

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