Skip to content

Commit

Permalink
time fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pheenty committed Nov 7, 2024
1 parent 0991ba8 commit e7f36f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
description: job-description-qm
playTimeTracker: JobQuartermaster
requirements:
- !type:RoleTimeRequirement
role: JobCargoTechnician
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs
- !type:DepartmentTimeRequirement
department: Cargo
time: 36000 #10 hours
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- !type:DepartmentTimeRequirement
department: Cargo
time: 10800 # 3 hrs
# - !type:OverallPlaytimeRequirement
# time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
icon: "JobIconShaftMiner"
startingGear: SalvageSpecialistGear
supervisors: job-supervisors-qm
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:RoleTimeRequirement
role: JobWarden
time: 36000 #10 hrs # Stories-RoleTime
- !type:RoleTimeRequirement
role: JobSecurityOfficer
time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 108000 # 30 hrs
Expand Down

0 comments on commit e7f36f4

Please sign in to comment.