diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2020-12-12 09:48:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 09:48:02 +0000 |
commit | 2c0e0d046b51ff8b98dddb3d27f26a9d8e44fd8a (patch) | |
tree | 5629b12544f980f9eaee3f019c074148675d84b2 /items/equip-1hand/item578_SandCutter.xml | |
parent | 66f2ad0d980f713efccab42e106cc1a8f6877e3d (diff) | |
download | clientdata-2c0e0d046b51ff8b98dddb3d27f26a9d8e44fd8a.tar.gz clientdata-2c0e0d046b51ff8b98dddb3d27f26a9d8e44fd8a.tar.bz2 clientdata-2c0e0d046b51ff8b98dddb3d27f26a9d8e44fd8a.tar.xz clientdata-2c0e0d046b51ff8b98dddb3d27f26a9d8e44fd8a.zip |
Sandcutter sfx fix (#408)
* Added one handed knife/sword sfx. Includes setzer, ice gladius, misses, rock kife vol tweak and other minor edits. Vol normalized to ~ -13db
* Fixed missing sand cutter sfx
Co-authored-by: Jesusaves <jesusalva@themanaworld.org>
Diffstat (limited to 'items/equip-1hand/item578_SandCutter.xml')
-rw-r--r-- | items/equip-1hand/item578_SandCutter.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml index 0bf673fe..3ea20114 100644 --- a/items/equip-1hand/item578_SandCutter.xml +++ b/items/equip-1hand/item578_SandCutter.xml @@ -8,8 +8,8 @@ </its:rules> <item id="578" image="equipment/weapon/sword-sandcutter.png" name="Sand Cutter" description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors." effect="Double Damage +5%" attack="140" level="80" type="equip-1hand" attack-action="attack" attack-range="2" weight="1500" sellProtected="true"> <sprite gender="unisex">equipment/weapons/sandcutter.xml</sprite> - <sound event="hit">weapons/knives/rock-knife-hit1.ogg</sound> - <sound event="hit">weapons/knives/rock-knife-hit2.ogg</sound> - <sound event="miss">weapons/swords/short-sword-miss1.ogg</sound> + <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound> + <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound> + <sound event="miss">weapons/swords/sword-miss1.ogg</sound> </item> </items> |