Discover treasures, dungeons and raw materials.
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 | 526 |
aegisName ❔ | IronShovel |
keepAfterUse ❔ | true |
Script to execute when the item is used/equipped.
if (@useType == 1) {
doevent "Shovel::OnBury";
} else {
doevent "Shovel::OnDig";
}