You can plant it to colect some shrooms.
No Monsters drop this item.
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 JSONID | 617 |
aegisName ❔ | FertilizedSpores |
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);
}
}