Moubootaur Legends

Ginger Bread Man - Item DB

Ginger Bread Man | 553

A spicy ginger bread man.

Heal 4% HP. During winter, heals 10%.
ID 553
type IT_HEALING
weight 4
delay 500

Mobs that drop this item:

Monster Drop Chances
Dark Lizard 2.4%
Candied Slime 2%
Santa Slime 8%
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 553
aegisName GingerBreadMan
Script

Script to execute when the item is used/equipped.

@type = 0;
@rarity=4;
if ($@SEASON == WINTER) {
	@rarity=10;
}
doevent "rand_sc_heal::OnUse";