train.yml 1.9 KB

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