Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Feb 29, 2024
1 parent 98da635 commit bef8410
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 27 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 = вирусолог
2 changes: 2 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/brigmedic.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- type: job
id: Brigmedic
name: job-name-brigmedic
playTimeTracker: JobBrigmedic
icon: "JobIconBrigmedic"
setPreference: false
overrideConsoleVisibility: true
access:
- Service
- Brig
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Medical/virologist.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- type: job
id: Virologist
name: job-name-virologist
playTimeTracker: JobVirologist
icon: "JobIconVirologist"
setPreference: false
overrideConsoleVisibility: true
access:
- Medical
- Maintenance
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- type: job
- type: job
id: Roboticist
name: job-name-roboticist
playTimeTracker: JobRoboticist
icon: "JobIconRoboticist"
setPreference: false
overrideConsoleVisibility: true
access:
- Research
- Maintenance
2 changes: 2 additions & 0 deletions Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- type: job
id: Pilot
name: job-name-pilot
playTimeTracker: JobPilot
icon: "JobIconPilot"
setPreference: false
overrideConsoleVisibility: true
access:
- Security
- Brig
Expand Down
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
22 changes: 0 additions & 22 deletions Resources/Prototypes/Corvax/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,3 @@
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

0 comments on commit bef8410

Please sign in to comment.