Skip to content

Commit

Permalink
Increases Minimum Hours For Command Roles (#2732)
Browse files Browse the repository at this point in the history
* hours up

* Update research_director.yml

* Update research_director.yml
  • Loading branch information
rosieposieeee authored Jan 17, 2025
1 parent a535c92 commit 06c6788
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
time: 7200 # 2 hours
- !type:DepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
time: 43200 # DeltaV 12 hours
time: 90000 # DeltaV - 25 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
requirements:
- !type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 36000 # DeltaV - 10 hours
time: 72000 # DeltaV - 20 hours
# - !type:RoleTimeRequirement # DeltaV - No Station Engineer time requirement
# role: JobStationEngineer
# time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 90000 # DeltaV - 25 hours, was 10
time: 108000 # DeltaV - 30 hours, was 10
# - !type:OverallPlaytimeRequirement
# time: 144000 # DeltaV - was 40 hours upstream
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 43200 # DeltaV - 12 hours
time: 90000 # DeltaV - 25 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours, was 40
time: 90000 # DeltaV - 25 hours, was 20
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
9 changes: 7 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
playTimeTracker: JobResearchDirector
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
# Start DeltaV additions - Server specific roles
- !type:RoleTimeRequirement
role: JobForensicMantis
time: 7200 # 2 hrs
# End DeltaV additions
- !type:DepartmentTimeRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
time: 54000 # DeltaV - 15 hours
time: 90000 # DeltaV - 25 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours, was 40
time: 90000 # DeltaV - 25 hours, was 40
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down

0 comments on commit 06c6788

Please sign in to comment.