Remove redundant access levels and jobs. (#3360)
We do not need access levels like ResearchDirector when Research | Command works fine. We also do not need a QM. Etc...
This commit is contained in:
committed by
GitHub
parent
0f54a01d24
commit
6a79782fc0
@@ -1,26 +1,26 @@
|
||||
- type: job
|
||||
id: Quartermaster
|
||||
name: "quartermaster"
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: QuartermasterGear
|
||||
departments:
|
||||
- Cargo
|
||||
icon: "QuarterMaster"
|
||||
access:
|
||||
- Cargo
|
||||
- Quartermaster
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: QuartermasterGear
|
||||
equipment:
|
||||
head: ClothingHeadHatCargosoft
|
||||
innerclothing: ClothingUniformJumpsuitQM
|
||||
backpack: ClothingBackpackFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
idcard: QuartermasterPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
innerclothingskirt: ClothingUniformJumpskirtQM
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
#- type: job
|
||||
# id: Quartermaster
|
||||
# name: "quartermaster"
|
||||
# positions: 1
|
||||
# spawnPositions: 1
|
||||
# startingGear: QuartermasterGear
|
||||
# departments:
|
||||
# - Cargo
|
||||
# icon: "QuarterMaster"
|
||||
# access:
|
||||
# - Cargo
|
||||
# - Quartermaster
|
||||
# - Maintenance
|
||||
#
|
||||
#- type: startingGear
|
||||
# id: QuartermasterGear
|
||||
# equipment:
|
||||
# head: ClothingHeadHatCargosoft
|
||||
# innerclothing: ClothingUniformJumpsuitQM
|
||||
# backpack: ClothingBackpackFilled
|
||||
# shoes: ClothingShoesColorBrown
|
||||
# idcard: QuartermasterPDA
|
||||
# ears: ClothingHeadsetCargo
|
||||
# innerclothingskirt: ClothingUniformJumpskirtQM
|
||||
# satchel: ClothingBackpackSatchelFilled
|
||||
# duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
icon: "Bartender"
|
||||
access:
|
||||
- Service
|
||||
- Bar
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
icon: "Botanist"
|
||||
access:
|
||||
- Service
|
||||
- Hydroponics
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
icon: "Chef"
|
||||
access:
|
||||
- Service
|
||||
- Kitchen
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
|
||||
@@ -16,21 +16,13 @@
|
||||
- HeadOfPersonnel
|
||||
- Command
|
||||
- Security
|
||||
- HeadOfSecurity
|
||||
- Brig
|
||||
- Detective
|
||||
- ChiefEngineer
|
||||
- Engineering
|
||||
- ChiefMedicalOfficer
|
||||
- Medical
|
||||
- Quartermaster
|
||||
- Cargo
|
||||
- ResearchDirector
|
||||
- Research
|
||||
- Bar
|
||||
- Kitchen
|
||||
- Service
|
||||
- Hydroponics
|
||||
- Maintenance
|
||||
- External
|
||||
- Janitor
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
access:
|
||||
- Maintenance
|
||||
- Engineering
|
||||
- ChiefEngineer
|
||||
- Command
|
||||
- External
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
icon: "ChiefMedicalOfficer"
|
||||
access:
|
||||
- Medical
|
||||
- ChiefMedicalOfficer
|
||||
- Command
|
||||
- Maintenance
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
icon: "ResearchDirector"
|
||||
access:
|
||||
- Research
|
||||
- ResearchDirector
|
||||
- Command
|
||||
- Maintenance
|
||||
|
||||
|
||||
@@ -10,9 +10,7 @@
|
||||
icon: "HeadOfSecurity"
|
||||
access:
|
||||
- Command
|
||||
- HeadOfSecurity
|
||||
- Brig
|
||||
- Detective
|
||||
- Security
|
||||
- Maintenance
|
||||
- Service
|
||||
|
||||
Reference in New Issue
Block a user