mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
802bce1698
Removed the Axe sfx until the animations show the swing
142 lines
4.3 KiB
Plaintext
142 lines
4.3 KiB
Plaintext
(
|
|
{
|
|
Run: (
|
|
files: [
|
|
"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,
|
|
),
|
|
GliderOpen: (
|
|
files: [
|
|
"voxygen.audio.sfx.glider_open",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
GliderClose: (
|
|
files: [
|
|
"voxygen.audio.sfx.glider_close",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
Attack(DashMelee, Sword(BasicSword)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_01",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_02",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_03",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_04",
|
|
],
|
|
threshold: 1.2,
|
|
),
|
|
Attack(TripleStrike, Sword(BasicSword)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.sword_triple_strike_01",
|
|
"voxygen.audio.sfx.weapon.sword_triple_strike_02",
|
|
"voxygen.audio.sfx.weapon.sword_triple_strike_03",
|
|
],
|
|
threshold: 0.8,
|
|
),
|
|
Attack(BasicRanged, Bow(BasicBow)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.bow_attack_01",
|
|
"voxygen.audio.sfx.weapon.bow_attack_02",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
Attack(BasicMelee, Hammer(BasicHammer)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.whoosh_low_01",
|
|
"voxygen.audio.sfx.weapon.whoosh_low_02",
|
|
"voxygen.audio.sfx.weapon.whoosh_low_03",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
Attack(BasicMelee, Staff(BasicStaff)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_01",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_02",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_03",
|
|
"voxygen.audio.sfx.weapon.whoosh_normal_04",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
Wield(Sword(BasicSword)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.sword_out",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
Unwield(Sword(BasicSword)): (
|
|
files: [
|
|
"voxygen.audio.sfx.weapon.sword_in",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
|
|
Inventory(Collected): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Swapped): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Given): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Dropped): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.drop_item",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Consumed(Potion)): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.consumable.liquid",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Consumed(PotionMinor)): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.consumable.liquid",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Consumed(Apple)): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.consumable.apple",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Consumed(Mushroom)): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.consumable.food",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(Consumed(Cheese)): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.consumable.food",
|
|
],
|
|
threshold: 0.3,
|
|
),
|
|
Inventory(CollectFailed): (
|
|
files: [
|
|
"voxygen.audio.sfx.inventory.add_failed",
|
|
],
|
|
threshold: 0.3,
|
|
)
|
|
}
|
|
)
|