| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- - type: gameMap
- id: Bagel
- mapName: 'Bagel Station'
- mapPath: /Maps/bagel.yml
- minPlayers: 35
- maxPlayers: 80
- stations:
- Bagel:
- stationProto: StandardNanotrasenStation
- components:
- - type: StationNameSetup
- mapNameTemplate: '{0} Bagel Station {1}'
- nameGenerator:
- !type:NanotrasenNameGenerator
- prefixCreator: '14'
- - type: StationEmergencyShuttle
- emergencyShuttlePath: /Maps/Shuttles/emergency_lox.yml
- - type: StationJobs
- availableJobs:
- #command
- Captain: [ 1, 1 ]
- #service
- HeadOfPersonnel: [ 1, 1 ]
- Bartender: [ 1, 2 ]
- Botanist: [ 2, 2 ]
- Chef: [ 2, 2 ]
- Janitor: [ 2, 2 ]
- Chaplain: [ 1, 1 ]
- Librarian: [ 1, 1 ]
- ServiceWorker: [ 2, 2 ]
- #engineering
- ChiefEngineer: [ 1, 1 ]
- AtmosphericTechnician: [ 3, 3 ]
- StationEngineer: [ 4, 4 ]
- TechnicalAssistant: [ 4, 4 ]
- #medical
- ChiefMedicalOfficer: [ 1, 1 ]
- Chemist: [ 2, 2 ]
- MedicalDoctor: [ 3, 3 ]
- Paramedic: [ 1, 1 ]
- MedicalIntern: [ 4, 4 ]
- #science
- ResearchDirector: [ 1, 1 ]
- Scientist: [ 5, 5 ]
- ResearchAssistant: [ 4, 4 ]
- #security
- HeadOfSecurity: [ 1, 1 ]
- Warden: [ 1, 1 ]
- SecurityOfficer: [ 4, 4 ]
- Detective: [ 1, 1 ]
- SecurityCadet: [ 4, 4 ]
- Lawyer: [ 2, 2 ]
- #supply
- Quartermaster: [ 1, 1 ]
- SalvageSpecialist: [ 3, 3 ]
- CargoTechnician: [ 3, 3 ]
- #civilian
- Passenger: [ -1, -1 ]
- Clown: [ 1, 1 ]
- Mime: [ 1, 1 ]
- Musician: [ 1, 1 ]
- Reporter: [ 2, 2 ]
- #silicon
- StationAi: [ 1, 1 ]
- Borg: [ 2, 2 ]
|