diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 88 |
1 files changed, 88 insertions, 0 deletions
@@ -215,6 +215,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">monsters/piou/hit1.ogg</sound> <sound event="miss">monsters/piou/miss1.ogg</sound> </item> + <item id="-155" type="racesprite" name="Mr. Prickel"> + <sprite gender="unisex">monsters/mister-prickel.xml</sprite> + <sound event="hit">monsters/shroom/shroomhit.ogg</sound> + <sound event="miss">monsters/fairy/fada-die1.ogg</sound> + </item> + <item id="-156" type="racesprite" name="Mr. Ghost"> + <sprite gender="unisex">monsters/halloweenjack'o.xml</sprite> + <sound event="hit">monsters/zombie/zombiehit.ogg</sound> + <sound event="hit">monsters/zombie/zombiehit2.ogg</sound> + <sound event="miss">monsters/zombie/zombiemiss.ogg</sound> + </item> <!-- Usable Items --> <item id="501" @@ -1642,6 +1653,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-151" to="-154"/> <item from="-152" to="-154"/> <item from="-153" to="-154"/> + <item from="-155" to="-154"/> </replace> </item> <item id="696" @@ -3291,6 +3303,36 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1"> <particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx> </item> + <item id="1023" + image="equipment/wings/angel.png" + name="Angel Wings" + description="Does not let you fly." + type="equip-necklace" + sellProtected="true" + weight="60" + drawAfter="torso"> + <sprite>equipment/wings/angel-wings.xml</sprite> + </item> + <item id="1024" + image="equipment/wings/green.png" + name="Dragon Wings" + description="Does not let you fly." + type="equip-necklace" + sellProtected="true" + weight="60" + drawAfter="torso"> + <sprite>equipment/wings/green-wings.xml</sprite> + </item> + <item id="1025" + image="equipment/wings/red.png" + name="Torn Wings" + description="Definitely does not let you fly." + type="equip-necklace" + sellProtected="true" + weight="60" + drawAfter="torso"> + <sprite>equipment/wings/red-wings.xml</sprite> + </item> <!-- Charms --> <item id="1150" @@ -9928,6 +9970,52 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="MAX HP +5%" type="usable" weight="20"/> + <item id="8059" + image="generic/cottoncloth.png" + name="Elli's Disguise" + description="Actually just some white cloth enchanted by Elli." + useButton="Dress" + defense="0" + effect="Unknown - Use with care!" + sellProtected="true" + type="equip-torso"> + <replace /> + <replace sprite="race"> + <item from="-100" to="-156"/> + <item from="-101" to="-156"/> + <item from="-102" to="-156"/> + <item from="-103" to="-156"/> + <item from="-104" to="-156"/> + <item from="-105" to="-156"/> + <item from="-106" to="-156"/> + <item from="-107" to="-156"/> + <item from="-108" to="-156"/> + <item from="-109" to="-156"/> + </replace> + </item> + <item id="8060" + image="usable/food/deliciouscookie.png" + name="Elli's Essence" + description="Makes you all thorny and edgy... I guess?" + useButton="Eat" + defense="0" + effect="Unknown - Use with care!" + sellProtected="true" + type="equip-torso"> + <replace /> + <replace sprite="race"> + <item from="-100" to="-155"/> + <item from="-101" to="-155"/> + <item from="-102" to="-155"/> + <item from="-103" to="-155"/> + <item from="-104" to="-155"/> + <item from="-105" to="-155"/> + <item from="-106" to="-155"/> + <item from="-107" to="-155"/> + <item from="-108" to="-155"/> + <item from="-109" to="-155"/> + </replace> + </item> <!-- For quests.xml --> <item id="9999" |