diff options
Diffstat (limited to 'items/equip-head/item628_FunkyHat.xml')
-rw-r--r-- | items/equip-head/item628_FunkyHat.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/equip-head/item628_FunkyHat.xml b/items/equip-head/item628_FunkyHat.xml new file mode 100644 index 00000000..2095c616 --- /dev/null +++ b/items/equip-head/item628_FunkyHat.xml @@ -0,0 +1,36 @@ +<?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="628" image="equipment/head/funkyhat.png" name="Funky Hat" description="Yawn..." effect="M. Attack +2" type="equip-head" defense="13" weight="20" sellProtected="true"> + <sprite gender="male">equipment/head/funkywinter-male.xml</sprite> + <sprite gender="female">equipment/head/funkywinter-female.xml</sprite> + <replace sprite="hair"> + <item from="-5"/> + </replace> + <replace direction="left" sprite="hair"> + <item from="-13"/> + <item from="-14" to="-16"/> + <item from="-15" to="-8"/> + </replace> + <replace direction="right" sprite="hair"> + <item from="-13"/> + <item from="-14" to="-16"/> + <item from="-15" to="-8"/> + </replace> + <replace direction="upall" sprite="hair"> + <item from="-14" to="-13"/> + <item from="-15" to="-13"/> + <item from="-18" to="-6"/> + </replace> + <replace direction="downall" sprite="hair"> + <item from="-14" to="-13"/> + <item from="-15" to="-13"/> + <item from="-9" to="-1"/> + </replace> + </item> +</items> |