diff --git a/Resources/Audio/_CP14/Effects/attributions.yml b/Resources/Audio/_CP14/Effects/attributions.yml index dda78ba53d..0b863ff562 100644 --- a/Resources/Audio/_CP14/Effects/attributions.yml +++ b/Resources/Audio/_CP14/Effects/attributions.yml @@ -36,4 +36,14 @@ - files: ["snowball.ogg"] license: "CC0-1.0" copyright: 'by bajko of Freesound.org.' - source: "https://freesound.org/people/bajko/sounds/378058/" \ No newline at end of file + source: "https://freesound.org/people/bajko/sounds/378058/" + +- files: ["wood_down_stairs.ogg"] + license: "CC0-1.0" + copyright: 'by qubodup of Freesound.org.' + source: "https://freesound.org/people/qubodup/sounds/442770/" + +- files: ["wood_up_stairs.ogg"] + license: "CC0-1.0" + copyright: 'by qubodup of Freesound.org.' + source: "https://freesound.org/people/qubodup/sounds/442771/" diff --git a/Resources/Audio/_CP14/Effects/wood_down_stairs.ogg b/Resources/Audio/_CP14/Effects/wood_down_stairs.ogg new file mode 100644 index 0000000000..356be6da55 Binary files /dev/null and b/Resources/Audio/_CP14/Effects/wood_down_stairs.ogg differ diff --git a/Resources/Audio/_CP14/Effects/wood_up_stairs.ogg b/Resources/Audio/_CP14/Effects/wood_up_stairs.ogg new file mode 100644 index 0000000000..83a2d279ae Binary files /dev/null and b/Resources/Audio/_CP14/Effects/wood_up_stairs.ogg differ diff --git a/Resources/Prototypes/_CP14/Entities/Structures/dungeon_entrance.yml b/Resources/Prototypes/_CP14/Entities/Structures/dungeon_entrance.yml index cc3c94d849..d6f8bf0756 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/dungeon_entrance.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/dungeon_entrance.yml @@ -30,6 +30,8 @@ - type: Portal canTeleportToOtherMaps: true randomTeleport: false + arrivalSound: /Audio/_CP14/Effects/wood_up_stairs.ogg + departureSound: /Audio/_CP14/Effects/wood_down_stairs.ogg - type: entity parent: CP14LaddersDownBase @@ -58,7 +60,9 @@ radius: 3 energy: 1 netsync: false - + - type: Portal + arrivalSound: /Audio/_CP14/Effects/wood_down_stairs.ogg + departureSound: /Audio/_CP14/Effects/wood_up_stairs.ogg # Basic stone - type: entity @@ -168,4 +172,4 @@ components: - type: CP14ZLevelAutoPortal zLevelOffset: 1 # Go onto surface - otherSideProto: CP14LaddersDownMarble \ No newline at end of file + otherSideProto: CP14LaddersDownMarble