Adds Brig Access and more access specific windoors + airlocks (#6394)
This commit is contained in:
@@ -203,6 +203,16 @@
|
||||
access: [["Security"]]
|
||||
- type: Wires
|
||||
LayoutId: AirlockSecurity
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSecurity
|
||||
id: AirlockBrigLocked
|
||||
suffix: Brig, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Brig"]]
|
||||
- type: Wires
|
||||
LayoutId: AirlockSecurity
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSecurity
|
||||
@@ -334,6 +344,22 @@
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Security"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSecurityGlass
|
||||
id: AirlockBrigGlassLocked
|
||||
suffix: Brig, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Brig"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockEVALocked
|
||||
id: AirlockEVAGlassLocked
|
||||
suffix: EVA, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["External"]]
|
||||
|
||||
# Maintenance Hatches
|
||||
- type: entity
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
description: It's a sturdy window and a sliding door. Wow!
|
||||
|
||||
# TODO remove these with parameterized prototypes/whatever we end up doing
|
||||
# Bar windoor
|
||||
- type: entity
|
||||
parent: Windoor
|
||||
id: WindoorBarLocked
|
||||
@@ -20,7 +19,6 @@
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
|
||||
# Botany Windoor
|
||||
- type: entity
|
||||
parent: Windoor
|
||||
id: WindoorHydroponicsLocked
|
||||
@@ -29,16 +27,22 @@
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
# Chemistry windoor
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorMedicalLocked
|
||||
suffix: Medical, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Medical"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorChemistryLocked
|
||||
suffix: Chemistry, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Chemistry"]]
|
||||
|
||||
# Science windoor
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorScienceLocked
|
||||
@@ -47,7 +51,6 @@
|
||||
- type: AccessReader
|
||||
access: [["Research"]]
|
||||
|
||||
# HOP's office windoor
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorCommandLocked
|
||||
@@ -58,7 +61,6 @@
|
||||
- type: Wires
|
||||
LayoutId: WindoorCommand
|
||||
|
||||
# Cargo windoor
|
||||
- type: entity
|
||||
parent: Windoor
|
||||
id: WindoorCargoLocked
|
||||
@@ -67,7 +69,6 @@
|
||||
- type: AccessReader
|
||||
access: [["Cargo"]]
|
||||
|
||||
# Security windoor
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecurityLocked
|
||||
@@ -78,6 +79,14 @@
|
||||
- type: Wires
|
||||
LayoutId: WindoorSecurity
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecurityLocked
|
||||
id: WindoorBrigLocked
|
||||
suffix: Brig, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Brig"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorEngineeringLocked
|
||||
@@ -100,4 +109,12 @@
|
||||
suffix: Janitor, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Janitor"]]
|
||||
access: [["Janitor"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorKitchenLocked
|
||||
suffix: Kitchen, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"]]
|
||||
Reference in New Issue
Block a user