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

Add some roles to id card puter #1911

Closed
wants to merge 6 commits into from
Closed
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
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/corvax/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ job-name-iaa = агент внутренних дел
JobIAA = агент внутренних дел
job-name-pilot = пилот
JobPilot = пилот
job-name-brigmedic = бригмедик
JobBrigmedic = бригмедик
job-name-roboticist = робототехник
JobRoboticist = робототехник
job-name-virologist = вирусолог
JobVirologist = вирусолог
12 changes: 12 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/brigmedic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: job
id: Brigmedic
name: job-name-brigmedic
playTimeTracker: JobBrigmedic
icon: "JobIconBrigmedic"
setPreference: false
overrideConsoleVisibility: true
access:
- Service
- Brig
- Medical
- Maintenance
10 changes: 10 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/virologist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: job
id: Virologist
name: job-name-virologist
playTimeTracker: JobVirologist
icon: "JobIconVirologist"
setPreference: false
overrideConsoleVisibility: true
access:
- Medical
- Maintenance
10 changes: 10 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Science/roboticist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: job
id: Roboticist
name: job-name-roboticist
playTimeTracker: JobRoboticist
icon: "JobIconRoboticist"
setPreference: false
overrideConsoleVisibility: true
access:
- Research
- Maintenance
19 changes: 14 additions & 5 deletions Resources/Prototypes/Corvax/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@

- type: playTimeTracker
id: JobPilot

- type: playTimeTracker
id: JobRoboticist

- type: playTimeTracker
id: JobBrigmedic

- type: playTimeTracker
id: JobVirologist

- type: playTimeTracker
id: JobEvent1

- type: playTimeTracker
id: JobEvent2

- type: playTimeTracker
id: JobEvent3

- type: playTimeTracker
id: JobEvent4

- type: playTimeTracker
id: JobEvent5

Expand All @@ -32,4 +41,4 @@
id: JobEvent9

- type: playTimeTracker
id: JobEvent10
id: JobEvent10
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
- MedicalIntern
- Psychologist
- Paramedic
# Corvax-MRP-start
- Brigmedic
- Virologist
# Corvax-MRP-end

- type: department
id: Security
Expand All @@ -83,6 +87,7 @@
- Pilot # Corvax-Pilot
- Detective
- Warden
- Brigmedic # Corvax-MRP

- type: department
id: Science
Expand All @@ -92,6 +97,7 @@
- ResearchDirector
- Scientist
- ResearchAssistant
- Roboticist # Corvax-MRP

- type: department
id: Specific
Expand Down
Loading