diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 00:47:20 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 00:47:20 +0100 |
commit | d61ebc871c2b1c4bff093322aa201656d3d0332c (patch) | |
tree | d223d084115c18b5fbffd644493bab70d10f74b7 | |
parent | c222321c60a39080941ae6c03e315baabb8ff23c (diff) | |
download | clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.gz clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.bz2 clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.tar.xz clientdata-d61ebc871c2b1c4bff093322aa201656d3d0332c.zip |
add color to contributor weater
-rw-r--r-- | graphics/sprites/equipment/chest/candorshirt-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/chest/contributorsweater-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/chest/contributorsweater-male.xml | 2 | ||||
-rw-r--r-- | items.xml | 14 |
4 files changed, 11 insertions, 9 deletions
diff --git a/graphics/sprites/equipment/chest/candorshirt-male.xml b/graphics/sprites/equipment/chest/candorshirt-male.xml index a3dcf6e7..e3d01f06 100644 --- a/graphics/sprites/equipment/chest/candorshirt-male.xml +++ b/graphics/sprites/equipment/chest/candorshirt-male.xml @@ -3,7 +3,7 @@ Copyright (C) 2012 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/candorshirt-male.png|W" + src="graphics/sprites/equipment/chest/candorsweater-male.png|W" width="64" height="64"/> diff --git a/graphics/sprites/equipment/chest/contributorsweater-female.xml b/graphics/sprites/equipment/chest/contributorsweater-female.xml index 7d7f3efc..bab47a55 100644 --- a/graphics/sprites/equipment/chest/contributorsweater-female.xml +++ b/graphics/sprites/equipment/chest/contributorsweater-female.xml @@ -3,7 +3,7 @@ Copyright (C) 2015 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/contributorsweater-female.png" + src="graphics/sprites/equipment/chest/contributorsweater-female.png|W" width="64" height="64"/> diff --git a/graphics/sprites/equipment/chest/contributorsweater-male.xml b/graphics/sprites/equipment/chest/contributorsweater-male.xml index 84cc22aa..a9752197 100644 --- a/graphics/sprites/equipment/chest/contributorsweater-male.xml +++ b/graphics/sprites/equipment/chest/contributorsweater-male.xml @@ -3,7 +3,7 @@ Copyright (C) 2015 Evol Online --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/chest/contributorsweater-male.png" + src="graphics/sprites/equipment/chest/contributorsweater-male.png|W" width="64" height="64"/> @@ -2244,13 +2244,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="female">equipment/chest/forestarmor-female.xml</sprite> </item> <item id="1309" - image="equipment/chest/contributorsweater.png" - name="%Color% Contributor Sweater" - description="This %color% sweater belongs to someone who helped making TMW2 as awesome as it is now!." - defense="50" - level="15" + image="equipment/chest/contributorsweater.png|W" + name="%Color% COntributor Sweater" + description="This %color% sweater belongs to someone who helped making TMW2 as awesome as it is now!." + defense="90" + level="25" type="equip-torso" - weight="20"> + weight="25" + colors="simple" + maxFloorOffset="10"> <sprite gender="unisex">equipment/chest/contributorsweater-male.xml</sprite> <sprite gender="female">equipment/chest/contributorsweater-female.xml</sprite> </item> |