Skip to content

Commit

Permalink
Remove the unknown shuttle announcement. (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE authored Dec 28, 2024
1 parent 640a9e7 commit 8bc36f8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
id: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming
startAudio:
path: /Audio/Announcements/attention.ogg
startAnnouncement: null # CD: Removed the announcement
#startAudio: CD: Also removed the start audio
# path: /Audio/Announcements/attention.ogg
weight: 10 # 10 default
reoccurrenceDelay: 30
duration: 1
Expand All @@ -65,7 +65,7 @@
id: UnknownShuttleTravelingCuisine
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming
startAnnouncement: null # CD: Removed the announcement
maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml
- type: LoadMapRule
preloadedGrid: TravelingCuisine
Expand All @@ -75,7 +75,7 @@
id: UnknownShuttleDisasterEvacPod
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming
startAnnouncement: null # CD: Removed the announcement
maxOccurrences: 3 # should be the same as [copies] in shuttle_incoming_event.yml
- type: LoadMapRule
preloadedGrid: DisasterEvacPod
Expand All @@ -86,7 +86,7 @@
# id: UnknownShuttleHonki
# components:
# - type: StationEvent
# startAnnouncement: station-event-unknown-shuttle-incoming #!!
# startAnnouncement: null # CD: Removed the announcement #!!
# weight: 2
# - type: LoadMapRule
# preloadedGrid: Honki
Expand Down Expand Up @@ -119,7 +119,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
weight: 2 # Its just a big ship, so it needs to be rarer to be interesting.
- type: LoadMapRule
preloadedGrid: Cruiser
Expand All @@ -129,7 +129,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Cryptid

Expand All @@ -138,7 +138,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Eternal

Expand All @@ -147,7 +147,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Flatline

Expand All @@ -156,7 +156,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
weight: 5 # Its just a big ship, so it needs to be rarer to be interesting.
- type: LoadMapRule
preloadedGrid: Gym
Expand All @@ -166,7 +166,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
weight: 2 # Its just a big ship, so it needs to be rarer to be interesting.
earliestStart: 45 # late to hopefully have enough ghosts to fill all roles quickly. (5-6)
- type: LoadMapRule
Expand All @@ -188,7 +188,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Joe

Expand All @@ -197,7 +197,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Lambordeere

Expand All @@ -206,7 +206,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Meatzone

Expand All @@ -215,7 +215,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
weight: 11 # this is higher because its just a little generic personal shuttle
maxOccurrences: 4
- type: LoadMapRule
Expand All @@ -226,7 +226,7 @@
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: null # CD: Removed the announcement #!!
- type: LoadMapRule
preloadedGrid: Spacebus

0 comments on commit 8bc36f8

Please sign in to comment.