Skip to content

Commit

Permalink
add Corvax age limit for command
Browse files Browse the repository at this point in the history
  • Loading branch information
Litogin committed Aug 30, 2024
1 parent ac4bc46 commit 1cf2725
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
department: Security
time: 36000
- !type:AgeRequirement
requiredAge: 21
requiredAge: 30
startingGear: IAAGear
icon: "JobIconIAA"
supervisors: job-supervisors-centcom
Expand Down
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 @@
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
requiredAge: 24 # Corvax-AgeLimit
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- !type:OverallPlaytimeRequirement
time: 504000 #140 hrs # Corvax-RoleTime
- !type:AgeRequirement
requiredAge: 21
requiredAge: 38 # Corvax-AgeLimit
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- !type:OverallPlaytimeRequirement
time: 180000 #50 hrs # Corvax-RoleTime
- !type:AgeRequirement
requiredAge: 21
requiredAge: 26 # Corvax-AgeLimit
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
requiredAge: 35 # Corvax-AgeLimit
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
requiredAge: 35 # Corvax-AgeLimit
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
requiredAge: 35 # Corvax-AgeLimit
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
requiredAge: 38 # Corvax-AgeLimit
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down

0 comments on commit 1cf2725

Please sign in to comment.