diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 07:40:42 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 07:40:42 +0200 |
commit | d7d69b05d80fe54c8890f27c63b07bee71ca552e (patch) | |
tree | 69ccecc0e38d6d6555de323a1d636116bae96ba3 /items.xml | |
parent | fd21aade87136f57fa87112c9c1c7805782dc410 (diff) | |
download | clientdata-d7d69b05d80fe54c8890f27c63b07bee71ca552e.tar.gz clientdata-d7d69b05d80fe54c8890f27c63b07bee71ca552e.tar.bz2 clientdata-d7d69b05d80fe54c8890f27c63b07bee71ca552e.tar.xz clientdata-d7d69b05d80fe54c8890f27c63b07bee71ca552e.zip |
Reorganised the sound effects by removing the unecessary ones and updating the used ones.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -158,14 +158,14 @@ Multiple's colors dye is now setted up by itemcolors.xml. type="other" weapon_type="12"> <sprite>bow.xml</sprite> - <sound event="swing">weapons/bows/bow_shoot_1.ogg</sound> + <sound event="strike">weapons/bows/strike1.ogg</sound> </item> <item id="33" type="other" weapon_type="12"> <sprite>dagger.xml</sprite> - <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> - <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> + <sound event="hit">weapons/daggers/dagger-hit1.ogg</sound> + <sound event="strike">weapons/daggers/dagger-strike1.ogg</sound> </item> <item id="34" type="other" @@ -526,8 +526,8 @@ Multiple's colors dye is now setted up by itemcolors.xml. attack-action="attack" weight="50"> <sprite>equipment/weapons/dagger.xml</sprite> - <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> - <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> + <sound event="hit">weapons/knives/knife-hit1.ogg</sound> + <sound event="strike">weapons/knives/knife-strike1.ogg</sound> </item> </items> |