From b9f43c985eefda4e919508c15ec9ac5064ca9891 Mon Sep 17 00:00:00 2001 From: flyingkarii Date: Tue, 10 Sep 2024 17:03:47 -0300 Subject: [PATCH] Remove playtime requirements for playtesting --- .../Roles/Jobs/Cargo/quartermaster.yml | 15 ------------- .../Roles/Jobs/Cargo/salvage_specialist.yml | 6 ----- .../Roles/Jobs/Civilian/bartender.yml | 4 ---- .../Roles/Jobs/Civilian/chaplain.yml | 3 --- .../Prototypes/Roles/Jobs/Civilian/chef.yml | 4 ---- .../Prototypes/Roles/Jobs/Civilian/clown.yml | 3 --- .../Prototypes/Roles/Jobs/Civilian/lawyer.yml | 6 ----- .../Roles/Jobs/Civilian/librarian.yml | 3 --- .../Prototypes/Roles/Jobs/Civilian/mime.yml | 3 --- .../Roles/Jobs/Civilian/musician.yml | 3 --- .../Roles/Jobs/Civilian/service_worker.yml | 3 --- .../Prototypes/Roles/Jobs/Command/captain.yml | 22 ------------------- .../Roles/Jobs/Command/head_of_personnel.yml | 15 ------------- .../Engineering/atmospheric_technician.yml | 4 ---- .../Roles/Jobs/Engineering/chief_engineer.yml | 12 ---------- .../Jobs/Engineering/senior_engineer.yml | 10 --------- .../Jobs/Engineering/station_engineer.yml | 4 ---- .../Jobs/Engineering/technical_assistant.yml | 7 ------ .../Prototypes/Roles/Jobs/Medical/chemist.yml | 4 ---- .../Jobs/Medical/chief_medical_officer.yml | 12 ---------- .../Roles/Jobs/Medical/medical_doctor.yml | 4 ---- .../Roles/Jobs/Medical/paramedic.yml | 9 -------- .../Roles/Jobs/Medical/senior_physician.yml | 10 --------- .../Prototypes/Roles/Jobs/Science/borg.yml | 3 --- .../Roles/Jobs/Science/research_director.yml | 5 ----- .../Roles/Jobs/Science/roboticist.yml | 4 ---- .../Roles/Jobs/Science/scientist.yml | 4 ---- .../Roles/Jobs/Science/senior_researcher.yml | 4 ---- .../Roles/Jobs/Security/detective.yml | 4 ---- .../Roles/Jobs/Security/head_of_security.yml | 13 ----------- .../Roles/Jobs/Security/security_cadet.yml | 7 ------ .../Roles/Jobs/Security/security_officer.yml | 4 ---- .../Roles/Jobs/Security/senior_officer.yml | 13 ----------- .../Prototypes/Roles/Jobs/Security/warden.yml | 8 ------- .../Prototypes/Roles/Jobs/Wildcards/boxer.yml | 3 --- .../Roles/Jobs/Wildcards/psychologist.yml | 6 ----- .../Roles/Jobs/Wildcards/reporter.yml | 3 --- .../Roles/Jobs/Wildcards/zookeeper.yml | 3 --- 38 files changed, 250 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index ee1a101154a..9ec3451408b 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -4,21 +4,6 @@ description: job-description-qm playTimeTracker: JobQuartermaster antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff - requirements: - # - !type:RoleTimeRequirement #DeltaV - # role: JobCargoTechnician - # time: 21600 #6 hrs - - !type:CharacterPlaytimeRequirement - tracker: JobSalvageSpecialist - min: 10800 #3 hrs - - !type:CharacterPlaytimeRequirement # DeltaV - Courier role time requirement - tracker: JobMailCarrier - min: 7200 # 2 hours - - !type:CharacterDepartmentTimeRequirement - department: Logistics # DeltaV - Logistics Department replacing Cargo - min: 43200 #DeltaV 12 hours - - !type:CharacterOverallTimeRequirement - min: 144000 #40 hrs weight: 10 startingGear: QuartermasterGear icon: "JobIconQuarterMaster" diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml index 8b806009ef8..1fd35653c9f 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml @@ -4,12 +4,6 @@ description: job-description-salvagespec playTimeTracker: JobSalvageSpecialist antagAdvantage: 3 # DeltaV - Reduced TC: External Access + Free hardsuit and weapons - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Logistics # DeltaV - Logistics Department replacing Cargo - min: 21600 #DeltaV 6 hrs - # - !type:OverallPlaytimeRequirement #DeltaV - # time: 36000 #10 hrs icon: "JobIconShaftMiner" startingGear: SalvageSpecialistGear supervisors: job-supervisors-qm diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml index 85a86dabce3..8af3f2ee92e 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml @@ -3,10 +3,6 @@ name: job-name-bartender description: job-description-bartender playTimeTracker: JobBartender - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Civilian - min: 3600 #DeltaV startingGear: BartenderGear icon: "JobIconBartender" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index c7395ff3e2d..a2382a785d0 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -4,9 +4,6 @@ description: job-description-chaplain playTimeTracker: JobChaplain requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics # DeltaV - Epistemics Department replacing Science - min: 14400 #DeltaV 4 hours - !type:CharacterLogicOrRequirement requirements: - !type:CharacterSpeciesRequirement diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index 0837f1f3907..41889701052 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -3,10 +3,6 @@ name: job-name-chef description: job-description-chef playTimeTracker: JobChef - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Civilian - min: 3600 #DeltaV 1 hour startingGear: ChefGear icon: "JobIconChef" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml index 141f4d39b76..be7d5c87b22 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml @@ -3,9 +3,6 @@ name: job-name-clown description: job-description-clown playTimeTracker: JobClown - requirements: - - !type:CharacterOverallTimeRequirement # DeltaV - Playtime requirement - min: 7200 #2 hrs startingGear: ClownGear icon: "JobIconClown" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml index 67afdf8aff9..b7e3cc22233 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml @@ -4,12 +4,6 @@ description: job-description-lawyer playTimeTracker: JobLawyer antagAdvantage: 2 # DeltaV - Reduced TC: Security Radio and Access - requirements: - - !type:CharacterOverallTimeRequirement - min: 36000 # 10 hrs - - !type:CharacterDepartmentTimeRequirement # DeltaV - Security dept time requirement - department: Security - min: 14400 # 4 hours startingGear: LawyerGear icon: "JobIconLawyer" supervisors: job-supervisors-cj # Delta V - Change supervisor to chief justice diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml index 8552073dcc6..c6ffad03e05 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml @@ -4,9 +4,6 @@ description: job-description-librarian playTimeTracker: JobLibrarian requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics - min: 14400 - !type:CharacterLogicOrRequirement requirements: - !type:CharacterSpeciesRequirement diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index c7c659bc531..2c60a71f458 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -3,9 +3,6 @@ name: job-name-mime description: job-description-mime playTimeTracker: JobMime - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 # DeltaV - 2 hours startingGear: MimeGear icon: "JobIconMime" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml b/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml index 28f9c597e58..36d8839529a 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml @@ -3,9 +3,6 @@ name: job-name-musician description: job-description-musician playTimeTracker: JobMusician - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 # DeltaV - 2 hours startingGear: MusicianGear icon: "JobIconMusician" supervisors: job-supervisors-hire diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml b/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml index 8bfd05ad014..7ee1076a8b9 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml @@ -3,9 +3,6 @@ name: job-name-serviceworker description: job-description-serviceworker playTimeTracker: JobServiceWorker - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 # DeltaV - 2 hours startingGear: ServiceWorkerGear icon: "JobIconServiceWorker" supervisors: job-supervisors-service diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index 46d47fa7fcb..2ecefecb0df 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -3,28 +3,6 @@ name: job-name-captain description: job-description-captain playTimeTracker: JobCaptain - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Logistics # DeltaV - Logistics Department replacing Cargo - min: 18000 # DeltaV - 5 hours - - !type:CharacterDepartmentTimeRequirement - department: Engineering - min: 18000 # DeltaV - 5 hours - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 18000 # DeltaV - 5 hours - - !type:CharacterDepartmentTimeRequirement - department: Security - min: 36000 # Grimbly - 10 hours - - !type:CharacterDepartmentTimeRequirement # DeltaV - Epistemics dept time requirement - department: Epistemics # DeltaV - Epistemics Department replacing Science - min: 18000 # 5 hours - - !type:CharacterDepartmentTimeRequirement - department: Command - min: 108000 # DeltaV - 30 hours - - !type:CharacterOverallTimeRequirement # DeltaV - Playtime requirement - min: 108000 # 30 hours - - !type:CharacterWhitelistRequirement 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 878b184b8bc..7c57edac967 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -4,21 +4,6 @@ description: job-description-hop playTimeTracker: JobHeadOfPersonnel antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobChef - min: 14400 # DeltaV - 4 hours - - !type:CharacterPlaytimeRequirement - tracker: JobBartender - min: 14400 # DeltaV - 4 hours - - !type:CharacterPlaytimeRequirement - tracker: JobJanitor - min: 14400 # DeltaV - 4 hours - - !type:CharacterDepartmentTimeRequirement # DeltaV - Civilian dept time requirement - department: Civilian - min: 72000 # 20 hours - - !type:CharacterOverallTimeRequirement # DeltaV - Playtime requirement - min: 90000 # 25 hours weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads startingGear: HoPGear icon: "JobIconHeadOfPersonnel" diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml index 834a85e7a08..6371978425d 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml @@ -4,10 +4,6 @@ description: job-description-atmostech playTimeTracker: JobAtmosphericTechnician antagAdvantage: 10 # DeltaV - Reduced TC: External Access + Fireaxe + Free Hardsuit - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Engineering - min: 36000 # DeltaV - 10 hours startingGear: AtmosphericTechnicianGear icon: "JobIconAtmosphericTechnician" supervisors: job-supervisors-ce diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index 2690b9ba016..ea02f7a70ac 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -3,18 +3,6 @@ name: job-name-ce description: job-description-ce playTimeTracker: JobChiefEngineer - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobAtmosphericTechnician - min: 36000 # DeltaV - 10 hours -# - !type:RoleTimeRequirement # DeltaV - No Station Engineer time requirement -# role: JobStationEngineer -# time: 21600 #6 hrs - - !type:CharacterDepartmentTimeRequirement - department: Engineering - min: 90000 # DeltaV - 25 hours -# - !type:OverallPlaytimeRequirement -# time: 72000 # DeltaV - 20 hours weight: 10 startingGear: ChiefEngineerGear icon: "JobIconChiefEngineer" diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml index 5106f1129c4..2d7ac9c3e11 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/senior_engineer.yml @@ -4,16 +4,6 @@ description: job-description-senior-engineer playTimeTracker: JobSeniorEngineer setPreference: false # DeltaV - Disable Senior Roles round start selection - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobAtmosphericTechnician - min: 21600 #6 hrs - - !type:CharacterPlaytimeRequirement - tracker: JobStationEngineer - min: 21600 #6 hrs - - !type:CharacterDepartmentTimeRequirement - department: Engineering - min: 216000 # 60 hrs startingGear: SeniorEngineerGear icon: "JobIconSeniorEngineer" supervisors: job-supervisors-ce diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml index dc590045191..7e685a33b52 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml @@ -4,10 +4,6 @@ description: job-description-engineer playTimeTracker: JobStationEngineer antagAdvantage: 3 # DeltaV - Reduced TC: External Access + Engineering - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Engineering - min: 14400 #4 hrs startingGear: StationEngineerGear icon: "JobIconStationEngineer" supervisors: job-supervisors-ce diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index 668af727519..116065f1fae 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -4,13 +4,6 @@ description: job-description-technical-assistant playTimeTracker: JobTechnicalAssistant antagAdvantage: 3 # DeltaV - Reduced TC: External Access + Engineering - requirements: - - !type:CharacterOverallTimeRequirement # DeltaV - to prevent griefers from taking the role. - min: 14400 # 4 hours - # - !type:DepartmentTimeRequirement # DeltaV - Removes time limit - # department: Engineering - # time: 54000 #15 hrs - # inverted: true # stop playing intern if you're good at engineering! startingGear: TechnicalAssistantGear icon: "JobIconTechnicalAssistant" supervisors: job-supervisors-engineering diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml b/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml index 66466352cbe..50ea396219d 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml @@ -3,10 +3,6 @@ name: job-name-chemist description: job-description-chemist playTimeTracker: JobChemist - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 28800 # DeltaV - 8 hours startingGear: ChemistGear icon: "JobIconChemist" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index b132729432c..2fdb5132036 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -6,18 +6,6 @@ description: job-description-cmo playTimeTracker: JobChiefMedicalOfficer antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobChemist - min: 14400 #DeltaV 4 hrs -# - !type:RoleTimeRequirement # DeltaV - No Medical Doctor time requirement -# role: JobMedicalDoctor -# time: 21600 #6 hrs - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 43200 # DeltaV - 12 hours - - !type:CharacterOverallTimeRequirement - min: 72000 # DeltaV - 20 hours weight: 10 startingGear: CMOGear icon: "JobIconChiefMedicalOfficer" diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index 627b0e17dc3..0946b6ba200 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -3,10 +3,6 @@ name: job-name-doctor description: job-description-doctor playTimeTracker: JobMedicalDoctor - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 14400 #4 hrs startingGear: DoctorGear icon: "JobIconMedicalDoctor" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml index 0937a4627ae..18ecce1cc12 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml @@ -4,15 +4,6 @@ description: job-description-paramedic playTimeTracker: JobParamedic antagAdvantage: 2 # DeltaV - Reduced TC: External Access - requirements: - # - !type:RoleTimeRequirement # DeltaV - No Medical Doctor time requirement - # role: JobMedicalDoctor - # time: 14400 #4 hrs - - !type:CharacterDepartmentTimeRequirement # DeltaV - Medical dept time requirement - department: Medical - min: 28800 # DeltaV - 8 hours - # - !type:OverallPlaytimeRequirement # DeltaV - No playtime requirement - # time: 54000 # 15 hrs startingGear: ParamedicGear icon: "JobIconParamedic" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml index d13fd18afdd..8927ec9dde5 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml @@ -4,16 +4,6 @@ description: job-description-senior-physician playTimeTracker: JobSeniorPhysician setPreference: false # DeltaV - Disable Senior Roles round start selection - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobChemist - min: 21600 #6 hrs - - !type:CharacterPlaytimeRequirement - tracker: JobMedicalDoctor - min: 21600 #6 hrs - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 216000 # 60 hrs startingGear: SeniorPhysicianGear icon: "JobIconSeniorPhysician" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Science/borg.yml b/Resources/Prototypes/Roles/Jobs/Science/borg.yml index 456a761dba7..872c65cbe24 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/borg.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/borg.yml @@ -3,9 +3,6 @@ name: job-name-borg description: job-description-borg playTimeTracker: JobBorg - requirements: - - !type:CharacterOverallTimeRequirement - min: 216000 #60 hrs canBeAntag: false icon: JobIconBorg supervisors: job-supervisors-rd diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 4808fcc4b30..a19e2499130 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -5,11 +5,6 @@ playTimeTracker: JobResearchDirector antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics # DeltaV - Epistemics Department replacing Science - min: 54000 # DeltaV - 15 hours - - !type:CharacterOverallTimeRequirement - min: 72000 # DeltaV - 20 hours - !type:CharacterLogicOrRequirement requirements: - !type:CharacterSpeciesRequirement diff --git a/Resources/Prototypes/Roles/Jobs/Science/roboticist.yml b/Resources/Prototypes/Roles/Jobs/Science/roboticist.yml index 1d2434a4e0c..88f5b8e9150 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/roboticist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/roboticist.yml @@ -3,10 +3,6 @@ name: job-name-roboticist description: job-description-roboticist playTimeTracker: JobRoboticist - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics - min: 14400 # 4 hours - same as scientist startingGear: RoboticistGear icon: "JobIconRoboticist" supervisors: job-supervisors-rd diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index 2d91e0e6ef9..248c0190927 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -3,10 +3,6 @@ name: job-name-scientist description: job-description-scientist playTimeTracker: JobScientist - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics # DeltaV - Epistemics Department replacing Science - min: 14400 #4 hrs startingGear: ScientistGear icon: "JobIconScientist" supervisors: job-supervisors-rd diff --git a/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml b/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml index 90234250302..ee63fa9b715 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/senior_researcher.yml @@ -4,10 +4,6 @@ description: job-description-senior-researcher playTimeTracker: JobSeniorResearcher setPreference: false # DeltaV - Disable Senior Roles round start selection - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Epistemics # DeltaV - Epistemics Department replacing Science - min: 216000 #60 hrs startingGear: SeniorResearcherGear icon: "JobIconSeniorResearcher" supervisors: job-supervisors-rd diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index 861088b5e5c..0593dce47b3 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -3,10 +3,6 @@ name: job-name-detective description: job-description-detective playTimeTracker: JobDetective - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Security - min: 36000 # DeltaV - 10 hours 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 f1578534557..d6cf917a1d7 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -3,19 +3,6 @@ name: job-name-hos description: job-description-hos playTimeTracker: JobHeadOfSecurity - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobWarden - min: 14400 #DeltaV 4 hrs - # - !type:RoleTimeRequirement # DeltaV - No Security Officer time requirement - REIMPLEMENT WHEN MORE PEOPLE HAVE IT - # role: JobDetective - # time: 14400 #DeltaV 4 hrs - - !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement - department: Command - min: 36000 # 10 hours - - !type:CharacterOverallTimeRequirement - min: 90000 # DeltaV - 25 hours - - !type:CharacterWhitelistRequirement 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 0b28af78502..3d59c02ba66 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -3,13 +3,6 @@ name: job-name-cadet description: job-description-cadet playTimeTracker: JobSecurityCadet - requirements: - - !type:CharacterOverallTimeRequirement - min: 14400 # DeltaV - 4 hours -# - !type:DepartmentTimeRequirement # DeltaV - Removes time limit -# department: Security -# time: 54000 #15 hrs -# inverted: true # stop playing intern if you're good at security! 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 b81cef667ed..66379b8796f 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -3,10 +3,6 @@ name: job-name-security description: job-description-security playTimeTracker: JobSecurityOfficer - requirements: - - !type:CharacterDepartmentTimeRequirement - department: Security - min: 14400 # DeltaV - 4 hours startingGear: SecurityOfficerGear icon: "JobIconSecurityOfficer" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml index 2623adf1fd0..66516a118da 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml @@ -4,19 +4,6 @@ description: job-description-senior-officer playTimeTracker: JobSeniorOfficer setPreference: false # DeltaV - Disable Senior Roles round start selection - requirements: - - !type:CharacterPlaytimeRequirement - tracker: JobWarden - min: 21600 #6 hrs - - !type:CharacterPlaytimeRequirement - tracker: JobDetective - min: 7200 #2 hrs - - !type:CharacterPlaytimeRequirement - tracker: JobSecurityOfficer - min: 21600 #6 hrs - - !type:CharacterDepartmentTimeRequirement - department: Security - min: 216000 # 60 hrs startingGear: SeniorOfficerGear icon: "JobIconSeniorOfficer" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 82101373db2..89ac2162a27 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -3,14 +3,6 @@ name: job-name-warden description: job-description-warden playTimeTracker: JobWarden - requirements: - - !type:CharacterPlaytimeRequirement # DeltaV - JobSecurityOfficer time requirement. Make them experienced in proper officer work. - tracker: JobSecurityOfficer - min: 43200 # DeltaV - 12 hrs - - !type:CharacterPlaytimeRequirement # DeltaV - JobDetective time requirement. Give them an understanding of basic forensics. - tracker: JobDetective - min: 14400 # DeltaV - 4 hours - - !type:CharacterWhitelistRequirement startingGear: WardenGear icon: "JobIconWarden" supervisors: job-supervisors-hos diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml index 33def38bb08..d80b33402cd 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml @@ -3,9 +3,6 @@ name: job-name-boxer description: job-description-boxer playTimeTracker: JobBoxer - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 #DeltaV 2 hours startingGear: BoxerGear icon: "JobIconBoxer" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml index a2974c6eb7a..6073dfa98b5 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml @@ -3,12 +3,6 @@ name: job-name-psychologist description: job-description-psychologist playTimeTracker: JobPsychologist - requirements: - - !type:CharacterOverallTimeRequirement - min: 36000 #DeltaV 10 hours - - !type:CharacterDepartmentTimeRequirement - department: Medical - min: 14400 #DeltaV 4 hrs startingGear: PsychologistGear icon: "JobIconPsychologist" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml index ad810e970e9..603c0a7608f 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml @@ -3,9 +3,6 @@ name: job-name-reporter description: job-description-reporter playTimeTracker: JobReporter - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 #DeltaV 2 hours startingGear: ReporterGear icon: "JobIconReporter" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml index 1686e3290fa..7bf1ff772a9 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml @@ -3,9 +3,6 @@ name: job-name-zookeeper description: job-description-zookeeper playTimeTracker: JobZookeeper - requirements: - - !type:CharacterOverallTimeRequirement - min: 7200 #DeltaV 2 hours startingGear: ZookeeperGear icon: "JobIconZookeeper" supervisors: job-supervisors-hop