Moubootaur Legends

Kirara Lemon - Item DB

Kirara Lemon | 8070

It tastes like cheese, actually.

Raises Homunculi intimacy.
ID 8070
type IT_USABLE
weight 6
delay 500

Mobs that drop this item:

Monster Drop Chances
Brainic 0.6%
King Chonky Birb 2.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 8070
aegisName KiraraLemon
Script

Script to execute when the item is used/equipped.

if (!gethominfo(0)) {
	dispbottom l("You cannot eat Kirara Lemons. Better find a homunculus to do so.");
	getitem KiraraLemon, 1;
} else if (homstatus()) {
	dispbottom l("Your Homunculus isn't around to eat this.");
	getitem KiraraLemon, 1;
} else {
	gethomunaff(rand(25,50)*20); }