Research Assistant (#13774)

This commit is contained in:
Nemanja
2023-02-02 12:23:55 -05:00
committed by GitHub
parent b83cce5f27
commit 50267d9f20
15 changed files with 85 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ job-description-passenger = Enjoy your stay aboard the station with no obligatio
job-description-psychologist = Provide emotional support to traumatized crew. Not available on all maps! job-description-psychologist = Provide emotional support to traumatized crew. Not available on all maps!
job-description-qm = Manage the supplies of the station & the cargo department, keep the salvage specialists working, make sure all orders are fulfilled, and keep the money flowing. job-description-qm = Manage the supplies of the station & the cargo department, keep the salvage specialists working, make sure all orders are fulfilled, and keep the money flowing.
job-description-rd = Manage the science department, unlocking technologies, acquiring & researching artifacts, and performing experiments. job-description-rd = Manage the science department, unlocking technologies, acquiring & researching artifacts, and performing experiments.
job-description-research-assistant = Learn the basics of how to research various artifacts and anomalies.
job-description-reporter = Entertain & inform the crew with your vibrant journalism through wireless cameras and the radio. Not available on all maps! job-description-reporter = Entertain & inform the crew with your vibrant journalism through wireless cameras and the radio. Not available on all maps!
job-description-salvagespec = Use the salvage magnet to draw in derelicts & asteroids to loot and enrich the station, and fight off any space fauna along the way. job-description-salvagespec = Use the salvage magnet to draw in derelicts & asteroids to loot and enrich the station, and fight off any space fauna along the way.
job-description-scientist = Research alien artifacts, unlock new technologies, upgrade machines around the station, and make everything run more efficiently. job-description-scientist = Research alien artifacts, unlock new technologies, upgrade machines around the station, and make everything run more efficiently.

View File

@@ -4,6 +4,7 @@ job-name-cadet = Security Cadet
job-name-hos = Head of Security job-name-hos = Head of Security
job-name-detective = Detective job-name-detective = Detective
job-name-scientist = Scientist job-name-scientist = Scientist
job-name-research-assistant = Research Assistant
job-name-rd = Research Director job-name-rd = Research Director
job-name-psychologist = Psychologist job-name-psychologist = Psychologist
job-name-intern = Medical Intern job-name-intern = Medical Intern
@@ -74,6 +75,7 @@ JobPassenger = Passenger
JobPsychologist = Psychologist JobPsychologist = Psychologist
JobQuartermaster = Quartermaster JobQuartermaster = Quartermaster
JobReporter = Reporter JobReporter = Reporter
JobResearchAssistant = Research Assistant
JobResearchDirector = Research Director JobResearchDirector = Research Director
JobSalvageSpecialist = Salvage Specialist JobSalvageSpecialist = Salvage Specialist
JobScientist = Scientist JobScientist = Scientist

View File

@@ -113,6 +113,14 @@
- type: SpawnPoint - type: SpawnPoint
job_id: SecurityCadet job_id: SecurityCadet
- type: entity
id: SpawnPointResearchAssistant
parent: SpawnPointAssistant
name: research assistant
components:
- type: SpawnPoint
job_id: ResearchAssistant
- type: entity - type: entity
id: SpawnPointServiceWorker id: SpawnPointServiceWorker
parent: SpawnPointAssistant parent: SpawnPointAssistant

View File

@@ -158,6 +158,21 @@
- type: Icon - type: Icon
state: pda-interncadet state: pda-interncadet
- type: entity
parent: BasePDA
id: ResearchAssistantPDA
name: research assistant PDA
description: Why isn't it purple?
components:
- type: PDA
id: ResearchAssistantIDCard
- type: Appearance
visuals:
- type: PDAVisualizer
state: pda-internsci
- type: Icon
state: pda-internsci
- type: entity - type: entity
parent: BasePDA parent: BasePDA
id: ServiceWorkerPDA id: ServiceWorkerPDA

View File

@@ -58,6 +58,18 @@
- state: default - state: default
- state: idintern-med - state: idintern-med
- type: entity
parent: PassengerIDCard
id: ResearchAssistantIDCard
name: research assistant ID card
components:
- type: PresetIdCard
job: ResearchAssistant
- type: Sprite
layers:
- state: default
- state: idintern-sci
- type: entity - type: entity
parent: PassengerIDCard parent: PassengerIDCard
id: SecurityCadetIDCard id: SecurityCadetIDCard

View File

@@ -0,0 +1,29 @@
- type: job
id: ResearchAssistant
name: job-name-research-assistant
description: job-description-research-assistant
playTimeTracker: JobResearchAssistant
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 7200
inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "ResearchAssistant"
supervisors: job-supervisors-rd
canBeAntag: false
access:
- Research
- Maintenance
- type: startingGear
id: ResearchAssistantGear
equipment:
jumpsuit: ClothingUniformJumpsuitColorWhite
back: ClothingBackpackScienceFilled
shoes: ClothingShoesColorWhite
id: ResearchAssistantPDA
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtColorWhite
satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelScienceFilled

View File

@@ -3,6 +3,10 @@
name: job-name-scientist name: job-name-scientist
description: job-description-scientist description: job-description-scientist
playTimeTracker: JobScientist playTimeTracker: JobScientist
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 1800
startingGear: ScientistGear startingGear: ScientistGear
icon: "Scientist" icon: "Scientist"
supervisors: job-supervisors-rd supervisors: job-supervisors-rd

View File

@@ -30,6 +30,7 @@
- SecurityCadet - SecurityCadet
- ServiceWorker - ServiceWorker
- TechnicalAssistant - TechnicalAssistant
- ResearchAssistant
- type: department - type: department
id: Command id: Command
@@ -84,3 +85,4 @@
roles: roles:
- ResearchDirector - ResearchDirector
- Scientist - Scientist
- ResearchAssistant

View File

@@ -97,6 +97,9 @@
- type: playTimeTracker - type: playTimeTracker
id: JobReporter id: JobReporter
- type: playTimeTracker
id: JobResearchAssistant
- type: playTimeTracker - type: playTimeTracker
id: JobResearchDirector id: JobResearchDirector

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

View File

@@ -67,6 +67,9 @@
{ {
"name": "Scientist" "name": "Scientist"
}, },
{
"name": "ResearchAssistant"
},
{ {
"name": "Geneticist" "name": "Geneticist"
}, },

View File

@@ -157,6 +157,9 @@
{ {
"name": "pda-internmed" "name": "pda-internmed"
}, },
{
"name": "pda-internsci"
},
{ {
"name": "pda-internservice" "name": "pda-internservice"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -151,6 +151,9 @@
{ {
"name": "idzookeeper" "name": "idzookeeper"
}, },
{
"name": "idintern-sci"
},
{ {
"name": "idintern-cadet" "name": "idintern-cadet"
}, },