2019-11-23 08:26:39 +00:00
|
|
|
(
|
2020-01-01 02:55:48 +00:00
|
|
|
{
|
|
|
|
Run: (
|
2019-11-23 08:26:39 +00:00
|
|
|
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",
|
2019-11-23 08:26:39 +00:00
|
|
|
],
|
2020-03-25 20:06:01 +00:00
|
|
|
threshold: 0.25,
|
2019-11-23 08:26:39 +00:00
|
|
|
),
|
2020-01-01 02:55:48 +00:00
|
|
|
GliderOpen: (
|
2019-11-23 08:26:39 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.glider_open",
|
|
|
|
],
|
|
|
|
threshold: 0.5,
|
|
|
|
),
|
2020-01-01 02:55:48 +00:00
|
|
|
GliderClose: (
|
2019-11-23 08:26:39 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.glider_close",
|
|
|
|
],
|
|
|
|
threshold: 0.5,
|
2020-04-03 23:44:53 +00:00
|
|
|
),
|
2020-04-11 10:10:02 +00:00
|
|
|
Wield(Sword): (
|
2020-02-21 02:56:54 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.weapon.sword_out",
|
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.5,
|
2020-02-21 02:56:54 +00:00
|
|
|
),
|
2020-04-11 10:10:02 +00:00
|
|
|
Unwield(Sword): (
|
2020-02-21 02:56:54 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.weapon.sword_in",
|
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.5,
|
2020-02-21 02:56:54 +00:00
|
|
|
),
|
2020-05-03 19:52:11 +00:00
|
|
|
Inventory(Collected): (
|
2020-06-26 18:40:28 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
|
|
|
Inventory(CollectedTool(Sword)): (
|
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.pickup_sword",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
|
|
|
Inventory(CollectedTool(Staff)): (
|
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.pickup_staff",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
|
|
|
Inventory(CollectFailed): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
2020-06-26 18:40:28 +00:00
|
|
|
"voxygen.audio.sfx.inventory.add_failed",
|
2020-03-04 10:09:48 +00:00
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.3,
|
2020-03-04 10:09:48 +00:00
|
|
|
),
|
|
|
|
Inventory(Swapped): (
|
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.3,
|
2020-03-04 10:09:48 +00:00
|
|
|
),
|
|
|
|
Inventory(Given): (
|
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.add_item",
|
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.3,
|
2020-03-04 10:09:48 +00:00
|
|
|
),
|
|
|
|
Inventory(Dropped): (
|
|
|
|
files: [
|
2020-05-03 19:52:11 +00:00
|
|
|
"voxygen.audio.sfx.inventory.drop_item",
|
2020-03-04 10:09:48 +00:00
|
|
|
],
|
2020-05-03 19:52:11 +00:00
|
|
|
threshold: 0.3,
|
2020-03-04 10:09:48 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Inventory(Consumed("Potion")): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.consumable.liquid",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Inventory(Consumed("PotionMinor")): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.consumable.liquid",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Inventory(Consumed("Apple")): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.consumable.apple",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Inventory(Consumed("Mushroom")): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.consumable.food",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Inventory(Consumed("Cheese")): (
|
2020-03-04 10:09:48 +00:00
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.inventory.consumable.food",
|
|
|
|
],
|
|
|
|
threshold: 0.3,
|
2020-07-31 22:25:23 +00:00
|
|
|
),
|
|
|
|
Explosion: (
|
|
|
|
files: [
|
2020-08-03 11:56:12 +00:00
|
|
|
"voxygen.audio.sfx.explosion",
|
2020-07-31 22:25:23 +00:00
|
|
|
],
|
2020-08-03 11:56:12 +00:00
|
|
|
threshold: 0.2,
|
2020-07-31 22:25:23 +00:00
|
|
|
),
|
|
|
|
ProjectileShot: (
|
|
|
|
files: [
|
|
|
|
"voxygen.audio.sfx.glider_open",
|
|
|
|
],
|
|
|
|
threshold: 0.5,
|
|
|
|
),
|
2020-01-01 02:55:48 +00:00
|
|
|
}
|
2020-03-25 20:06:01 +00:00
|
|
|
)
|