Moubootaur Legends

Fertilized Spores - Item DB

Fertilized Spores | 617

You can plant it to colect some shrooms.

ID 617
type IT_USABLE
weight 2
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 617
aegisName FertilizedSpores
Script

Script to execute when the item is used/equipped.

switch (rand(1,3)) {
	case 1:
[email protected]=CloverPatch;
break;
	case 2:
[email protected]=ChagashroomField;
break;
	default:
[email protected]=PlushroomField;
break;
}
[email protected]=rand(1,2);
[email protected]$=strmobinfo(1, [email protected]);
if (@useType == 1) {
	if (!getmapxy([email protected]$, [email protected], [email protected], 0)) {
monster([email protected]$, [email protected], [email protected], [email protected]$, [email protected], [email protected]);
	}
}