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:
[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]);
}
}