diff options
-rwxr-xr-x | graphics/items/use-food-jello.png | bin | 0 -> 3900 bytes | |||
-rwxr-xr-x | graphics/items/use-food-juice.png | bin | 0 -> 794 bytes | |||
-rwxr-xr-x | graphics/items/use-food-lady-fingers.png | bin | 0 -> 1020 bytes | |||
-rwxr-xr-x | graphics/items/use-food-skull-mug.png | bin | 0 -> 889 bytes | |||
-rwxr-xr-x | graphics/items/use-food-snapple.png | bin | 0 -> 910 bytes | |||
-rwxr-xr-x | graphics/items/use-food-wine.png | bin | 0 -> 304 bytes | |||
-rwxr-xr-x | graphics/items/use-food-zombie-nachos.png | bin | 0 -> 1044 bytes | |||
-rw-r--r-- | items.xml | 63 |
8 files changed, 63 insertions, 0 deletions
diff --git a/graphics/items/use-food-jello.png b/graphics/items/use-food-jello.png Binary files differnew file mode 100755 index 00000000..fc91ece6 --- /dev/null +++ b/graphics/items/use-food-jello.png diff --git a/graphics/items/use-food-juice.png b/graphics/items/use-food-juice.png Binary files differnew file mode 100755 index 00000000..f4a3288a --- /dev/null +++ b/graphics/items/use-food-juice.png diff --git a/graphics/items/use-food-lady-fingers.png b/graphics/items/use-food-lady-fingers.png Binary files differnew file mode 100755 index 00000000..9c8cc3b9 --- /dev/null +++ b/graphics/items/use-food-lady-fingers.png diff --git a/graphics/items/use-food-skull-mug.png b/graphics/items/use-food-skull-mug.png Binary files differnew file mode 100755 index 00000000..83d781f1 --- /dev/null +++ b/graphics/items/use-food-skull-mug.png diff --git a/graphics/items/use-food-snapple.png b/graphics/items/use-food-snapple.png Binary files differnew file mode 100755 index 00000000..445cecd2 --- /dev/null +++ b/graphics/items/use-food-snapple.png diff --git a/graphics/items/use-food-wine.png b/graphics/items/use-food-wine.png Binary files differnew file mode 100755 index 00000000..6b7c49c1 --- /dev/null +++ b/graphics/items/use-food-wine.png diff --git a/graphics/items/use-food-zombie-nachos.png b/graphics/items/use-food-zombie-nachos.png Binary files differnew file mode 100755 index 00000000..a96716b2 --- /dev/null +++ b/graphics/items/use-food-zombie-nachos.png @@ -2793,6 +2793,69 @@ max-per-slot="1"> <sprite gender="female">equipment/chest/valentine-dress.xml|#BF0E08</sprite> </item> + <item id="784" + image="use-food-zombie-nachos.png" + name="Zombie Nachos" + description="The flavor is in the brains." + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="785" + image="use-food-lady-fingers.png" + name="Lady Fingers" + description="Made with simulated lady fingers." + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="786" + image="use-food-jello.png" + name="Slime Jell-Ahh" + description="Finally, an edible form of slime!" + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="787" + image="use-food-snapple.png" + name="Snapple" + description="Bite it before it bites you!" + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="788" + image="use-food-juice.png" + name="Beetle Juice" + description="Thist quencing and nutritious!" + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="789" + image="use-food-skull-mug.png" + name="Gut Buster Brew" + description="If you can survive the first gulp, the rest goes down smooth." + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> + <item id="790" + image="use-food-wine.png" + name="Blood Wine" + description="A good vintage." + effect="+50 HP" + type="usable" + hp="50" + weight="5" + max-per-slot="10"/> <!-- HERE ARE SOME UNUSED ITEM IDS --> |