Moubootaur Legends

Blueberry Cake - Item DB

Blueberry Cake | 8066

A small cake only produced during spring.

Recover homunculus mana. Does not satiate hunger.
ID 8066
type IT_HEALING
weight 10
delay 500

Mobs that drop this item:

No Monsters drop this item.

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 8066
aegisName BlueberryCake
dyeString R:#ccc5f9,efe8fd;G:#babaff,fefeff;W:#1a1ad9,8f8fff
Script

Script to execute when the item is used/equipped.

if (@useType == 1)
	callfunc("MPHeal", 4, 50, 100);
else
	callfunc("HomunHeal", 200, 10);