From 778deb14a12b0d4ab3ee90b99a172432347674bf Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:33:37 -0600 Subject: [PATCH] Vent Critter Alert (#24383) --- .../station-events/events/vent-critters.ftl | 2 +- Resources/Prototypes/GameRules/events.yml | 25 ++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/station-events/events/vent-critters.ftl b/Resources/Locale/en-US/station-events/events/vent-critters.ftl index 5379bfca03..426f0c0ca1 100644 --- a/Resources/Locale/en-US/station-events/events/vent-critters.ftl +++ b/Resources/Locale/en-US/station-events/events/vent-critters.ftl @@ -1 +1 @@ -station-event-vent-spiders-start-announcement = Based on { $data }, we believe a small colony of unknown organisms have taken residence inside the station's ventilation and have taken action to drive them out. +station-event-vent-creatures-start-announcement = Attention. A large influx of unknown life forms have been detected residing within the station's ventilation systems. Please be rid of these creatures before it begins to affect productivity. diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 43155e2827..1e6d2ce1a6 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -182,6 +182,10 @@ noSpawn: true components: - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 earliestStart: 30 minimumPlayers: 35 weight: 5 @@ -204,6 +208,10 @@ noSpawn: true components: - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 weight: 5 duration: 50 - type: VentCrittersRule @@ -307,7 +315,10 @@ noSpawn: true components: - type: StationEvent - id: VentCritters + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 earliestStart: 15 minimumPlayers: 15 weight: 5 @@ -327,6 +338,10 @@ noSpawn: true components: - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 earliestStart: 20 minimumPlayers: 15 weight: 5 @@ -346,6 +361,10 @@ noSpawn: true components: - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 earliestStart: 20 minimumPlayers: 15 weight: 5 @@ -361,6 +380,10 @@ noSpawn: true components: - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 earliestStart: 20 minimumPlayers: 15 weight: 1 -- 2.51.2