Moubootaur Legends

Carrot - Item DB

Carrot | 530

Good in various recipes, and loved by bunnies. During Easter and Valentine, heals 3x more.

Heal 6%-9% HP
ID 530
type IT_HEALING
weight 3
delay 500

Mobs that drop this item:

Monster Drop Chances
Bhop Fluffy 0.51%
Lovely Fluffy 0.51%
Snow Binny (NYI) 1.5%
0.51%
Living Potato 0.11%
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 530
aegisName Carrot
Script

Script to execute when the item is used/equipped.

@type = 1;
@rarity=3;
if ($EVENT$ == "Easter" || $EVENT$ == "Valentine") {
	@rarity=9;
}
doevent "rand_sc_heal::OnUse";