Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
disable play time requirements for all roles
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Apr 9, 2024
1 parent 2a1aa1b commit b617142
Show file tree
Hide file tree
Showing 21 changed files with 148 additions and 148 deletions.
24 changes: 12 additions & 12 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
name: job-name-qm
description: job-description-qm
playTimeTracker: JobQuartermaster
requirements:
- !type:RoleTimeRequirement
role: JobCargoTechnician
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs
- !type:DepartmentTimeRequirement
department: Cargo
time: 36000 #10 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
# requirements:
# - !type:RoleTimeRequirement
# role: JobCargoTechnician
# time: 21600 #6 hrs
# - !type:RoleTimeRequirement
# role: JobSalvageSpecialist
# time: 10800 #3 hrs
# - !type:DepartmentTimeRequirement
# department: Cargo
# time: 36000 #10 hours
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: job-name-salvagespec
description: job-description-salvagespec
playTimeTracker: JobSalvageSpecialist
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 10800 # 3 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Cargo
# time: 10800 # 3 hrs
# - !type:OverallPlaytimeRequirement
# time: 36000 #10 hrs
icon: "JobIconShaftMiner"
startingGear: SalvageSpecialistGear
supervisors: job-supervisors-qm
Expand Down
28 changes: 14 additions & 14 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
id: Captain
name: job-name-captain
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Security
time: 54000 # 15 hours
- !type:DepartmentTimeRequirement
department: Command
time: 54000 # 15 hours
# playTimeTracker: JobCaptain
# requirements:
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 54000 # 15 hours
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 54000 # 15 hours
# - !type:DepartmentTimeRequirement
# department: Security
# time: 54000 # 15 hours
# - !type:DepartmentTimeRequirement
# department: Command
# time: 54000 # 15 hours
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
26 changes: 13 additions & 13 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
name: job-name-hop
description: job-description-hop
playTimeTracker: JobHeadOfPersonnel
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement
department: Command
time: 36000 # 10 hours
# requirements:
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 36000 # 10 hours
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 36000 # 10 hours
# - !type:DepartmentTimeRequirement
# department: Security
# time: 36000 # 10 hrs
# - !type:DepartmentTimeRequirement
# department: Command
# time: 36000 # 10 hours
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-atmostech
description: job-description-atmostech
playTimeTracker: JobAtmosphericTechnician
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 54000 # 15 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 54000 # 15 hrs
startingGear: AtmosphericTechnicianGear
icon: "JobIconAtmosphericTechnician"
supervisors: job-supervisors-ce
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
name: job-name-ce
description: job-description-ce
playTimeTracker: JobChiefEngineer
requirements:
- !type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobStationEngineer
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
# requirements:
# - !type:RoleTimeRequirement
# role: JobAtmosphericTechnician
# time: 21600 #6 hrs
# - !type:RoleTimeRequirement
# role: JobStationEngineer
# time: 21600 #6 hrs
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 36000 #10 hrs
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-engineer
description: job-description-engineer
playTimeTracker: JobStationEngineer
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 14400 #4 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 14400 #4 hrs
startingGear: StationEngineerGear
icon: "JobIconStationEngineer"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: job-name-technical-assistant
description: job-description-technical-assistant
playTimeTracker: JobTechnicalAssistant
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hr
- !type:DepartmentTimeRequirement
department: Engineering
time: 54000 #15 hrs
inverted: true # stop playing intern if you're good at engineering!
# requirements:
# - !type:OverallPlaytimeRequirement
# time: 3600 #1 hr
# - !type:DepartmentTimeRequirement
# 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
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-chemist
description: job-description-chemist
playTimeTracker: JobChemist
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 14400 #4 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 14400 #4 hrs
startingGear: ChemistGear
icon: "JobIconChemist"
supervisors: job-supervisors-cmo
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
name: job-name-cmo
description: job-description-cmo
playTimeTracker: JobChiefMedicalOfficer
requirements:
- !type:RoleTimeRequirement
role: JobChemist
time: 10800 #3 hrs
- !type:RoleTimeRequirement
role: JobMedicalDoctor
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
# requirements:
# - !type:RoleTimeRequirement
# role: JobChemist
# time: 10800 #3 hrs
# - !type:RoleTimeRequirement
# role: JobMedicalDoctor
# time: 21600 #6 hrs
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 36000 #10 hrs
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-doctor
description: job-description-doctor
playTimeTracker: JobMedicalDoctor
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 14400 #4 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 14400 #4 hrs
startingGear: DoctorGear
icon: "JobIconMedicalDoctor"
supervisors: job-supervisors-cmo
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: job-name-intern
description: job-description-intern
playTimeTracker: JobMedicalIntern
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 54000 # 15 hrs
inverted: true # stop playing intern if you're good at med!
# requirements:
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 54000 # 15 hrs
# inverted: true # stop playing intern if you're good at med!
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: job-name-paramedic
description: job-description-paramedic
playTimeTracker: JobParamedic
requirements:
- !type:RoleTimeRequirement
role: JobMedicalDoctor
time: 14400 #4 hrs
- !type:OverallPlaytimeRequirement
time: 54000 # 15 hrs
# requirements:
# - !type:RoleTimeRequirement
# role: JobMedicalDoctor
# time: 14400 #4 hrs
# - !type:OverallPlaytimeRequirement
# time: 54000 # 15 hrs
startingGear: ParamedicGear
icon: "JobIconParamedic"
supervisors: job-supervisors-cmo
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Science/borg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: job-name-borg
description: job-description-borg
playTimeTracker: JobBorg
requirements:
- !type:OverallPlaytimeRequirement
time: 216000 #60 hrs
# requirements:
# - !type:OverallPlaytimeRequirement
# time: 216000 #60 hrs
canBeAntag: false
icon: JobIconBorg
supervisors: job-supervisors-rd
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: job-name-research-assistant
description: job-description-research-assistant
playTimeTracker: JobResearchAssistant
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 54000 #15 hrs
inverted: true # stop playing intern if you're good at science!
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# time: 54000 #15 hrs
# inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: job-name-rd
description: job-description-rd
playTimeTracker: JobResearchDirector
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# time: 36000 #10 hrs
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Science/scientist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: job-name-scientist
description: job-description-scientist
playTimeTracker: JobScientist
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 14400 #4 hrs
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# time: 14400 #4 hrs
startingGear: ScientistGear
icon: "JobIconScientist"
supervisors: job-supervisors-rd
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
name: job-name-hos
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:RoleTimeRequirement
role: JobWarden
time: 10800 #3 hrs
- !type:RoleTimeRequirement
role: JobSecurityOfficer
time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 108000 # 30 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
# requirements:
# - !type:RoleTimeRequirement
# role: JobWarden
# time: 10800 #3 hrs
# - !type:RoleTimeRequirement
# role: JobSecurityOfficer
# time: 36000 #10 hrs
# - !type:DepartmentTimeRequirement
# department: Security
# time: 108000 # 30 hrs
# - !type:OverallPlaytimeRequirement
# time: 144000 #40 hrs
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
Loading

0 comments on commit b617142

Please sign in to comment.