summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
Diffstat (limited to 'items')
-rw-r--r--items/equip-head/_include.xml1
-rw-r--r--items/equip-head/item5200_PointyWitchHat.xml13
2 files changed, 14 insertions, 0 deletions
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml
index ddc50d12..aaba8b94 100644
--- a/items/equip-head/_include.xml
+++ b/items/equip-head/_include.xml
@@ -189,4 +189,5 @@
<include name="items/equip-head/item5128_DarkHelm.xml"/>
<include name="items/equip-head/item5129_UnderworldMask.xml"/>
<include name="items/equip-head/item5130_Phylactery.xml"/>
+ <include name="items/equip-head/item5200_PointyWitchHat.xml"/>
</items>
diff --git a/items/equip-head/item5200_PointyWitchHat.xml b/items/equip-head/item5200_PointyWitchHat.xml
new file mode 100644
index 00000000..51af9331
--- /dev/null
+++ b/items/equip-head/item5200_PointyWitchHat.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="5200" image="equipment/head/witch-hat2.png|R:#717546;W:#242424,285054,33665D,306F64" name="Pointy Witch Hat" description="Big, dark, and pointy. It looks a bit out of place." type="equip-head" defense="3" weight="50" sellProtected="true">
+ <sprite gender="unisex">equipment/head/witch-hat2.xml|#717546;#242424,285054,33665D,306F64</sprite>
+ <sprite gender="female">equipment/head/witch-hat2-female.xml|#717546;#242424,285054,33665D,306F64</sprite>
+ </item>
+</items>