diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index 655e103bca2..7f110bf485d 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -3,6 +3,9 @@ name: job-name-cargotech description: job-description-cargotech playTimeTracker: JobCargoTechnician + requirements: + - !type:OverallPlaytimeRequirement + time: 14400 # ADT-PlaytimeRequirement = 4 hrs startingGear: CargoTechGear icon: "JobIconCargoTechnician" supervisors: job-supervisors-qm diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index d978d985d64..5b7ebf687fa 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -5,11 +5,14 @@ playTimeTracker: JobTechnicalAssistant requirements: - !type:OverallPlaytimeRequirement - time: 3600 #1 hr - - !type:DepartmentTimeRequirement - department: Engineering - time: 36000 #10 hrs # Corvax-RoleTime - inverted: true # stop playing intern if you're good at engineering! + time: 14400 # ADT-PlaytimeRequirement = 4 hrs +# ADT-Tweak + # - !type:DepartmentTimeRequirement + # department: Engineering + # time: 36000 #10 hrs # Corvax-RoleTime + # inverted: true # stop playing intern if you're good at engineering! + # time: 14400 # ADT-PlaytimeRequirement = 4 hrs +# ADT-Tweak startingGear: TechnicalAssistantGear icon: "JobIconTechnicalAssistant" supervisors: job-supervisors-engineering diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml index 92c362a545e..73ce04ba68b 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -3,11 +3,13 @@ name: job-name-intern description: job-description-intern playTimeTracker: JobMedicalIntern - requirements: - - !type:DepartmentTimeRequirement - department: Medical - time: 36000 #10 hrs # Corvax-RoleTime - inverted: true # stop playing intern if you're good at med! +# ADT-Tweak + # requirements: + # - !type:DepartmentTimeRequirement + # department: Medical + # time: 36000 #10 hrs # Corvax-RoleTime + # inverted: true # stop playing intern if you're good at med! +# ADT-Tweak startingGear: MedicalInternGear icon: "JobIconMedicalIntern" supervisors: job-supervisors-medicine diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml index e88f106f388..f41c8b005f3 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml @@ -3,11 +3,13 @@ name: job-name-research-assistant description: job-description-research-assistant playTimeTracker: JobResearchAssistant - requirements: - - !type:DepartmentTimeRequirement - department: Science - time: 36000 #10 hrs # Corvax-RoleTime - inverted: true # stop playing intern if you're good at science! +# ADT-Tweak + # requirements: + # - !type:DepartmentTimeRequirement + # department: Science + # time: 36000 #10 hrs # Corvax-RoleTime + # inverted: true # stop playing intern if you're good at science! +# ADT-Tweak startingGear: ResearchAssistantGear icon: "JobIconResearchAssistant" supervisors: job-supervisors-science diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index b5c613793a0..2a4f24ceffb 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -6,10 +6,12 @@ requirements: - !type:OverallPlaytimeRequirement time: 36000 #10 hrs # Corvax-RoleTime - - !type:DepartmentTimeRequirement - department: Security - time: 72000 #20 hrs # Corvax-RoleTime - inverted: true # stop playing intern if you're good at security! +# ADT-Tweak + # - !type:DepartmentTimeRequirement + # department: Security + # time: 72000 #20 hrs # Corvax-RoleTime + # inverted: true # stop playing intern if you're good at security! +# ADT-Tweak startingGear: SecurityCadetGear icon: "JobIconSecurityCadet" supervisors: job-supervisors-security