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:
Emisse
2022-06-16 03:28:38 -06:00
committed by GitHub
parent 9fbc32ecea
commit e4caedf031
33 changed files with 258 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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