diff options
author | Reid <reidyaro@gmail.com> | 2016-01-04 04:09:33 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-04 04:09:33 +0100 |
commit | 7a34314275150026b187d914ad89a07b96d82525 (patch) | |
tree | a9d96fa74b14f879e5e3daa946ba959c59ddc856 /items.xml | |
parent | 012d775f347c63e50b3e92b70e767a1defa5cc58 (diff) | |
download | clientdata-7a34314275150026b187d914ad89a07b96d82525.tar.gz clientdata-7a34314275150026b187d914ad89a07b96d82525.tar.bz2 clientdata-7a34314275150026b187d914ad89a07b96d82525.tar.xz clientdata-7a34314275150026b187d914ad89a07b96d82525.zip |
Add dyes 5000, 5001 and 5002 for cashemere items.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 41 |
1 files changed, 24 insertions, 17 deletions
@@ -700,8 +700,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. </item> <item id="1301" image="equipment/chest/vneckjumper.png|S" - name="V-neck Jumper" - description="A simple %color% jumper made from a lightweight cloth." + name="%Color% V-neck Jumper" + description="A simple %color% jumper made from a lightweight cashmere." defense="14" level="10" type="equip-torso" @@ -716,7 +716,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="1302" image="equipment/chest/tanktop.png|W" name="%Color% Artis Tank Top" - description="A %color% tank top" + description="A %color% tank top made from cotton cloth." defense="10" level="5" type="equip-torso" @@ -1042,23 +1042,30 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <!-- Cards --> <item id="5000" - image="generic/pearl.png" - name="Card 1" - description="test card 1" + image="usable/dye.png|S:#3d2323,3e1e28,5e4537,6f2630,886641,a6313f,ab885c,d15b5b,cfb278,e59b77,ebe3b4,efe0c1" + name="Crimson Cashmere Dye" + useButton="Use" + description="Color dye that can be used on cashemere clothing." type="card" - /> + weight="1" + cardColor="2" + maxFloorOffset="15"/> <item id="5001" - image="generic/pearl.png" - name="Card red" - description="test card red" + image="usable/dye.png|S:#3d2323,302525,5e4537,4a3430,886641,69453a,ab885c,96664c,cfb278,bf8d67,ebe3b4,e6c19c" + name="Chocolate Cashmere Dye" + useButton="Use" + description="Color dye that can be used on cashemere clothing." type="card" - cardColor="8" - /> + weight="1" + cardColor="3" + maxFloorOffset="15"/> <item id="5002" - image="generic/pearl.png" - name="Card green" - description="test card green" + image="usable/dye.png|S:#3d2323,35313d,5e4537,443f4f,886641,485c6b,ab885c,50918f,cfb278,75c7a8,ebe3b4,c3e8c4" + name="Mint Cashmere Dye" + useButton="Use" + description="Color dye that can be used on cashemere clothing." type="card" - cardColor="17" - /> + weight="1" + cardColor="4" + maxFloorOffset="15"/> </items> |