Skip to content

Commit

Permalink
Probably the final attempt to appease the linter for this (at least I…
Browse files Browse the repository at this point in the history
… hope)
  • Loading branch information
Monotheonist committed Jan 15, 2025
1 parent b463728 commit 272e448
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 29 deletions.
5 changes: 1 addition & 4 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation Random Announcer Port
startAudio:
path: /Audio/Announcements/attention.ogg
earliestStart: 20
minimumPlayers: 15
weight: 5
Expand Down Expand Up @@ -580,8 +578,7 @@
parent: BaseStationEventShortDelay
components:
- type: StationEvent
startAudio:
path: /Audio/Announcements/attention.ogg
startAnnouncement: true # Impstation: Random Announcer System
weight: 5
minimumPlayers: 25
reoccurrenceDelay: 20
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/GameRules/meteorswarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
weight: 3.5
reoccurrenceDelay: 1
duration: 1
Expand Down
10 changes: 0 additions & 10 deletions Resources/Prototypes/GameRules/pests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 30 # DeltaV: was 50, used as a delay now
Expand All @@ -48,8 +46,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 30 # DeltaV: was 50, used as a delay now
Expand All @@ -76,8 +72,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
weight: 6
duration: 30 # DeltaV: was 50, used as a delay now
- type: PrecognitionResult # DeltaV - Precogniton
Expand All @@ -99,8 +93,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
weight: 6
duration: 30 # DeltaV: was 50, used as a delay now
- type: PrecognitionResult # DeltaV - Precogniton
Expand All @@ -121,8 +113,6 @@
components:
- type: StationEvent
startAnnouncement: true # Impstation: Random Announcer System
startAudio:
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 30 # DeltaV: was 50, used as a delay now
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/GameRules/random_sentience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
weight: 6
duration: 1
maxOccurrences: 1 # this event has diminishing returns on interesting-ness, so we cap it
startAudio:
path: /Audio/Announcements/attention.ogg
startAnnouncement: true # Impstation: Random Announcer System
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-random-sentience-result-message
- type: RandomSentienceRule
Expand Down
4 changes: 1 addition & 3 deletions Resources/Prototypes/Nyanotrasen/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
parent: BaseGameRule
components:
- type: StationEvent
startAnnouncement: true
startAudio:
path: /Audio/Announcements/noosphericstorm.ogg
startAnnouncement: true # Impstation: Random Announcer System
weight: 5
earliestStart: 15
- type: NoosphericStormRule
Expand Down
6 changes: 0 additions & 6 deletions Resources/Prototypes/_DV/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
minimumPlayers: 10 #Enough to hopefully have at least one engineering guy
startAnnouncement: true
endAnnouncement: true
startAudio:
path: /Audio/Announcements/meteors.ogg
params:
volume: -4
duration: null #ending is handled by MeteorSwarmRule
- type: PrecognitionResult
message: psionic-power-precognition-meteor-swarm-result-message
Expand All @@ -40,8 +36,6 @@
components:
- type: StationEvent
startAnnouncement: true
startAudio:
path: /Audio/Announcements/aliens.ogg
earliestStart: 45
minimumPlayers: 20
weight: 1
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/_DV/GameRules/glimmer_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
weight: 6
duration: 1
reoccurrenceDelay: 20
startAudio:
path: /Audio/Announcements/attention.ogg
startAnnouncement: true # Impstation: Random Announcer System
- type: GlimmerEvent
minimumGlimmer: 300
maximumGlimmer: 600
Expand Down

0 comments on commit 272e448

Please sign in to comment.