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:
- !type:DepartmentTimeRequirement
department: Security
time: 3600
time: 7200 #2 hrs
startingGear: DetectiveGear
icon: "Detective"
supervisors: job-supervisors-hos

View File

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

View File

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