diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-03 22:40:34 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-16 16:57:53 +0100 |
commit | 4ff35f9b6c51ecfe2c0afffc145f953e775949aa (patch) | |
tree | 57b6a3e69c9439d949c0874e11a833f071219382 /items.xml | |
parent | d9f1b496e504015dc9d901bcf14fb442ada0285c (diff) | |
download | clientdata-4ff35f9b6c51ecfe2c0afffc145f953e775949aa.tar.gz clientdata-4ff35f9b6c51ecfe2c0afffc145f953e775949aa.tar.bz2 clientdata-4ff35f9b6c51ecfe2c0afffc145f953e775949aa.tar.xz clientdata-4ff35f9b6c51ecfe2c0afffc145f953e775949aa.zip |
Add dyed cotton cloth items
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -6219,6 +6219,66 @@ <sprite gender="male">equipment/chest/fine-dress-male.xml|#013e01,009e00,ffffff,ffffff</sprite> <sprite gender="female">equipment/chest/fine-dress-female.xml|#013e01,009e00,ffffff,ffffff</sprite> </item> + <item id="2250" + image="generic/fabric.png|W:#C92A2A" + name="Red Cotton Cloth" + description="A piece of red cotton cloth." + type="generic" + weight="10"/> + <item id="2251" + image="generic/fabric.png|W:#11dd24" + name="Green Cotton Cloth" + description="A piece of green cotton cloth." + type="generic" + weight="10"/> + <item id="2252" + image="generic/fabric.png|W:#5A5FFF" + name="Dark Blue Cotton Cloth" + description="A piece of dark blue cotton cloth." + type="generic" + weight="10"/> + <item id="2253" + image="generic/fabric.png|W:#F8E657" + name="Yellow Cotton Cloth" + description="A piece of yellow cotton cloth." + type="generic" + weight="10"/> + <item id="2254" + image="generic/fabric.png|W:#7FBBFF" + name="Light Blue Cotton Cloth" + description="A piece of light blue cotton cloth." + type="generic" + weight="10"/> + <item id="2255" + image="generic/fabric.png|W:#F37DFB" + name="Pink Cotton Cloth" + description="A piece of pink cotton cloth." + type="generic" + weight="10"/> + <item id="2256" + image="generic/fabric.png|W:#282629" + name="Black Cotton Cloth" + description="A piece of black cotton cloth." + type="generic" + weight="10"/> + <item id="2257" + image="generic/fabric.png|W:#FA8232" + name="Orange Cotton Cloth" + description="A piece of orange cotton cloth." + type="generic" + weight="10"/> + <item id="2258" + image="generic/fabric.png|W:#7730F1" + name="Purple Cotton Cloth" + description="A piece of purple cotton cloth." + type="generic" + weight="10"/> + <item id="2259" + image="generic/fabric.png|W:#2D6F2F" + name="Dark Green Cotton Cloth" + description="A piece of dark green cotton cloth." + type="generic" + weight="10"/> <item id="3000" image="generic/jackolantern.png" |