Skip to content

Commit

Permalink
Добавил ADT-Tweak к удаленным requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jungarikjan committed Aug 22, 2024
1 parent ad67cb9 commit 21cf13e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 14400 # ADT-PlaytimeRequirement = 4 hrs
# ADT-Tweak
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at engineering!
# time: 14400 # ADT-PlaytimeRequirement = 4 hrs
# ADT-Tweak
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
supervisors: job-supervisors-engineering
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
name: job-name-intern
description: job-description-intern
playTimeTracker: JobMedicalIntern
# ADT-Tweak
# requirements:
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at med!
# ADT-Tweak
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
name: job-name-research-assistant
description: job-description-research-assistant
playTimeTracker: JobResearchAssistant
# ADT-Tweak
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at science!
# ADT-Tweak
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs # Corvax-RoleTime
# ADT-Tweak
# - !type:DepartmentTimeRequirement
# department: Security
# time: 72000 #20 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at security!
# ADT-Tweak
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
supervisors: job-supervisors-security
Expand Down

0 comments on commit 21cf13e

Please sign in to comment.