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

Commit

Permalink
New Songs
Browse files Browse the repository at this point in the history
  • Loading branch information
NEirotoXiN committed Jun 7, 2024
1 parent 63d35c4 commit d655f49
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/BoomBox/STRXYLacrima.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/XalvOblivion.ogg
Binary file not shown.
37 changes: 37 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/boombox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,43 @@
- type: BoomBoxTape
soundPath: /Audio/BoomBox/HydrogenHotlineMiami.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeNarventPartiality
name: Narvent - Partiality
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/NarventOBLXKQPartiality.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeNarventSadness
name: Narvent - Sadness
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/NarventVintageSadness.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeSTRXYLacrima
name: STRXY - Lacrima
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/STRXYLacrima.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeXalvOblivion
name: Xalv - Oblivion
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/XalvOblivion.ogg


# - type: entity
# parent: BaseBoomBoxTape
# id: BaseBoomBoxTapeSyndTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,18 @@
- id: BaseBoomBoxTapeHIFIRekka
- id: BaseBoomBoxTapeHotLineCrystals
- id: BaseBoomBoxTapeHotLineHydrogen

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack9
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeNarventPartiality
- id: BaseBoomBoxTapeNarventSadness
- id: BaseBoomBoxTapeSTRXYLacrima
- id: BaseBoomBoxTapeXalvOblivion

1 change: 1 addition & 0 deletions Resources/Prototypes/Nyanotrasen/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
MailBoomboxPack6: 0.5
MailBoomboxPack7: 0.5
MailBoomboxPack8: 0.5
MailBoomboxPack9: 0.5

# Department and job-specific mail can have slightly higher weights,
# since they'll be merged with the everyone pool.
Expand Down

0 comments on commit d655f49

Please sign in to comment.