modify base sec job playtime requirements (#15116)

This commit is contained in:
freeman2651
2023-04-03 20:10:17 -04:00
committed by GitHub
parent f77db3a042
commit e6954c931a
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 3600 time: 7200 #2 hrs
startingGear: DetectiveGear startingGear: DetectiveGear
icon: "Detective" icon: "Detective"
supervisors: job-supervisors-hos supervisors: job-supervisors-hos

View File

@@ -4,9 +4,11 @@
description: job-description-cadet description: job-description-cadet
playTimeTracker: JobSecurityCadet playTimeTracker: JobSecurityCadet
requirements: requirements:
- !type:OverallPlaytimeRequirement
time: 18000 #5 hrs
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 28800 time: 28800 #8 hrs
inverted: true # stop playing intern if you're good at security! inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear startingGear: SecurityCadetGear
icon: "SecurityCadet" icon: "SecurityCadet"

View File

@@ -6,7 +6,7 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 1800 time: 3600 #1 hr
startingGear: SecurityOfficerGear startingGear: SecurityOfficerGear
icon: "SecurityOfficer" icon: "SecurityOfficer"
supervisors: job-supervisors-hos supervisors: job-supervisors-hos