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

doubling most command role timers #1352

Merged
merged 1 commit into from
Jan 14, 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
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs
time: 10800 #3 hrs (too popular)
- !type:DepartmentTimeRequirement
department: Cargo
time: 36000 #10 hours
time: 72000 #20 hours, imp
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
8 changes: 7 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
- !type:DepartmentTimeRequirement
department: Security
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement #imp
department: Cargo
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement #imp
department: Science
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Command
time: 54000 # 15 hours
time: 72000 # 20 hours, imp
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement #imp
department: Cargo
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement #imp
department: Science
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement
department: Command
time: 36000 # 10 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000 #10 hrs
time: 72000 #20 hrs, imp
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
requirements:
- !type:RoleTimeRequirement
role: JobChemist
time: 10800 #3 hrs
time: 21600 #6 hrs, imp. why tf was this so low?
- !type:RoleTimeRequirement
role: JobMedicalDoctor
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 #10 hrs
time: 72000 #20 hrs, imp
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 36000 #10 hrs
time: 72000 #20 hrs, imp
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Loading