It tastes like cheese, actually.
Monster | Drop Chances |
---|---|
Brainic | 0.6% |
King Chonky Birb | 2.4% |
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 JSONID | 8070 |
aegisName ❔ | KiraraLemon |
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); }