diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 13:29:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 13:29:31 -0300 |
commit | 7a74b4a3f0cc22c98568abc137c81cad0f95ff71 (patch) | |
tree | 093c0772b097ac60f54cd24a7a402e6fe0f458bf /items.xml | |
parent | ad0ccc640e6458e361f8415b87408a49304c7661 (diff) | |
download | clientdata-7a74b4a3f0cc22c98568abc137c81cad0f95ff71.tar.gz clientdata-7a74b4a3f0cc22c98568abc137c81cad0f95ff71.tar.bz2 clientdata-7a74b4a3f0cc22c98568abc137c81cad0f95ff71.tar.xz clientdata-7a74b4a3f0cc22c98568abc137c81cad0f95ff71.zip |
Attempt to dye Mana Gloves
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4125,7 +4125,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="female">equipment/hands/cottongloves-female.xml</sprite> </item> <item id="2013" - image="equipment/hands/cottongloves.png" + image="equipment/hands/cottongloves.png|W:#0000ff,0044ff" name="Mana Gloves" description="These gloves are used by powerful mages." effect="SP +200" @@ -4133,8 +4133,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="77" type="equip-arms" weight="1"> - <sprite gender="unisex">equipment/hands/cottongloves-male.xml</sprite> - <sprite gender="female">equipment/hands/cottongloves-female.xml</sprite> + <sprite gender="unisex">equipment/hands/cottongloves-male.xml|#0000ff,0044ff</sprite> + <sprite gender="female">equipment/hands/cottongloves-female.xml|#0000ff,0044ff</sprite> </item> <!-- FIXME ITEMS WITH MISSING IMAGES (or missing XML) <item id="2011" |