secure windoor id standartization (#17531)
* Update windoor.yml * comit
This commit is contained in:
@@ -96,16 +96,16 @@
|
||||
# Secure
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecurityLocked
|
||||
id: WindoorArmoryLocked
|
||||
parent: WindoorSecureSecurityLocked
|
||||
id: WindoorSecureArmoryLocked
|
||||
suffix: Armory, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Armory"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecurityLocked
|
||||
id: WindoorBrigLocked
|
||||
parent: WindoorSecureSecurityLocked
|
||||
id: WindoorSecureBrigLocked
|
||||
suffix: Brig, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -129,7 +129,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorChemistryLocked
|
||||
id: WindoorSecureChemistryLocked
|
||||
suffix: Chemistry, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -137,7 +137,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorCommandLocked
|
||||
id: WindoorSecureCommandLocked
|
||||
suffix: Command, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -145,7 +145,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorEngineeringLocked
|
||||
id: WindoorSecureEngineeringLocked
|
||||
suffix: Engineering, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorExternalLocked
|
||||
id: WindoorSecureExternalLocked
|
||||
suffix: External, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -177,7 +177,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorMedicalLocked
|
||||
id: WindoorSecureMedicalLocked
|
||||
suffix: Medical, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -193,7 +193,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecurityLocked
|
||||
id: WindoorSecureSecurityLocked
|
||||
suffix: Security, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -201,15 +201,15 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorScienceLocked
|
||||
id: WindoorSecureScienceLocked
|
||||
suffix: Science, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Research"]]
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorHeadOfPersonnelLocked
|
||||
id: WindoorSecureHeadOfPersonnelLocked
|
||||
suffix: HeadOfPersonnel, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorAtmosphericsLocked
|
||||
id: WindoorSecureAtmosphericsLocked
|
||||
suffix: Atmospherics, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorParamedicLocked
|
||||
id: WindoorSecureParamedicLocked
|
||||
suffix: Paramedic, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
|
||||
@@ -74,3 +74,17 @@ ParticleAcceleratorEmitterLeft: ParticleAcceleratorEmitterStarboard
|
||||
ParticleAcceleratorEmitterLeftUnfinished: ParticleAcceleratorEmitterStarboardUnfinished
|
||||
ParticleAcceleratorEmitterRight: ParticleAcceleratorEmitterPort
|
||||
ParticleAcceleratorEmitterRightUnfinished: ParticleAcceleratorEmitterPortUnfinished
|
||||
|
||||
# 2023-06-21
|
||||
WindoorArmoryLocked: WindoorSecureArmoryLocked
|
||||
WindoorBrigLocked: WindoorSecureBrigLocked
|
||||
WindoorChemistryLocked: WindoorSecureChemistryLocked
|
||||
WindoorCommandLocked: WindoorSecureCommandLocked
|
||||
WindoorEngineeringLocked: WindoorSecureEngineeringLocked
|
||||
WindoorExternalLocked: WindoorSecureExternalLocked
|
||||
WindoorMedicalLocked: WindoorSecureMedicalLocked
|
||||
WindoorSecurityLocked: WindoorSecureSecurityLocked
|
||||
WindoorScienceLocked: WindoorSecureScienceLocked
|
||||
WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked
|
||||
WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked
|
||||
WindoorParamedicLocked: WindoorSecureParamedicLocked
|
||||
|
||||
Reference in New Issue
Block a user