diff options
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" |