24 lines
901 B
YAML
24 lines
901 B
YAML
# SPDX-FileCopyrightText: 2024 Fahasor <70820551+Fahasor@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Firewatch <54725557+musicmanvr@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
- type: soundCollection
|
|
id: BaseWhistle
|
|
files:
|
|
- /Audio/Items/Whistle/whistle_1.ogg
|
|
- /Audio/Items/Whistle/whistle_2.ogg
|
|
- /Audio/Items/Whistle/whistle_3.ogg
|
|
- /Audio/Items/Whistle/whistle_4.ogg
|
|
- /Audio/Items/Whistle/whistle_5.ogg
|
|
- /Audio/Items/Whistle/whistle_6.ogg
|
|
- /Audio/Items/Whistle/whistle_7.ogg
|
|
|
|
- type: soundCollection
|
|
id: TrenchWhistle
|
|
files:
|
|
- /Audio/Items/Whistle/trench_whistle_1.ogg
|
|
- /Audio/Items/Whistle/trench_whistle_2.ogg
|
|
- /Audio/Items/Whistle/trench_whistle_3.ogg |