convex.yml 2.0 KB

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