Add map "Europa" (#19930)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Ubaser
2023-09-13 22:22:21 +10:00
committed by GitHub
parent 0618874fa6
commit 9c2f11d0eb
3 changed files with 95547 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
@@ -56,6 +56,7 @@ namespace Content.IntegrationTests.Tests
"Origin",
"CentComm",
"Box",
"Europa",
"Barratry",
"Saltern",
"Core",

95478
Resources/Maps/europa.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,67 @@
- type: gameMap
id: Europa
mapName: 'Europa'
mapPath: /Maps/europa.yml
minPlayers: 0
maxPlayers: 40
stations:
Europa:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Europa {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_transit.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#service
Bartender: [ 1, 1 ]
Botanist: [ 2, 2]
Chef: [ 1, 1 ]
Janitor: [ 2, 2 ]
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 3, 4 ]
#engineering
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 2, 2 ]
AtmosphericTechnician: [ 2, 2 ]
TechnicalAssistant: [ 1, 1 ]
SeniorEngineer: [ 1, 1 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 1, 2 ]
Chemist: [ 1, 2 ]
MedicalIntern: [ 1, 1 ]
Paramedic: [ 1, 2 ]
SeniorPhysician: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 1, 2 ]
ResearchAssistant: [ 1, 1 ]
SeniorResearcher: [ 1, 1 ]
#security
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 2, 2 ]
Warden: [ 1, 1 ]
Lawyer: [ 1, 1 ]
SecurityCadet: [ 3, 3 ]
Detective: [ 1, 1 ]
SeniorOfficer: [ 1, 1 ]
#supply
CargoTechnician: [ 3, 3 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
Reporter: [ 1, 1 ]