summaryrefslogtreecommitdiff
path: root/items/usable/item5329_IronShovel.xml
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-03-05 21:50:47 +0100
committerLed Mitz <smoothshifter@tuta.io>2024-04-19 02:23:07 +0000
commit31d9cae953c0881c2c3e60e60e2739757ac206f3 (patch)
tree3cc8e62f132c6e7bc8a82a5ce384540e721d1f77 /items/usable/item5329_IronShovel.xml
parent4f3d02bc204a779e55cf87ca9df71d32832fb5d9 (diff)
downloadclientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.gz
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.bz2
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.tar.xz
clientdata-31d9cae953c0881c2c3e60e60e2739757ac206f3.zip
Bifs Slimes Items
Diffstat (limited to 'items/usable/item5329_IronShovel.xml')
-rw-r--r--items/usable/item5329_IronShovel.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/items/usable/item5329_IronShovel.xml b/items/usable/item5329_IronShovel.xml
new file mode 100644
index 00000000..21e24963
--- /dev/null
+++ b/items/usable/item5329_IronShovel.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5329"
+ image="use/others/shovel.png"
+ name="Iron 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>