Station Specific Jobs: Reporter and Psychologist (#8865)
* Update jobs.yml * Add files via upload * id moment * Update identification_cards.yml * Update pda.yml * Add files via upload * psych * roleyml psych * real * Update jumpsuits.yml * Add files via upload * Add files via upload * Add files via upload * Update jobs.yml * Update meta.json * Update meta.json * Update meta.json * Update bagel.yml * Update marathon.yml * job iconz * Update meta.json
This commit is contained in:
@@ -768,4 +768,35 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/atmos.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitPsychologist
|
||||
name: psychologist suit
|
||||
description: I don't lose things. I place things in locations which later elude me.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/psychologist.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/psychologist.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitReporter
|
||||
name: reporter suit
|
||||
description: A good reporter remains a skeptic all their life.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/reporter.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/reporter.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitJournalist
|
||||
name: journalist suit
|
||||
description: If journalism is good, it is controversial, by nature.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/journalist.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/journalist.rsi
|
||||
|
||||
@@ -466,4 +466,30 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: ertjanitor
|
||||
- state: ertjanitor
|
||||
|
||||
# STATION SPECIFIC
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointReporter
|
||||
parent: SpawnPointJobBase
|
||||
name: reporter
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Reporter
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: reporter
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointPsychologist
|
||||
parent: SpawnPointJobBase
|
||||
name: psychologist
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Psychologist
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: psychologist
|
||||
|
||||
@@ -630,4 +630,34 @@
|
||||
description: Red for firepower.
|
||||
components:
|
||||
- type: PDA
|
||||
id: ERTLeaderIDCard
|
||||
id: ERTLeaderIDCard
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: PsychologistPDA
|
||||
name: psychologist PDA
|
||||
description: Looks immaculately cleaned.
|
||||
components:
|
||||
- type: PDA
|
||||
id: PsychologistIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-medical
|
||||
- type: Icon
|
||||
state: pda-medical
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: ReporterPDA
|
||||
name: reporter PDA
|
||||
description: Smells like freshly printed press.
|
||||
components:
|
||||
- type: PDA
|
||||
id: ReporterIDCard
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
state: pda-reporter
|
||||
- type: Icon
|
||||
state: pda-reporter
|
||||
|
||||
@@ -483,3 +483,25 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: syndie
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: PsychologistIDCard
|
||||
name: psychologist ID card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: idpsychologist
|
||||
- type: PresetIdCard
|
||||
job: Psychologist
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: ReporterIDCard
|
||||
name: reporter ID card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: idreporter
|
||||
- type: PresetIdCard
|
||||
job: Reporter
|
||||
|
||||
@@ -43,3 +43,4 @@
|
||||
MedicalIntern: [ 2, 2 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
MedicalIntern: [ 2, 2 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
|
||||
24
Resources/Prototypes/Roles/Jobs/Civilian/reporter.yml
Normal file
24
Resources/Prototypes/Roles/Jobs/Civilian/reporter.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: job
|
||||
id: Reporter
|
||||
name: "reporter"
|
||||
startingGear: ReporterGear
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Reporter"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: ReporterGear
|
||||
equipment:
|
||||
head: ClothingHeadHatTophat
|
||||
jumpsuit: ClothingUniformJumpsuitReporter
|
||||
back: ClothingBackpackFilled
|
||||
shoes: ClothingShoesColorWhite
|
||||
id: ReporterPDA
|
||||
ears: ClothingHeadsetService
|
||||
innerclothingskirt: ClothingUniformJumpsuitJournalist
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
25
Resources/Prototypes/Roles/Jobs/Medical/psychologist.yml
Normal file
25
Resources/Prototypes/Roles/Jobs/Medical/psychologist.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- type: job
|
||||
id: Psychologist
|
||||
name: "psychologist"
|
||||
startingGear: PsychologistGear
|
||||
departments:
|
||||
- Medical
|
||||
icon: "Psychologist"
|
||||
supervisors: "the chief medical officer"
|
||||
access:
|
||||
- Medical
|
||||
- Maintenance
|
||||
extendedAccess:
|
||||
- Chemistry
|
||||
|
||||
- type: startingGear
|
||||
id: PsychologistGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitPsychologist
|
||||
back: ClothingBackpackMedicalFilled
|
||||
shoes: ClothingShoesLeather
|
||||
id: PsychologistPDA
|
||||
ears: ClothingHeadsetMedical
|
||||
innerclothingskirt: ClothingUniformJumpsuitPsychologist
|
||||
satchel: ClothingBackpackSatchelMedicalFilled
|
||||
duffelbag: ClothingBackpackDuffelMedicalFilled
|
||||
Reference in New Issue
Block a user