diff options
author | Bertram <bertram@cegetel.net> | 2009-09-03 21:32:10 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-09-03 21:32:10 +0200 |
commit | 455dce1a0efca74eb180df790fbc42f22e9c5284 (patch) | |
tree | 074cebf878518301e4893de64f0883532b593e0e /items.xml | |
parent | 044f8dfb0474fa3a65235b929e000471f1a36a9e (diff) | |
download | clientdata-455dce1a0efca74eb180df790fbc42f22e9c5284.tar.gz clientdata-455dce1a0efca74eb180df790fbc42f22e9c5284.tar.bz2 clientdata-455dce1a0efca74eb180df790fbc42f22e9c5284.tar.xz clientdata-455dce1a0efca74eb180df790fbc42f22e9c5284.zip |
Added the last usable SFX files from Mantis #732. (From Krazyjakee)
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -926,7 +926,9 @@ type="equip-2hand" weapon-type="sword" weight="10" - max-per-slot="1"/> + max-per-slot="1"> + <sound event="hit">weapons/swords/broadsword-hit1.ogg</sound> + </item> <item id="590" image="weapon-sword-baselard.png" name="Baselard" @@ -944,7 +946,11 @@ type="equip-1hand" weapon-type="sword" weight="10" - max-per-slot="1"/> + max-per-slot="1"> + <sound event="hit">weapons/swords/longsword-hit1.ogg</sound> + <sound event="hit">weapons/swords/longsword-hit2.ogg</sound> + <sound event="miss">weapons/swords/longsword-miss1.ogg</sound> + </item> <item id="592" image="weapon-dagger-stiletto.png" name="Stiletto" @@ -962,7 +968,9 @@ type="equip-1hand" weapon-type="sword" weight="10" - max-per-slot="1"/> + max-per-slot="1"> + <sound event="hit">weapons/swords/rapier-hit1.ogg</sound> + </item> <item id="594" image="weapon-polearm-spear.png" name="Spear" |