Give all service doors proper access (#5707)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
- type: accessLevel
|
||||
id: Bar
|
||||
|
||||
#- type: accessLevel
|
||||
# id: Kitchen
|
||||
- type: accessLevel
|
||||
id: Kitchen
|
||||
|
||||
#- type: accessLevel
|
||||
# id: Hydroponics
|
||||
- type: accessLevel
|
||||
id: Hydroponics
|
||||
|
||||
- type: accessLevel
|
||||
id: Service
|
||||
@@ -15,3 +15,6 @@
|
||||
|
||||
- type: accessLevel
|
||||
id: Theatre
|
||||
|
||||
- type: accessLevel
|
||||
id: Chapel
|
||||
|
||||
@@ -14,6 +14,46 @@
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Theatre"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockChapelLocked
|
||||
suffix: Chapel, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Chapel"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockJanitorLocked
|
||||
suffix: Janitor, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Janitor"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockKitchenLocked
|
||||
suffix: Kitchen, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockBarLocked
|
||||
suffix: Bar, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockHydroponicsLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternal
|
||||
@@ -29,7 +69,16 @@
|
||||
suffix: Service, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Service"]]
|
||||
access: [["Kitchen"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockFreezer
|
||||
id: AirlockFreezerKitchenHydroLocked
|
||||
suffix: Kitchen/Hydroponics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"], ["Hydroponics"]]
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: AirlockEngineering
|
||||
@@ -176,6 +225,30 @@
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockKitchenGlassLocked
|
||||
suffix: Kitchen, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockHydroGlassLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockChapelGlassLocked
|
||||
suffix: Chapel, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Chapel"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockEngineeringGlass
|
||||
id: AirlockEngineeringGlassLocked
|
||||
@@ -232,7 +305,7 @@
|
||||
- type: AccessReader
|
||||
access: [["Security"]]
|
||||
|
||||
# Maintenance Hatchs
|
||||
# Maintenance Hatches
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintLocked
|
||||
@@ -281,6 +354,46 @@
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintChapelLocked
|
||||
suffix: Chapel, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Chapel"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintHydroLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintJanitorLocked
|
||||
suffix: Janitor, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Janitor"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintTheatreLocked
|
||||
suffix: Theatre, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Theatre"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintKitchenLocked
|
||||
suffix: Kitchen, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Kitchen"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintIntLocked
|
||||
|
||||
@@ -20,6 +20,15 @@
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
|
||||
# Botany Windoor
|
||||
- type: entity
|
||||
parent: Windoor
|
||||
id: WindoorHydroponicsLocked
|
||||
suffix: Hydroponics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
# Chemistry windoor
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
@@ -27,7 +36,7 @@
|
||||
suffix: Medical, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Medical"]]
|
||||
access: [["Chemistry"]]
|
||||
|
||||
# Science windoor
|
||||
- type: entity
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
- Hydroponics
|
||||
|
||||
- type: startingGear
|
||||
id: BotanistGear
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
icon: "Chaplain"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
# - Chapel
|
||||
- Chapel
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: ChaplainGear
|
||||
equipment:
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
- Kitchen
|
||||
|
||||
- type: startingGear
|
||||
id: ChefGear
|
||||
|
||||
@@ -36,6 +36,9 @@
|
||||
- Theatre
|
||||
- Bar
|
||||
- Chemistry
|
||||
- Kitchen
|
||||
- Chapel
|
||||
- Hydroponics
|
||||
|
||||
- type: startingGear
|
||||
id: CaptainGear
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
- Maintenance
|
||||
- Janitor
|
||||
- Theatre
|
||||
- Kitchen
|
||||
- Chapel
|
||||
- Hydroponics
|
||||
# I mean they'll give themselves the rest of the access levels *anyways*.
|
||||
|
||||
- type: startingGear
|
||||
|
||||
Reference in New Issue
Block a user