Waystation: The Station That Will Succeed Packed's Legacy (#8398)

* Waystation: The Station That Will Succeed Packed's Legacy

* Hopefully fixes YAML errors

* Fixes missing HV wires

* Security door

* Addresses review

* Add station component to waystation

* Fix minor stuff

* BecomeStation Casing Weh

Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
TimrodDX
2022-05-29 12:18:16 -04:00
committed by GitHub
parent 1a033e87e9
commit 72ed837cbe
2 changed files with 143325 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
- type: gameMap
id: waystation
mapName: 'Waystation'
mapPath: /Maps/waystation.yml
minPlayers: 15
maxPlayers: 50
stations:
Waystation:
mapNameTemplate: '{0} Waystation {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'VG'
overflowJobs:
- Passenger
availableJobs:
CargoTechnician: [ 3, 3 ]
Passenger: [ -1, -1 ]
Bartender: [ 1, 1 ]
Botanist: [ 3, 3 ]
Chef: [ 1, 1 ]
Clown: [ 1, 1 ]
Janitor: [ 1, 1 ]
Mime: [ 1, 1 ]
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 4, 4 ]
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 4, 4 ]
Chemist: [ 2, 2 ]
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 4 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
Chaplain: [ 1, 1 ]
Warden: [ 1, 1 ]
Librarian: [ 1, 1 ]
Lawyer: [ 2, 2 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
Musician: [ 1, 1 ]
AtmosphericTechnician: [ 2, 2 ]
TechnicalAssistant: [ 1, 1 ]
MedicalIntern: [ 1, 1 ]
ServiceWorker: [ 1, 1 ]
SecurityCadet: [ 1, 1 ]