Moubootaur Legends

Saulcandy - Item DB

Saulcandy | 622

Probably the most buggy Candy. During Autumn, heals 10x more

Heal 33-99 HP
ID 622
type IT_HEALING
weight 2
delay 400

Mobs that drop this item:

Monster Drop Chances
Pumpkandy 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 622
aegisName Saulcandy
Script

Script to execute when the item is used/equipped.

@min = 33;
@max = 99;
if ($@SEASON == AUTUMN) {
	@min = 330;
	@max = 990;
}
@delay = 3;
doevent "legacy_heal::OnUse";