diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/generic/item5279_LegendaryCarrot.xml | 2 | ||||
-rw-r--r-- | items/usable/_include.xml | 2 | ||||
-rw-r--r-- | items/usable/item5405_LegendaryShovel.xml | 25 | ||||
-rw-r--r-- | items/usable/item5406_LegendaryTreasureMap.xml | 11 |
4 files changed, 39 insertions, 1 deletions
diff --git a/items/generic/item5279_LegendaryCarrot.xml b/items/generic/item5279_LegendaryCarrot.xml index c5ef1bd0..78abefa3 100644 --- a/items/generic/item5279_LegendaryCarrot.xml +++ b/items/generic/item5279_LegendaryCarrot.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5279" image="generic/legendary-carrot.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> + <item id="5279" image="generic/carrot-legendary.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> </items> 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> |