Skip to content

Commit

Permalink
Playtime updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Nov 5, 2024
1 parent 17fca65 commit 799ccb0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
requirements:
- !type:CharacterPlaytimeRequirement
tracker: JobClerk
min: 36000 # 10 hours
min: 7200 # 2 hours
- !type:CharacterPlaytimeRequirement
tracker: JobLawyer
min: 36000 # 10 hours
min: 7200 # 2 hours
- !type:CharacterPlaytimeRequirement
tracker: JobProsecutor
min: 36000 # 10 hours
min: 7200 # 2 hours
- !type:CharacterOverallTimeRequirement
min: 90000 # 25 hours
- !type:CharacterWhitelistRequirement # whitelist requirement because I don't want any dingus judges
weight: 20
startingGear: CJGear
icon: "JobIconChiefJustice"
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Justice/prosecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
description: job-description-prosecutor
playTimeTracker: JobProsecutor
requirements:
- !type:CharacterOverallTimeRequirement
min: 36000 # 10 hrs
- !type:DepartmentTimeRequirement
medical: Security
min: 7200 # 2 hours
startingGear: ProsecutorGear
icon: "JobIconProsecutor"
supervisors: job-supervisors-cj
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: 28800 # The Den - 8 hour
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
Expand Down
5 changes: 2 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:CharacterDepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
- !type:CharacterPlaytimeRequirement # DeltaV - Command dept time requirement
tracker: JobWarden
min: 14400 # Floofstation - 4 hour
- !type:CharacterWhitelistRequirement
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 3600 # Floofstation - 1 hour
min: 360000 # Floofstation - 1 hour
startingGear: SeniorOfficerGear
icon: "JobIconSeniorOfficer"
supervisors: job-supervisors-hos
Expand Down

0 comments on commit 799ccb0

Please sign in to comment.