Additional Glass Doors + Secure Windoors (#25389)

* additional doors

because we all need a bit more in life

* virology isn't an access levl

oh and added detective too

* Update windoor.yml

virology bad
This commit is contained in:
Firewatch
2024-02-21 01:12:35 -05:00
committed by GitHub
parent 1e0b62a38c
commit 16622f62d6
2 changed files with 49 additions and 9 deletions

View File

@@ -382,6 +382,14 @@
- type: AccessReader - type: AccessReader
access: [["Lawyer"]] access: [["Lawyer"]]
- type: entity
parent: AirlockGlass
id: AirlockTheatreGlassLocked
suffix: Theatre, Locked
components:
- type: AccessReader
access: [["Theatre"]]
- type: entity - type: entity
parent: AirlockGlass parent: AirlockGlass
id: AirlockBarGlassLocked id: AirlockBarGlassLocked
@@ -446,6 +454,14 @@
- type: AccessReader - type: AccessReader
access: [["Kitchen"]] access: [["Kitchen"]]
- type: entity
parent: AirlockGlass
id: AirlockJanitorGlassLocked
suffix: Janitor, Locked
components:
- type: AccessReader
access: [["Janitor"]]
- type: entity - type: entity
parent: AirlockGlass parent: AirlockGlass
id: AirlockHydroGlassLocked id: AirlockHydroGlassLocked
@@ -501,7 +517,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Salvage"]] access: [["Salvage"]]
- type: entity - type: entity
parent: AirlockChemistryGlass parent: AirlockChemistryGlass
id: AirlockChemistryGlassLocked id: AirlockChemistryGlassLocked

View File

@@ -103,6 +103,22 @@
- type: AccessReader - type: AccessReader
access: [["Armory"]] access: [["Armory"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureAtmosphericsLocked
suffix: Atmospherics, Locked
components:
- type: AccessReader
access: [["Atmospherics"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureBarLocked
suffix: Bar, Locked
components:
- type: AccessReader
access: [["Bar"]]
- type: entity - type: entity
parent: WindoorSecureSecurityLocked parent: WindoorSecureSecurityLocked
id: WindoorSecureBrigLocked id: WindoorSecureBrigLocked
@@ -151,6 +167,14 @@
- type: AccessReader - type: AccessReader
access: [["Command"]] access: [["Command"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureDetectiveLocked
suffix: Detective, Locked
components:
- type: AccessReader
access: [["Detective"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorSecureEngineeringLocked id: WindoorSecureEngineeringLocked
@@ -223,6 +247,14 @@
- type: AccessReader - type: AccessReader
access: [["Research"]] access: [["Research"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureServiceLocked
suffix: Service, Locked
components:
- type: AccessReader
access: [["Service"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorSecureHeadOfPersonnelLocked id: WindoorSecureHeadOfPersonnelLocked
@@ -230,11 +262,3 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["HeadOfPersonnel"]] access: [["HeadOfPersonnel"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureAtmosphericsLocked
suffix: Atmospherics, Locked
components:
- type: AccessReader
access: [["Atmospherics"]]