Relic.yml 1.9 KB

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