Skip to content

Commit

Permalink
Merge pull request #1640 from mqole/adminassist
Browse files Browse the repository at this point in the history
 deploy admin & supply assistant roles
  • Loading branch information
kipdotnet authored Feb 11, 2025
2 parents 82f7950 + c7bfe17 commit 6b2db53
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
description: job-description-cargotech
playTimeTracker: JobCargoTechnician
# Begin DeltaV modifications - Add time requirement to cargo tech
# Uncomment once ready to deploy Supply Assistant
#requirements:
#- !type:DepartmentTimeRequirement
# department: Cargo
# time: 21600 # 6 hrs ~3 shifts.
requirements:
- !type:DepartmentTimeRequirement
department: Cargo
time: 21600 # 6 hrs ~3 shifts.
# End DeltaV modifications
startingGear: CargoTechGear
icon: "JobIconCargoTechnician"
Expand Down
5 changes: 4 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
time: 21600 #6 hrs
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs (too popular)
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Cargo
time: 72000 #20 hours, imp
- !type:DepartmentTimeRequirement
department: Command
time: 21600 #6 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- !type:DepartmentTimeRequirement
department: Engineering
time: 72000 #20 hrs, imp
- !type:DepartmentTimeRequirement
department: Command
time: 21600 #6 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
- !type:DepartmentTimeRequirement
department: Medical
time: 72000 #20 hrs, imp
- !type:DepartmentTimeRequirement
department: Command
time: 21600 #6 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- !type:DepartmentTimeRequirement
department: Science
time: 72000 #20 hrs, imp
- !type:DepartmentTimeRequirement
department: Command
time: 21600 #6 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- !type:DepartmentTimeRequirement
department: Security
time: 324000 # 90 hrs
- !type:DepartmentTimeRequirement
department: Command
time: 21600 #6 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
weight: 10
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Courier # Imp
- Quartermaster
- SalvageSpecialist
#- SupplyAssistant # DeltaV - Uncomment once ready to deploy.
- SupplyAssistant # DeltaV

- type: department
id: Civilian
Expand Down Expand Up @@ -75,7 +75,7 @@
- ERTSecurity
- ERTEngineer
- DeathSquad
#- AdministrativeAssistant # Delta V - Uncomment once ready to deploy. Administrative Assistant, see Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml
- AdministrativeAssistant # Delta V
primary: false
weight: 100

Expand Down

0 comments on commit 6b2db53

Please sign in to comment.