veloren/assets/voxygen/audio/sfx.ron

51 lines
1.3 KiB
Plaintext
Raw Normal View History

(
items: [
(
trigger: Run,
files: [
2019-12-08 10:03:40 +00:00
"voxygen.audio.sfx.footsteps.stepgrass_1",
"voxygen.audio.sfx.footsteps.stepgrass_2",
"voxygen.audio.sfx.footsteps.stepgrass_3",
"voxygen.audio.sfx.footsteps.stepgrass_4",
"voxygen.audio.sfx.footsteps.stepgrass_5",
"voxygen.audio.sfx.footsteps.stepgrass_6",
],
threshold: 0.25,
),
(
trigger: GliderOpen,
files: [
"voxygen.audio.sfx.glider_open",
],
threshold: 0.5,
),
(
trigger: GliderClose,
files: [
"voxygen.audio.sfx.glider_close",
],
threshold: 0.5,
),
(
trigger: Attack(Sword),
files: [
"voxygen.audio.sfx.weapon.sword",
],
threshold: 0.5,
),
(
trigger: Attack(Hammer),
files: [
"voxygen.audio.sfx.weapon.sword",
],
threshold: 0.5,
),
(
trigger: Attack(Bow),
files: [
"voxygen.audio.sfx.weapon.bow",
],
threshold: 0.5,
),
],
)