You died, and all you got was this nasty acorn!
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 | 7420 |
aegisName ❔ | DeathPenality |
Script to execute when the item is used/equipped.
if (@useType == 1) {
callfunc "ItHeal", 3, 8, 30;
} else {
if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
$TREE_PLANTED+=+1;
callfunc "SaggyScoreUpdate", callfunc("rand2", 1, 2);
}
}