diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-27 11:53:45 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-27 11:56:11 +0100 |
commit | 6250327e657d9d95b839a56f851b862fa3076069 (patch) | |
tree | 9adef94a587dbe461a163a8020e1e082fc609228 /items.xml | |
parent | 2bd90ceefad7a7b43505e6d725f5b36ee28851c0 (diff) | |
download | clientdata-6250327e657d9d95b839a56f851b862fa3076069.tar.gz clientdata-6250327e657d9d95b839a56f851b862fa3076069.tar.bz2 clientdata-6250327e657d9d95b839a56f851b862fa3076069.tar.xz clientdata-6250327e657d9d95b839a56f851b862fa3076069.zip |
Adding:
Knit Cap made by salmondine, xml from Dark Mage.
Elf Nightcap started by Lien, finished by Lizandra, xml from Ali-G.
Reservation for sunglasses.
music: two songs added, submodule pointer updated.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 35 |
1 files changed, 34 insertions, 1 deletions
@@ -2897,9 +2897,42 @@ <item id="853" image="generic/doll.png" name="Doll" - description="A cute red-haired doll with a blue dress. " + description="A cute red-haired doll with a blue dress." type="generic" weight="30"/> + <item id="854" + image="equipment/head/elf-nightcap.png" + name="Elf Nightcap" + description="A comfortable nightcap worn by Santa's helpers." + effect="M. Attack 5" + type="equip-head" + defense="3" + weight="50"> + <sprite>equipment/head/elf-nightcap.xml</sprite> + </item> +<!-- + <item id="855" + image="equipment/head/sunglasses.png" + name="Sunglasses" + description="Some stealthy sunglasses hiding your eyes from skeptical eyes." + effect="M. Attack 6" + type="equip-head" + defense="2" + weight="10"> + <sprite>equipment/head/sunglasses.xml</sprite> + </item> +--> + <item id="856" + image="equipment/head/knit-cap.png" + name="Knit Cap" + description="A knitted cap keeping your head warm in the crual cold." + effect="M. Attack 0" + type="equip-head" + defense="3" + weight="50"> + <sprite>equipment/head/knit-cap.xml</sprite> + </item> + <!-- HERE ARE SOME UNUSED ITEM IDS --> <item id="1198" |