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