bagel.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. - type: gameMap
  2. id: Bagel
  3. mapName: 'Bagel Station'
  4. mapPath: /Maps/bagel.yml
  5. minPlayers: 35
  6. maxPlayers: 80
  7. stations:
  8. Bagel:
  9. stationProto: StandardNanotrasenStation
  10. components:
  11. - type: StationNameSetup
  12. mapNameTemplate: '{0} Bagel Station {1}'
  13. nameGenerator:
  14. !type:NanotrasenNameGenerator
  15. prefixCreator: '14'
  16. - type: StationEmergencyShuttle
  17. emergencyShuttlePath: /Maps/Shuttles/emergency_lox.yml
  18. - type: StationJobs
  19. availableJobs:
  20. #command
  21. Captain: [ 1, 1 ]
  22. #service
  23. HeadOfPersonnel: [ 1, 1 ]
  24. Bartender: [ 1, 2 ]
  25. Botanist: [ 2, 2 ]
  26. Chef: [ 2, 2 ]
  27. Janitor: [ 2, 2 ]
  28. Chaplain: [ 1, 1 ]
  29. Librarian: [ 1, 1 ]
  30. ServiceWorker: [ 2, 2 ]
  31. #engineering
  32. ChiefEngineer: [ 1, 1 ]
  33. AtmosphericTechnician: [ 3, 3 ]
  34. StationEngineer: [ 4, 4 ]
  35. TechnicalAssistant: [ 4, 4 ]
  36. #medical
  37. ChiefMedicalOfficer: [ 1, 1 ]
  38. Chemist: [ 2, 2 ]
  39. MedicalDoctor: [ 3, 3 ]
  40. Paramedic: [ 1, 1 ]
  41. MedicalIntern: [ 4, 4 ]
  42. #science
  43. ResearchDirector: [ 1, 1 ]
  44. Scientist: [ 5, 5 ]
  45. ResearchAssistant: [ 4, 4 ]
  46. #security
  47. HeadOfSecurity: [ 1, 1 ]
  48. Warden: [ 1, 1 ]
  49. SecurityOfficer: [ 4, 4 ]
  50. Detective: [ 1, 1 ]
  51. SecurityCadet: [ 4, 4 ]
  52. Lawyer: [ 2, 2 ]
  53. #supply
  54. Quartermaster: [ 1, 1 ]
  55. SalvageSpecialist: [ 3, 3 ]
  56. CargoTechnician: [ 3, 3 ]
  57. #civilian
  58. Passenger: [ -1, -1 ]
  59. Clown: [ 1, 1 ]
  60. Mime: [ 1, 1 ]
  61. Musician: [ 1, 1 ]
  62. Reporter: [ 2, 2 ]
  63. #silicon
  64. StationAi: [ 1, 1 ]
  65. Borg: [ 2, 2 ]