Subpatch 1984 (#1307)
* derotate sub * Update PostMapInitTest.cs * Delete submarine.yml
This commit is contained in:
parent
3850998b57
commit
71733f3705
|
|
@ -58,7 +58,6 @@ namespace Content.IntegrationTests.Tests
|
|||
"TheHive", //DeltaV
|
||||
"Hammurabi", //DeltaV
|
||||
"Lighthouse", //DeltaV
|
||||
"Submarine", //DeltaV
|
||||
"Micro" //DeltaV
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@
|
|||
- Shoukou
|
||||
- Tortuga
|
||||
- TheHive
|
||||
- Submarine
|
||||
|
|
|
|||
|
|
@ -1,73 +0,0 @@
|
|||
- type: gameMap
|
||||
id: Submarine
|
||||
mapName: 'Submarine'
|
||||
mapPath: /Maps/submarine.yml
|
||||
minPlayers: 60
|
||||
stations:
|
||||
Submarine:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Submarine {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'DV'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Propeller.yml
|
||||
- type: StationJobs
|
||||
overflowJobs:
|
||||
- Passenger
|
||||
availableJobs:
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
#command
|
||||
Captain: [ 1, 1 ]
|
||||
#engineering
|
||||
AtmosphericTechnician: [ 2, 4 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
StationEngineer: [ 4, 6 ]
|
||||
TechnicalAssistant: [ 1, 2 ]
|
||||
#medical
|
||||
Chemist: [ 2, 2 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
MedicalDoctor: [ 4, 5 ]
|
||||
MedicalIntern: [ 1, 2 ]
|
||||
Paramedic: [ 2, 3 ]
|
||||
Psychologist: [ 1, 2 ]
|
||||
#security
|
||||
Brigmedic: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Prisoner: [ 2, 4 ]
|
||||
PrisonGuard: [ 1, 2 ]
|
||||
SecurityOfficer: [ 4, 6 ]
|
||||
SecurityCadet: [ 1, 2 ]
|
||||
Warden: [ 1, 1 ]
|
||||
#service
|
||||
Bartender: [ 2, 3 ]
|
||||
Botanist: [ 2, 4 ]
|
||||
Boxer: [ 2, 2 ]
|
||||
Chef: [ 3, 4 ]
|
||||
Clown: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
Janitor: [ 2, 3 ]
|
||||
Lawyer: [ 2, 3 ]
|
||||
MartialArtist: [ 1, 2 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 2, 2 ]
|
||||
Reporter: [ 1, 2 ]
|
||||
ServiceWorker: [ 1, 2 ]
|
||||
Zookeeper: [ 2, 2 ]
|
||||
#science
|
||||
MedicalBorg: [ 2, 3 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
ForensicMantis: [ 1, 1 ]
|
||||
ResearchAssistant: [ 1, 2 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 4, 5 ]
|
||||
#supply
|
||||
CargoTechnician: [ 3, 5 ]
|
||||
Courier: [ 1, 2 ]
|
||||
SalvageSpecialist: [ 3, 5 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
Loading…
Reference in New Issue