| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- - type: gameMap
- id: Meta
- mapName: 'Meta Station'
- mapPath: /Maps/meta.yml
- minPlayers: 50
- maxPlayers: 80
- stations:
- Meta:
- stationProto: StandardNanotrasenStation
- components:
- - type: StationNameSetup
- mapNameTemplate: '{0} Meta Station {1}'
- nameGenerator:
- !type:NanotrasenNameGenerator
- prefixCreator: 'TG'
- - type: StationEmergencyShuttle
- emergencyShuttlePath: /Maps/Shuttles/emergency_meta.yml
- - type: StationJobs
- availableJobs:
- #service (18)
- Captain: [ 1, 1 ]
- HeadOfPersonnel: [ 1, 1 ]
- Bartender: [ 2, 2 ]
- Botanist: [ 2, 3 ]
- Chef: [ 2, 2 ]
- Janitor: [ 2, 3 ]
- Chaplain: [ 1, 1 ]
- Librarian: [ 1, 1 ]
- ServiceWorker: [ 2, 2 ]
- Reporter: [ 2, 2 ]
- #engineering (11)
- ChiefEngineer: [ 1, 1 ]
- AtmosphericTechnician: [ 3, 3 ]
- StationEngineer: [ 5, 7 ]
- TechnicalAssistant: [ 4, 4 ]
- #medical (11)
- ChiefMedicalOfficer: [ 1, 1 ]
- Chemist: [ 2, 2 ]
- MedicalDoctor: [ 4, 6 ]
- MedicalIntern: [ 4, 4 ]
- Paramedic: [ 1, 2 ]
- #science (9)
- ResearchDirector: [ 1, 1 ]
- Scientist: [ 6, 8 ]
- ResearchAssistant: [ 4, 4 ]
- #security (12)
- HeadOfSecurity: [ 1, 1 ]
- Warden: [ 1, 1 ]
- SecurityOfficer: [ 7, 7 ]
- Detective: [ 1, 1 ]
- SecurityCadet: [ 4, 4 ]
- Lawyer: [ 2, 2 ]
- #supply (10)
- Quartermaster: [ 1, 1 ]
- SalvageSpecialist: [ 3, 3 ]
- CargoTechnician: [ 4, 6 ]
- #civilian (3+)
- Passenger: [ -1, -1 ]
- Clown: [ 1, 1 ]
- Mime: [ 1, 1 ]
- Musician: [ 1, 1 ]
- #silicon (5)
- StationAi: [ 1, 1 ]
- Borg: [ 4, 4 ]
|