oasis.yml 1.9 KB

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