Access lock lockers and add some more access types (#2389)

* access lock lockers and add some more access

* Forgot something
This commit is contained in:
Peter Wedder
2020-10-27 00:32:55 +02:00
committed by GitHub
parent 484eb0bba4
commit e62f66e692
24 changed files with 135 additions and 5 deletions

View File

@@ -10,3 +10,5 @@
state: cabinet
- type: Icon
state: cabinet_icon
- type: AccessReader
access: [["Bar"]]

View File

@@ -9,3 +9,5 @@
state: qm
- type: Icon
state: qm_icon
- type: AccessReader
access: [["Quartermaster"]]

View File

@@ -9,6 +9,8 @@
state: cap
- type: Icon
state: cap_icon
- type: AccessReader
access: [["Captain"]]
- type: entity
id: LockerHeadOfPersonnel
@@ -21,3 +23,5 @@
state: hop
- type: Icon
state: hop_icon
- type: AccessReader
access: [["HeadOfPersonnel"]]

View File

@@ -10,6 +10,8 @@
state: ce
- type: Icon
state: ce_icon
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]
# Electrical supplies
- type: entity
@@ -24,6 +26,8 @@
state_closed: eng_elec_door
- type: Icon
state: eng_elec_icon
- type: AccessReader
access: [ [ "Engineering" ] ]
# Welding supplies
- type: entity
@@ -38,6 +42,8 @@
state_closed: eng_weld_door
- type: Icon
state: eng_weld_icon
- type: AccessReader
access: [ [ "Engineering" ] ]
# Atmos tech
- type: entity
@@ -51,6 +57,8 @@
state: atmos
- type: Icon
state: atmos_icon
- type: AccessReader
access: [ [ "Engineering" ] ]
# Engineer
- type: entity
@@ -64,3 +72,5 @@
state: eng_secure
- type: Icon
state: eng_secure_icon
- type: AccessReader
access: [ [ "Engineering" ] ]

View File

@@ -9,3 +9,5 @@
state: freezer
- type: Icon
state: freezer_icon
- type: AccessReader
access: [ [ "Service" ] ]

View File

@@ -9,3 +9,5 @@
state: hydro
- type: Icon
state: hydro_icon
- type: AccessReader
access: [ [ "Hydroponics" ] ]

View File

@@ -11,6 +11,8 @@
state: med
- type: Icon
state: med_icon
- type: AccessReader
access: [ [ "Medical" ] ]
# Medical doctor
- type: entity
@@ -24,6 +26,8 @@
state: med_secure
- type: Icon
state: med_secure_icon
- type: AccessReader
access: [ [ "Medical" ] ]
# Chemical
- type: entity
@@ -38,6 +42,8 @@
state_closed: chemical_door
- type: Icon
state: chemical_icon
- type: AccessReader
access: [ [ "Medical" ] ]
# CMO
- type: entity
@@ -51,3 +57,5 @@
state: cmo
- type: Icon
state: cmo_icon
- type: AccessReader
access: [ [ "ChiefMedicalOfficer" ] ]

View File

@@ -9,3 +9,19 @@
state: rd
- type: Icon
state: rd_icon
- type: AccessReader
access: [ [ "ResearchDirector" ] ]
- type: entity
id: LockerResearchDirector
parent: LockerSecureBase
name: "scientist's locker"
components:
- type: Appearance
visuals:
- type: StorageVisualizer
state: rd
- type: Icon
state: rd_icon
- type: AccessReader
access: [ [ "Research" ] ]

View File

@@ -10,6 +10,8 @@
state: hos
- type: Icon
state: hos_icon
- type: AccessReader
access: [["HeadOfSecurity"]]
# Warden
- type: entity
@@ -23,6 +25,8 @@
state: warden
- type: Icon
state: warden_icon
- type: AccessReader
access: [["Brig"]]
# Security Officer
- type: entity
@@ -36,6 +40,8 @@
state: sec
- type: Icon
state: sec_icon
- type: AccessReader
access: [["Security"]]
# Detective
- type: entity
@@ -49,3 +55,5 @@
state: cabinet
- type: Icon
state: cabinet_icon
- type: AccessReader
access: [["Detective"]]

View File

@@ -284,4 +284,26 @@
- type: IdCard
jobTitle: Central Commander
- type: Access
tags: ["Maintenance", "Cargo", "Engineering", "Medical", "Research", "Security", "Service", "Captain", "Command", "External", "HeadOfPersonnel", "Janitor", "Theatre"]
#GOD DEAR FUCKING GOD WE NEED AN ALL-ACCESS FLAG
tags:
- Maintenance
- Cargo
- Quartermaster
- Engineering
- ChiefEngineer
- Medical
- ChiefMedicalOfficer
- Research
- ResearchDirector
- Security
- Service
- Captain
- Command
- External
- HeadOfSecurity
- HeadOfPersonnel
- Bar
- Hydroponics
- Kitchen
- Janitor
- Theatre