Adjusts playtime requirements (#1500)

* Adjusts playtime requirements

* Removes time requirements for some roles

Namely courier, cargo tech, botanist, janitor, and service worker
This commit is contained in:
Colin-Tel 2024-07-21 11:39:02 -05:00 committed by GitHub
parent f0f9b029fe
commit ed7c449faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 11 deletions

View File

@ -4,9 +4,6 @@
description: job-description-courier
startingGear: CourierGear
playTimeTracker: JobCourier
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 # 1 hr
icon: "JobIconCourier"
supervisors: job-supervisors-qm
access:

View File

@ -4,9 +4,6 @@
description: job-description-cargotech
playTimeTracker: JobCargoTechnician
startingGear: CargoTechGear
requirements:
- !type:OverallPlaytimeRequirement # DeltaV
time: 3600 # 1 hr
icon: "JobIconCargoTechnician"
supervisors: job-supervisors-qm
access:

View File

@ -3,9 +3,6 @@
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

View File

@ -5,8 +5,8 @@
playTimeTracker: JobTechnicalAssistant
antagAdvantage: 3 # DeltaV - Reduced TC: External Access + Engineering
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - to prevent griefers from taking the role.
time: 14400 # 4 hours
- !type:OverallPlaytimeRequirement # DeltaV
time: 7200 # 2 hours
# - !type:DepartmentTimeRequirement # DeltaV - Removes time limit
# department: Engineering
# time: 54000 #15 hrs

View File

@ -8,6 +8,8 @@
# department: Medical
# time: 54000 # 15 hrs
# inverted: true # stop playing intern if you're good at med!
- !type:OverallPlaytimeRequirement # DeltaV
time: 3600 # 1 hr
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine

View File

@ -9,6 +9,8 @@
# department: Science
# time: 54000 #15 hrs
# inverted: true # stop playing intern if you're good at science!
- !type:OverallPlaytimeRequirement # DeltaV
time: 3600 # 1 hr
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science