Skip to content

Commit

Permalink
Adjusted playtime requirements for roles
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Tel committed Oct 8, 2023
1 parent d2822e6 commit be3d07e
Show file tree
Hide file tree
Showing 24 changed files with 69 additions and 52 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
playTimeTracker: JobQuartermaster
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
- !type:RoleTimeRequirement
role: JobCargoTechnician
time: 21600 #6 hrs
# - !type:RoleTimeRequirement #DeltaV
# role: JobCargoTechnician
# time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs
- !type:RoleTimeRequirement # DeltaV - Courrier role time requirement
- !type:RoleTimeRequirement # DeltaV - Courier role time requirement
role: JobMailCarrier
time: 7200 # 2 hours
- !type:DepartmentTimeRequirement
department: Cargo
time: 36000 #10 hours
time: 43200 #DeltaV 12 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 10800 # 3 hrs
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs
time: 21600 #DeltaV 6 hrs
# - !type:OverallPlaytimeRequirement #DeltaV
# 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: 1800
time: 3600 #DeltaV
startingGear: BartenderGear
icon: "JobIconBartender"
supervisors: job-supervisors-hop
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
name: job-name-chaplain
description: job-description-chaplain
playTimeTracker: JobChaplain
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 14400 #DeltaV 4 hours
startingGear: ChaplainGear
icon: "JobIconChaplain"
supervisors: job-supervisors-rd
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: 1800
time: 3600 #DeltaV 1 hour
startingGear: ChefGear
icon: "JobIconChef"
supervisors: job-supervisors-hop
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/clown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobClown
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 60 # 60 seconds
time: 7200 #2 hrs
startingGear: ClownGear
icon: "JobIconClown"
supervisors: job-supervisors-hop
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-librarian
description: job-description-librarian
playTimeTracker: JobLibrarian
requirements:
- !type:OverallPlaytimeRequirement #DeltaV
time: 3600 # 1 hr
startingGear: LibrarianGear
icon: "JobIconLibrarian"
supervisors: job-supervisors-hop
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/musician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-musician
description: job-description-musician
playTimeTracker: JobMusician
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 # DeltaV - 2 hours
startingGear: MusicianGear
icon: "JobIconMusician"
supervisors: job-supervisors-hire
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-serviceworker
description: job-description-serviceworker
playTimeTracker: JobServiceWorker
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 # DeltaV - 2 hours
startingGear: ServiceWorkerGear
icon: "JobIconServiceWorker"
supervisors: job-supervisors-service
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Engineering
time: 18000 # DeltaV - 5 hours
Expand Down
28 changes: 11 additions & 17 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,20 @@
playTimeTracker: JobHeadOfPersonnel
antagAdvantage: 6 # DeltaV - Reduced TC: Head of Staff
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement # DeltaV - Epistemics dept time requirement
department: Science
time: 18000 # 5 hours
# - !type:DepartmentTimeRequirement
# department: Command
# time: 36000 # 10 hours
- !type:RoleTimeRequirement
role: JobChef
time: 14400 # DeltaV - 4 hours
- !type:RoleTimeRequirement
role: JobBartender
time: 14400 # DeltaV - 4 hours
- !type:RoleTimeRequirement
role: JobJanitor
time: 14400 # DeltaV - 4 hours
- !type:DepartmentTimeRequirement # DeltaV - Civilian dept time requirement
department: Civilian
time: 10800 # 3 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 72000 # 20 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 90000 # 25 hours
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 28800 # DeltaV - 8 hours
time: 36000 # DeltaV - 10 hours
startingGear: AtmosphericTechnicianGear
icon: "JobIconAtmosphericTechnician"
supervisors: job-supervisors-ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
requirements:
- !type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 14400 # DeltaV - 4 hours
time: 36000 # DeltaV - 10 hours
# - !type:RoleTimeRequirement # DeltaV - No Station Engineer time requirement
# role: JobStationEngineer
# time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 28800 # DeltaV - 8 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours
time: 90000 # DeltaV - 25 hours
# - !type:OverallPlaytimeRequirement
# time: 72000 # DeltaV - 20 hours
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
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: 21600 # DeltaV - 6 hours
time: 28800 # DeltaV - 8 hours
startingGear: ChemistGear
icon: "JobIconChemist"
supervisors: job-supervisors-cmo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requirements:
- !type:RoleTimeRequirement
role: JobChemist
time: 10800 #3 hrs
time: 14400 #DeltaV 4 hrs
# - !type:RoleTimeRequirement # DeltaV - No Medical Doctor time requirement
# role: JobMedicalDoctor
# time: 21600 #6 hrs
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# time: 14400 #4 hrs
- !type:DepartmentTimeRequirement # DeltaV - Medical dept time requirement
department: Medical
time: 14400 # DeltaV - 4 hours
time: 28800 # DeltaV - 8 hours
# - !type:OverallPlaytimeRequirement # DeltaV - No playtime requirement
# time: 54000 # 15 hrs
startingGear: ParamedicGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 43200 # DeltaV - 12 hours
time: 54000 # DeltaV - 15 hours
- !type:OverallPlaytimeRequirement
time: 72000 # DeltaV - 20 hours
weight: 10
Expand Down
16 changes: 5 additions & 11 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@
requirements:
- !type:RoleTimeRequirement
role: JobWarden
time: 36000 # DeltaV - 10 hours
# - !type:RoleTimeRequirement # DeltaV - No Security Officer time requirement
# role: JobSecurityOfficer
# time: 36000 #10 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # DeltaV - 10 hours
time: 14400 #DeltaV 4 hrs
- !type:RoleTimeRequirement # DeltaV - No Security Officer time requirement
role: JobDetective
time: 14400 #DeltaV 4 hrs
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # 10 hours
- !type:RoleTimeRequirement # DeltaV - Lawyer role time requirement
role: JobLawyer
time: 14400 # 4 hours
- !type:OverallPlaytimeRequirement
time: 54000 # DeltaV - 15 hours
time: 90000 # DeltaV - 25 hours
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSecurityCadet
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 # DeltaV - 5 hours
time: 14400 # DeltaV - 4 hours
# - !type:DepartmentTimeRequirement # DeltaV - Removes time limit
# department: Security
# time: 54000 #15 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 18000 # DeltaV - 5 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 18000 # 5 hours
time: 14400 # DeltaV - 4 hours
startingGear: SecurityOfficerGear
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-boxer
description: job-description-boxer
playTimeTracker: JobBoxer
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #DeltaV 2 hours
startingGear: BoxerGear
icon: "JobIconBoxer"
supervisors: job-supervisors-hop
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
name: job-name-psychologist
description: job-description-psychologist
playTimeTracker: JobPsychologist
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #DeltaV 10 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 14400 #DeltaV 4 hrs
startingGear: PsychologistGear
icon: "JobIconPsychologist"
supervisors: job-supervisors-cmo
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-reporter
description: job-description-reporter
playTimeTracker: JobReporter
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #DeltaV 2 hours
startingGear: ReporterGear
icon: "JobIconReporter"
supervisors: job-supervisors-hop
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-zookeeper
description: job-description-zookeeper
playTimeTracker: JobZookeeper
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #DeltaV 2 hours
startingGear: ZookeeperGear
icon: "JobIconZookeeper"
supervisors: job-supervisors-hop
Expand Down

0 comments on commit be3d07e

Please sign in to comment.