Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Add music boom box #255

Merged
merged 4 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added Resources/Audio/BoomBox/IDrive.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/MichaelHolborn.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/TheOffspring.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/TitoTarantula.ogg
Binary file not shown.
46 changes: 46 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/boombox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,52 @@
- type: BoomBoxTape
soundPath: /Audio/BoomBox/sigrideverybodyknows.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeTitoTarantulaAfterDark
name: Tito & Tarantula - After Dark
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/TitoTarantula.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeTheOffspringTheKids
name: The Offspring - The Kids Aren't Alright
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/TheOffspring.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeMichaelHolborn
name: Michael Holborn William Henries - Mess with My Mind
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/MichaelHolborn.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeDavidRawlings
name: David Rawlings - CumberlandGap
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/DavidRawlingsCumberlandGap.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeKavinskynightcall
name: Kavinsky - nightcall
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/IDrive.ogg


# - type: entity
# parent: BaseBoomBoxTape
# id: BaseBoomBoxTapeSyndTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
UprightPianoInstrumentFlatpack: 1
DawInstrumentFlatpack: 1
BaseBoomBox: 5
BaseBoomBoxTapeTheOffspringTheKids: 3
BaseBoomBoxTapeMichaelHolborn: 3
BaseBoomBoxTapeTitoTarantulaAfterDark: 3
BaseBoomBoxTapeDavidRawlings: 3
BaseBoomBoxTapeKavinskynightcall: 3
BaseBoomBoxTapeSpaceOddity: 3
BaseBoomBoxTapeSpaceAsshole: 3
BaseBoomBoxTapeStarman: 3
Expand Down
Loading