Nanotrasen Interns (#8006)

This commit is contained in:
Kara
2022-05-08 13:00:00 -07:00
committed by GitHub
parent 55a3fb936d
commit 8604faab2b
25 changed files with 288 additions and 6 deletions

View File

@@ -0,0 +1,26 @@
- type: job
id: ServiceWorker
name: "service worker"
startingGear: ServiceWorkerGear
departments:
- Civilian
icon: "ServiceWorker"
supervisors: "chefs, botanists, the bartender, and the head of personnel"
canBeAntag: false
access:
- Service
- Maintenance
- Bar
- Kitchen
- type: startingGear
id: ServiceWorkerGear
equipment:
jumpsuit: ClothingUniformJumpsuitBartender
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
id: ServiceWorkerPDA
ears: ClothingHeadsetService
innerclothingskirt: ClothingUniformJumpskirtBartender
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

View File

@@ -0,0 +1,28 @@
- type: job
id: TechnicalAssistant
name: "technical assistant"
startingGear: TechnicalAssistantGear
departments:
- Civilian
- Engineering
icon: "TechnicalAssistant"
supervisors: "station engineers, atmospheric technicians, and the chief engineer"
canBeAntag: false
access:
- Maintenance
- Engineering
- External
- type: startingGear
id: TechnicalAssistantGear
equipment:
head: ClothingHeadHatWelding
jumpsuit: ClothingUniformJumpsuitColorYellow
back: ClothingBackpackEngineeringFilled
shoes: ClothingShoesBootsWork
id: TechnicalAssistantPDA
belt: ClothingBeltUtilityFilled
ears: ClothingHeadsetEngineering
innerclothingskirt: ClothingUniformJumpskirtColorYellow
satchel: ClothingBackpackSatchelEngineeringFilled
duffelbag: ClothingBackpackDuffelEngineeringFilled

View File

@@ -0,0 +1,26 @@
- type: job
id: MedicalIntern
name: "medical intern"
startingGear: MedicalInternGear
departments:
- Civilian
- Medical
icon: "MedicalIntern"
supervisors: "medical doctors, chemists, and the chief medical officer"
canBeAntag: false
access:
- Medical
- Maintenance
- type: startingGear
id: MedicalInternGear
equipment:
jumpsuit: ClothingUniformJumpsuitColorWhite
back: ClothingBackpackMedicalFilled
shoes: ClothingShoesColorWhite
id: MedicalInternPDA
ears: ClothingHeadsetMedical
belt: ClothingBeltMedicalFilled
innerclothingskirt: ClothingUniformJumpskirtColorWhite
satchel: ClothingBackpackSatchelMedicalFilled
duffelbag: ClothingBackpackDuffelMedicalFilled

View File

@@ -0,0 +1,26 @@
- type: job
id: SecurityCadet
name: "security cadet"
startingGear: SecurityCadetGear
departments:
- Civilian
- Security
icon: "SecurityCadet"
supervisors: "security officers, the warden, and the head of security"
canBeAntag: false
access:
- Security
- Brig
- Maintenance
- type: startingGear
id: SecurityCadetGear
equipment:
jumpsuit: ClothingUniformJumpsuitColorRed
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsJack
id: SecurityCadetPDA
ears: ClothingHeadsetSecurity
innerclothingskirt: ClothingUniformJumpskirtColorRed
satchel: ClothingBackpackSatchelSecurityFilled
duffelbag: ClothingBackpackDuffelSecurityFilled