diff --git a/Resources/Audio/Effects/Footsteps/attributions.yml b/Resources/Audio/Effects/Footsteps/attributions.yml index 93d4782248..4126037a06 100644 --- a/Resources/Audio/Effects/Footsteps/attributions.yml +++ b/Resources/Audio/Effects/Footsteps/attributions.yml @@ -5,4 +5,11 @@ - water4.ogg license: "CC-BY-SA-3.0" copyright: "Taken from https://github.com/Citadel-Station-13/Citadel-Station-13-RP" - source: "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/b7392a25f826d038d35309cf36875f2066c3eb05/sound/effects/footstep" \ No newline at end of file + source: "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/b7392a25f826d038d35309cf36875f2066c3eb05/sound/effects/footstep" + +- files: + - jesterstep1.ogg + - jesterstep2.ogg + license: "CC-BY-SA-3.0" + copyright: "Made and posted by GentleJester#8754 on the SS14 discord." + source: "https://discord.com/channels/310555209753690112/311537926376783886/1097222920813674527" \ No newline at end of file diff --git a/Resources/Audio/Effects/Footsteps/jesterstep1.ogg b/Resources/Audio/Effects/Footsteps/jesterstep1.ogg new file mode 100644 index 0000000000..0868c81990 Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/jesterstep1.ogg differ diff --git a/Resources/Audio/Effects/Footsteps/jesterstep2.ogg b/Resources/Audio/Effects/Footsteps/jesterstep2.ogg new file mode 100644 index 0000000000..f596209ccb Binary files /dev/null and b/Resources/Audio/Effects/Footsteps/jesterstep2.ogg differ diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 378dfe7575..e690d890d6 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -141,6 +141,9 @@ sprite: Clothing/Shoes/Specific/jester.rsi - type: Clothing sprite: Clothing/Shoes/Specific/jester.rsi + - type: FootstepModifier + footstepSoundCollection: + collection: FootstepJester - type: entity parent: ClothingShoesClown diff --git a/Resources/Prototypes/SoundCollections/footsteps.yml b/Resources/Prototypes/SoundCollections/footsteps.yml index 368a8b7faa..79798e7b05 100644 --- a/Resources/Prototypes/SoundCollections/footsteps.yml +++ b/Resources/Prototypes/SoundCollections/footsteps.yml @@ -65,6 +65,12 @@ files: - /Audio/Effects/Footsteps/clownstep1.ogg - /Audio/Effects/Footsteps/clownstep2.ogg + +- type: soundCollection + id: FootstepJester + files: + - /Audio/Effects/Footsteps/jesterstep1.ogg + - /Audio/Effects/Footsteps/jesterstep2.ogg - type: soundCollection id: FootstepDuck