Allow players to spend 3x more time as an intern role (Technical Assistant, Medical Intern, Security Cadet) (#11327)

This commit is contained in:
Jukereise
2022-09-16 09:45:20 -05:00
committed by GitHub
parent 7fef4a5742
commit 810e051e99
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Engineering department: Engineering
time: 1800 time: 7200
inverted: true # stop playing intern if you're good at engineering! inverted: true # stop playing intern if you're good at engineering!
startingGear: TechnicalAssistantGear startingGear: TechnicalAssistantGear
icon: "TechnicalAssistant" icon: "TechnicalAssistant"

View File

@@ -5,7 +5,7 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Medical department: Medical
time: 1800 time: 7200
inverted: true # stop playing intern if you're good at med! inverted: true # stop playing intern if you're good at med!
startingGear: MedicalInternGear startingGear: MedicalInternGear
icon: "MedicalIntern" icon: "MedicalIntern"

View File

@@ -5,7 +5,7 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 1800 time: 7200
inverted: true # stop playing intern if you're good at security! inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear startingGear: SecurityCadetGear
icon: "SecurityCadet" icon: "SecurityCadet"