forked from RMC-14/RMC-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more door with access (RMC-14#5080)
Co-authored-by: MetalSage <[email protected]>
- Loading branch information
Showing
5 changed files
with
173 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
118 changes: 118 additions & 0 deletions
118
Resources/Prototypes/_RMC14/Entities/Structures/Doors/Double/accesses-almayer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# Req | ||
- type: entity | ||
parent: CMDoubleDoorAlmayerGlass | ||
id: CMDoubleDoorRequisitionsGlassLocked | ||
suffix: Requisitions, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessRequisitions" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorAlmayerSolid | ||
id: CMDoubleDoorRequisitionsSolidLocked | ||
suffix: Requisitions, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessRequisitions" ], [ "CMAccessCommand" ] ] | ||
|
||
# Engi | ||
- type: entity | ||
parent: CMDoubleDoorEngineerGlass | ||
id: CMDoubleDoorEngineerGlassLocked | ||
suffix: Engineer, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessEngineering" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorEngineerSolid | ||
id: CMDoubleDoorEngineerSolidLocked | ||
suffix: Engineer, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessEngineering" ], [ "CMAccessCommand" ] ] | ||
|
||
# Medical | ||
- type: entity | ||
parent: CMDoubleDoorMedicalGlass | ||
id: CMDoubleDoorMedicalGlassLocked | ||
suffix: Medical, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMedical" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorMedicalSolid | ||
id: CMDoubleDoorMedicalSolidLocked | ||
suffix: Medical, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMedical" ], [ "CMAccessCommand" ] ] | ||
|
||
# Chemistry | ||
- type: entity | ||
parent: CMDoubleDoorMedicalGlass | ||
id: CMDoubleDoorChemistryGlassLocked | ||
suffix: Chemistry, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessChemistry" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorMedicalSolid | ||
id: CMDoubleDoorChemistrySolidLocked | ||
suffix: Chemistry, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessChemistry" ], [ "CMAccessCommand" ] ] | ||
|
||
# Research | ||
- type: entity | ||
parent: CMDoubleDoorMedicalGlass | ||
id: CMDoubleDoorResearchGlassLocked | ||
suffix: Research, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessResearch" ], [ "RMCAccessWeYa" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorMedicalSolid | ||
id: CMDoubleDoorResearchSolidLocked | ||
suffix: Research, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessResearch" ], [ "RMCAccessWeYa" ] ] | ||
|
||
# Pilots | ||
- type: entity | ||
parent: CMDoubleDoorGenericGlass | ||
id: CMDoubleDoorPilotsGlassLocked | ||
suffix: Pilots, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessDropship" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorGenericSolid | ||
id: CMDoubleDoorPilotsSolidLocked | ||
suffix: Pilots, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessDropship" ], [ "CMAccessCommand" ] ] | ||
|
||
# Security | ||
- type: entity | ||
parent: CMDoubleDoorSecurityGlass | ||
id: CMDoubleDoorSecurityGlassLocked | ||
suffix: Security, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessBrig" ], [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorSecuritySolid | ||
id: CMDoubleDoorSecuritySolidLocked | ||
suffix: Security, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessBrig" ], [ "CMAccessCommand" ] ] |
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/_RMC14/Entities/Structures/Doors/Double/accesses-command.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: entity | ||
parent: CMDoubleDoorCommandGlass | ||
id: CMDoubleDoorCommandGlassLocked | ||
suffix: Command, Glass, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessCommand" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorCommandSolid | ||
id: CMDoubleDoorCommandSolidLocked | ||
suffix: Command, Solid, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessCommand" ] ] |
31 changes: 31 additions & 0 deletions
31
Resources/Prototypes/_RMC14/Entities/Structures/Doors/Double/accesses-marine.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
- type: entity | ||
parent: CMDoubleDoorPreparationsAlpha | ||
id: CMDoubleDoorPreparationsAlphaLocked | ||
suffix: Preparations, Alpha, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMarinePrep" ], [ "CMAccessRequisitions" ], [ "CMAccessAlpha" ], [ "CMAccessBravo" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorPreparationsBravo | ||
id: CMDoublCMDoubleDoorPreparationsBravoLocked | ||
suffix: Preparations, Bravo, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMarinePrep" ], [ "CMAccessRequisitions" ], [ "CMAccessAlpha" ], [ "CMAccessBravo" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorPreparationsCharlie | ||
id: CMDoubleDoorPreparationsCharlieLocked | ||
suffix: Preparations, Charlie, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMarinePrep" ], [ "CMAccessRequisitions" ], [ "CMAccessCharlie" ], [ "CMAccessDelta" ] ] | ||
|
||
- type: entity | ||
parent: CMDoubleDoorPreparationsDelta | ||
id: CMDoublCMDoubleDoorPreparationsDeltaLocked | ||
suffix: Preparations, Delta, Locked | ||
components: | ||
- type: AccessReader | ||
access: [ [ "CMAccessMarinePrep" ], [ "CMAccessRequisitions" ], [ "CMAccessCharlie" ], [ "CMAccessDelta" ] ] |
File renamed without changes.