Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Station Specific Jobs: Reporter and Psychologist #8865

Merged
merged 23 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
28 changes: 27 additions & 1 deletion Resources/Prototypes/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
32 changes: 31 additions & 1 deletion Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
MedicalIntern: [ 2, 2 ]
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Reporter: [ 1, 1 ]
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
MedicalIntern: [ 2, 2 ]
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Psychologist: [ 1, 1 ]
24 changes: 24 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/reporter.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 25 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/psychologist.yml
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Textures/Interface/Misc/job_icons.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
{
"name": "Musician"
},
{
"name": "Reporter"
},
{
"name": "Psychologist"
},
{
"name": "MedicalIntern"
},
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
{
"name": "mime"
},
{
"name": "reporter"
},
{
"name": "paramedic"
},
Expand Down
Binary file added Resources/Textures/Markers/jobs.rsi/reporter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
{
"name": "pda-musician"
},
{
"name": "pda-reporter"
},
{
"name": "pda-interncadet"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Textures/Objects/Misc/id_cards.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
{
"name": "idparamedic"
},
{
"name": "idpsychologist"
},
{
"name": "idreporter"
},
{
"name": "idprisoner"
},
Expand Down