diff options
Diffstat (limited to 'items/equip-head/item883_BlueEggshellHat.xml')
-rw-r--r-- | items/equip-head/item883_BlueEggshellHat.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/items/equip-head/item883_BlueEggshellHat.xml b/items/equip-head/item883_BlueEggshellHat.xml deleted file mode 100644 index 1ee04e7c..00000000 --- a/items/equip-head/item883_BlueEggshellHat.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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="883" image="equipment/head/eggshell-hat.png|W:#7eabfe,6590C7,cccfe7" name="Blue Eggshell Hat" description="A novelty hat shaped like an eggshell half." type="equip-head" mdefense="3" defense="9" weight="15" sellProtected="true"> - <sprite gender="unisex">equipment/head/eggshell.xml|#7eabfe,6590C7,cccfe7</sprite> - <sprite gender="female">equipment/head/eggshell-female.xml|#7eabfe,6590C7,cccfe7</sprite> - <replace direction="upall" sprite="hair"> - <item from="-6" to="-1"/> - </replace> - </item> -</items> |