Derotate and remove several maps, remove unused maps (#38190)
This commit is contained in:
@@ -48,8 +48,6 @@ namespace Content.IntegrationTests.Tests
|
||||
{
|
||||
"/Maps/centcomm.yml",
|
||||
"/Maps/bagel.yml", // Contains mime's rubber stamp --> Either fix this, remove the category, or remove this comment if intentional.
|
||||
"/Maps/gate.yml", // Contains positronic brain and LSE-1200c "Perforator"
|
||||
"/Maps/meta.yml", // Contains warden's rubber stamp
|
||||
"/Maps/reach.yml", // Contains handheld crew monitor
|
||||
"/Maps/Shuttles/ShuttleEvent/cruiser.yml", // Contains LSE-1200c "Perforator"
|
||||
"/Maps/Shuttles/ShuttleEvent/honki.yml", // Contains golden honker, clown's rubber stamp
|
||||
@@ -62,27 +60,20 @@ namespace Content.IntegrationTests.Tests
|
||||
"Dev",
|
||||
"TestTeg",
|
||||
"Fland",
|
||||
"Meta",
|
||||
"Packed",
|
||||
"Omega",
|
||||
"Bagel",
|
||||
"CentComm",
|
||||
"Box",
|
||||
"Core",
|
||||
"Marathon",
|
||||
"MeteorArena",
|
||||
"Saltern",
|
||||
"Reach",
|
||||
"Train",
|
||||
"Oasis",
|
||||
"Gate",
|
||||
"Amber",
|
||||
"Loop",
|
||||
"Plasma",
|
||||
"Elkridge",
|
||||
"Convex",
|
||||
"Relic",
|
||||
"dm01-entryway"
|
||||
"dm01-entryway",
|
||||
|
||||
};
|
||||
|
||||
|
||||
242161
Resources/Maps/convex.yml
242161
Resources/Maps/convex.yml
File diff suppressed because it is too large
Load Diff
148918
Resources/Maps/core.yml
148918
Resources/Maps/core.yml
File diff suppressed because it is too large
Load Diff
209846
Resources/Maps/gate.yml
209846
Resources/Maps/gate.yml
File diff suppressed because it is too large
Load Diff
112555
Resources/Maps/loop.yml
112555
Resources/Maps/loop.yml
File diff suppressed because it is too large
Load Diff
185760
Resources/Maps/meta.yml
185760
Resources/Maps/meta.yml
File diff suppressed because it is too large
Load Diff
90509
Resources/Maps/omega.yml
90509
Resources/Maps/omega.yml
File diff suppressed because it is too large
Load Diff
110112
Resources/Maps/train.yml
110112
Resources/Maps/train.yml
File diff suppressed because it is too large
Load Diff
@@ -4,17 +4,10 @@
|
||||
- Amber
|
||||
- Bagel
|
||||
- Box
|
||||
- Convex
|
||||
#- Core
|
||||
- Elkridge
|
||||
- Fland
|
||||
#- Gate
|
||||
- Loop
|
||||
- Marathon
|
||||
- Meta
|
||||
- Oasis
|
||||
- Omega
|
||||
- Packed
|
||||
- Plasma
|
||||
- Reach
|
||||
#- Train
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Convex
|
||||
mapName: 'Convex'
|
||||
mapPath: /Maps/convex.yml
|
||||
minPlayers: 75
|
||||
stations:
|
||||
Convex:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Convex Recreational Complex {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: '14-SM'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_delta.yml
|
||||
- type: StationJobs # 74 jobs total w/o latejoins & interns, 93 jobs total w/ latejoins & interns
|
||||
availableJobs:
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (18 - 19)
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 3, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 3, 3 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 3, 3 ]
|
||||
Reporter: [ 1, 2 ]
|
||||
Boxer: [2, 2]
|
||||
#engineering (8)
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 5, 5 ]
|
||||
TechnicalAssistant: [ 4, 4 ] #intern, not counted
|
||||
#medical (10)
|
||||
Chemist: [ 3, 3 ]
|
||||
MedicalDoctor: [ 6, 6 ]
|
||||
Paramedic: [ 1, 1 ]
|
||||
MedicalIntern: [ 4, 4 ] #intern, not counted
|
||||
#science (5)
|
||||
Scientist: [ 5, 5 ]
|
||||
ResearchAssistant: [ 6, 6 ] #intern, not counted
|
||||
#security (12)
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 8, 8 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 4, 4 ] #intern, not counted
|
||||
Lawyer: [ 2, 2 ]
|
||||
#supply (7)
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 4, 4 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon (4)
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 3, 3 ]
|
||||
@@ -1,68 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Core
|
||||
mapName: 'Core'
|
||||
mapPath: /Maps/core.yml
|
||||
minPlayers: 35
|
||||
maxPlayers: 70
|
||||
stations:
|
||||
Core:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Core {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: '14'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_rod.yml
|
||||
- type: StationCargoShuttle
|
||||
path: /Maps/Shuttles/cargo_core.yml
|
||||
- type: StationJobs
|
||||
availableJobs: # 56 jobs total w/o latejoins & interns, 64 jobs total w/ latejoins & interns
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (16)
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 2 ]
|
||||
Chef: [ 1, 1 ]
|
||||
Janitor: [ 2, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 3, 3 ]
|
||||
Boxer: [ 2, 2 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
#engineering (6)
|
||||
StationEngineer: [ 4, 4 ]
|
||||
AtmosphericTechnician: [ 2, 2 ]
|
||||
TechnicalAssistant: [ 2, 2 ] #intern, not counted
|
||||
#medical (6 - 8)
|
||||
MedicalDoctor: [ 3, 4 ]
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalIntern: [ 2, 2 ] #intern, not counted
|
||||
Paramedic: [ 1, 2 ]
|
||||
#science (3)
|
||||
Scientist: [ 3, 3 ]
|
||||
ResearchAssistant: [ 1, 1 ] #intern, not counted
|
||||
#security (7)
|
||||
SecurityOfficer: [ 4, 4 ]
|
||||
Warden: [ 1, 1 ]
|
||||
Lawyer: [ 1, 1 ]
|
||||
SecurityCadet: [ 1, 1 ] #intern, not counted
|
||||
Detective: [ 1, 1 ]
|
||||
#supply (5)
|
||||
CargoTechnician: [ 3, 3 ]
|
||||
SalvageSpecialist: [ 2, 2 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
# silicon (3)
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
@@ -1,65 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Gate
|
||||
mapName: 'Gate Station'
|
||||
mapPath: /Maps/gate.yml
|
||||
minPlayers: 55
|
||||
stations:
|
||||
Gate:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Gate Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'ED'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_raven.yml
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
#service
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 3, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 2, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
Zookeeper: [ 1, 1 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
#engineering
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 4, 4 ]
|
||||
TechnicalAssistant: [ 4, 4 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 3, 3 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
MedicalIntern: [ 4, 4 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
#science
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 4, 4 ]
|
||||
ResearchAssistant: [ 4, 4 ]
|
||||
#security
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 6, 6 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 4, 4 ]
|
||||
Lawyer: [ 2, 2 ]
|
||||
#supply
|
||||
Quartermaster: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 6, 6 ]
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
@@ -1,66 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Loop
|
||||
mapName: 'Loop Station'
|
||||
mapPath: /Maps/loop.yml
|
||||
minPlayers: 35
|
||||
maxPlayers: 70
|
||||
stations:
|
||||
Loop:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Loop Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: '14'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_wode.yml
|
||||
- type: StationJobs
|
||||
availableJobs: # 66 jobs total w/o latejoins & interns, 85 jobs total w/ latejoins & interns
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (14)
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 2 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 2, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 3, 3 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
#engineering (8)
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 5, 5 ]
|
||||
TechnicalAssistant: [ 5, 5 ] #intern, not counted
|
||||
#medical (10 - 11)
|
||||
Chemist: [ 3, 3 ]
|
||||
MedicalDoctor: [ 4, 5 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
MedicalIntern: [ 4, 4 ] #intern, not counted
|
||||
#science (5)
|
||||
Scientist: [ 5, 5 ]
|
||||
ResearchAssistant: [ 4, 4 ] #intern, not counted
|
||||
#security (9)
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 5, 5 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 4, 4 ] #intern, not counted
|
||||
Lawyer: [ 2, 2 ]
|
||||
#supply (7)
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 4, 4 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon (3 - 4)
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 3 ]
|
||||
@@ -1,65 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Meta
|
||||
mapName: 'Meta Station'
|
||||
mapPath: /Maps/meta.yml
|
||||
minPlayers: 50
|
||||
maxPlayers: 80
|
||||
stations:
|
||||
Meta:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Meta Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'TG'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_meta.yml
|
||||
- type: StationJobs
|
||||
availableJobs: # 68 jobs total w/o latejoins & interns, 95 jobs total w/ latejoins & interns
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (14 - 16)
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 2, 3 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
#engineering (8 - 10)
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 5, 7 ]
|
||||
TechnicalAssistant: [ 4, 4 ] #intern, not counted
|
||||
#medical (7 - 10)
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 4, 6 ]
|
||||
MedicalIntern: [ 4, 4 ] #intern, not counted
|
||||
Paramedic: [ 1, 2 ]
|
||||
#science (6 - 8)
|
||||
Scientist: [ 6, 8 ]
|
||||
ResearchAssistant: [ 4, 4 ] #intern, not counted
|
||||
#security (11)
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 7, 7 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 4, 4 ] #intern, not counted
|
||||
Lawyer: [ 2, 2 ]
|
||||
#supply (7 - 9)
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 4, 6 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon (5)
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 4, 4 ]
|
||||
@@ -1,64 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Omega
|
||||
mapName: 'Omega'
|
||||
mapPath: /Maps/omega.yml
|
||||
minPlayers: 7
|
||||
maxPlayers: 35
|
||||
stations:
|
||||
Omega:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Omega Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'TG'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_omega.yml
|
||||
- type: StationJobs
|
||||
availableJobs: # 48 jobs total w/o latejoins & interns, 57 jobs total w/ latejoins & interns
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (9 - 10)
|
||||
Bartender: [ 1, 1 ]
|
||||
Botanist: [ 2, 2 ]
|
||||
Chef: [ 1, 1 ]
|
||||
Janitor: [ 1, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
#engineering (5)
|
||||
AtmosphericTechnician: [ 2, 2 ]
|
||||
StationEngineer: [ 3, 3 ]
|
||||
TechnicalAssistant: [ 2, 2 ] #intern, not counted
|
||||
#medical (6)
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 3, 3 ]
|
||||
Paramedic: [ 1, 1 ]
|
||||
MedicalIntern: [ 2, 2 ] #intern, not counted
|
||||
#science (4)
|
||||
Scientist: [ 4, 4 ]
|
||||
ResearchAssistant: [ 2, 2 ] #intern, not counted
|
||||
#security (7)
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 4, 4 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 2, 2 ] #intern, not counted
|
||||
Lawyer: [ 1, 1 ]
|
||||
#supply (4)
|
||||
SalvageSpecialist: [ 2, 2 ]
|
||||
CargoTechnician: [ 2, 2 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon (3)
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
@@ -1,66 +0,0 @@
|
||||
- type: gameMap
|
||||
id: Train
|
||||
mapName: 'Train'
|
||||
mapPath: /Maps/train.yml
|
||||
maxRandomOffset: 0
|
||||
randomRotation: false
|
||||
minPlayers: 35
|
||||
maxPlayers: 70
|
||||
stations:
|
||||
Train:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: 'Train "Sentipode" {0}-{1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'ED'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_omega.yml # TODO - add railway station
|
||||
- type: StationJobs
|
||||
availableJobs: # 53 jobs total w/o latejoins & interns, 65 jobs total w/ latejoins & interns
|
||||
#command (7)
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
#service (11 - 12)
|
||||
Bartender: [ 1, 1 ]
|
||||
Botanist: [ 2, 2 ]
|
||||
Chef: [ 1, 1 ]
|
||||
Janitor: [ 2, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 3 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
#engineering (6)
|
||||
AtmosphericTechnician: [ 2, 2 ]
|
||||
StationEngineer: [ 4, 4 ]
|
||||
TechnicalAssistant: [ 3, 3 ] #intern, not counted
|
||||
#medical (5)
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 2, 2 ]
|
||||
MedicalIntern: [ 2, 2 ] #intern, not counted
|
||||
Paramedic: [ 1, 1 ]
|
||||
#science (4)
|
||||
Scientist: [ 4, 4 ]
|
||||
ResearchAssistant: [ 2, 2 ] #intern, not counted
|
||||
#security (9 - 10)
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 6, 6 ]
|
||||
SecurityCadet: [ 3, 3 ] #intern, not counted
|
||||
Lawyer: [ 1, 2 ]
|
||||
Detective: [ 1, 1 ]
|
||||
#supply (6)
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 3, 3 ]
|
||||
#civilian (3+)
|
||||
Passenger: [ -1, -1 ] #infinite, not counted
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon (2)
|
||||
Borg: [ 2, 2 ]
|
||||
Reference in New Issue
Block a user