diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index 1ceab7c0d6ec..b1756f25ae2c 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -55,35 +55,6 @@ - type: RuleGrids - type: LoadMapRule -- type: entity - parent: BaseUnknownShuttleRule - id: UnknownShuttleCargoLost - components: - - type: StationEvent - maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml - - type: LoadMapRule - preloadedGrid: ShuttleCargoLost - -- type: entity - parent: BaseUnknownShuttleRule - id: UnknownShuttleTravelingCuisine - components: - - type: StationEvent - startAnnouncement: station-event-unknown-shuttle-incoming - maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml - - type: LoadMapRule - preloadedGrid: TravelingCuisine - -- type: entity - parent: BaseUnknownShuttleRule - id: UnknownShuttleDisasterEvacPod - components: - - type: StationEvent - startAnnouncement: station-event-unknown-shuttle-incoming - maxOccurrences: 3 # should be the same as [copies] in shuttle_incoming_event.yml - - type: LoadMapRule - preloadedGrid: DisasterEvacPod - # The power of 3 clowns proved too strong for the players and may need to be 1984'ed. Replace this with a more engaging clown shuttle. - type: entity parent: BaseUnknownShuttleRule @@ -95,16 +66,6 @@ - type: LoadMapRule preloadedGrid: Honki -- type: entity - parent: BaseUnknownShuttleRule - id: UnknownShuttleCivil - components: - - type: StationEvent - startAnnouncement: station-event-unknown-shuttle-incoming #!! - weight: 2 - - type: LoadMapRule - preloadedGrid: Civil - # - type: entity # parent: BaseUnknownShuttleRule # id: UnknownShuttleSyndieEvacPod diff --git a/Resources/Prototypes/SS220/GameRules/unknown_shuttles.yml b/Resources/Prototypes/SS220/GameRules/unknown_shuttles.yml new file mode 100644 index 000000000000..f028f10471d9 --- /dev/null +++ b/Resources/Prototypes/SS220/GameRules/unknown_shuttles.yml @@ -0,0 +1,38 @@ +- type: entity + parent: BaseUnknownShuttleRule + id: UnknownShuttleCivil + components: + - type: StationEvent + startAnnouncement: station-event-unknown-shuttle-incoming #!! + weight: 2 + - type: LoadMapRule + preloadedGrid: Civil + +- type: entity + parent: BaseUnknownShuttleRule + id: UnknownShuttleCargoLost + components: + - type: StationEvent + maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml + - type: LoadMapRule + preloadedGrid: ShuttleCargoLost + +- type: entity + parent: BaseUnknownShuttleRule + id: UnknownShuttleTravelingCuisine + components: + - type: StationEvent + startAnnouncement: station-event-unknown-shuttle-incoming + maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml + - type: LoadMapRule + preloadedGrid: TravelingCuisine + +- type: entity + parent: BaseUnknownShuttleRule + id: UnknownShuttleDisasterEvacPod + components: + - type: StationEvent + startAnnouncement: station-event-unknown-shuttle-incoming + maxOccurrences: 3 # should be the same as [copies] in shuttle_incoming_event.yml + - type: LoadMapRule + preloadedGrid: DisasterEvacPod