summaryrefslogtreecommitdiff
path: root/items/usable
diff options
context:
space:
mode:
Diffstat (limited to 'items/usable')
-rw-r--r--items/usable/_include.xml2
-rw-r--r--items/usable/item5405_LegendaryShovel.xml25
-rw-r--r--items/usable/item5406_LegendaryTreasureMap.xml11
3 files changed, 38 insertions, 0 deletions
diff --git a/items/usable/_include.xml b/items/usable/_include.xml
index b9f9ad26..2dbb0bc4 100644
--- a/items/usable/_include.xml
+++ b/items/usable/_include.xml
@@ -140,4 +140,6 @@
<include name="items/usable/item5379_Sauerkraut.xml"/>
<include name="items/usable/item5382_AnchorStone.xml"/>
<include name="items/usable/item5383_AnchoredAnchorStone.xml"/>
+ <include name="items/usable/item5405_LegendaryShovel.xml"/>
+ <include name="items/usable/item5406_LegendaryTreasureMap.xml"/>
</items>
diff --git a/items/usable/item5405_LegendaryShovel.xml b/items/usable/item5405_LegendaryShovel.xml
new file mode 100644
index 00000000..5861ee4d
--- /dev/null
+++ b/items/usable/item5405_LegendaryShovel.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5405"
+ image="use/others/shovel-legendary.png"
+ name="Legendary Shovel"
+ useButton="Dig"
+ description="Discover treasures, dungeons and raw materials."
+ effect="Dig holes"
+ type="usable"
+ weight="210"
+ sellProtected="true">
+ <inventory>
+ <menu
+ name1="Dig"
+ command1="useinv 'INVINDEX'"
+ name2="Dig"
+ />
+ <menu
+ name1="Bury"
+ command1="useinv 'INVINDEX' 1"
+ name2="Bury"
+ />
+ </inventory>
+ </item>
+</items>
diff --git a/items/usable/item5406_LegendaryTreasureMap.xml b/items/usable/item5406_LegendaryTreasureMap.xml
new file mode 100644
index 00000000..d4c9a076
--- /dev/null
+++ b/items/usable/item5406_LegendaryTreasureMap.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5406"
+ image="use/others/treasuremap-legendary.png"
+ name="Legendary Treasure Map"
+ description="The X marks the spot!"
+ useButton="Read"
+ effect="Acquire treasures! Maybe. You must have a shovel to retrieve the treasure."
+ type="usable"
+ weight="14"/>
+</items>