diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -166,6 +166,16 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> + <!-- Special Races --> + <item id="-150" type="racesprite" name="Piou"> + <sprite gender="unisex">races/piou-unisex.xml</sprite> + <sound event="die">monsters/piou/die1.ogg</sound> + <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="hurt">monsters/piou/hurt1.ogg</sound> + <sound event="hurt">monsters/piou/hurt2.ogg</sound> + <sound event="miss">monsters/piou/miss1.ogg</sound> + </item> + <!-- Usable Items --> <item id="501" image="usable/acorn.png" @@ -791,7 +801,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> <item id="4000" - image="generic/eggshell-half.png" + image="usable/piouegg.png" name="Piou egg" description="Piou egg" type="generic" |