diff options
author | Nick Ashley <nick@shley.us> | 2015-04-18 18:20:20 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-04-18 21:56:18 -0400 |
commit | 8eb207968271660da220c67da5a2ab3cf4fba823 (patch) | |
tree | 6227f25d820ac16190ab0e168a50a663da5bdd33 /items/equip-torso/item1184_FunkyChristmasSweater.xml | |
parent | 8b2115dc950895bfec084770c45d5487320b428c (diff) | |
download | clientdata-8eb207968271660da220c67da5a2ab3cf4fba823.tar.gz clientdata-8eb207968271660da220c67da5a2ab3cf4fba823.tar.bz2 clientdata-8eb207968271660da220c67da5a2ab3cf4fba823.tar.xz clientdata-8eb207968271660da220c67da5a2ab3cf4fba823.zip |
Fixed descriptions for holiday sweaters
Blue, Funky, and Amber Christmas sweaters
Diffstat (limited to 'items/equip-torso/item1184_FunkyChristmasSweater.xml')
-rw-r--r-- | items/equip-torso/item1184_FunkyChristmasSweater.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-torso/item1184_FunkyChristmasSweater.xml b/items/equip-torso/item1184_FunkyChristmasSweater.xml index b8a91537..8f919178 100644 --- a/items/equip-torso/item1184_FunkyChristmasSweater.xml +++ b/items/equip-torso/item1184_FunkyChristmasSweater.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="1184" image="equipment/chest/ugly-sweater.png|W:#3f3f3f,ffffff;Y:#af5a2f,af5a2f;G:#8ece91,ffffff;C:#578760,6daa78,92e5a2,9be8a9" name="Funky Christmas Sweater" description="An itchy woolen tan green sweater with holiday motive." effect="M. Attack -12" type="equip-torso" defense="6" weight="35" drawBefore="pants"> + <item id="1184" image="equipment/chest/ugly-sweater.png|W:#3f3f3f,ffffff;Y:#af5a2f,af5a2f;G:#8ece91,ffffff;C:#578760,6daa78,92e5a2,9be8a9" name="Funky Christmas Sweater" description="An itchy, woolen, green sweater with a faint pinetree emblem on it." effect="M. Attack -12" type="equip-torso" defense="6" weight="35" drawBefore="pants"> <sprite gender="male">equipment/chest/ugly-sweater-male.xml|#3f3f3f,ffffff;#af5a2f,af5a2f;#8ece91,ffffff;#578760,6daa78,92e5a2,9be8a9</sprite> <sprite gender="female">equipment/chest/ugly-sweater-female.xml|#3f3f3f,ffffff;#af5a2f,af5a2f;#8ece91,ffffff;#578760,6daa78,92e5a2,9be8a9</sprite> </item> |