diff options
author | gumi <git@gumi.ca> | 2018-01-15 12:31:01 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-15 12:31:01 -0500 |
commit | 23bf1943de2c6d0be18defe28617bab4e92563cb (patch) | |
tree | 9d3c31a0eeffde40cfbc4a5dd2c24ae9af3c8954 /items/equip-head | |
parent | 9cb1a0a45a10636cac16d2d36fc8502c3ceb80b8 (diff) | |
download | clientdata-23bf1943de2c6d0be18defe28617bab4e92563cb.tar.gz clientdata-23bf1943de2c6d0be18defe28617bab4e92563cb.tar.bz2 clientdata-23bf1943de2c6d0be18defe28617bab4e92563cb.tar.xz clientdata-23bf1943de2c6d0be18defe28617bab4e92563cb.zip |
add Moonshroom Hat
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item5203_MoonshroomHat.xml | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index bac50d8f..87e42f98 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -192,4 +192,5 @@ <include name="items/equip-head/item5200_PointyWitchHat.xml"/> <include name="items/equip-head/item5201_Pipe.xml"/> <include name="items/equip-head/item5202_PilotHat.xml"/> + <include name="items/equip-head/item5203_MoonshroomHat.xml"/> </items> diff --git a/items/equip-head/item5203_MoonshroomHat.xml b/items/equip-head/item5203_MoonshroomHat.xml new file mode 100644 index 00000000..8258ee47 --- /dev/null +++ b/items/equip-head/item5203_MoonshroomHat.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="5203" image="equipment/head/moonshroomhat.png" name="Moonshroom Hat" description="" type="equip-head" defense="15" matk="5" weight="30" sellProtected="true"> + <sprite gender="unisex">equipment/head/moonshroomhat.xml</sprite> + <sprite gender="female">equipment/head/moonshroomhat-female.xml</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + </item> +</items> |