summaryrefslogtreecommitdiff
path: root/items/usable/item5251_Tomato.xml
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 /items/usable/item5251_Tomato.xml
parent43840e5a16328ccb886e17355d779f699fb98fa0 (diff)
downloadclientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.gz
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.bz2
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.tar.xz
clientdata-45f0e97b57533d6c99085ccd79404f0c4ca7f03c.zip
Remove Wumpus Egg. Introduce Tomatoes.
Diffstat (limited to 'items/usable/item5251_Tomato.xml')
-rw-r--r--items/usable/item5251_Tomato.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/items/usable/item5251_Tomato.xml b/items/usable/item5251_Tomato.xml
new file mode 100644
index 00000000..1bef30f4
--- /dev/null
+++ b/items/usable/item5251_Tomato.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <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>