Skip to content

Commit 418c4d2

Browse files
authored
<!-- Please read these guidelines before opening your PR: https://docs.spacestation14.io/en/getting-started/pr-guideline --> <!-- The text between the arrows are comments - they will not be visible on your PR. --> ## About the PR <!-- What did you change in this PR? --> Oops ## Why / Balance <!-- Why was it changed? Link any discussions or issues here. Please discuss how this would affect game balance. --> ## Technical details <!-- If this is a code change, summarize at high level how your new code works. This makes it easier to review. --> ## Media <!-- PRs which make ingame changes (adding clothing, items, new features, etc) are required to have media attached that showcase the changes. Small fixes/refactors are exempt. Any media may be used in SS14 progress reports, with clear credit given. If you're unsure whether your PR will require media, ask a maintainer. --> ## Requirements <!-- Due to influx of PR's we require to ensure that PR's are following the correct guidelines. Please take a moment to read these if its your first time. Check the boxes below to confirm that you have in fact seen these (put an X in the brackets, like [X]): --> - [ ] I have read and I am following the [Pull Request Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html). I understand that not doing so may get my pr closed at maintainer’s discretion - [ ] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase ## Breaking changes <!-- List any breaking changes, including namespace, public class/method/field changes, prototype renames; and provide instructions for fixing them. This will be pasted in #codebase-changes. --> **Changelog** <!-- Make players aware of new features and changes that could affect how they play the game by adding a Changelog entry. Please read the Changelog guidelines located at: https://docs.spacestation14.io/en/getting-started/pr-guideline#changelog --> <!-- Make sure to take this Changelog template out of the comment block in order for it to show up. Changelog must have a 🆑 symbol, so the bot recognizes the changes and adds them to the game's changelog. 🆑 - add: Added fun! - remove: Removed fun! - tweak: Changed fun! - fix: Fixed fun! -->
2 parents 38e021a + 9d13d98 commit 418c4d2

5 files changed

Lines changed: 0 additions & 41 deletions

File tree

Resources/Prototypes/DeltaV/Roles/Jobs/Justice/chief_justice.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
name: job-name-chief-justice
44
description: job-description-chief-justice
55
playTimeTracker: JobChiefJustice
6-
requirements:
7-
- !type:CharacterPlaytimeRequirement
8-
tracker: JobClerk
9-
min: 36000 # 10 hours
10-
- !type:CharacterPlaytimeRequirement
11-
tracker: JobLawyer
12-
min: 36000 # 10 hours
13-
- !type:CharacterPlaytimeRequirement
14-
tracker: JobProsecutor
15-
min: 36000 # 10 hours
16-
- !type:CharacterOverallTimeRequirement
17-
min: 90000 # 25 hours
18-
- !type:CharacterWhitelistRequirement # whitelist requirement because I don't want any dingus judges
196
weight: 20
207
startingGear: CJGear
218
icon: "JobIconChiefJustice"

Resources/Prototypes/DeltaV/Roles/Jobs/Justice/clerk.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
description: job-description-clerk
55
playTimeTracker: JobClerk
66
antagAdvantage: 2
7-
requirements:
8-
- !type:CharacterDepartmentTimeRequirement
9-
department: Security
10-
min: 36000 # 10 hrs
11-
- !type:CharacterPlaytimeRequirement
12-
tracker: JobLawyer
13-
min: 36000 # 10 hours
14-
- !type:CharacterPlaytimeRequirement
15-
tracker: JobProsecutor
16-
min: 36000 # 10 hours
17-
18-
197
startingGear: ClerkGear
208
icon: "JobIconClerk"
219
requireAdminNotify: true

Resources/Prototypes/DeltaV/Roles/Jobs/Justice/prosecutor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
name: job-name-prosecutor
44
description: job-description-prosecutor
55
playTimeTracker: JobProsecutor
6-
requirements:
7-
- !type:CharacterOverallTimeRequirement
8-
min: 36000 # 10 hrs
96
startingGear: ProsecutorGear
107
icon: "JobIconProsecutor"
118
supervisors: job-supervisors-cj

Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
name: job-name-medical-borg
55
description: job-description-medical-borg
66
playTimeTracker: JobMedicalBorg
7-
requirements:
8-
- !type:CharacterOverallTimeRequirement
9-
min: 216000 #60 hrs
10-
- !type:DepartmentTimeRequirement
11-
department: Medical
12-
min: 21600 #6 hrs
137
canBeAntag: false
148
icon: JobIconMedicalBorg
159
supervisors: job-supervisors-cmo

Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
name: job-name-brigmedic
44
description: job-description-brigmedic
55
playTimeTracker: JobBrigmedic
6-
requirements:
7-
- !type:DepartmentTimeRequirement
8-
department: Medical
9-
min: 21600 # 6 hrs
10-
- !type:DepartmentTimeRequirement
11-
department: Security
12-
min: 18000 # 4 hrs
136
startingGear: CorpsmanGear
147
icon: "JobIconBrigmedic"
158
supervisors: job-supervisors-hos

0 commit comments

Comments
 (0)