Skip to content

Commit

Permalink
Adds an overflow borg job slot to Frontier Outpost (#2855)
Browse files Browse the repository at this point in the history
* Add round-start cyborgs to Frontier Outpost

* Increase borg time requirements to 12h

* borg SetPrefs true (note: science dept unlisted)

* Fix borg setPreference, add roundstart job spawns

---------

Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com>
  • Loading branch information
whatston3 and dvir001 authored Feb 8, 2025
1 parent 804f898 commit 95132c1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
17 changes: 17 additions & 0 deletions Resources/Maps/_NF/Outpost/frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31897,6 +31897,23 @@ entities:
- type: Transform
pos: 27.5,18.5
parent: 2173
- proto: SpawnPointBorg
entities:
- uid: 5230
components:
- type: Transform
pos: 6.5,28.5
parent: 2173
- uid: 5244
components:
- type: Transform
pos: 51.5,15.5
parent: 2173
- uid: 5248
components:
- type: Transform
pos: 30.5,5.5
parent: 2173
- proto: SpawnPointContractor
entities:
- uid: 411
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Science/borg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
name: job-name-borg
description: job-description-borg
playTimeTracker: JobBorg
setPreference: false # Frontier
setPreference: true
requirements:
- !type:OverallPlaytimeRequirement
time: 10800 # 3 hrs # Frontier: 40<3 hrs
time: 43200 # 12 hrs # Frontier: 40<12 hrs
canBeAntag: false
icon: JobIconBorg
supervisors: job-supervisors-hire # Frontier
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/_NF/Maps/Outpost/frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Contractor: [ -1, -1 ]
Pilot: [ -1, -1 ]
Mercenary: [ -1, -1 ]
Borg: [ -1, -1 ]
StationRepresentative: [ 1, 1 ]
StationTrafficController: [ 1, 1 ]
SecurityGuard: [ 1, 1 ]
Expand All @@ -34,5 +35,3 @@
tags:
- HeadOfPersonnel
- HeadOfSecurity
# Others:
# Borg: [ 0, 0 ]

0 comments on commit 95132c1

Please sign in to comment.