Skip to content

Commit

Permalink
JobSpawns
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Mar 26, 2024
1 parent 41fb2d6 commit 3175783
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: job-name-mail-carrier
description: job-name-mail-carrier
startingGear: MailCarrierGear
alwaysUseSpawner: true
playTimeTracker: JobMailCarrier
requirements:
- !type:OverallPlaytimeRequirement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- !type:OverallPlaytimeRequirement
time: 10800
startingGear: ValetGear
alwaysUseSpawner: true
icon: "JobIconServiceWorker"
supervisors: job-supervisors-everyone
access:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements:
- !type:WhitelistRequirement
startingGear: PrisonerGear
alwaysUseSpawner: true
# alwaysUseSpawner: true
canBeAntag: false
whitelistRequired: true
icon: "JobIconPrisoner"
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- !type:OverallPlaytimeRequirement
time: 10800
startingGear: JanitorGear
alwaysUseSpawner: true
icon: "JobIconJanitor"
supervisors: job-supervisors-hop
access:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- !type:WhitelistRequirement
weight: 20
startingGear: HoPGear
alwaysUseSpawner: true
icon: "JobIconHeadOfPersonnel"
requireAdminNotify: true
supervisors: job-supervisors-centcom # Frontier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# time: 108000 # 30 hrs
weight: 10
startingGear: HoSGear
alwaysUseSpawner: true
icon: "JobIconHeadOfSecurity"
requireAdminNotify: true
supervisors: job-supervisors-hop # Frontier
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description: job-description-stc
playTimeTracker: JobStc
startingGear: StcGear
alwaysUseSpawner: true
requirements:
- !type:OverallPlaytimeRequirement
time: 72000 # 20 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- !type:OverallPlaytimeRequirement
time: 36000 # Frontier - 10 hrs
startingGear: SecurityGuardGear
alwaysUseSpawner: true
icon: "JobIconSecurityGuard"
supervisors: job-supervisors-hop # not hos
canBeAntag: false
Expand Down

0 comments on commit 3175783

Please sign in to comment.