summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2025-04-09 22:48:30 +0000
committerHoraK-FDF <horak-fdf@web.de>2025-04-09 22:48:30 +0000
commit02f6485645165c00c5f4b2ed102c990a2becb3ab (patch)
tree15fd1ea4fdf4bb00f8a140d6a080c68fde3aab32
parentfb5bf4a998a442da3ffa2ae7c7d2513bf1149e31 (diff)
downloadclientdata-02f6485645165c00c5f4b2ed102c990a2becb3ab.tar.gz
clientdata-02f6485645165c00c5f4b2ed102c990a2becb3ab.tar.bz2
clientdata-02f6485645165c00c5f4b2ed102c990a2becb3ab.tar.xz
clientdata-02f6485645165c00c5f4b2ed102c990a2becb3ab.zip
Legendary Shovel and Legendary Treasure Map
- clientdata changes for https://git.themanaworld.org/legacy/serverdata/-/merge_requests/862 pngs run through optipng -o7 - renamed legendary-carrot.png to carrot-legendary.png and optimized it with optipng and added partial license since i dont know author that added stars atm and since i copied those stars to the other legendary items i put a ? there as well for now Approved-by: Hello TMW <hello@themanaworld.org>
-rw-r--r--graphics/items/generic/carrot-legendary.pngbin0 -> 425 bytes
-rw-r--r--graphics/items/generic/legendary-carrot.pngbin697 -> 0 bytes
-rw-r--r--graphics/items/use/shovel-legendary.pngbin0 -> 485 bytes
-rw-r--r--graphics/items/use/treasuremap-legendary.pngbin0 -> 1671 bytes
-rw-r--r--items/generic/item5279_LegendaryCarrot.xml2
-rw-r--r--items/usable/_include.xml2
-rw-r--r--items/usable/item5405_LegendaryShovel.xml25
-rw-r--r--items/usable/item5406_LegendaryTreasureMap.xml11
-rw-r--r--license.md3
9 files changed, 42 insertions, 1 deletions
diff --git a/graphics/items/generic/carrot-legendary.png b/graphics/items/generic/carrot-legendary.png
new file mode 100644
index 00000000..dd054770
--- /dev/null
+++ b/graphics/items/generic/carrot-legendary.png
Binary files differ
diff --git a/graphics/items/generic/legendary-carrot.png b/graphics/items/generic/legendary-carrot.png
deleted file mode 100644
index c61f58f7..00000000
--- a/graphics/items/generic/legendary-carrot.png
+++ /dev/null
Binary files differ
diff --git a/graphics/items/use/shovel-legendary.png b/graphics/items/use/shovel-legendary.png
new file mode 100644
index 00000000..3c63ecf4
--- /dev/null
+++ b/graphics/items/use/shovel-legendary.png
Binary files differ
diff --git a/graphics/items/use/treasuremap-legendary.png b/graphics/items/use/treasuremap-legendary.png
new file mode 100644
index 00000000..04c54567
--- /dev/null
+++ b/graphics/items/use/treasuremap-legendary.png
Binary files differ
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>
diff --git a/license.md b/license.md
index 784fa120..25030b75 100644
--- a/license.md
+++ b/license.md
@@ -410,6 +410,7 @@ File | Artists | Licenses
`graphics/items/generic/bromenal-droplet.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
`graphics/items/generic/bugleg.png` | :grey_question:, Enchilado | GPLv2
`graphics/items/generic/butterfly.png` | Meway, Saulc | GPL 3.0/CC BY-SA 3.0
+`graphics/items/generic/carrot-legendary.png` | Enchilado, Reid, ? | CC BY-SA 3.0
`graphics/items/generic/casinocoins.png` | :grey_question:, Enchilado | GPLv2
`graphics/items/generic/cavesnakelamp.png` | :grey_question:, Enchilado | GPLv2
`graphics/items/generic/charcoal.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0
@@ -636,8 +637,10 @@ File | Artists | Licenses
`graphics/items/use/others/croconut.png` | Hal9000 | CC BY-SA 3.0
`graphics/items/use/others/rubberducky.png` | Salmondine, dangerDuck | GPLv2
`graphics/items/use/others/shovel.png` | Alige, Reid | CC BY-SA 3.0
+`graphics/items/use/others/shovel-legendary.png` | Alige, Reid, ?, HoraK-FDF | CC BY-SA 3.0
`graphics/items/use/others/treasuremap.png` | Diego, TMW-Br | GPLv2
`graphics/items/use/others/treasuremap2.png` | Salmondine | GPLv2
+`graphics/items/use/others/treasuremap-legendary.png` | Salmondine, ?, HoraK-FDF | GPLv2
`graphics/items/use/others/warp-towel.png` | Bjorn, ChefChelios | GPLv2, CC BY-SA 3.0
#### Potions