Moubootaur Legends

Iron Shovel - Item DB

Iron Shovel | 526

Discover treasures, dungeons and raw materials.

Dig holes
ID 526
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 526
aegisName IronShovel
keepAfterUse true
Script

Script to execute when the item is used/equipped.

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