diff options
author | Reid <reidyaro@gmail.com> | 2016-01-07 20:08:39 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-07 20:08:39 +0100 |
commit | 1c134c5897f8676fb1280180c8209b4342c580c5 (patch) | |
tree | dbc39328fd255270edbc1adecb6473485f75e9eb /items.xml | |
parent | b08daf127e7d77cbbd4ccd98eef449be29bed381 (diff) | |
download | clientdata-1c134c5897f8676fb1280180c8209b4342c580c5.tar.gz clientdata-1c134c5897f8676fb1280180c8209b4342c580c5.tar.bz2 clientdata-1c134c5897f8676fb1280180c8209b4342c580c5.tar.xz clientdata-1c134c5897f8676fb1280180c8209b4342c580c5.zip |
Add test black dye ID 5003.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1044,7 +1044,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="5000" image="usable/dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1" name="Crimson Cashmere Dye" - useButton="Use" + useButton="Dye" description="Color dye that can be used on cashemere clothing." type="card" weight="1" @@ -1053,7 +1053,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="5001" image="usable/dye.png|S:#3c3c3c,302525,4d4d4d,4a3430,686868,69453a,919191,96664c,b6b6b6,bf8d67,dfdfdf,e6c19c" name="Chocolate Cashmere Dye" - useButton="Use" + useButton="Dye" description="Color dye that can be used on cashemere clothing." type="card" weight="1" @@ -1062,10 +1062,19 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="5002" image="usable/dye.png|S:#3c3c3c,35313d,4d4d4d,443f4f,686868,485c6b,919191,50918f,b6b6b6,75c7a8,dfdfdf,c3e8c4" name="Mint Cashmere Dye" - useButton="Use" + useButton="Dye" description="Color dye that can be used on cashemere clothing." type="card" weight="1" cardColor="4" maxFloorOffset="15"/> + <item id="5003" + image="usable/dye.png|W:#111111,222222,333333,444444,555555,aaaaaa" + name="Black Cotton Dye" + useButton="Dye" + description="Color dye that can be used on cotton clothing." + type="card" + weight="1" + cardColor="2" + maxFloorOffset="15"/> </items> |