Skip to content

Commit

Permalink
Merge pull request #447 from Fansana/increase-command-time-requirements
Browse files Browse the repository at this point in the history
Up Command Time
  • Loading branch information
Fansana authored Jan 3, 2025
2 parents e2a0afe + cf717a7 commit 291ec74
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# time: 21600 #6 hrs
- !type:CharacterDepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
min: 14400 #Floofstation 4 hour
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Engineering
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement # DeltaV - Epistemics dept time requirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
- !type:CharacterDepartmentTimeRequirement
department: Command
min: 14400 # Floofstation - 4 hour
min: 28800 # Floofstation - 8 hour
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement # DeltaV - Civilian dept time requirement
department: Civilian
min: 14400 # Floofstation 4 hours
min: 57600 # Floofstation - 16 hour
weight: 10 # DeltaV - Changed HoP weight from 20 to 10 due to them not being more important than other Heads
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Engineering
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
# - !type:OverallPlaytimeRequirement
# time: 72000 # DeltaV - 20 hours
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
min: 14400 # Floofstation - 4 hour
min: 57600 # Floofstation - 16 hour
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
- !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
min: 14400 # Floofstation - 4 hour
- !type:CharacterWhitelistRequirement
- !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Security
min: 57600 # Floofstation - 16 hour
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down

0 comments on commit 291ec74

Please sign in to comment.