mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add swoosh sounds for additional weapons.
This commit is contained in:
parent
d5cc5c8537
commit
0516af8c57
@ -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
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
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
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
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
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
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
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
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
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
BIN
assets/voxygen/audio/sfx/weapon/sword_attack_04.wav
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user