Skip to content

Commit

Permalink
Revert "Subpatch 1984 (DeltaV-Station#1307)"
Browse files Browse the repository at this point in the history
This reverts commit 71733f3.
  • Loading branch information
rosieposieeee committed Jun 9, 2024
1 parent 4bc45dd commit 324b97f
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public sealed class PostMapInitTest
"TheHive", //DeltaV
"Hammurabi", //DeltaV
"Lighthouse", //DeltaV
"Submarine", //DeltaV
"Micro" //DeltaV
};

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- Shoukou
- Tortuga
- TheHive
- Submarine
73 changes: 73 additions & 0 deletions Resources/Prototypes/Maps/submarine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
- 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 ]

0 comments on commit 324b97f

Please sign in to comment.