summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-04-03 22:48:10 +0200
committerHoraK-FDF <horak-fdf@web.de>2023-04-03 22:48:10 +0200
commit5396eec4127d4efda37bc0ad56bf1d8155ae52bf (patch)
tree4d53dd47c4c2839a837233fdee1b76b25fc343b2
parent97ce1ad15043450858bb51a5b21666355ec3d34a (diff)
downloadclientdata-5396eec4127d4efda37bc0ad56bf1d8155ae52bf.tar.gz
clientdata-5396eec4127d4efda37bc0ad56bf1d8155ae52bf.tar.bz2
clientdata-5396eec4127d4efda37bc0ad56bf1d8155ae52bf.tar.xz
clientdata-5396eec4127d4efda37bc0ad56bf1d8155ae52bf.zip
item description update and cleanup add5
-rw-r--r--items/equip-head/item5280_LeprechaunHat.xml12
-rw-r--r--items/equip-head/item5281_PartyHatRed.xml12
-rw-r--r--items/equip-head/item5282_PartyHatGreen.xml12
-rw-r--r--items/equip-head/item5283_PartyHatBlue.xml12
4 files changed, 48 insertions, 0 deletions
diff --git a/items/equip-head/item5280_LeprechaunHat.xml b/items/equip-head/item5280_LeprechaunHat.xml
new file mode 100644
index 00000000..7965edce
--- /dev/null
+++ b/items/equip-head/item5280_LeprechaunHat.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <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>
+</items>
diff --git a/items/equip-head/item5281_PartyHatRed.xml b/items/equip-head/item5281_PartyHatRed.xml
new file mode 100644
index 00000000..3248f33d
--- /dev/null
+++ b/items/equip-head/item5281_PartyHatRed.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <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>
+</items>
diff --git a/items/equip-head/item5282_PartyHatGreen.xml b/items/equip-head/item5282_PartyHatGreen.xml
new file mode 100644
index 00000000..8087ec8a
--- /dev/null
+++ b/items/equip-head/item5282_PartyHatGreen.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <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>
+</items>
diff --git a/items/equip-head/item5283_PartyHatBlue.xml b/items/equip-head/item5283_PartyHatBlue.xml
new file mode 100644
index 00000000..16d41287
--- /dev/null
+++ b/items/equip-head/item5283_PartyHatBlue.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <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>