Moubootaur Legends

Steel Shovel - Item DB

Steel Shovel | 527

Discover treasures, dungeons and raw materials.

Dig holes
ID 527
type IT_USABLE
weight 210

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 527
aegisName SteelShovel
keepAfterUse true
Script

Script to execute when the item is used/equipped.

if (@useType == 1) {
	doevent "Shovel::OnBury";
} else {
	doevent "Shovel::OnDig";
}