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

Remove the age requirement on command roles #1611

Merged
4 commits merged into from
Sep 7, 2024
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 @@ -19,8 +19,8 @@
time: 43200 #DeltaV 12 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
time: 108000 # DeltaV - 30 hours, was 15
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 108000 # 30 hours
- !type:AgeRequirement
requiredAge: 21
- !type:WhitelistRequirement # DeltaV - Whitelist requirement
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
time: 72000 # 20 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 90000 # 25 hours
- !type:AgeRequirement
requiredAge: 21
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
time: 90000 # DeltaV - 25 hours, was 10
# - !type:OverallPlaytimeRequirement
# time: 144000 # DeltaV - was 40 hours upstream
- !type:AgeRequirement
requiredAge: 21
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
time: 43200 # DeltaV - 12 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours, was 40
- !type:AgeRequirement
requiredAge: 21
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
time: 54000 # DeltaV - 15 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours, was 40
- !type:AgeRequirement
requiredAge: 21
# - !type:AgeRequirement - DeltaV - PR #1611 for context
# requiredAge: 20
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
Loading