diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 14:41:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 14:41:03 -0300 |
commit | 8bd8c32f9cf7e5062f1cbe1d705c73823ade4856 (patch) | |
tree | 97904ac97e59c7717b4f647be6069672fb2a5801 /items.xml | |
parent | 031071376a62d9ee4472ef3403fc643558dc97e7 (diff) | |
download | clientdata-8bd8c32f9cf7e5062f1cbe1d705c73823ade4856.tar.gz clientdata-8bd8c32f9cf7e5062f1cbe1d705c73823ade4856.tar.bz2 clientdata-8bd8c32f9cf7e5062f1cbe1d705c73823ade4856.tar.xz clientdata-8bd8c32f9cf7e5062f1cbe1d705c73823ade4856.zip |
Change Shovel to get rid of the dialog
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -422,13 +422,25 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="526" image="usable/use/shovel.png" name="Iron Shovel" - useButton="Use" + useButton="Dig" description="Discover treasures, dungeons and raw materials." effect="Dig holes" type="usable" weight="210" - sellProtected="true" - maxFloorOffset="5"/> + sellProtected="true"> + <inventory> + <menu + name1="Dig" + command1="useinv 'INVINDEX'" + name2="Dig" + /> + <menu + name1="Bury" + command1="useinv 'INVINDEX' 1" + name2="Bury" + /> + </inventory> + </item> <item id="527" image="usable/use/shovel.png" name="Steel Shovel" @@ -437,8 +449,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Dig holes" type="usable" weight="210" - sellProtected="true" - maxFloorOffset="5"/> + sellProtected="true"/> <item id="528" image="usable/food/manana.png" name="Manana" @@ -446,8 +457,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="A fast healing fruit." effect="Heal 4%-6% HP" type="usable" - weight="10" - maxFloorOffset="6"/> + weight="10"/> <item id="529" image="usable/curshroom.png" name="Curshroom" |