diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-21 12:04:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-21 12:04:09 -0300 |
commit | d623900d6e244c6b66aed2d7436485fe52149bc5 (patch) | |
tree | 6a0c5d1eb985a5cabcf20034a925edaee141e561 /items.xml | |
parent | ab7b1ea5b6194cbd82491511fca2b5309bbdd0e8 (diff) | |
download | clientdata-d623900d6e244c6b66aed2d7436485fe52149bc5.tar.gz clientdata-d623900d6e244c6b66aed2d7436485fe52149bc5.tar.bz2 clientdata-d623900d6e244c6b66aed2d7436485fe52149bc5.tar.xz clientdata-d623900d6e244c6b66aed2d7436485fe52149bc5.zip |
This reverts multiple commits by @Saulc
You cannot override the dye setting %%e Are you awake, at least?
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 18 |
1 files changed, 9 insertions, 9 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:#a5a5a5,fefefe,ffffff,ffffff" + image="equipment/chest/valentinedress.png|W" 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|#a5a5a5,fefefe,ffffff,ffffff</sprite> - <sprite gender="female">equipment/chest/valentinedress-female.xml|#a5a5a5,fefefe,ffffff,ffffff</sprite> + <sprite gender="unisex">equipment/chest/valentinedress-male.xml</sprite> + <sprite gender="female">equipment/chest/valentinedress-female.xml</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:#a4b2b2,ffffff" + image="equipment/chest/cottonshirt.png|W" 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|#a4b2b2,ffffff</sprite> - <sprite gender="female">equipment/chest/cottonshirt-female.xml|#a4b2b2,ffffff</sprite> + <sprite gender="unisex">equipment/chest/cottonshirt-male.xml</sprite> + <sprite gender="female">equipment/chest/cottonshirt-female.xml</sprite> </item> <item id="1334" image="equipment/chest/candorshirt.png" @@ -3436,7 +3436,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <!-- |W:#a4b2b2,ffffff --> <item id="2005" - image="equipment/hands/cottongloves.png|W:#a4b2b2,ffffff" + image="equipment/hands/cottongloves.png|W" name="%Color% Cotton Gloves" description="A pair of comfy %Color% cotton gloves." defense="10" @@ -3446,8 +3446,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="60" colors="simple" maxFloorOffset="16"> - <sprite gender="unisex">equipment/hands/cottongloves-male.xml|#a4b2b2,ffffff</sprite> - <sprite gender="female">equipment/hands/cottongloves-female.xml|#a4b2b2,ffffff</sprite> + <sprite gender="unisex">equipment/hands/cottongloves-male.xml</sprite> + <sprite gender="female">equipment/hands/cottongloves-female.xml</sprite> </item> <item id="2006" image="equipment/hands/minergloves.png" |