diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-11-18 17:46:39 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-18 17:46:39 +0000 |
commit | 2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c (patch) | |
tree | 4a5e17afad0ee003a68a73b84cd403bec6a975f2 /items/equip-head/item0616_AxeHat.xml | |
parent | b9abcc41bee46418c710ecbdabaa587ab17f45c9 (diff) | |
parent | ed3fb4903b52bb5253cc5894f4f614f44cfaabc1 (diff) | |
download | clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.gz clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.bz2 clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.tar.xz clientdata-2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c.zip |
Merge branch 'items_cleanup' into 'master'
Items cleanup
See merge request legacy/clientdata!552
Diffstat (limited to 'items/equip-head/item0616_AxeHat.xml')
-rw-r--r-- | items/equip-head/item0616_AxeHat.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/items/equip-head/item0616_AxeHat.xml b/items/equip-head/item0616_AxeHat.xml new file mode 100644 index 00000000..19c28300 --- /dev/null +++ b/items/equip-head/item0616_AxeHat.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="616" image="equipment/head/axehat.png" name="Axe Hat" description="A really cool joke." mattack="-4" type="equip-head" weight="50" defense="4"> + <sprite gender="unisex">equipment/head/axehat.xml</sprite> + <sprite gender="female">equipment/head/axehat-female.xml</sprite> + </item> +</items> |