Skip to content

Commit

Permalink
Tweak security playtime requirements (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timemaster99 authored Jul 8, 2024
1 parent 711dd04 commit d85df4f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- !type:DepartmentTimeRequirement
department: Medical
time: 21600 # 6 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 18000 # 4 hrs
- !type:RoleTimeRequirement # DeltaV - JobSecurityOfficer time requirement
role: JobSecurityOfficer
time: 21600 # DeltaV - 6 hrs
startingGear: CorpsmanGear
icon: "JobIconBrigmedic"
supervisors: job-supervisors-hos
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
description: job-description-detective
playTimeTracker: JobDetective
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # DeltaV - 10 hours
- !type:RoleTimeRequirement # DeltaV - JobSecurityOfficer time requirement
role: JobSecurityOfficer
time: 21600 # DeltaV - 6 hrs
startingGear: DetectiveGear
icon: "JobIconDetective"
supervisors: job-supervisors-hos
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 72000 # DeltaV - 20 hours
- !type:RoleTimeRequirement
role: JobWarden
time: 14400 #DeltaV 4 hrs
# - !type:RoleTimeRequirement # DeltaV - No Security Officer time requirement - REIMPLEMENT WHEN MORE PEOPLE HAVE IT
# role: JobDetective
# time: 14400 #DeltaV 4 hrs
time: 36000 #DeltaV 10 hrs
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # 10 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSecurityCadet
requirements:
- !type:OverallPlaytimeRequirement
time: 14400 # DeltaV - 4 hours
time: 21600 # DeltaV - 6 hours
# - !type:DepartmentTimeRequirement # DeltaV - Removes time limit
# department: Security
# time: 54000 #15 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 14400 # DeltaV - 4 hours
time: 36000 # DeltaV - 10 hours
startingGear: SecurityOfficerGear
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
requirements:
- !type:RoleTimeRequirement # DeltaV - JobSecurityOfficer time requirement. Make them experienced in proper officer work.
role: JobSecurityOfficer
time: 43200 # DeltaV - 12 hrs
time: 36000 # DeltaV - 10 hrs
- !type:RoleTimeRequirement # DeltaV - JobDetective time requirement. Give them an understanding of basic forensics.
role: JobDetective
time: 14400 # DeltaV - 4 hours
time: 21600 # DeltaV - 6 hours
- !type:WhitelistRequirement # DeltaV - Whitelist requirement
startingGear: WardenGear
icon: "JobIconWarden"
Expand Down

0 comments on commit d85df4f

Please sign in to comment.