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

Commit

Permalink
Merge pull request #122 from Corvax-Frontier/Boombox
Browse files Browse the repository at this point in the history
Больше и дешевле музыки
  • Loading branch information
Vonsant authored May 5, 2024
2 parents 0f74e5a + 7fb803e commit 84640af
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 7 deletions.
Binary file added Resources/Audio/BoomBox/AURORA.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/CarelessWhispe.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/ComingHome.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/DarrenKorbSignals.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/DemonKittyRag.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/KissTheSky.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/MrKittyAfterDark.ogg
Binary file not shown.
Binary file not shown.
95 changes: 88 additions & 7 deletions Resources/Prototypes/Entities/Objects/Devices/boombox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- type: Item
size: Normal
- type: StaticPrice
price: 100000
price: 20000
- type: ActivatableUI
key: enum.BoomBoxUiKey.Key
- type: UserInterface
Expand All @@ -48,7 +48,7 @@
sprite: Objects/Devices/boomboxtape.rsi
state: tape
- type: StaticPrice
price: 20000
price: 1000
- type: Tag
tags:
- BoomBoxTape
Expand All @@ -64,7 +64,7 @@
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeSpaceOddity
name: Chris Hadfield - Space Oddity
description: Ageless classics...
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/space_oddity.ogg
Expand All @@ -73,7 +73,7 @@
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeSpaceAsshole
name: Chris Remo - Space AssHole
description: Ageless classics...
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/space_asshole.ogg
Expand All @@ -82,7 +82,7 @@
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeStarman
name: David Bowie - Starman
description: Ageless classics...
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/starman.ogg
Expand All @@ -91,7 +91,7 @@
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeTheChain
name: Fleetwood Mac - The Chain
description: Ageless classics...
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/TheChain.ogg
Expand All @@ -100,10 +100,91 @@
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeCantSmile
name: Barry Manilow - Cant Smile Without You
description: Ageless classics...
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/cant_smile.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeUnderStars
name: AURORA - Under Stars
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/AURORA.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeCarelessWhisper
name: Careless Whisper
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/CarelessWhispe.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeComingHome
name: Coming Home
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/ComingHome.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeSignals
name: Signals
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/DarrenKorbSignals.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeDemonKittyRag
name: Demon Kitty Rag
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/DemonKittyRag.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeKissTheSky
name: Kiss The Sky
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/KissTheSky.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeRetrograde
name: Retrograde
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/Retrograde.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeThisAintNoPlaceForNoHero
name: This Aint No Place For No Hero
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/ThisAintNoPlaceForNoHero.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeMrKittyAfterDark
name: Mr Kitty - After Dark
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/MrKittyAfterDark.ogg

# - type: entity
# parent: BaseBoomBoxTape
Expand Down

0 comments on commit 84640af

Please sign in to comment.