diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml index 86482da3d3..4c975c3841 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Command/iaa.yml @@ -10,6 +10,10 @@ - !type:DepartmentTimeRequirement department: Security time: 36000 + - !type:TraitsRequirement + inverted: true + traits: + - Muted startingGear: IAAGear icon: "JobIconIAA" supervisors: job-supervisors-centcom diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Security/brigmedic.yml index 148c7d8497..712f03b2f4 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Security/brigmedic.yml @@ -10,6 +10,10 @@ - !type:DepartmentTimeRequirement department: Security time: 18000 # 5 hrs + - !type:TraitsRequirement + inverted: true + traits: + - Muted startingGear: BrigmedicGear icon: "JobIconBrigmedic" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml index f6ae5141bc..2a1b44ee59 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml @@ -7,6 +7,10 @@ - !type:DepartmentTimeRequirement department: Security time: 72000 #20 hrs + - !type:TraitsRequirement + inverted: true + traits: + - Muted startingGear: PilotGear icon: "JobIconPilot" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index 472933239c..cf723441fe 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -15,6 +15,10 @@ time: 36000 #10 hours - !type:OverallPlaytimeRequirement time: 144000 #40 hrs + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 10 startingGear: QuartermasterGear icon: "JobIconQuarterMaster" diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index 255fb7fc3a..7dc015c95e 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -18,6 +18,10 @@ # time: 54000 # 15 hours - !type:OverallPlaytimeRequirement time: 504000 #140 hrs # Corvax-RoleTime + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted 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 8f30887b22..cac8bd3a52 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -18,6 +18,10 @@ # time: 72000 # 20 hrs - !type:OverallPlaytimeRequirement time: 180000 #50 hrs # Corvax-RoleTime + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 20 startingGear: HoPGear icon: "JobIconHeadOfPersonnel" diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index 9133a73eaf..52c4b7d18d 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -15,6 +15,10 @@ time: 54000 #15 hrs # Corvax-RoleTime # - !type:OverallPlaytimeRequirement # time: 144000 #40 hrs + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 10 startingGear: ChiefEngineerGear icon: "JobIconChiefEngineer" diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index c1358857ce..68ad8397ac 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -17,6 +17,10 @@ time: 54000 #15 hrs # Corvax-RoleTime # - !type:OverallPlaytimeRequirement # time: 144000 #40 hrs + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 10 startingGear: CMOGear icon: "JobIconChiefMedicalOfficer" diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 24a6b8774b..dc683f0a1a 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -9,6 +9,10 @@ time: 54000 #15 hrs # Corvax-RoleTime # - !type:OverallPlaytimeRequirement # time: 144000 #40 hrs + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 10 startingGear: ResearchDirectorGear icon: "JobIconResearchDirector" diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index 090d261aed..2f5f83f589 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -7,6 +7,10 @@ - !type:DepartmentTimeRequirement department: Security time: 72000 #20 hrs # Corvax-RoleTime + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted startingGear: DetectiveGear icon: "JobIconDetective" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index d913fc73f9..fda62a7323 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -15,6 +15,10 @@ time: 108000 #50 hrs # Corvax-RoleTime # - !type:OverallPlaytimeRequirement # time: 144000 #40 hrs + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 10 startingGear: HoSGear icon: "JobIconHeadOfSecurity" diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index b5c613793a..21074c3276 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -10,6 +10,10 @@ department: Security time: 72000 #20 hrs # Corvax-RoleTime inverted: true # stop playing intern if you're good at security! + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted startingGear: SecurityCadetGear icon: "JobIconSecurityCadet" supervisors: job-supervisors-security diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 8a59c63234..c7685ce6c2 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -7,6 +7,10 @@ - !type:DepartmentTimeRequirement department: Security time: 36000 #10 hrs # Corvax-RoleTime + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted startingGear: SecurityOfficerGear icon: "JobIconSecurityOfficer" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 1a92dc2976..34a40515ac 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -7,6 +7,10 @@ - !type:DepartmentTimeRequirement department: Security time: 108000 #50 hrs # Corvax-RoleTime + - !type:TraitsRequirement #Corvax-TraitsRequirement + inverted: true + traits: + - Muted weight: 5 startingGear: WardenGear icon: "JobIconWarden"