Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Время на младшие должности #333

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-cargotech
description: job-description-cargotech
playTimeTracker: JobCargoTechnician
requirements:
- !type:OverallPlaytimeRequirement
time: 14400 # ADT-PlaytimeRequirement = 4 hrs
startingGear: CargoTechGear
icon: "JobIconCargoTechnician"
supervisors: job-supervisors-qm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
playTimeTracker: JobTechnicalAssistant
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hr
- !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
# - !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
12 changes: 7 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
name: job-name-intern
description: job-description-intern
playTimeTracker: JobMedicalIntern
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 #10 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at med!
# 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
12 changes: 7 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
name: job-name-research-assistant
description: job-description-research-assistant
playTimeTracker: JobResearchAssistant
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 36000 #10 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at science!
# 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
10 changes: 6 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs # Corvax-RoleTime
- !type:DepartmentTimeRequirement
department: Security
time: 72000 #20 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at security!
# 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
Loading