Skip to content

Commit

Permalink
Add custom meteor swarm announcements (cosmatic-drift-14#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE committed Aug 24, 2024
1 parent 32ca77c commit e771b80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Resources/Locale/en-US/_CD/station/events.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
station-event-ion-storm-synth = You detect an Ion Storm. Your internal systems may be tampered with or damaged as a result.
station-event-ion-storm-synth = You detect an Ion Storm. Your internal systems may be tampered with or damaged as a result.
station-event-space-dust-minor-start-announcement = The station is passing through a small debris cloud, expect very minor damage to external fittings and fixtures.
station-event-space-dust-moderate-start-announcement = The station is passing through a debris cloud, expect some damage to exposed station fixtures.
station-event-meteor-swarm-small-start-announcement = A small meteor field has been detected on collision course with the station. Please be cautious around exposed areas of the station.
station-event-meteor-swarm-moderate-start-announcement = A meteor field has been detected on collision course with the station. Crew are advised to avoid exposed areas of the station, and inform engineering staff of any damaged locations.
station-event-meteor-swarm-heavy-start-announcement = A large meteor field is on a collision course with the station. Station crew are advised to head towards a central, safe area, and engineering staff should prepare for heavy damage.
7 changes: 5 additions & 2 deletions Resources/Prototypes/GameRules/meteorswarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
earliestStart: 2
minimumPlayers: 0
- type: MeteorSwarm
announcement: station-event-meteor-swarm-start-announcement
announcement: station-event-space-dust-minor-start-announcement # CD Change: custom announcement
announcementSound: /Audio/Announcements/attention.ogg
nonDirectional: true
meteors:
Expand All @@ -129,7 +129,7 @@
weight: 22
minimumPlayers: 0
- type: MeteorSwarm
announcement: station-event-space-dust-start-announcement
announcement: station-event-space-dust-moderate-start-announcement # CD Change: custom announcement
announcementSound: /Audio/Announcements/attention.ogg
nonDirectional: true
meteors:
Expand All @@ -150,6 +150,7 @@
weight: 8
minimumPlayers: 15
- type: MeteorSwarm
announcement: station-event-meteor-swarm-small-start-announcement # CD Change: custom announcement
meteors:
# CD: Decrease count
MeteorSmall: 5
Expand All @@ -162,6 +163,7 @@
- type: StationEvent
weight: 5
- type: MeteorSwarm
announcement: station-event-meteor-swarm-moderate-start-announcement # CD Change: custom announcement
meteors:
# CD: Decrease count
MeteorSmall: 2
Expand All @@ -175,6 +177,7 @@
# - type: StationEvent
# weight: 2
# - type: MeteorSwarm
# announcement: station-event-meteor-swarm-heavy-start-announcement # CD Change: custom announcement
# meteors:
# MeteorSmall: 2
# MeteorMedium: 4
Expand Down

0 comments on commit e771b80

Please sign in to comment.