secure windoor id standartization (#17531)

* Update windoor.yml

* comit
This commit is contained in:
lzk
2023-06-21 21:44:17 +03:00
committed by GitHub
parent cd949bcb2b
commit 3f946bb1e5
2 changed files with 29 additions and 15 deletions

View File

@@ -96,16 +96,16 @@
# Secure # Secure
- type: entity - type: entity
parent: WindoorSecurityLocked parent: WindoorSecureSecurityLocked
id: WindoorArmoryLocked id: WindoorSecureArmoryLocked
suffix: Armory, Locked suffix: Armory, Locked
components: components:
- type: AccessReader - type: AccessReader
access: [["Armory"]] access: [["Armory"]]
- type: entity - type: entity
parent: WindoorSecurityLocked parent: WindoorSecureSecurityLocked
id: WindoorBrigLocked id: WindoorSecureBrigLocked
suffix: Brig, Locked suffix: Brig, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -129,7 +129,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorChemistryLocked id: WindoorSecureChemistryLocked
suffix: Chemistry, Locked suffix: Chemistry, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -137,7 +137,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorCommandLocked id: WindoorSecureCommandLocked
suffix: Command, Locked suffix: Command, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -145,7 +145,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorEngineeringLocked id: WindoorSecureEngineeringLocked
suffix: Engineering, Locked suffix: Engineering, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -153,7 +153,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorExternalLocked id: WindoorSecureExternalLocked
suffix: External, Locked suffix: External, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -177,7 +177,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorMedicalLocked id: WindoorSecureMedicalLocked
suffix: Medical, Locked suffix: Medical, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -193,7 +193,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorSecurityLocked id: WindoorSecureSecurityLocked
suffix: Security, Locked suffix: Security, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -201,15 +201,15 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorScienceLocked id: WindoorSecureScienceLocked
suffix: Science, Locked suffix: Science, Locked
components: components:
- type: AccessReader - type: AccessReader
access: [["Research"]] access: [["Research"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorHeadOfPersonnelLocked id: WindoorSecureHeadOfPersonnelLocked
suffix: HeadOfPersonnel, Locked suffix: HeadOfPersonnel, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -217,7 +217,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorAtmosphericsLocked id: WindoorSecureAtmosphericsLocked
suffix: Atmospherics, Locked suffix: Atmospherics, Locked
components: components:
- type: AccessReader - type: AccessReader
@@ -225,7 +225,7 @@
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorParamedicLocked id: WindoorSecureParamedicLocked
suffix: Paramedic, Locked suffix: Paramedic, Locked
components: components:
- type: AccessReader - type: AccessReader

View File

@@ -74,3 +74,17 @@ ParticleAcceleratorEmitterLeft: ParticleAcceleratorEmitterStarboard
ParticleAcceleratorEmitterLeftUnfinished: ParticleAcceleratorEmitterStarboardUnfinished ParticleAcceleratorEmitterLeftUnfinished: ParticleAcceleratorEmitterStarboardUnfinished
ParticleAcceleratorEmitterRight: ParticleAcceleratorEmitterPort ParticleAcceleratorEmitterRight: ParticleAcceleratorEmitterPort
ParticleAcceleratorEmitterRightUnfinished: ParticleAcceleratorEmitterPortUnfinished 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