diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:09:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:09:10 -0300 |
commit | 4cc606af7ed5014456545a6a8613ea5016340f65 (patch) | |
tree | a487fb66122dcc0cfce83a09c69fb1501636f7ef | |
parent | af7e4c3f09ecd9e2545bcddca87e1415141ac6b6 (diff) | |
download | clientdata-4cc606af7ed5014456545a6a8613ea5016340f65.tar.gz clientdata-4cc606af7ed5014456545a6a8613ea5016340f65.tar.bz2 clientdata-4cc606af7ed5014456545a6a8613ea5016340f65.tar.xz clientdata-4cc606af7ed5014456545a6a8613ea5016340f65.zip |
Confirm Wumpus Egg replacement
-rw-r--r-- | items/generic.xml | 7 | ||||
-rw-r--r-- | items/usable.xml | 9 | ||||
-rw-r--r-- | license.md | 1 |
3 files changed, 10 insertions, 7 deletions
diff --git a/items/generic.xml b/items/generic.xml index 7f3ab59f..d7ebb8aa 100644 --- a/items/generic.xml +++ b/items/generic.xml @@ -698,13 +698,6 @@ description="Admit one" type="generic" weight="1" /> - <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="5256" image="generic/pvpcoin.png" name="Murderer Coin" diff --git a/items/usable.xml b/items/usable.xml index 502a6739..5eeccb74 100644 --- a/items/usable.xml +++ b/items/usable.xml @@ -869,4 +869,13 @@ type="usable" 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> @@ -554,6 +554,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 |