Skip to content

Commit

Permalink
Remove the age requirement on command roles (#1611)
Browse files Browse the repository at this point in the history
Comments

Signed-off-by: Adeinitas <[email protected]>
Co-authored-by: deltanedas <[email protected]>
Co-authored-by: Adeinitas <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent bf8279c commit 59cf511
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
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
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
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
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
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

0 comments on commit 59cf511

Please sign in to comment.