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 1 commit
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,7 @@
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
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
supervisors: job-supervisors-engineering
Expand Down
5 changes: 0 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,6 @@
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!
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
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!
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science
Expand Down
4 changes: 0 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,6 @@
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!
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
supervisors: job-supervisors-security
Expand Down
Loading