diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index c1eef300abc..c9c68d42f2b 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -10,6 +10,9 @@ - !type:RoleTimeRequirement role: JobSalvageSpecialist time: 10800 #3 hrs + - !type:RoleTimeRequirement # DeltaV - Courrier role time requirement + role: JobMailCarrier + time: 7200 # 2 hours - !type:DepartmentTimeRequirement department: Cargo time: 36000 #10 hours diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index e2956aa3947..5a804452b8f 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -6,16 +6,21 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 54000 # 15 hours + time: 18000 # DeltaV - 5 hours - !type:DepartmentTimeRequirement department: Medical - time: 54000 # 15 hours + time: 18000 # DeltaV - 5 hours - !type:DepartmentTimeRequirement department: Security - time: 54000 # 15 hours + time: 18000 # DeltaV - 5 hours + - !type:DepartmentTimeRequirement # DeltaV - Epistemics dept time requirement + department: Epistemics + time: 18000 # 5 hours - !type:DepartmentTimeRequirement department: Command - time: 54000 # 15 hours + time: 108000 # DeltaV - 30 hours + - !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement + time: 108000 # 30 hours weight: 20 startingGear: CaptainGear icon: "JobIconCaptain" diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index eda1b25f927..451ced93d95 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -6,16 +6,24 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 36000 # 10 hours + time: 18000 # DeltaV - 5 hours - !type:DepartmentTimeRequirement department: Medical - time: 36000 # 10 hours + time: 18000 # DeltaV - 5 hours - !type:DepartmentTimeRequirement department: Security - time: 36000 # 10 hrs - - !type:DepartmentTimeRequirement - department: Command - time: 36000 # 10 hours + time: 18000 # DeltaV - 5 hours + - !type:DepartmentTimeRequirement # DeltaV - Epistemics dept time requirement + department: Epistemics + time: 18000 # 5 hours +# - !type:DepartmentTimeRequirement +# department: Command +# time: 36000 # 10 hours + - !type:DepartmentTimeRequirement # DeltaV - Civilian dept time requirement + department: Civilian + time: 10800 # 3 hours + - !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement + time: 72000 # 20 hours weight: 20 startingGear: HoPGear icon: "JobIconHeadOfPersonnel" diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 3924c339765..5d06a3e0705 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -15,12 +15,12 @@ time: 36000 # DeltaV - 10 hours - !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement department: Command - time: 36000 #10hrs + time: 36000 # 10 hours - !type:RoleTimeRequirement # DeltaV - Lawyer role time requirement role: JobLawyer - time: 14400 #4hrs + time: 14400 # 4 hours - !type:OverallPlaytimeRequirement - time: 144000 #40 hrs + time: 54000 # DeltaV - 15 hours weight: 10 startingGear: HoSGear icon: "JobIconHeadOfSecurity"