Access groups + aghost all access (#6671)

This commit is contained in:
mirrorcult
2022-02-11 19:01:14 -07:00
committed by GitHub
parent 47f6f88fdc
commit aa2727c84d
19 changed files with 160 additions and 82 deletions

View File

@@ -0,0 +1,15 @@
- type: accessLevel
id: Quartermaster
- type: accessLevel
id: Cargo
- type: accessLevel
id: Salvage
- type: accessGroup
id: Cargo
tags:
- Quartermaster
- Salvage
- Cargo

View File

@@ -0,0 +1,16 @@
- type: accessLevel
id: Command
- type: accessLevel
id: Captain
- type: accessLevel
id: HeadOfPersonnel
name: Head of Personnel
- type: accessGroup
id: Command
tags:
- Command
- Captain
- HeadOfPersonnel

View File

@@ -0,0 +1,12 @@
- type: accessLevel
id: ChiefEngineer
name: Chief Engineer
- type: accessLevel
id: Engineering
- type: accessGroup
id: Engineering
tags:
- ChiefEngineer
- Engineering

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: External

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: Maintenance

View File

@@ -0,0 +1,16 @@
- type: accessLevel
id: ChiefMedicalOfficer
name: Chief Medical Officer
- type: accessLevel
id: Medical
- type: accessLevel
id: Chemistry
- type: accessGroup
id: Medical
tags:
- ChiefMedicalOfficer
- Medical
- Chemistry

View File

@@ -0,0 +1,29 @@
- type: accessGroup
id: AllAccess
tags:
- Captain
- HeadOfPersonnel
- ChiefEngineer
- ChiefMedicalOfficer
- HeadOfSecurity
- ResearchDirector
- Command
- Security
- Armory
- Brig
- Engineering
- Medical
- Quartermaster
- Salvage
- Cargo
- Research
- Service
- Maintenance
- External
- Janitor
- Theatre
- Bar
- Chemistry
- Kitchen
- Chapel
- Hydroponics

View File

@@ -0,0 +1,12 @@
- type: accessLevel
id: ResearchDirector
name: Research Director
- type: accessLevel
id: Research
- type: accessGroup
id: Research
tags:
- ResearchDirector
- Research

View File

@@ -0,0 +1,24 @@
- type: accessLevel
id: HeadOfSecurity
name: Head of Security
- type: accessLevel
id: Security
- type: accessLevel
id: Armory
- type: accessLevel
id: Brig
#- type: accessLevel
# id: Detective
- type: accessGroup
id: Security
tags:
- HeadOfSecurity
- Security
- Armory
- Brig
# - Detective

View File

@@ -0,0 +1,31 @@
- type: accessLevel
id: Bar
- type: accessLevel
id: Kitchen
- type: accessLevel
id: Hydroponics
- type: accessLevel
id: Service
- type: accessLevel
id: Janitor
- type: accessLevel
id: Theatre
- type: accessLevel
id: Chapel
- type: accessGroup
id: Service
tags:
- Bar
- Kitchen
- Hydroponics
- Service
- Janitor
- Theatre
- Chapel