Skip to content

Commit

Permalink
Fix Job Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 18, 2024
1 parent b65b878 commit 5f0248e
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
startingGear: JanitorGear
icon: "JobIconJanitor"
supervisors: job-supervisors-hop
requirements:
- !type:CharacterSpeciesRequirement
species:
- Reptilian
access:
- Service
- Janitor
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
inverted: true
species:
- Shadowkin
- IPC
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
inverted: true
species:
- Shadowkin
- IPC
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 @@ -20,6 +20,7 @@
inverted: true
species:
- Shadowkin
- IPC
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
inverted: true
species:
- Shadowkin
- IPC
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
inverted: true
species:
- Shadowkin
- IPC
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
inverted: true
species:
- Shadowkin
- IPC
- !type:CharacterOverallTimeRequirement
min: 60
startingGear: DetectiveGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
inverted: true
species:
- Shadowkin
- IPC
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
inverted: true
species:
- Shadowkin
- IPC
- !type:CharacterOverallTimeRequirement
min: 60
startingGear: SecurityCadetGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
inverted: true
species:
- Shadowkin
- IPC
- !type:CharacterOverallTimeRequirement
min: 60
startingGear: SecurityOfficerGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
inverted: true
species:
- Shadowkin
- IPC
- !type:CharacterPlaytimeRequirement
tracker: JobWarden
min: 21600 #6 hrs
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
inverted: true
species:
- Shadowkin
- IPC
- !type:CharacterOverallTimeRequirement
min: 60
startingGear: WardenGear
Expand Down

0 comments on commit 5f0248e

Please sign in to comment.