Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Feb 29, 2024
1 parent 3f33c06 commit 0a4b9b9
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Resources/Locale/ru-RU/corvax/job/job-names.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
job-name-iaa = агент внутренних дел
JobIAA = агент внутренних дел
job-name-brigmedic = бригмедик
JobBrigmedic = бригмедик
job-name-pilot = пилот СБ
JobPilot = пилот СБ
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
13 changes: 13 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: job
id: Pilot
name: job-name-pilot
playTimeTracker: JobPilot
icon: "JobIconPilot"
setPreference: false
overrideConsoleVisibility: true
access:
- Security
- Brig
- Maintenance
- Service
- External
20 changes: 16 additions & 4 deletions Resources/Prototypes/Corvax/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
- type: playTimeTracker
id: JobIAA

- type: playTimeTracker
id: JobPilot

- type: playTimeTracker
id: JobIRoboticist

- 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
7 changes: 7 additions & 0 deletions Resources/Prototypes/Corvax/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
icon:
sprite: Interface/Misc/job_icons.rsi
state: IAA

- type: statusIcon
parent: JobIcon
id: JobIconPilot
icon:
sprite: Interface/Misc/job_icons.rsi
state: Pilot
9 changes: 9 additions & 0 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
- MedicalIntern
- Psychologist
- Paramedic
# Corvax-MRP-start
- Brigmedic
- Virologist
# Corvax-MRP-end

- type: department
id: Security
Expand All @@ -82,6 +86,10 @@
- SecurityCadet
- SecurityOfficer
- Warden
# Corvax-MRP-start
- Brigmedic
- Pilot
# Corvax-MRP-end

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

- type: department
id: Specific
Expand Down
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/Interface/Misc/job_icons.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
{
"name": "IAA"
},
{
"name": "Pilot"
},
{
"name": "Zombie"
},
Expand Down

0 comments on commit 0a4b9b9

Please sign in to comment.