Skip to content

Commit

Permalink
command + hol
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Sep 25, 2023
1 parent 600a320 commit af1de4b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- !type:RoleTimeRequirement
role: JobSalvageSpecialist
time: 10800 #3 hrs
- !type:RoleTimeRequirement # DeltaV - Courrier role time requirement
role: JobMailCarrier
time: 7200 # 2 hours
- !type:DepartmentTimeRequirement
department: Cargo
time: 36000 #10 hours
Expand Down
13 changes: 9 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 54000 # 15 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 54000 # 15 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Security
time: 54000 # 15 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement # DeltaV - Epistemics dept time requirement
department: Epistemics
time: 18000 # 5 hours
- !type:DepartmentTimeRequirement
department: Command
time: 54000 # 15 hours
time: 108000 # DeltaV - 30 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 108000 # 30 hours
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
20 changes: 14 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000 # 10 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 # 10 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement
department: Security
time: 36000 # 10 hrs
- !type:DepartmentTimeRequirement
department: Command
time: 36000 # 10 hours
time: 18000 # DeltaV - 5 hours
- !type:DepartmentTimeRequirement # DeltaV - Epistemics dept time requirement
department: Epistemics
time: 18000 # 5 hours
# - !type:DepartmentTimeRequirement
# department: Command
# time: 36000 # 10 hours
- !type:DepartmentTimeRequirement # DeltaV - Civilian dept time requirement
department: Civilian
time: 10800 # 3 hours
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 72000 # 20 hours
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
time: 36000 # DeltaV - 10 hours
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 #10hrs
time: 36000 # 10 hours
- !type:RoleTimeRequirement # DeltaV - Lawyer role time requirement
role: JobLawyer
time: 14400 #4hrs
time: 14400 # 4 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
time: 54000 # DeltaV - 15 hours
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down

0 comments on commit af1de4b

Please sign in to comment.