diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 23:29:31 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 23:29:31 +0200 |
commit | e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a (patch) | |
tree | dd47dfb3887db2dadb4e81c32fba533f40011405 /items.xml | |
parent | eca827256a109cd1c3b95395b94c7708f3dda1b4 (diff) | |
download | clientdata-e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a.tar.gz clientdata-e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a.tar.bz2 clientdata-e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a.tar.xz clientdata-e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a.zip |
Changed the folder name from "items/food/" to "items/usable/".
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -205,91 +205,91 @@ Multiple's colors dye is now setted up by itemcolors.xml. <!-- Usable --> <item id="501" - image="food/acorn.png" + image="usable/acorn.png" name="Acorn" description="Squichy's food which should be good in a cake." effect="+15 HP" type="usable" weight="2"/> <item id="502" - image="food/bread.png" + image="usable/bread.png" name="Bread" description="Home-made bread." effect="+30 HP" type="usable" weight="5"/> <item id="503" - image="food/fungus.png" + image="usable/fungus.png" name="Fungus" description="A non-toxical mushroom growing in moist place." effect="+25 HP" type="usable" weight="7"/> <item id="504" - image="food/cheese.png" + image="usable/cheese.png" name="Cheese" description="A ratto's meal left-overs." effect="+40 HP" type="usable" weight="6"/> <item id="505" - image="food/pioulegs.png" + image="usable/pioulegs.png" name="Piou Legs" description="Tasty and well spiced Piou legs." effect="+10 HP" type="usable" weight="8"/> <item id="506" - image="food/lettuce.png" + image="usable/lettuce.png" name="Lettuce" description="The perfect food if you're hungry but want to lose some weight." effect="+15 HP" type="usable" weight="5"/> <item id="507" - image="food/piberries.png" + image="usable/piberries.png" name="Piberries" description="The famous staining fruit." effect="+20 HP" type="usable" weight="3"/> <item id="508" - image="food/drop.png|S:#898989,7287a0,aeaeae,96abc6,cecece,bccce0,e5e5e5,dce4ee" + image="usable/drop.png|S:#898989,7287a0,aeaeae,96abc6,cecece,bccce0,e5e5e5,dce4ee" name="Sea Drop" description="Some water drops from the sea. Maybe you shouldn't drink them." effect="+15 HP, Headache" type="usable" weight="2"/> <item id="509" - image="food/aquada.png" + image="usable/aquada.png" name="Aquada" description="A strange sea fruit. The blue part seems edible." effect="+30 HP" type="usable" weight="5"/> <item id="510" - image="food/blobime.png|S:#686868,695977,919191,9f79a9,bababa,d69ec0,dcdcdc,eccddf" + image="usable/blobime.png|S:#686868,695977,919191,9f79a9,bababa,d69ec0,dcdcdc,eccddf" name="Pink Blobime" description="Some pink residue dropped by a Little Blub." effect="+1 HP, Headache" type="usable" weight="2"/> <!-- <item id="511" - image="food/blobime.png|S:#686868,to,919191,to,bababa,to,dcdcdc,to" + image="usable/blobime.png|S:#686868,to,919191,to,bababa,to,dcdcdc,to" name="Purple Blobime" description="Some purple residue dropped by a Blub." effect="+1 HP, Headache" type="usable" weight="2"/>--> <item id="512" - image="food/croconut-half.png" + image="usable/croconut-half.png" name="Half Croconut" description="The inside seems delicious." effect="+40 HP" type="usable" weight="14"/> <item id="513" - image="food/croconut.png" + image="usable/croconut.png" name="Croconut" description="Fallen from a palm tree, this croconut can be opened." type="usable" |