Research Assistant (#13774)
This commit is contained in:
parent
b83cce5f27
commit
50267d9f20
|
|
@ -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-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-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-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.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ job-name-cadet = Security Cadet
|
|||
job-name-hos = Head of Security
|
||||
job-name-detective = Detective
|
||||
job-name-scientist = Scientist
|
||||
job-name-research-assistant = Research Assistant
|
||||
job-name-rd = Research Director
|
||||
job-name-psychologist = Psychologist
|
||||
job-name-intern = Medical Intern
|
||||
|
|
@ -74,6 +75,7 @@ JobPassenger = Passenger
|
|||
JobPsychologist = Psychologist
|
||||
JobQuartermaster = Quartermaster
|
||||
JobReporter = Reporter
|
||||
JobResearchAssistant = Research Assistant
|
||||
JobResearchDirector = Research Director
|
||||
JobSalvageSpecialist = Salvage Specialist
|
||||
JobScientist = Scientist
|
||||
|
|
|
|||
|
|
@ -113,6 +113,14 @@
|
|||
- type: SpawnPoint
|
||||
job_id: SecurityCadet
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointResearchAssistant
|
||||
parent: SpawnPointAssistant
|
||||
name: research assistant
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: ResearchAssistant
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointServiceWorker
|
||||
parent: SpawnPointAssistant
|
||||
|
|
|
|||
|
|
@ -158,6 +158,21 @@
|
|||
- type: Icon
|
||||
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
|
||||
parent: BasePDA
|
||||
id: ServiceWorkerPDA
|
||||
|
|
|
|||
|
|
@ -58,6 +58,18 @@
|
|||
- state: default
|
||||
- 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
|
||||
parent: PassengerIDCard
|
||||
id: SecurityCadetIDCard
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -3,6 +3,10 @@
|
|||
name: job-name-scientist
|
||||
description: job-description-scientist
|
||||
playTimeTracker: JobScientist
|
||||
requirements:
|
||||
- !type:DepartmentTimeRequirement
|
||||
department: Science
|
||||
time: 1800
|
||||
startingGear: ScientistGear
|
||||
icon: "Scientist"
|
||||
supervisors: job-supervisors-rd
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
- SecurityCadet
|
||||
- ServiceWorker
|
||||
- TechnicalAssistant
|
||||
- ResearchAssistant
|
||||
|
||||
- type: department
|
||||
id: Command
|
||||
|
|
@ -84,3 +85,4 @@
|
|||
roles:
|
||||
- ResearchDirector
|
||||
- Scientist
|
||||
- ResearchAssistant
|
||||
|
|
|
|||
|
|
@ -97,6 +97,9 @@
|
|||
- type: playTimeTracker
|
||||
id: JobReporter
|
||||
|
||||
- type: playTimeTracker
|
||||
id: JobResearchAssistant
|
||||
|
||||
- type: playTimeTracker
|
||||
id: JobResearchDirector
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 163 B |
|
|
@ -67,6 +67,9 @@
|
|||
{
|
||||
"name": "Scientist"
|
||||
},
|
||||
{
|
||||
"name": "ResearchAssistant"
|
||||
},
|
||||
{
|
||||
"name": "Geneticist"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -157,6 +157,9 @@
|
|||
{
|
||||
"name": "pda-internmed"
|
||||
},
|
||||
{
|
||||
"name": "pda-internsci"
|
||||
},
|
||||
{
|
||||
"name": "pda-internservice"
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 506 B |
Binary file not shown.
|
After Width: | Height: | Size: 176 B |
|
|
@ -151,6 +151,9 @@
|
|||
{
|
||||
"name": "idzookeeper"
|
||||
},
|
||||
{
|
||||
"name": "idintern-sci"
|
||||
},
|
||||
{
|
||||
"name": "idintern-cadet"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue