Skip to content

Commit

Permalink
Move gamerule to 220
Browse files Browse the repository at this point in the history
  • Loading branch information
Bomjojuk committed Dec 26, 2024
1 parent c75fd42 commit 89cdf38
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 39 deletions.
39 changes: 0 additions & 39 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
38 changes: 38 additions & 0 deletions Resources/Prototypes/SS220/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89cdf38

Please sign in to comment.