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:
.@mid=CloverPatch;
break;
	case 2:
.@mid=ChagashroomField;
break;
	default:
.@mid=PlushroomField;
break;
}
.@am=rand(1,2);
.@name$=strmobinfo(1, .@mid);
if (@useType == 1) {
	if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, .@name$, .@mid, .@am);
	}
}