From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 13 May 2025 09:16:16 +0000 (-0400) Subject: Adjust walking sounds (#36941) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=866f1fb47be4b306d986e4d787c4c87ddbc43933;p=space-station-14.git Adjust walking sounds (#36941) --- diff --git a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs index 72fc768bc1..2250347a47 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs @@ -161,7 +161,7 @@ namespace Content.Shared.Chemistry.Reagent public float PricePerUnit; [DataField] - public SoundSpecifier FootstepSound = new SoundCollectionSpecifier("FootstepWater", AudioParams.Default.WithVolume(6)); + public SoundSpecifier FootstepSound = new SoundCollectionSpecifier("FootstepPuddle"); public FixedPoint2 ReactionTile(TileRef tile, FixedPoint2 reactVolume, IEntityManager entityManager, List? data) { diff --git a/Resources/Audio/Effects/Footsteps/attributions.yml b/Resources/Audio/Effects/Footsteps/attributions.yml index 7af75169b2..f21ca99c97 100644 --- a/Resources/Audio/Effects/Footsteps/attributions.yml +++ b/Resources/Audio/Effects/Footsteps/attributions.yml @@ -22,9 +22,32 @@ - files: - slime1.ogg - license: "CC-BY-SA-3.0" - copyright: "Taken from https://github.com/tgstation/tgstation" - source: "https://github.com/nero1024/tgstation/blob/83ccc939a20489de8ab81cb47e6f8e84c490adc2/sound/effects/footstep/slime1.ogg" + - slime2.ogg + - slime3.ogg + - slime4.ogg + license: "CC0-1.0" + copyright: "Created by SoundDesignForYou on freesound.org, modified by EmoGarbage404 (github)" + source: "https://freesound.org/people/SoundDesignForYou/packs/36178/" + +- files: + - puddle1.ogg + - puddle2.ogg + - puddle3.ogg + - puddle4.ogg + - puddle5.ogg + license: "CC-BY-NC-4.0" + copyright: "Created by Robinhood76 on freesound.org, modified by EmoGarbage404 (github)" + source: "https://freesound.org/people/Robinhood76/sounds/158481/" + +- files: + - blood1.ogg + - blood2.ogg + - blood3.ogg + - blood4.ogg + - blood5.ogg + license: "CC-BY-NC-4.0" + copyright: "Created by Robinhood76 on freesound.org, modified by EmoGarbage404 (github)" + source: "https://freesound.org/people/Robinhood76/sounds/98731/" - files: - clownstepspider1.ogg diff --git a/Resources/Audio/Effects/Footsteps/bells1.ogg b/Resources/Audio/Effects/Footsteps/bells1.ogg index 21638a00b0..c43e24dd92 100644 Binary files a/Resources/Audio/Effects/Footsteps/bells1.ogg and b/Resources/Audio/Effects/Footsteps/bells1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/bells3.ogg b/Resources/Audio/Effects/Footsteps/bells3.ogg index c2ed129bfa..68e228157f 100644 Binary files a/Resources/Audio/Effects/Footsteps/bells3.ogg and b/Resources/Audio/Effects/Footsteps/bells3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/bells4.ogg b/Resources/Audio/Effects/Footsteps/bells4.ogg index bb57c33f79..d770299280 100644 Binary files a/Resources/Audio/Effects/Footsteps/bells4.ogg and b/Resources/Audio/Effects/Footsteps/bells4.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/bells5.ogg b/Resources/Audio/Effects/Footsteps/bells5.ogg index b13dba1e43..4b0d5133b3 100644 Binary files a/Resources/Audio/Effects/Footsteps/bells5.ogg and b/Resources/Audio/Effects/Footsteps/bells5.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/blood1.ogg b/Resources/Audio/Effects/Footsteps/blood1.ogg new file mode 100644 index 0000000000..54ae0cd1d9 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/blood1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/blood2.ogg b/Resources/Audio/Effects/Footsteps/blood2.ogg new file mode 100644 index 0000000000..ef41ad802d Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/blood2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/blood3.ogg b/Resources/Audio/Effects/Footsteps/blood3.ogg new file mode 100644 index 0000000000..a12aefcf86 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/blood3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/blood4.ogg b/Resources/Audio/Effects/Footsteps/blood4.ogg new file mode 100644 index 0000000000..36d447a2c0 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/blood4.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/blood5.ogg b/Resources/Audio/Effects/Footsteps/blood5.ogg new file mode 100644 index 0000000000..e1e58a276a Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/blood5.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/clownspiderstep1.ogg b/Resources/Audio/Effects/Footsteps/clownspiderstep1.ogg index 4ef8d8be8e..66e2eecf97 100644 Binary files a/Resources/Audio/Effects/Footsteps/clownspiderstep1.ogg and b/Resources/Audio/Effects/Footsteps/clownspiderstep1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/clownspiderstep2.ogg b/Resources/Audio/Effects/Footsteps/clownspiderstep2.ogg index 7e607b492a..1d47185886 100644 Binary files a/Resources/Audio/Effects/Footsteps/clownspiderstep2.ogg and b/Resources/Audio/Effects/Footsteps/clownspiderstep2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/clownstep1.ogg b/Resources/Audio/Effects/Footsteps/clownstep1.ogg index 24ded92d9e..81a59f6d50 100644 Binary files a/Resources/Audio/Effects/Footsteps/clownstep1.ogg and b/Resources/Audio/Effects/Footsteps/clownstep1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/clownstep2.ogg b/Resources/Audio/Effects/Footsteps/clownstep2.ogg index 5783f3a60d..cbf979395a 100644 Binary files a/Resources/Audio/Effects/Footsteps/clownstep2.ogg and b/Resources/Audio/Effects/Footsteps/clownstep2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/grass1.ogg b/Resources/Audio/Effects/Footsteps/grass1.ogg index a805d8a414..51a49d1516 100644 Binary files a/Resources/Audio/Effects/Footsteps/grass1.ogg and b/Resources/Audio/Effects/Footsteps/grass1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/grass2.ogg b/Resources/Audio/Effects/Footsteps/grass2.ogg index 1e9eb579b0..f154028ea7 100644 Binary files a/Resources/Audio/Effects/Footsteps/grass2.ogg and b/Resources/Audio/Effects/Footsteps/grass2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/hull1.ogg b/Resources/Audio/Effects/Footsteps/hull1.ogg index 058fcd7329..28193bb4ad 100644 Binary files a/Resources/Audio/Effects/Footsteps/hull1.ogg and b/Resources/Audio/Effects/Footsteps/hull1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/hull2.ogg b/Resources/Audio/Effects/Footsteps/hull2.ogg index 6bda53fe6a..f82902cb88 100644 Binary files a/Resources/Audio/Effects/Footsteps/hull2.ogg and b/Resources/Audio/Effects/Footsteps/hull2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/jesterstep2.ogg b/Resources/Audio/Effects/Footsteps/jesterstep2.ogg index f596209ccb..8912e79834 100644 Binary files a/Resources/Audio/Effects/Footsteps/jesterstep2.ogg and b/Resources/Audio/Effects/Footsteps/jesterstep2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/puddle1.ogg b/Resources/Audio/Effects/Footsteps/puddle1.ogg new file mode 100644 index 0000000000..e89af30bb3 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/puddle1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/puddle2.ogg b/Resources/Audio/Effects/Footsteps/puddle2.ogg new file mode 100644 index 0000000000..554d10f125 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/puddle2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/puddle3.ogg b/Resources/Audio/Effects/Footsteps/puddle3.ogg new file mode 100644 index 0000000000..cacc81f5f9 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/puddle3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/puddle4.ogg b/Resources/Audio/Effects/Footsteps/puddle4.ogg new file mode 100644 index 0000000000..818095da04 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/puddle4.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/puddle5.ogg b/Resources/Audio/Effects/Footsteps/puddle5.ogg new file mode 100644 index 0000000000..a35652b0d0 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/puddle5.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/slime1.ogg b/Resources/Audio/Effects/Footsteps/slime1.ogg index 938187d4c0..ffe0dca9dd 100644 Binary files a/Resources/Audio/Effects/Footsteps/slime1.ogg and b/Resources/Audio/Effects/Footsteps/slime1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/slime2.ogg b/Resources/Audio/Effects/Footsteps/slime2.ogg new file mode 100644 index 0000000000..23cda1cf05 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/slime2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/slime3.ogg b/Resources/Audio/Effects/Footsteps/slime3.ogg new file mode 100644 index 0000000000..7485101a46 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/slime3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/slime4.ogg b/Resources/Audio/Effects/Footsteps/slime4.ogg new file mode 100644 index 0000000000..cd859d2636 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/slime4.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/snake3.ogg b/Resources/Audio/Effects/Footsteps/snake3.ogg index a1640b2be5..50353e6559 100644 Binary files a/Resources/Audio/Effects/Footsteps/snake3.ogg and b/Resources/Audio/Effects/Footsteps/snake3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/snowstep1.ogg b/Resources/Audio/Effects/Footsteps/snowstep1.ogg index f37ba1c5ee..08166f9fd8 100644 Binary files a/Resources/Audio/Effects/Footsteps/snowstep1.ogg and b/Resources/Audio/Effects/Footsteps/snowstep1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/snowstep2.ogg b/Resources/Audio/Effects/Footsteps/snowstep2.ogg index 18ad9c1df8..52378f287b 100644 Binary files a/Resources/Audio/Effects/Footsteps/snowstep2.ogg and b/Resources/Audio/Effects/Footsteps/snowstep2.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/snowstep3.ogg b/Resources/Audio/Effects/Footsteps/snowstep3.ogg index de3a9e74fd..25a1568c15 100644 Binary files a/Resources/Audio/Effects/Footsteps/snowstep3.ogg and b/Resources/Audio/Effects/Footsteps/snowstep3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/snowstep4.ogg b/Resources/Audio/Effects/Footsteps/snowstep4.ogg index 80621af54e..95fad1970d 100644 Binary files a/Resources/Audio/Effects/Footsteps/snowstep4.ogg and b/Resources/Audio/Effects/Footsteps/snowstep4.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/sound_mecha_powerloader_step.ogg b/Resources/Audio/Effects/Footsteps/sound_mecha_powerloader_step.ogg new file mode 100644 index 0000000000..128f470dac Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/sound_mecha_powerloader_step.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/tile4.ogg b/Resources/Audio/Effects/Footsteps/tile4.ogg deleted file mode 100644 index 4d8f00ca9c..0000000000 Binary files a/Resources/Audio/Effects/Footsteps/tile4.ogg and /dev/null differ diff --git a/Resources/Audio/Effects/Footsteps/wood3.ogg b/Resources/Audio/Effects/Footsteps/wood3.ogg index e74769b2d4..83c777b340 100644 Binary files a/Resources/Audio/Effects/Footsteps/wood3.ogg and b/Resources/Audio/Effects/Footsteps/wood3.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/wood4.ogg b/Resources/Audio/Effects/Footsteps/wood4.ogg index b35ee69a45..31b6b81936 100644 Binary files a/Resources/Audio/Effects/Footsteps/wood4.ogg and b/Resources/Audio/Effects/Footsteps/wood4.ogg differ diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 98b869350a..04da517413 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -75,6 +75,7 @@ footstepSoundCollection: collection: FootstepHighHeels params: + volume: -6 variation: 0.09 - type: entity @@ -215,6 +216,7 @@ collection: FootstepSpurs params: variation: 0.09 + volume: -6 - type: entity parent: ClothingShoesBootsCowboyBrown diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml index ad1c181bf4..a04a6453f9 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml @@ -35,8 +35,7 @@ parent: ClothingShoesBaseButcherable id: ClothingShoeSlippersDuck name: ducky slippers - # description: You wish these made quacking sounds as you walked. - description: Comfy, yet haunted by the ghosts of ducks you fed bread to as a child. + description: You wish these made quacking sounds as you walked. It's a good thing they don't, though. components: - type: Sprite sprite: Clothing/Shoes/Misc/duck-slippers.rsi @@ -44,7 +43,7 @@ sprite: Clothing/Shoes/Misc/duck-slippers.rsi - type: FootstepModifier footstepSoundCollection: - collection: FootstepDuck + collection: FootstepCarpet params: variation: 0.07 - type: Construction @@ -63,7 +62,7 @@ sprite: Clothing/Shoes/Misc/lizard-slippers.rsi - type: FootstepModifier footstepSoundCollection: - collection: FootstepLizardSlippers + collection: FootstepCarpet params: variation: 0.02 - type: Construction diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index a5c32928da..812bc07fb0 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -58,11 +58,12 @@ sprite: Clothing/Shoes/Specific/clown_banana.rsi - type: Clothing sprite: Clothing/Shoes/Specific/clown_banana.rsi - - type: FootstepModifier - footstepSoundCollection: - collection: FootstepSlip - params: - variation: 0.10 + #- type: FootstepModifier You can add a sound effect when you make one that doesn't sound like a dog dying. -emo + # footstepSoundCollection: + # collection: FootstepSlip + # params: + # volume: -10 + # variation: 0.10 - type: Construction graph: BananaClownShoes node: shoes diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 23b855c18f..f23e95c61c 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1226,9 +1226,6 @@ - type: Vocal sounds: Unsexed: Kangaroo - - type: FootstepModifier - footstepSoundCollection: - collection: FootstepBounce - type: Puller needsHands: false - type: StaminaDamageOnHit diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml b/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml index 9c67de9115..e5f900b209 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml @@ -211,9 +211,7 @@ group: GenericNumber - type: FootstepModifier footstepSoundCollection: - path: /Audio/Effects/Footsteps/slime1.ogg - params: - volume: 3 + collection: FootstepSlime - type: Tag tags: - FootstepSound diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index 493b0aecfd..738b1ac129 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -744,9 +744,7 @@ 200: Dead - type: FootstepModifier footstepSoundCollection: - path: /Audio/Effects/Footsteps/slime1.ogg - params: - volume: -6 + collection: FootstepSlime - type: Tag tags: - FootstepSound diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml index 92a75b80ee..0eef52266b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml @@ -31,9 +31,7 @@ baseSprintSpeed: 4 - type: FootstepModifier footstepSoundCollection: - path: /Audio/Effects/Footsteps/slime1.ogg - params: - volume: 3 + collection: FootstepSlime - type: Tag tags: - FootstepSound diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml index 9ed92709ea..5f53e4ca2a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml @@ -162,9 +162,6 @@ - type: Vocal sounds: Unsexed: Kangaroo - - type: FootstepModifier - footstepSoundCollection: - collection: FootstepBounce - type: ReplacementAccent accent: kangaroo - type: Butcherable diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml b/Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml index c5cbaea8d3..6c050a6ca6 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml @@ -38,9 +38,7 @@ - !type:PlantAdjustHealth amount: -0.1 footstepSound: - collection: FootstepSticky - params: - volume: 6 + collection: FootstepSlime fizziness: 0.5 - type: reagent @@ -78,6 +76,4 @@ abstract: true flavor: sweet footstepSound: - collection: FootstepSticky - params: - volume: 6 + collection: FootstepSlime diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index 028b0c4a8a..d73396bfad 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -140,9 +140,7 @@ metamorphicFillBaseName: fill- metamorphicChangeColor: true footstepSound: - collection: FootstepSticky - params: - volume: 6 + collection: FootstepSlime - type: reagent id: IcedCoffee diff --git a/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml b/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml index addc85096d..a7c40e5533 100644 --- a/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml +++ b/Resources/Prototypes/Reagents/Consumable/Food/condiments.yml @@ -184,6 +184,6 @@ - !type:SatiateHunger factor: 6.0 #Stronger than cookedramen footstepSound: - collection: FootstepBlood + collection: FootstepSlime params: volume: 6 diff --git a/Resources/Prototypes/Reagents/biological.yml b/Resources/Prototypes/Reagents/biological.yml index 6623e87e7c..1a4fc93426 100644 --- a/Resources/Prototypes/Reagents/biological.yml +++ b/Resources/Prototypes/Reagents/biological.yml @@ -75,7 +75,7 @@ - !type:SatiateHunger factor: 1 footstepSound: - collection: FootstepBlood + collection: FootstepSlime # makes sense params: volume: 6 @@ -100,7 +100,7 @@ - !type:SatiateThirst factor: 1 footstepSound: - collection: FootstepBlood + collection: FootstepSlime params: volume: 6 diff --git a/Resources/Prototypes/Reagents/cleaning.yml b/Resources/Prototypes/Reagents/cleaning.yml index 3f289d0486..783485f783 100644 --- a/Resources/Prototypes/Reagents/cleaning.yml +++ b/Resources/Prototypes/Reagents/cleaning.yml @@ -118,6 +118,4 @@ time: 5 refresh: false footstepSound: - collection: FootstepSticky - params: - volume: 6 + collection: FootstepSlime diff --git a/Resources/Prototypes/SoundCollections/footsteps.yml b/Resources/Prototypes/SoundCollections/footsteps.yml index 35aaf34316..5f526c1c1c 100644 --- a/Resources/Prototypes/SoundCollections/footsteps.yml +++ b/Resources/Prototypes/SoundCollections/footsteps.yml @@ -58,7 +58,14 @@ - /Audio/Effects/Footsteps/tile1.ogg - /Audio/Effects/Footsteps/tile2.ogg - /Audio/Effects/Footsteps/tile3.ogg - - /Audio/Effects/Footsteps/tile4.ogg + +- type: soundCollection + id: FootstepSlime + files: + - /Audio/Effects/Footsteps/slime1.ogg + - /Audio/Effects/Footsteps/slime2.ogg + - /Audio/Effects/Footsteps/slime3.ogg + - /Audio/Effects/Footsteps/slime4.ogg - type: soundCollection id: FootstepClown @@ -190,10 +197,23 @@ files: - /Audio/Effects/slip.ogg +- type: soundCollection + id: FootstepPuddle + files: + - /Audio/Effects/Footsteps/puddle1.ogg + - /Audio/Effects/Footsteps/puddle2.ogg + - /Audio/Effects/Footsteps/puddle3.ogg + - /Audio/Effects/Footsteps/puddle4.ogg + - /Audio/Effects/Footsteps/puddle5.ogg + - type: soundCollection id: FootstepBlood files: - - /Audio/Effects/Footsteps/gib_step.ogg + - /Audio/Effects/Footsteps/blood1.ogg + - /Audio/Effects/Footsteps/blood2.ogg + - /Audio/Effects/Footsteps/blood3.ogg + - /Audio/Effects/Footsteps/blood4.ogg + - /Audio/Effects/Footsteps/blood5.ogg - type: soundCollection id: FootstepSticky