diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-04-03 18:01:47 +0200 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-04-03 18:02:15 +0200 |
commit | 76706d1689504d1c0c607e6984d86fe4c4f0301b (patch) | |
tree | 6c372b77cd1c05b62f3834edc6c1e9d4f0956045 | |
parent | e5e61d42ac9f306aa0b11fd7375475e361084a19 (diff) | |
download | clientdata-76706d1689504d1c0c607e6984d86fe4c4f0301b.tar.gz clientdata-76706d1689504d1c0c607e6984d86fe4c4f0301b.tar.bz2 clientdata-76706d1689504d1c0c607e6984d86fe4c4f0301b.tar.xz clientdata-76706d1689504d1c0c607e6984d86fe4c4f0301b.zip |
CreamyBiscuit usable item added.
-rw-r--r-- | graphics/items/usable/creamybiscuit.png | bin | 0 -> 368 bytes | |||
-rw-r--r-- | items.xml | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/graphics/items/usable/creamybiscuit.png b/graphics/items/usable/creamybiscuit.png Binary files differnew file mode 100644 index 00000000..aa537181 --- /dev/null +++ b/graphics/items/usable/creamybiscuit.png @@ -293,7 +293,13 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. effect="+1 HP / Headache" type="usable" weight="1"/> - + <item id="517" + image="usable/creamybiscuit.png" + name="Creamy Biscuit" + description="A biscuit full of yellow cream." + effect="+50 HP" + type="usable" + weight="1"/> <!-- Generic Items --> <item id="700" |