Merge branch 'master' of https://github.com/space-wizards/space-station-14 into map-load-refactor
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- Box
|
||||
- Cog
|
||||
- Core
|
||||
- Elkridge
|
||||
- Fland
|
||||
#- Gate
|
||||
- Loop
|
||||
|
||||
67
Resources/Prototypes/Maps/elkridge.yml
Normal file
67
Resources/Prototypes/Maps/elkridge.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
- type: gameMap
|
||||
id: Elkridge
|
||||
mapName: 'Elkridge Depot'
|
||||
mapPath: /Maps/elkridge.yml
|
||||
minPlayers: 7
|
||||
maxPlayers: 35
|
||||
stations:
|
||||
Elkridge:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Elkridge Depot {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'DS'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_elkridge.yml
|
||||
- type: StationCargoShuttle
|
||||
path: /Maps/Shuttles/cargo_elkridge.yml
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
#service
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
Bartender: [ 1, 1 ]
|
||||
Botanist: [ 1, 2 ]
|
||||
Chef: [ 1, 1 ]
|
||||
Janitor: [ 1, 2 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
#engineering
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
AtmosphericTechnician: [ 2, 2 ]
|
||||
StationEngineer: [ 3, 4 ]
|
||||
TechnicalAssistant: [ 2, 2 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 3, 3 ]
|
||||
MedicalIntern: [ 2, 2 ]
|
||||
Paramedic: [ 1, 1 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
#science
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 3, 4 ]
|
||||
ResearchAssistant: [ 2, 2 ]
|
||||
#security
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 3, 4 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Lawyer: [ 1, 1 ]
|
||||
#supply
|
||||
Quartermaster: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 2, 2 ]
|
||||
CargoTechnician: [ 2, 3 ]
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
@@ -2,7 +2,7 @@
|
||||
id: Loop
|
||||
mapName: 'Loop Station'
|
||||
mapPath: /Maps/loop.yml
|
||||
minPlayers: 30
|
||||
minPlayers: 35
|
||||
maxPlayers: 70
|
||||
stations:
|
||||
Loop:
|
||||
@@ -35,7 +35,7 @@
|
||||
TechnicalAssistant: [ 5, 5 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
Chemist: [ 2, 2 ]
|
||||
Chemist: [ 3, 3 ]
|
||||
MedicalDoctor: [ 4, 5 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
MedicalIntern: [ 4, 4 ]
|
||||
|
||||
@@ -22,21 +22,22 @@
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 1, 2 ]
|
||||
Janitor: [ 2, 3 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
#engineering
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 5, 7 ]
|
||||
TechnicalAssistant: [ 3, 6 ]
|
||||
StationEngineer: [ 6, 8 ]
|
||||
TechnicalAssistant: [ 6, 8 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
Chemist: [ 2, 2 ]
|
||||
MedicalDoctor: [ 5, 5 ]
|
||||
MedicalIntern: [ 3, 6 ]
|
||||
Paramedic: [ 1, 1 ]
|
||||
Chemist: [ 2, 3 ]
|
||||
MedicalDoctor: [ 4, 6 ]
|
||||
MedicalIntern: [ 4, 6 ]
|
||||
Paramedic: [ 1, 2 ]
|
||||
#science
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 5, 7 ]
|
||||
@@ -44,14 +45,14 @@
|
||||
#security
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Warden: [ 1, 1 ]
|
||||
SecurityOfficer: [ 5, 7 ]
|
||||
SecurityOfficer: [ 6, 6 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityCadet: [ 3, 6 ]
|
||||
SecurityCadet: [ 4, 4 ]
|
||||
Lawyer: [ 2, 2 ]
|
||||
#supply
|
||||
Quartermaster: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 3, 3 ]
|
||||
CargoTechnician: [ 3, 5 ]
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Clown: [ 1, 1 ]
|
||||
@@ -59,4 +60,4 @@
|
||||
Musician: [ 1, 1 ]
|
||||
#silicon
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
Borg: [ 4, 4 ]
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'VG'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_crimson.yml
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
#service
|
||||
|
||||
Reference in New Issue
Block a user