Add map "Europa" (#19930)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
@@ -56,6 +56,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
"Origin",
|
"Origin",
|
||||||
"CentComm",
|
"CentComm",
|
||||||
"Box",
|
"Box",
|
||||||
|
"Europa",
|
||||||
"Barratry",
|
"Barratry",
|
||||||
"Saltern",
|
"Saltern",
|
||||||
"Core",
|
"Core",
|
||||||
|
|||||||
95478
Resources/Maps/europa.yml
Normal file
95478
Resources/Maps/europa.yml
Normal file
File diff suppressed because it is too large
Load Diff
67
Resources/Prototypes/Maps/europa.yml
Normal file
67
Resources/Prototypes/Maps/europa.yml
Normal 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 ]
|
||||||
Reference in New Issue
Block a user