diff options
author | mekolat <mekolat@gmail.com> | 2014-10-18 13:17:57 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-18 13:17:57 -0400 |
commit | f61d4b9c043058220aea488939ebf844ba87fec7 (patch) | |
tree | 2afb03cd7cf9526855c7f8ee8f76679809355908 /items/equip-torso/item5139_PurpleContributorShirt.xml | |
parent | 1258e03785d72dc7054e255526d4028b519fdb6e (diff) | |
download | clientdata-f61d4b9c043058220aea488939ebf844ba87fec7.tar.gz clientdata-f61d4b9c043058220aea488939ebf844ba87fec7.tar.bz2 clientdata-f61d4b9c043058220aea488939ebf844ba87fec7.tar.xz clientdata-f61d4b9c043058220aea488939ebf844ba87fec7.zip |
fiddle with "C" color
Diffstat (limited to 'items/equip-torso/item5139_PurpleContributorShirt.xml')
-rw-r--r-- | items/equip-torso/item5139_PurpleContributorShirt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/equip-torso/item5139_PurpleContributorShirt.xml b/items/equip-torso/item5139_PurpleContributorShirt.xml index 77b3cd97..45393937 100644 --- a/items/equip-torso/item5139_PurpleContributorShirt.xml +++ b/items/equip-torso/item5139_PurpleContributorShirt.xml @@ -6,8 +6,8 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5139" image="equipment/chest/contributor.png|W:#1a0a33,380f4d,82158c,b359ab;R:#00F022" name="Purple Contributor Shirt" description="This shirt belongs to someone who helped making tmw as awesome as it is now!" effect="M. Attack +5" type="equip-torso" defense="5" weight="20" sellProtected="true"> - <sprite gender="male">equipment/chest/contributor-male.xml|#1a0a33,380f4d,82158c,b359ab;#00F022</sprite> - <sprite gender="female">equipment/chest/contributor-female.xml|#1a0a33,380f4d,82158c,b359ab;#00F022</sprite> + <item id="5139" image="equipment/chest/contributor.png|W:#1a0a33,380f4d,82158c,b359ab;R:#FFD6EB" name="Purple Contributor Shirt" description="This shirt belongs to someone who helped making tmw as awesome as it is now!" effect="M. Attack +5" type="equip-torso" defense="5" weight="20" sellProtected="true"> + <sprite gender="male">equipment/chest/contributor-male.xml|#1a0a33,380f4d,82158c,b359ab;#FF9ED0</sprite> + <sprite gender="female">equipment/chest/contributor-female.xml|#1a0a33,380f4d,82158c,b359ab;#FF9ED0</sprite> </item> </items> |