diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-13 20:54:21 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-13 20:54:21 +0000 |
commit | 54d17dcdbe58e648e22f1ac7a34c45c8d9ed922f (patch) | |
tree | 12caaf8ffecdd40dd75a56a8af35fbcaa790e3cb | |
parent | fb3f85d0ad86b4d7cbf6d88b3749e01ffc630417 (diff) | |
download | clientdata-54d17dcdbe58e648e22f1ac7a34c45c8d9ed922f.tar.gz clientdata-54d17dcdbe58e648e22f1ac7a34c45c8d9ed922f.tar.bz2 clientdata-54d17dcdbe58e648e22f1ac7a34c45c8d9ed922f.tar.xz clientdata-54d17dcdbe58e648e22f1ac7a34c45c8d9ed922f.zip |
add potatoz item!
-rw-r--r-- | items.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1059,6 +1059,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="2" maxFloorOffset="10"> </item> + <item id="618" + image="usable/food/potatoz.png" + name="Potatoz" + description="A tasty potatoz." + useButton="Eat" + effect="Heal 185-380 HP" + type="usable" + weight="88"/> <!-- Generic Items --> <item id="700" image="generic/smalltentacles.png" |