Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increases Minimum Hours For Command Roles #2732

Merged
merged 3 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading