Add swoosh sounds for additional weapons.

This commit is contained in:
Shane Handley 2020-04-04 10:44:53 +11:00
parent d5cc5c8537
commit 0516af8c57
11 changed files with 63 additions and 0 deletions

View File

@ -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",

BIN
assets/voxygen/audio/sfx/weapon/hammer_attack_01.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/hammer_attack_02.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/hammer_attack_03.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/staff_attack_01.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/staff_attack_02.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/staff_attack_03.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/sword_attack_01.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/sword_attack_02.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/sword_attack_03.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/sword_attack_04.wav (Stored with Git LFS) Normal file

Binary file not shown.