diff options
Diffstat (limited to 'items/equip-torso/item2124_LightBlueShortTankTop.xml')
-rw-r--r-- | items/equip-torso/item2124_LightBlueShortTankTop.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/equip-torso/item2124_LightBlueShortTankTop.xml b/items/equip-torso/item2124_LightBlueShortTankTop.xml new file mode 100644 index 00000000..62d3aa7d --- /dev/null +++ b/items/equip-torso/item2124_LightBlueShortTankTop.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//item/@name" translate="yes"/> + <its:translateRule selector="//item/@description" translate="yes"/> + <its:translateRule selector="//item/@effect" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <item id="2124" image="equipment/chest/tanktop-short.png|W:#16486e,498ec5,e4f2fc" name="Light Blue Short Tank Top" description="A short, sleeveless light blue shirt for VERY hot summer days." effect="M. Attack -4" type="equip-torso" defense="2" weight="8" drawBefore="pants"> + <sprite gender="male">equipment/chest/shorttanktop-male.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="female">equipment/chest/shorttanktop-female.xml|#16486e,498ec5,e4f2fc</sprite> + </item> +</items> |