Skip to content

Commit

Permalink
removed captain from AvailableJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Truoizys committed Jul 13, 2024
1 parent 14d951b commit b1654e3
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions Resources/Prototypes/Maps/stanford.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
- type: gameMap
id: Stanford
mapName: 'Stanford'
mapPath: /Maps/stanford.yml
minPlayers: 0
maxPlayers: 80
stations:
Stanford:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Stanford {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
availableJobs:
#command
SPWarden: [ 1, 1 ]
WelfareOfficer: [ 1, 1 ]
#maintenance
HeadOfMaintenance: [ 1, 1 ]
AtmosphericSpecialist: [ 1, 1 ]
MaintenanceEngineer: [ 2, 2 ]
MaintenanceWorker: [ 3, 3 ]
SPBorg: [ 1, 1 ]
#medical
MedicalDirector: [ 1, 1 ]
SPChemist: [ 1, 1 ]
InfirmaryDoctor: [ 5, 5 ]
#security
ChiefCustodialOfficer: [ 1, 1 ]
Inspector: [ 1, 1 ]
PrisonOfficer: [ 12, 12 ]
RookieOfficer: [ 8, 8 ]
#supply
SPQuartermaster: [ 1, 1 ]
SPCargoTechnician: [ 2, 2 ]
#civillian
SPClown: [ 1, 1 ]
SPPsychologist: [ 1, 1 ]
SPReporter: [ 1, 1 ]
SPChaplain: [ 1, 1 ]
#inmate
Prisoner: [ -1, -1 ]
Gardener: [ 2, 2 ]
PrisonChef: [ 2, 2 ]

0 comments on commit b1654e3

Please sign in to comment.