diff options
Diffstat (limited to 'items/equip-head/item854_ElfNightcap.xml')
-rw-r--r-- | items/equip-head/item854_ElfNightcap.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/equip-head/item854_ElfNightcap.xml b/items/equip-head/item854_ElfNightcap.xml new file mode 100644 index 00000000..89d59f40 --- /dev/null +++ b/items/equip-head/item854_ElfNightcap.xml @@ -0,0 +1,16 @@ +<?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="854" image="equipment/head/elf-nightcap.png" name="Elf Nightcap" description="A comfortable nightcap worn by Santa's helpers." effect="M. Attack +5" type="equip-head" defense="3" weight="50" sellProtected="true"> + <sprite gender="male">equipment/head/elf-nightcap-male.xml</sprite> + <sprite gender="female">equipment/head/elf-nightcap-female.xml</sprite> + <replace sprite="hair"> + <item to="-7"/> + </replace> + </item> +</items> |