fland.yml 2.0 KB

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