diff options
author | Alige <aligetmw@hotmail.fr> | 2013-06-30 13:41:27 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-06-30 13:41:27 +0200 |
commit | a6b0e443dcb94641360dae7f363835cd835a01a5 (patch) | |
tree | 28b729699f1c2edc98db36470291fae00e053da7 /items.xml | |
parent | b3f645caf47e886e6487666cb9328e7e876d19b7 (diff) | |
download | clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.gz clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.bz2 clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.xz clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.zip |
Fixed bare hands sounds.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -124,30 +124,44 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="-100" type="racesprite" name="Human"> <sprite gender="unisex">races/human-male.xml</sprite> <sprite gender="female">races/human-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-101" type="racesprite" name="Ukar"> <sprite gender="unisex">races/ukar-male.xml</sprite> <sprite gender="female">races/ukar-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-102" type="racesprite" name="Demon"> <sprite gender="unisex">races/demon-male.xml</sprite> <sprite gender="female">races/demon-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-103" type="racesprite" name="Elven"> <sprite gender="unisex">races/elven-male.xml</sprite> <sprite gender="female">races/elven-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-104" type="racesprite" name="Orc"> <sprite gender="unisex">races/orc-male.xml</sprite> <sprite gender="female">races/orc-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-105" type="racesprite" name="Raijin"> <sprite gender="unisex">races/raijin-male.xml</sprite> <sprite gender="female">races/raijin-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <item id="-106" type="racesprite" name="Tritan"> <sprite gender="unisex">races/tritan-male.xml</sprite> <sprite gender="female">races/tritan-female.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> <!-- Usable Items --> |