diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 10:33:21 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 10:33:21 +0200 |
commit | 843a6dc500ce941fa29919ee6ba85628c60e55ab (patch) | |
tree | bee96ac82e33bbb2d23f0ae541399e519e7eb695 /items.xml | |
parent | 5d927603e2be3e5c4d716d45cae4d0be58bdf42f (diff) | |
download | clientdata-843a6dc500ce941fa29919ee6ba85628c60e55ab.tar.gz clientdata-843a6dc500ce941fa29919ee6ba85628c60e55ab.tar.bz2 clientdata-843a6dc500ce941fa29919ee6ba85628c60e55ab.tar.xz clientdata-843a6dc500ce941fa29919ee6ba85628c60e55ab.zip |
Changed folder name from graphics/use/ to graphics/food/.
Placed the knife's icon directly in the weapons folder.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -201,77 +201,77 @@ Multiple's colors dye is now setted up by itemcolors.xml. <!-- Items --> <item id="501" - image="use/acorn.png" + image="food/acorn.png" name="Acorn" description="Squichy's food, should be good in a cake." effect="+15 HP" type="usable" weight="2"/> <item id="502" - image="use/bread.png" + image="food/bread.png" name="Bread" description="Home-made Bread." effect="+30 HP" type="usable" weight="5"/> <item id="503" - image="use/fungus.png" + image="food/fungus.png" name="Fungus" description="A non-toxical mushroom growing in moist place." effect="+25 HP" type="usable" weight="7"/> <item id="504" - image="use/cheese.png" + image="food/cheese.png" name="Cheese" description="A ratto's left-overs." effect="+40 HP" type="usable" weight="6"/> <item id="505" - image="use/chickleg.png" + image="food/chickleg.png" name="Piou's Legs" description="Tasty Piou's legs, well spiced!" effect="+10 HP" type="usable" weight="8"/> <item id="506" - image="use/lettuce.png" + image="food/lettuce.png" name="Lettuce" description="Perfect if you want to lose some weight." effect="+15 HP" type="usable" weight="5"/> <item id="507" - image="use/piberries.png" + image="food/piberries.png" name="Piberries" description="The famous staining-fruit." effect="+20 HP" type="usable" weight="3"/> <item id="508" - image="use/liquiddrop.png|S:#898989,7287a0,aeaeae,96abc6,cecece,bccce0,e5e5e5,dce4ee" + image="food/liquiddrop.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="use/aquada.png" + image="food/aquada.png" name="Aquada" description="A strange sea fruit, the blue part seems eatable." effect="+30 HP" type="usable" weight="5"/> <item id="510" - image="use/blobime.png|S:#686868,695977,919191,9f79a9,bababa,d69ec0,dcdcdc,eccddf" + image="food/blobime.png|S:#686868,695977,919191,9f79a9,bababa,d69ec0,dcdcdc,eccddf" name="Pink Blobime" description="Some pink residue left-over by a Little Blub." effect="+1 HP, Headache" type="usable" weight="2"/> <!-- <item id="511" - image="use/blobime.png|S:#686868,to,919191,to,bababa,to,dcdcdc,to" + image="food/blobime.png|S:#686868,to,919191,to,bababa,to,dcdcdc,to" name="Purple Blobime" description="Some purple residue left-over by a Blub." effect="+1 HP, Headache" @@ -517,7 +517,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. <!-- Weapons --> <item id="3500" - image="equipment/weapons/sword/knife.png" + image="equipment/weapons/knife.png" name="Knife" description="A simple knife." effect="Damage +10" |