Moubootaur Legends

Blueberries - Item DB

Blueberries | 545

Nearly bursting with sweet juice.

Heal 1% HP. During Spring, heals 10x more
ID 545
type IT_HEALING
weight 4
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 545
aegisName Blueberries
Script

Script to execute when the item is used/equipped.

@type = 0;
@rarity=1;
if ($EVENT$ == "SPRING") {
	@rarity=10;
}
doevent "rand_sc_heal::OnUse";