summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-05-16 21:39:19 +0200
committerHoraK-FDF <horak-fdf@web.de>2024-05-16 21:39:19 +0200
commit86ef14d06bd7a58017fb404f0bab28d42d896940 (patch)
tree988390492abeb6dc52b3cc9c467778f747f0ad3d /items
parent7797549dd20e6a0dcb1ac4e43a65cda3edf8e1c7 (diff)
downloadclientdata-86ef14d06bd7a58017fb404f0bab28d42d896940.tar.gz
clientdata-86ef14d06bd7a58017fb404f0bab28d42d896940.tar.bz2
clientdata-86ef14d06bd7a58017fb404f0bab28d42d896940.tar.xz
clientdata-86ef14d06bd7a58017fb404f0bab28d42d896940.zip
mob drops add6
Diffstat (limited to 'items')
-rw-r--r--items/usable/item3001_RubberBat.xml2
-rw-r--r--items/usable/item5341_Manana.xml2
-rw-r--r--items/usable/item5344_ChocolateBiscuit.xml2
-rw-r--r--items/usable/item5373_JunglefowlEgg.xml2
-rw-r--r--items/usable/item5374_KingChonkyBirbEgg.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/items/usable/item3001_RubberBat.xml b/items/usable/item3001_RubberBat.xml
index d5ceb24a..999c5064 100644
--- a/items/usable/item3001_RubberBat.xml
+++ b/items/usable/item3001_RubberBat.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<items>
- <item id="3001" image="generic/rubberbat.png" name="Rubber Bat" description="Squeaks when you squeeze it." type="usable" weight="30"/>
+ <item id="3001" image="generic/rubberbat.png" name="Rubber Bat" description="Squeaks when you squeeze it." useButton="Squeeze" type="usable" weight="30"/>
</items>
diff --git a/items/usable/item5341_Manana.xml b/items/usable/item5341_Manana.xml
index 9f666610..43a34a7e 100644
--- a/items/usable/item5341_Manana.xml
+++ b/items/usable/item5341_Manana.xml
@@ -3,7 +3,7 @@
<item id="5341"
image="use/food/manana.png"
name="Manana"
- useButton="Use"
+ useButton="Eat"
description="A fast healing fruit."
hp="350"
type="usable"
diff --git a/items/usable/item5344_ChocolateBiscuit.xml b/items/usable/item5344_ChocolateBiscuit.xml
index d91c1097..c474f612 100644
--- a/items/usable/item5344_ChocolateBiscuit.xml
+++ b/items/usable/item5344_ChocolateBiscuit.xml
@@ -4,7 +4,7 @@
image="use/food/chocolatebiscuit.png"
name="Chocolate Biscuit"
description="A chocolate biscuit."
- useButton="Yummy!"
+ useButton="Eat"
hp="100"
type="usable"
weight="5"/>
diff --git a/items/usable/item5373_JunglefowlEgg.xml b/items/usable/item5373_JunglefowlEgg.xml
index 47c976ee..2b1c2179 100644
--- a/items/usable/item5373_JunglefowlEgg.xml
+++ b/items/usable/item5373_JunglefowlEgg.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<items>
- <item id="5373" image="use/food/bird-egg-a.png|W:#c0c011;R:#b222211" name="Junglefowl Egg" description="An edible junglefowl egg." type="usable" hp="300" weight="4"/>
+ <item id="5373" image="use/food/bird-egg-a.png|W:#c0c011;R:#b222211" name="Junglefowl Egg" useButton="Eat" description="An edible junglefowl egg." type="usable" hp="300" weight="4"/>
</items>
diff --git a/items/usable/item5374_KingChonkyBirbEgg.xml b/items/usable/item5374_KingChonkyBirbEgg.xml
index 9ebaf290..6bc8b5d5 100644
--- a/items/usable/item5374_KingChonkyBirbEgg.xml
+++ b/items/usable/item5374_KingChonkyBirbEgg.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<items>
- <item id="5374" image="use/food/bird-big-egg-a.png|W:#d0d011;R:#b222211" name="King Chonky Birb Egg" description="An edible egg from a mighty king chonky birb." type="usable" hp="800" weight="22"/>
+ <item id="5374" image="use/food/bird-big-egg-a.png|W:#d0d011;R:#b222211" name="King Chonky Birb Egg" useButton="Eat" description="An edible egg from a mighty king chonky birb." type="usable" hp="800" weight="22"/>
</items>