<?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="637" image="equipment/head/knighthelm.png" name="Knight's Helmet" description="A helmet with two small wings on it." effect="M. Attack -30" type="equip-head" defense="15" weight="600" sellProtected="true"> <sprite gender="unisex">equipment/head/knighthelm.xml</sprite> <sprite gender="female">equipment/head/knighthelm-female.xml</sprite> <replace sprite="hair"> <item from="-6" to="-1"/> <item from="-7" to="-1"/> <item from="-10" to="-1"/> </replace> </item> </items>