diff options
author | Duke_M <siegfried@rorkvell.de> | 2025-08-09 20:15:07 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-08-11 18:33:48 +0000 |
commit | 6eff5ed0ab8a7d3a642d78b904e25909b0b0aa1c (patch) | |
tree | 20977246d2a89a76d27e8977a7976ead8f8d0b9a | |
parent | e8d51bcd44a3d1b72b33661552869c8ad4ac350b (diff) | |
download | clientdata-dukeM_dye_silk_gloves.tar.gz clientdata-dukeM_dye_silk_gloves.tar.bz2 clientdata-dukeM_dye_silk_gloves.tar.xz clientdata-dukeM_dye_silk_gloves.zip |
Made silk gloves dyabledukeM_dye_silk_gloves
**** ml/clientdata!198
Reviewed-by: Fedja Beader <fedja@protonmail.ch>
-rw-r--r-- | items.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4612,7 +4612,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="female">equipment/hands/cottongloves-female.xml|#202020,505050</sprite> </item> <item id="2007" - image="equipment/hands/cottongloves.png|W:#87876c,bbc39c,edf4e1,ffffff" + image="equipment/hands/cottongloves.png|W" name="%Color% Silk Gloves" description="Soft and graceful %Color% silk gloves that doesn't restrain magic." mattack="12" @@ -4621,9 +4621,10 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. defense="3" level="12" type="equip-arms" - weight="15"> - <sprite gender="unisex">equipment/hands/cottongloves-male.xml|#87876c,bbc39c,edf4e1,ffffff</sprite> - <sprite gender="female">equipment/hands/cottongloves-female.xml|#87876c,bbc39c,edf4e1,ffffff</sprite> + weight="15" + colors="simple"> + <sprite gender="unisex">equipment/hands/cottongloves-male.xml</sprite> + <sprite gender="female">equipment/hands/cottongloves-female.xml</sprite> </item> <item id="2008" image="equipment/hands/leathergloves.png" |