Skip to content

Commit

Permalink
seperated
Browse files Browse the repository at this point in the history
  • Loading branch information
rynkatze committed Dec 14, 2024
1 parent 5a6beaf commit 6d049cd
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 38 deletions.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Corpses/SP14/corpses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: SalvageHumanCorpse
id: MobRandomPrisonOfficerCorpse
suffix: Dead, Security
components:
- type: Loadout
prototypes:
- DeadShuttlePrisonOfficerGear
9 changes: 0 additions & 9 deletions Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,3 @@
- CMOGear
- ChiefEngineerGear
- QuartermasterGear

- type: entity
parent: SalvageHumanCorpse
id: MobRandomPrisonOfficerCorpse
suffix: Dead, Security
components:
- type: Loadout
prototypes:
- DeadShuttlePrisonOfficerGear
18 changes: 18 additions & 0 deletions Resources/Prototypes/GameRules/SP14/unknown_shuttles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SP14 Shuttle events
- type: entity
parent: BaseUnknownShuttleRule
id: UnknownShuttleSP14Transfer
components:
- type: StationEvent
weight: 5
- type: LoadMapRule
preloadedGrid: ShuttleTransfer

- type: entity
parent: BaseUnknownShuttleRule
id: UnknownShuttleSP14TransferMutiny
components:
- type: StationEvent
weight: 5
- type: LoadMapRule
preloadedGrid: ShuttleTransferMutinied
18 changes: 0 additions & 18 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,3 @@
weight: 2
- type: LoadMapRule
preloadedGrid: Honki

- type: entity
parent: BaseUnknownShuttleRule
id: UnknownShuttleSP14Transfer
components:
- type: StationEvent
weight: 5
- type: LoadMapRule
preloadedGrid: ShuttleTransfer

- type: entity
parent: BaseUnknownShuttleRule
id: UnknownShuttleSP14TransferMutiny
components:
- type: StationEvent
weight: 5
- type: LoadMapRule
preloadedGrid: ShuttleTransferMutinied
10 changes: 10 additions & 0 deletions Resources/Prototypes/Shuttles/SP14/shuttle_incoming_event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: preloadedGrid
id: ShuttleTransfer
path: /Maps/Shuttles/ShuttleEvent/SP14/transfer_shuttle.yml
copies: 1

- type: preloadedGrid
id: ShuttleTransferMutinied
path: /Maps/Shuttles/ShuttleEvent/SP14/mutinied_transfer_shuttle.yml
copies: 1

11 changes: 0 additions & 11 deletions Resources/Prototypes/Shuttles/shuttle_incoming_event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,3 @@
id: Honki
path: /Maps/Shuttles/ShuttleEvent/honki.yml
copies: 1

- type: preloadedGrid
id: ShuttleTransfer
path: /Maps/Shuttles/ShuttleEvent/SP14/transfer_shuttle.yml
copies: 1

- type: preloadedGrid
id: ShuttleTransferMutinied
path: /Maps/Shuttles/ShuttleEvent/SP14/mutinied_transfer_shuttle.yml
copies: 1

0 comments on commit 6d049cd

Please sign in to comment.