Skip to content

Commit

Permalink
Job Requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 23, 2024
1 parent 5d666d4 commit 76cd740
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
time: 21600 #6 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 216000 # 60 hrs
time: 72000 # 20 hrs
startingGear: SeniorOfficerGear
icon: "JobIconSeniorOfficer"
supervisors: job-supervisors-hos
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Maps/Outpost/frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
Brigmedic: [ 0, 0 ]
SecurityOfficer: [ 0, 0 ]
SecurityCadet: [ 0, 0 ]
StationTrafficController: [ 0, 0 ]
StationTrafficController: [ 1, 1 ]
Valet: [ 1, 1 ]
Janitor: [ 1, 1 ]
MailCarrier: [ 0, 0 ]
MailCarrier: [ 1, 1 ]
# Others:
Borg: [ 0, 0 ]
Musician: [ 0, 0 ]
Expand Down
26 changes: 26 additions & 0 deletions Resources/Prototypes/_NF/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,29 @@
layers:
- state: green
- state: pilot

- type: entity
id: SpawnPointStc
parent: SpawnPointJobBase
name: stc
components:
- type: SpawnPoint
job_id: Stc
- type: Sprite
sprite: _NF/Markers/jobs.rsi
layers:
- state: green
- state: stc

- type: entity
id: SpawnPointSecurityGuard
parent: SpawnPointJobBase
name: stastion
components:
- type: SpawnPoint
job_id: SecurityGuard
- type: Sprite
sprite: _NF/Markers/jobs.rsi
layers:
- state: green
- state: securityguard
5 changes: 4 additions & 1 deletion Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
startingGear: StcGear
requirements:
- !type:OverallPlaytimeRequirement
time: 10800
time: 72000 # 20 hours
- !type:DepartmentTimeRequirement
department: Security
time: 10800 # 3 hrs as sec also.
canBeAntag: false
icon: "JobIconStc"
supervisors: job-supervisors-hop
Expand Down

0 comments on commit 76cd740

Please sign in to comment.