Nanotrasen Interns (#8006)
This commit is contained in:
26
Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml
Normal file
26
Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml
Normal 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
|
||||
@@ -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
|
||||
26
Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Normal file
26
Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Normal 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
|
||||
26
Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Normal file
26
Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Normal 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
|
||||
Reference in New Issue
Block a user