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 98da635
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/brigmedic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: job
id: Brigmedic
name: job-name-brigmedic
icon: "JobIconBrigmedic"
setPreference: false
access:
- Service
- Brig
- Medical
- Maintenance
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/virologist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: job
id: Virologist
name: job-name-virologist
icon: "JobIconVirologist"
setPreference: false
access:
- Medical
- Maintenance
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Science/roboticist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: job
id: Roboticist
name: job-name-roboticist
icon: "JobIconRoboticist"
setPreference: false
access:
- Research
- Maintenance
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: job
id: Pilot
name: job-name-pilot
icon: "JobIconPilot"
setPreference: false
access:
- Security
- Brig
- Maintenance
- Service
- External
29 changes: 29 additions & 0 deletions Resources/Prototypes/Corvax/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,32 @@
icon:
sprite: Interface/Misc/job_icons.rsi
state: IAA

- type: statusIcon
parent: JobIcon
id: JobIconPilot
icon:
sprite: Interface/Misc/job_icons.rsi
state: Pilot

- type: statusIcon
parent: JobIcon
id: JobIconRoboticist
icon:
sprite: Interface/Misc/job_icons.rsi
state: Roboticist

- type: statusIcon
parent: JobIcon
id: JobIconVirologist
icon:
sprite: Interface/Misc/job_icons.rsi
state: Virologist

- type: statusIcon
parent: JobIcon
id: JobIconBrigmedic
icon:
sprite: Interface/Misc/job_icons.rsi
state: Brigmedic

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 98da635

Please sign in to comment.