Skip to content

Commit

Permalink
change roles time requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AruMoon committed Sep 7, 2023
1 parent 85eedba commit 155aad7
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 42 deletions.
8 changes: 5 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 18000
time: 10800 #3 hrs
- !type:DepartmentTimeRequirement
department: Cargo
time: 72000
time: 36000 #10 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs

weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 14400
time: 10800 # 3 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
icon: "JobIconShaftMiner"
startingGear: SalvageSpecialistGear
supervisors: job-supervisors-qm
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Civilian
time: 3600
time: 1800
startingGear: BartenderGear
icon: "JobIconBartender"
supervisors: job-supervisors-hop
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Civilian
time: 3600
time: 1800
startingGear: ChefGear
icon: "JobIconChef"
supervisors: job-supervisors-hop
Expand Down
23 changes: 12 additions & 11 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:RoleTimeRequirement
role: JobChiefEngineer
time: 10800
- !type:RoleTimeRequirement
role: JobHeadOfSecurity
time: 10800
- !type:RoleTimeRequirement
role: JobChiefMedicalOfficer
time: 10800
- !type:OverallPlaytimeRequirement
time: 216000
- !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
11 changes: 6 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 36000
time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 36000
- !type:OverallPlaytimeRequirement
time: 144000
time: 36000 # 10 hours
- !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 @@ -4,9 +4,9 @@
description: job-description-atmostech
playTimeTracker: JobAtmosphericTechnician
requirements:
- !type:RoleTimeRequirement
role: JobStationEngineer
time: 18000
- !type:DepartmentTimeRequirement
department: Engineering
time: 54000 # 15 hrs
startingGear: AtmosphericTechnicianGear
icon: "JobIconAtmosphericTechnician"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
requirements:
- !type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 18000
time: 18000 #5 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 72000
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 @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 10800
time: 10800 #3 hrs
startingGear: StationEngineerGear
icon: "JobIconStationEngineer"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000
time: 54000 #15 hrs
inverted: true # stop playing intern if you're good at engineering!
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 10800
time: 10800 #3 hrs
startingGear: ChemistGear
icon: "JobIconChemist"
supervisors: job-supervisors-cmo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 72000
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 10800
time: 10800 #3 hrs
startingGear: DoctorGear
icon: "JobIconMedicalDoctor"
supervisors: job-supervisors-cmo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 36000
time: 36000 #10 hrs
inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 72000
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Science/scientist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 10800
time: 10800 #3 hrs
startingGear: ScientistGear
icon: "JobIconScientist"
supervisors: job-supervisors-rd
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 18000
time: 18000 #5 hrs
startingGear: DetectiveGear
icon: "JobIconDetective"
supervisors: job-supervisors-hos
Expand Down
9 changes: 7 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
requirements:
- !type:RoleTimeRequirement
role: JobWarden
time: 18000
time: 10800 #3 hrs
- !type:RoleTimeRequirement
role: JobSecurityOfficer
time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 72000
time: 108000 # 30 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
playTimeTracker: JobSecurityCadet
requirements:
- !type:OverallPlaytimeRequirement
time: 18000
time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 36000
time: 54000 #15 hrs
inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 10800
time: 10800 #3 hrs
startingGear: SecurityOfficerGear
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 36000
time: 36000 #10 hrs
startingGear: WardenGear
icon: "JobIconWarden"
supervisors: job-supervisors-hos
Expand Down

0 comments on commit 155aad7

Please sign in to comment.