diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:07:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:07:29 -0300 |
commit | 802291db1be7b98914ee80e2c46085e0ea336241 (patch) | |
tree | b881d63ac560b0b42609b16dd7f687c8928258ce /items/equip-head | |
parent | 409b28bd761bbb1afb789f21a41f14bf4846a952 (diff) | |
download | clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.gz clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.bz2 clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.xz clientdata-802291db1be7b98914ee80e2c46085e0ea336241.zip |
St. Patrick Batch
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/item5267_AssassinMask.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/equip-head/item5267_AssassinMask.xml b/items/equip-head/item5267_AssassinMask.xml index 3db43102..7d0dfa99 100644 --- a/items/equip-head/item5267_AssassinMask.xml +++ b/items/equip-head/item5267_AssassinMask.xml @@ -13,4 +13,40 @@ <item to="-1"/> </replace> </item> + <item id="5280" + image="equipment/head/leprechaunhat.png" + name="Leprechaun Hat" + description="Have you found the gold pot yet?" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/leprechaunhat.xml</sprite> + </item> + <item id="5281" + image="equipment/head/party-red.png" + name="Party Hat (Red)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-red.xml</sprite> + </item> + <item id="5282" + image="equipment/head/party-green.png" + name="Party Hat (Green)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-green.xml</sprite> + </item> + <item id="5283" + image="equipment/head/party-blue.png" + name="Party Hat (Blue)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-blue.xml</sprite> + </item> </items> |