diff options
author | Reid <reidyaro@gmail.com> | 2015-02-09 00:30:00 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-09 00:30:00 +0100 |
commit | a10cde2452a0bbb9ae9ec7683e24371f2a70916b (patch) | |
tree | bff1dff7b8fa27982fd3b34bd42577a5dbb723f0 /items.xml | |
parent | 3e197b6ee7644f1c63d833fb4ed9f0f227daaf23 (diff) | |
download | clientdata-a10cde2452a0bbb9ae9ec7683e24371f2a70916b.tar.gz clientdata-a10cde2452a0bbb9ae9ec7683e24371f2a70916b.tar.bz2 clientdata-a10cde2452a0bbb9ae9ec7683e24371f2a70916b.tar.xz clientdata-a10cde2452a0bbb9ae9ec7683e24371f2a70916b.zip |
Add piou egg item.
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" |