diff options
author | Reid <reidyaro@gmail.com> | 2012-11-03 00:43:12 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-03 00:43:12 +0100 |
commit | 975bb05e2b380ffba06e006ecf3908f02ec543d6 (patch) | |
tree | 092ebc97506ca35c4c3a4590e88f0eaf60364ab8 /items.xml | |
parent | a2578728428587e531c7695b478925cbe3d3e961 (diff) | |
download | clientdata-975bb05e2b380ffba06e006ecf3908f02ec543d6.tar.gz clientdata-975bb05e2b380ffba06e006ecf3908f02ec543d6.tar.bz2 clientdata-975bb05e2b380ffba06e006ecf3908f02ec543d6.tar.xz clientdata-975bb05e2b380ffba06e006ecf3908f02ec543d6.zip |
Add Halloween items on items.xml .
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 70 |
1 files changed, 70 insertions, 0 deletions
@@ -286,6 +286,13 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. weight="55" maxFloorOffsetX="12" maxFloorOffsetY="9"/> + <item id="516" + image="generic/use/pumpkinseed.png" + name="Pumpkin Seeds" + description="Doesn't seems very appetizing..." + effect="+1 HP, Headache" + type="usable" + weight="1"/> <!-- Generic Items --> @@ -432,6 +439,34 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. type="generic" weight="2" maxFloorOffset="12"/> + <item id="719" + image="generic/fouit-wing.png" + name="Fouit's wing" + description="This wing is slight and soft, inversly from his former owner." + type="generic" + weight="6" + maxFloorOffset="17"/> + <item id="720" + image="generic/fouit-teeth.png" + name="Bat's teeth" + description="What sharp teeth! it's more dangerous than a knife." + type="generic" + weight="10" + maxFloorOffset="16"/> + <item id="721" + image="generic/oufti-wing.png" + name="Oufti's wing" + description="This wing is slight and soft, inversly from his former owner." + type="generic" + weight="6" + maxFloorOffset="17"/> + <item id="722" + image="generic/pumpkin.png" + name="Pumpkin" + description="A pumpkin that can be carved for Hallowe'en." + type="generic" + weight="100" + maxFloorOffset="10"/> <!-- Necklaces @@ -574,6 +609,41 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. <item from="-26" to="-21"/> </replace> </item> + <item id="2901" + image="equipment/head/pumpkinhat.png" + name="Pumpkin Hat" + description="A carved pumpkin, the face will scare your ennemy off." + effect="+2% Defense" + type="equip-head" + defense="3" + weight="90"> + <sprite>equipment/head/pumpkinhelmet.xml</sprite> + <replace sprite="hair"> + <item from="-3" to="-2" /> + <item from="-5" to="-4" /> + <item from="-6" to="-7" /> + <item from="-13" to="-1" /> + <item from="-14" to="-13" /> + <item from="-15" to="-13" /> + </replace> + </item> + <item id="2902" + image="equipment/head/fancyhat.png" + name="Fancy Hat" + description="A fancy hat, what else?" + type="equip-head" + defense="1" + weight="50"> + <sprite>equipment/head/fancyhat.xml</sprite> + <replace sprite="hair"> + <item from="-3" to="-2" /> + <item from="-5" to="-4" /> + <item from="-6" to="-7" /> + <item from="-13" to="-1" /> + <item from="-14" to="-13" /> + <item from="-15" to="-13" /> + </replace> + </item> <!-- Neck Armors |