Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add role timers back according to the draft #15

Merged
merged 1 commit into from Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-qm
description: job-description-qm
playTimeTracker: JobQuartermaster
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 18000 #5 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-salvagespec
description: job-description-salvagespec
playTimeTracker: JobSalvageSpecialist
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
icon: "JobIconShaftMiner"
startingGear: SalvageSpecialistGear
supervisors: job-supervisors-qm
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-captain
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:DepartmentTimeRequirement
department: Command
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 72000 #20 hrs
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-hop
description: job-description-hop
playTimeTracker: JobHeadOfPersonnel
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-atmostech
description: job-description-atmostech
playTimeTracker: JobAtmosphericTechnician
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
startingGear: AtmosphericTechnicianGear
icon: "JobIconAtmosphericTechnician"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-ce
description: job-description-ce
playTimeTracker: JobChiefEngineer
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 32400 #9 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-engineer
description: job-description-engineer
playTimeTracker: JobStationEngineer
requirements:
- !type:OverallPlaytimeRequirement
time: 5400 #1.5 hrs
startingGear: StationEngineerGear
icon: "JobIconStationEngineer"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-technical-assistant
description: job-description-technical-assistant
playTimeTracker: JobTechnicalAssistant
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hrs, often picked by raiders
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
supervisors: job-supervisors-engineering
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-chemist
description: job-description-chemist
playTimeTracker: JobChemist
requirements:
- !type:OverallPlaytimeRequirement
time: 5400 #1.5 hrs
startingGear: ChemistGear
icon: "JobIconChemist"
supervisors: job-supervisors-cmo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
name: job-name-cmo
description: job-description-cmo
playTimeTracker: JobChiefMedicalOfficer
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 18000 #5 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-doctor
description: job-description-doctor
playTimeTracker: JobMedicalDoctor
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hrs
startingGear: DoctorGear
icon: "JobIconMedicalDoctor"
supervisors: job-supervisors-cmo
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-paramedic
description: job-description-paramedic
playTimeTracker: JobParamedic
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hrs
startingGear: ParamedicGear
icon: "JobIconParamedic"
supervisors: job-supervisors-cmo
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Science/borg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-borg
description: job-description-borg
playTimeTracker: JobBorg
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
canBeAntag: false
icon: JobIconBorg
supervisors: job-supervisors-rd
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-rd
description: job-description-rd
playTimeTracker: JobResearchDirector
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 18000 #5 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Science/scientist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-scientist
description: job-description-scientist
playTimeTracker: JobScientist
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hrs
startingGear: ScientistGear
icon: "JobIconScientist"
supervisors: job-supervisors-rd
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-detective
description: job-description-detective
playTimeTracker: JobDetective
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
startingGear: DetectiveGear
icon: "JobIconDetective"
supervisors: job-supervisors-hos
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-hos
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 32400 #9 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-cadet
description: job-description-cadet
playTimeTracker: JobSecurityCadet
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hrs
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
supervisors: job-supervisors-security
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/security_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-security
description: job-description-security
playTimeTracker: JobSecurityOfficer
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
startingGear: SecurityOfficerGear
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-warden
description: job-description-warden
playTimeTracker: JobWarden
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 #5 hrs
startingGear: WardenGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos
Expand Down
Loading