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

role depts and some role reqs changed for PS14 #13

Merged
merged 3 commits into from
Jul 18, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
playTimeTracker: JobChiefCustodialOfficer
requirements:
- !type:RoleTimeRequirement
role: JobWarden
role: JobInspector
time: 10800 #3 hrs
#replaced warden req considering warden now ranked higher
- !type:RoleTimeRequirement
role: JobSecurityOfficer
role: JobPrisonOfficer
time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 108000 # 30 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/SP14/Guards/inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
weight: -10
requirements:
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 54000 # 15 hours
startingGear: InspectorGear
icon: "JobIconDetective"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
weight: 10
requirements:
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 36000 #10 hrs
startingGear: PrisonOfficerGear
icon: "JobIconSecurityOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- !type:OverallPlaytimeRequirement
time: 18000 #5 hrs
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 36000 #10 hrs
inverted: true # stop playing intern if you're good at security!
startingGear: RookieGear
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/SP14/Guards/sp-warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
playTimeTracker: JobSPWarden
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
department: Maintenance
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Medical
department: SPMedical
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 108000 # 30 hrs
- !type:DepartmentTimeRequirement
department: Command
department: SPCommand
time: 54000 # 15 hours
weight: 40
startingGear: SPWardenGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/SP14/Infirmary/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSPChemist
requirements:
- !type:DepartmentTimeRequirement
department: Medical
department: SPMedical
time: 14400 #4 hrs
startingGear: SPChemistGear
icon: "JobIconChemist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
description: job-description-infirmary-doctor
playTimeTracker: JobInfirmaryDoctor
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 14400 #4 hrs
- !type:OverallPlaytimeRequirement
time: 18000 #5 hrs
# replaced med time with overall time considering no learner med role, if med intern reimplimented this can be reverted
startingGear: InfirmaryDoctor
icon: "JobIconMedicalDoctor"
supervisors: job-supervisors-md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
role: JobInfirmaryDoctor
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Medical
department: SPMedical
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPrisonChef
requirements:
- !type:DepartmentTimeRequirement
department: Civilian
department: Inmate # makes more sense then civ for an inmate role
time: 1800
startingGear: SPChefGear
icon: "JobIconPrisonChef"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
belt: ClothingBeltJanitorFilled
#storage:
#back:
#- Stuff
#- Stuff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
role: JobSPCargoTechnician
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Cargo
department: SPCargo
time: 36000 #10 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
department: Maintenance
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Medical
department: SPMedical
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Security
department: SPSecurity
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement
department: Command
department: SPCommand
time: 36000 # 10 hours
weight: 30
startingGear: WOGear
Expand Down
Loading