diff options
author | Bertram <bertram@cegetel.net> | 2009-08-03 21:17:05 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-08-03 21:17:05 +0200 |
commit | 8dbd920af968219b0b8299443430e18a9cd8f3cb (patch) | |
tree | 9137578d934bbad570cb6a7d39d5b782fe7d8bff /items.xml | |
parent | 2d9ea4fdc802ae1ddfe3e300eb056afaf84d16ab (diff) | |
download | clientdata-8dbd920af968219b0b8299443430e18a9cd8f3cb.tar.gz clientdata-8dbd920af968219b0b8299443430e18a9cd8f3cb.tar.bz2 clientdata-8dbd920af968219b0b8299443430e18a9cd8f3cb.tar.xz clientdata-8dbd920af968219b0b8299443430e18a9cd8f3cb.zip |
Rearranged the sfx files to handle the long term contributions more nicely...
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -78,13 +78,13 @@ <item id="30" weapon_type="1"> <sprite>weapon-dagger.xml</sprite> - <sound event="strike">short-sword-miss1.ogg</sound> - <sound event="hit">short-sword-hit1.ogg</sound> + <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> </item> <item id="31" weapon_type="10"> <sprite>weapon-bow.xml</sprite> - <sound event="swing">bow_shoot_1.ogg</sound> + <sound event="swing">weapons/bows/bow_shoot_1.ogg</sound> </item> <item id="32" weapon_type="11"> @@ -93,8 +93,8 @@ <item id="33" weapon_type="1"> <sprite>weapon-dagger.xml</sprite> - <sound event="strike">short-sword-miss1.ogg</sound> - <sound event="hit">short-sword-hit1.ogg</sound> + <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> </item> <item id="34" weapon_type="1"> <!-- magic fist --> @@ -281,8 +281,8 @@ attack-angle="135" max-per-slot="1"> <sprite>weapon-dagger.xml</sprite> - <sound event="strike">short-sword-miss1.ogg</sound> - <sound event="hit">short-sword-hit1.ogg</sound> + <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> </item> <item id="522" image="weapon-dagger-sharpknife.png" @@ -2472,7 +2472,7 @@ weapon-type="bow" max-per-slot="1"> <sprite>weapon-bow.xml</sprite> - <sound event="swing">bow_shoot_1.ogg</sound> + <sound event="swing">weapons/bows/bow_shoot_1.ogg</sound> </item> <item id="1201" image="weapon-dagger-knive.png" @@ -2629,8 +2629,8 @@ attack-angle="135" max-per-slot="1"> <sprite>weapon-dagger.xml</sprite> - <sound event="strike">short-sword-miss1.ogg</sound> - <sound event="hit">short-sword-hit1.ogg</sound> + <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> </item> <item id="1216" image="armor-head-mouboohead.png" |