Moubootaur Legends

Treasure Map - Item DB

Treasure Map | 680

The X marks the spot! Use F10 to see your coordinates.

Acquire treasures! Maybe. You must have a shovel to retrieve the treasure.
ID 680
type IT_USABLE
weight 14

Mobs that drop this item:

Monster Drop Chances
Dreaded Pirate Marley 14%
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 680
aegisName TreasureMap
keepAfterUse true
Script

Script to execute when the item is used/equipped.

if (!ShovelQuests_AssignedX) {
	callfunc "shovel_genrandtreasure";
}
dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);