diff options
-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" |