marathon.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. - type: gameMap
  2. id: Marathon
  3. mapName: 'Marathon Station'
  4. mapPath: /Maps/marathon.yml
  5. minPlayers: 35
  6. maxPlayers: 70
  7. stations:
  8. Marathon:
  9. stationProto: StandardNanotrasenStation
  10. components:
  11. - type: StationNameSetup
  12. mapNameTemplate: '{0} Marathon Station {1}'
  13. nameGenerator:
  14. !type:NanotrasenNameGenerator
  15. prefixCreator: '14'
  16. - type: StationEmergencyShuttle
  17. emergencyShuttlePath: /Maps/Shuttles/emergency_rod.yml
  18. - type: StationJobs
  19. availableJobs:
  20. #service
  21. Captain: [ 1, 1 ]
  22. HeadOfPersonnel: [ 1, 1 ]
  23. Bartender: [ 2, 2 ]
  24. Botanist: [ 2, 3 ]
  25. Chef: [ 2, 2 ]
  26. Janitor: [ 1, 2 ]
  27. Chaplain: [ 1, 1 ]
  28. Librarian: [ 1, 1 ]
  29. ServiceWorker: [ 2, 2 ]
  30. #engineering
  31. ChiefEngineer: [ 1, 1 ]
  32. AtmosphericTechnician: [ 3, 3 ]
  33. StationEngineer: [ 4, 4 ]
  34. TechnicalAssistant: [ 3, 3 ]
  35. #medical
  36. ChiefMedicalOfficer: [ 1, 1 ]
  37. Chemist: [ 2, 2 ]
  38. MedicalDoctor: [ 4, 4 ]
  39. MedicalIntern: [ 3, 3 ]
  40. Psychologist: [ 1, 1 ]
  41. Paramedic: [ 1, 1 ]
  42. #science
  43. ResearchDirector: [ 1, 1 ]
  44. Scientist: [ 4, 4 ]
  45. ResearchAssistant: [ 3, 3 ]
  46. #security
  47. HeadOfSecurity: [ 1, 1 ]
  48. Warden: [ 1, 1 ]
  49. SecurityOfficer: [ 8, 8 ]
  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. #silicon
  63. StationAi: [ 1, 1 ]
  64. Borg: [ 2, 2 ]