diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-11 18:01:18 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-11 18:01:18 +0100 |
commit | 7bb2780c05cd3ede4d2acb09b423f195ee3ce564 (patch) | |
tree | 27d032cbbbd04f9702d88e83887c14b26ae08dcf /items.xml | |
parent | 2f3cd0936f75459c036d3b6205b8f78477ccf371 (diff) | |
download | clientdata-7bb2780c05cd3ede4d2acb09b423f195ee3ce564.tar.gz clientdata-7bb2780c05cd3ede4d2acb09b423f195ee3ce564.tar.bz2 clientdata-7bb2780c05cd3ede4d2acb09b423f195ee3ce564.tar.xz clientdata-7bb2780c05cd3ede4d2acb09b423f195ee3ce564.zip |
make valentine dress dyable
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -2357,15 +2357,17 @@ 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:#222255,4444ff,ffffff,ffffff" - name="Valentine Dress" - description="A dress made for your Valentin's day. Could be red, though." + 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" level="15" type="equip-torso" - weight="35"> - <sprite gender="unisex">equipment/chest/valentinedress-male.xml|#222255,4444ff,ffffff,ffffff</sprite> - <sprite gender="female">equipment/chest/valentinedress-female.xml|#222255,4444ff,ffffff,ffffff</sprite> + weight="35" + colors="simple" + maxFloorOffset="10"> + <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" |