diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-03-16 22:13:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-03-16 22:13:48 -0300 |
commit | bd24b8a8168dc6b2747fc2c2d98e50742ce375e2 (patch) | |
tree | e0988c595cc7decbe65ebcf5c06f893007b01189 | |
parent | a53d47fde4f5680b3b72135ffdc86ef6a9d7233e (diff) | |
download | clientdata-bd24b8a8168dc6b2747fc2c2d98e50742ce375e2.tar.gz clientdata-bd24b8a8168dc6b2747fc2c2d98e50742ce375e2.tar.bz2 clientdata-bd24b8a8168dc6b2747fc2c2d98e50742ce375e2.tar.xz clientdata-bd24b8a8168dc6b2747fc2c2d98e50742ce375e2.zip |
Move some stuff around for sake of consistency
-rw-r--r-- | items.xml | 37 | ||||
-rw-r--r-- | items/equip-head/item5267_AssassinMask.xml | 36 |
2 files changed, 37 insertions, 36 deletions
@@ -149,6 +149,43 @@ tag="Scrolls" /> + <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> + <item id="5288" image="generic/naftalin.png" name="Naphthalene" diff --git a/items/equip-head/item5267_AssassinMask.xml b/items/equip-head/item5267_AssassinMask.xml index 8d666796..7ec31eda 100644 --- a/items/equip-head/item5267_AssassinMask.xml +++ b/items/equip-head/item5267_AssassinMask.xml @@ -7,40 +7,4 @@ <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> |