omega.yml 1.9 KB

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