diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-08 20:16:31 -0300 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-04-09 13:47:12 +0000 |
commit | 41719e930075492456ef2b6da36807add1f00785 (patch) | |
tree | b0bd3a9030fdec94a7779d281451aeeb7d1db461 /items/equip-head/item0909_LeprechaunHead.xml | |
parent | 57cc9bc2d2f53372c1daca8c8d01b3514bb7847f (diff) | |
download | clientdata-41719e930075492456ef2b6da36807add1f00785.tar.gz clientdata-41719e930075492456ef2b6da36807add1f00785.tar.bz2 clientdata-41719e930075492456ef2b6da36807add1f00785.tar.xz clientdata-41719e930075492456ef2b6da36807add1f00785.zip |
Leprechaun Hat - client
Diffstat (limited to 'items/equip-head/item0909_LeprechaunHead.xml')
-rw-r--r-- | items/equip-head/item0909_LeprechaunHead.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/equip-head/item0909_LeprechaunHead.xml b/items/equip-head/item0909_LeprechaunHead.xml new file mode 100644 index 00000000..13128ea0 --- /dev/null +++ b/items/equip-head/item0909_LeprechaunHead.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<items> + <item id="0909" + image="equipment/head/leprechaunhead.png" + name="Leprechaun Head" + description="What? Why? How? Some things are better unasked." + type="equip-head" + defense="10" + luck="3" + weight="100"> + <sprite gender="unisex">equipment/head/leprechaunhat.xml</sprite> + <replace sprite="hair"> + <item to="-1"/> + </replace> + </item> +</items> |