Add swoosh sounds for additional weapons.

This commit is contained in:
Shane Handley 2020-04-04 10:44:53 +11:00
parent b131ba5b06
commit b543a9855a
11 changed files with 33 additions and 0 deletions

@ -32,6 +32,39 @@
],
threshold: 0.5,
),
Attack(Sword(BasicSword)): (
files: [
"voxygen.audio.sfx.weapon.sword_attack_01",
"voxygen.audio.sfx.weapon.sword_attack_02",
"voxygen.audio.sfx.weapon.sword_attack_03",
"voxygen.audio.sfx.weapon.sword_attack_04",
],
threshold: 0.5,
),
Attack(Hammer(BasicHammer)): (
files: [
"voxygen.audio.sfx.weapon.hammer_attack_01",
"voxygen.audio.sfx.weapon.hammer_attack_02",
"voxygen.audio.sfx.weapon.hammer_attack_03",
],
threshold: 0.5,
),
Attack(Staff(BasicStaff)): (
files: [
"voxygen.audio.sfx.weapon.staff_attack_01",
"voxygen.audio.sfx.weapon.staff_attack_02",
"voxygen.audio.sfx.weapon.staff_attack_03",
],
threshold: 0.5,
),
Attack(Axe(BasicAxe)): (
files: [
"voxygen.audio.sfx.weapon.hammer_attack_01",
"voxygen.audio.sfx.weapon.hammer_attack_02",
"voxygen.audio.sfx.weapon.hammer_attack_03",
],
threshold: 0.5,
),
Wield(Sword(BasicSword)): (
files: [
"voxygen.audio.sfx.weapon.sword_out",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.