diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-30 02:20:44 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-30 02:20:44 +0200 |
commit | 5e6515012eca43103a13cff3fdfe70ec87f66ac1 (patch) | |
tree | d44410d8e7ed54c758f3ae7dd29e2e0e7df76733 | |
parent | c9dd87a249039c5eabc47627c624c9b55214c556 (diff) | |
download | clientdata-5e6515012eca43103a13cff3fdfe70ec87f66ac1.tar.gz clientdata-5e6515012eca43103a13cff3fdfe70ec87f66ac1.tar.bz2 clientdata-5e6515012eca43103a13cff3fdfe70ec87f66ac1.tar.xz clientdata-5e6515012eca43103a13cff3fdfe70ec87f66ac1.zip |
Centered the half coconut icon.
Fixed the Coconut's description in items.xml.
Fixed few things in items.xml.
-rw-r--r-- | graphics/items/food/coconut-half.png | bin | 503 -> 623 bytes | |||
-rw-r--r-- | items.xml | 20 |
2 files changed, 10 insertions, 10 deletions
diff --git a/graphics/items/food/coconut-half.png b/graphics/items/food/coconut-half.png Binary files differindex 8817ee14..a1ead900 100644 --- a/graphics/items/food/coconut-half.png +++ b/graphics/items/food/coconut-half.png @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="items.xsl"?> -<!-- Copyright (C) 2010-2012 Evol Online +<!-- Copyright (C) 2010-2012 Evol Online Author : Reid, Piman, 4144. New management (04/12/11). @@ -24,7 +24,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. --> <items> - <version revision="$Revision$" /> + <version revision="$Revision$"/> <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> <its:translateRule selector="//item/@name" translate="yes"/> @@ -291,7 +291,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. <item id="513" image="food/coconut.png" name="Coconut" - description="A coconut from a palm tree, it seems like it can be opened." + description="Fallen from a palm tree, this coconut can be opened." type="usable" weight="30"/> @@ -508,13 +508,13 @@ Multiple's colors dye is now setted up by itemcolors.xml. max-per-slot="1"> <sprite>equipment/head/bandana.xml</sprite> <replace sprite="hair"> - <item from="-3" to="-2" /> - <item from="-5" to="-4" /> - <item from="-6" to="-7" /> - <item from="-13" to="-1" /> - <item from="-14" to="-13" /> - <item from="-15" to="-13" /> - <item from="-26" to="-21" /> + <item from="-3" to="-2"/> + <item from="-5" to="-4"/> + <item from="-6" to="-7"/> + <item from="-13" to="-1"/> + <item from="-14" to="-13"/> + <item from="-15" to="-13"/> + <item from="-26" to="-21"/> </replace> </item> |