summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-08 09:47:22 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-08 09:47:22 -0300
commit45f0e97b57533d6c99085ccd79404f0c4ca7f03c (patch)
tree5e292e19d93b66ad14a9103ee6d3c947e122aa9b
parent43840e5a16328ccb886e17355d779f699fb98fa0 (diff)
downloadclientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.gz
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.bz2
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.xz
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.zip
Remove Wumpus Egg. Introduce Tomatoes.
-rw-r--r--graphics/items/use/food/tomato.pngbin0 -> 923 bytes
-rw-r--r--items/generic/_include.xml1
-rw-r--r--items/usable/_include.xml1
-rw-r--r--items/usable/item5251_Tomato.xml (renamed from items/generic/item5251_WumpusEgg.xml)2
-rw-r--r--license.md1
5 files changed, 3 insertions, 2 deletions
diff --git a/graphics/items/use/food/tomato.png b/graphics/items/use/food/tomato.png
new file mode 100644
index 00000000..32fe02c3
--- /dev/null
+++ b/graphics/items/use/food/tomato.png
Binary files differ
diff --git a/items/generic/_include.xml b/items/generic/_include.xml
index ff381cdf..aacf25a3 100644
--- a/items/generic/_include.xml
+++ b/items/generic/_include.xml
@@ -254,7 +254,6 @@
<include name="items/generic/item5223_BlueTicket.xml"/>
<include name="items/generic/item5224_PurpleTicket.xml"/>
<include name="items/generic/item5225_PinkTicket.xml"/>
- <include name="items/generic/item5251_WumpusEgg.xml"/>
<include name="items/generic/item5256_PVPCoin.xml"/>
<include name="items/generic/item5265_LoveLetter.xml"/>
<include name="items/generic/item5279_Carrot.xml"/>
diff --git a/items/usable/_include.xml b/items/usable/_include.xml
index 1c5a028b..d453e0e8 100644
--- a/items/usable/_include.xml
+++ b/items/usable/_include.xml
@@ -103,5 +103,6 @@
<include name="items/usable/item5235_TMWGift.xml"/>
<include name="items/usable/item5236_GumiCandy.xml"/>
<include name="items/usable/item5237_CaramelCandy.xml"/>
+ <include name="items/usable/item5251_Tomato.xml"/>
<include name="items/usable/item5263_LovePotion.xml"/>
</items>
diff --git a/items/generic/item5251_WumpusEgg.xml b/items/usable/item5251_Tomato.xml
index 7a6890ff..1bef30f4 100644
--- a/items/generic/item5251_WumpusEgg.xml
+++ b/items/usable/item5251_Tomato.xml
@@ -6,5 +6,5 @@
<its:translateRule selector="//item/@effect" translate="yes"/>
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <item id="5251" image="generic/wumpus-egg.png" name="Wumpus Egg" description="Priceless magical reagent. Amplifies magic in the magnitude of millions" effect="Event item, exchange for a rare with Jande" type="generic" weight="1"/>
+ <item id="5251" image="use/food/tomato.png" name="Tomato" description="Please be civilized and don't throw it at anyone!" type="usable" hp="200" mp="5" weight="5"/>
</items>
diff --git a/license.md b/license.md
index 68153b64..cbae3575 100644
--- a/license.md
+++ b/license.md
@@ -542,6 +542,7 @@ File | Artists | Licenses
`graphics/items/use/food/snake-egg.png` | Fate, Enchilado | GPLv2, CC BY-SA 3.0
`graphics/items/use/food/snapple.png` | Nmaligec, Salmondine, Enchilado | GPLv2
`graphics/items/use/food/steak.png` | Otacke, Enchilado | GPLv2
+`graphics/items/use/food/tomato.png` | Enchilado, Nard, ? | GPLv2, CC BY-SA 3.0
`graphics/items/use/food/tonoridelight.png` | Meway, Enchilado | GPLv2
`graphics/items/use/food/water.png` | FotherJ, Enchilado | GPLv2, CC BY-SA 3.0
`graphics/items/use/food/wine.png` | Nmaligec, Salmondine, Enchilado | GPLv2