Skip to content
Open
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 added Resources/Audio/RadioStation/ads/IdrisRadioAd.ogg
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Audio/RadioStation/ads/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["IdrisRadioAd.ogg"]
license: "CC-BY-ND-4.0"
copyright: "Made by Jam"
source: "Original work by Jamandbutter0"
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- files: ["Syndicate.ogg", "Capstien.ogg", "JNE.ogg", "NextUp.ogg", "Ninja.ogg", "Number.ogg"]
license: "CC-BY-ND-4.0"
copyright: "Recorded by Jvne"
source: "https://juneialduncan21@gmail.com"
source: "https://juneialduncan21@gmail.com"
41 changes: 41 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/cds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- type: entity
name: cd disk
description: A cd disk, usually contains ads.
id: BaseCdDisk
parent: BaseItem
abstract: true
components:
- type: Vinyl
- type: Sprite
sprite: _Goobstation/Objects/Misc/RadioStation/cds.rsi
state: icon
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Wood
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 12
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Item
size: Tiny
- type: Tag
tags:
- CD


- type: entity
parent: BaseCdDisk
name: cd disk (Idris)
id: CdDiskIdris
components:
- type: Vinyl
song:
path: /Audio/RadioStation/ads/IdrisRadioAd.ogg

Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
weight: 0.1
- id: CdDiskXgOnboarding4
weight: 0.1

# Omu only
- id: CdDiskIdris
weight: 1

- type: entityTable
id: RandomVinylDisk
table: !type:GroupSelector
Expand Down