Moubootaur Legends

Pumpkandy Seed - Item DB

Pumpkandy Seed | 624

Use them at the right moment, if you want to collect some sweet candy.

Plant Pumpkandy
ID 624
type IT_USABLE
weight 1
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 624
aegisName PumpkandySeed
Script

Script to execute when the item is used/equipped.

if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1);
if ($EVENT$ == "Halloween")
	monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1);
	}