Moubootaur Legends

Orange Cake - Item DB

Orange Cake | 8062

A small orange cake. Makes you thristy after eating.

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

Mobs that drop this item:

Monster Drop Chances
Isbamuth 3.4%
Snail 1.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 8062
aegisName OrangeCake
dyeString R:#fed079,ffffff;G:#fed079,ffffff,ffffff;W:#856200,e68e00,ffa600
Script

Script to execute when the item is used/equipped.

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