diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-21 07:28:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-21 07:28:15 +0000 |
commit | 6cbf000028c81ad09a59f59ed92db48286ccfbb3 (patch) | |
tree | 0a18f745c086a5d79740aecb1f931c030ba56d45 /items.xml | |
parent | 8cc6d03363880402284c9c25c5d76e8f32445aa9 (diff) | |
download | clientdata-6cbf000028c81ad09a59f59ed92db48286ccfbb3.tar.gz clientdata-6cbf000028c81ad09a59f59ed92db48286ccfbb3.tar.bz2 clientdata-6cbf000028c81ad09a59f59ed92db48286ccfbb3.tar.xz clientdata-6cbf000028c81ad09a59f59ed92db48286ccfbb3.zip |
fix Valentine dress colors
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3048,7 +3048,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="female">equipment/chest/uglychristmassweater-female.xml</sprite> </item> <item id="1319" - image="equipment/chest/valentinedress.png|W" + image="equipment/chest/valentinedress.png|W:#a5a5a5,fefefe,ffffff,ffffff" name="%Color% Valentine Dress" description="A %Color% dress made for your Valentin's day. Could be red, though." defense="250" @@ -3057,8 +3057,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="35" colors="simple" maxFloorOffset="10"> - <sprite gender="unisex">equipment/chest/valentinedress-male.xml</sprite> - <sprite gender="female">equipment/chest/valentinedress-female.xml</sprite> + <sprite gender="unisex">equipment/chest/valentinedress-male.xml|#a5a5a5,fefefe,ffffff,ffffff</sprite> + <sprite gender="female">equipment/chest/valentinedress-female.xml|#a5a5a5,fefefe,ffffff,ffffff</sprite> </item> <item id="1320" image="equipment/chest/vnecksweater.png|W" @@ -3166,7 +3166,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <!-- @Saulc you need itemColors (or colors) attribute to dye icon, not an empty dye command --> <item id="1332" - image="equipment/chest/cottonshirt.png|W" + image="equipment/chest/cottonshirt.png|W:#a4b2b2,ffffff" name="%Color% Cotton Shirt" description="Shirt made of 100% cotton" defense="30" @@ -3174,8 +3174,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-torso" colors="simple" weight="90"> - <sprite gender="unisex">equipment/chest/cottonshirt-male.xml</sprite> - <sprite gender="female">equipment/chest/cottonshirt-female.xml</sprite> + <sprite gender="unisex">equipment/chest/cottonshirt-male.xml|#a4b2b2,ffffff</sprite> + <sprite gender="female">equipment/chest/cottonshirt-female.xml|#a4b2b2,ffffff</sprite> </item> <item id="1334" image="equipment/chest/candorshirt.png" |