box.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. - type: gameMap
  2. id: Box
  3. mapName: 'Box Station'
  4. mapPath: /Maps/box.yml
  5. minPlayers: 50
  6. stations:
  7. Boxstation:
  8. stationProto: StandardNanotrasenStation
  9. components:
  10. - type: StationNameSetup
  11. mapNameTemplate: '{0} Box Station {1}'
  12. nameGenerator:
  13. !type:NanotrasenNameGenerator
  14. prefixCreator: 'TG'
  15. - type: StationEmergencyShuttle
  16. emergencyShuttlePath: /Maps/Shuttles/emergency_box.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: [ 2, 2 ]
  26. Chaplain: [ 1, 1 ]
  27. Librarian: [ 1, 1 ]
  28. Reporter: [ 1, 1 ]
  29. ServiceWorker: [ 2, 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: [ 2, 2 ]
  38. MedicalDoctor: [ 4, 4 ]
  39. Paramedic: [ 1, 1 ]
  40. MedicalIntern: [ 4, 4 ]
  41. Psychologist: [ 1, 1 ]
  42. #science
  43. ResearchDirector: [ 1, 1 ]
  44. Scientist: [ 5, 5 ]
  45. ResearchAssistant: [ 4, 4 ]
  46. #security
  47. HeadOfSecurity: [ 1, 1 ]
  48. Warden: [ 1, 1 ]
  49. SecurityOfficer: [ 5, 7 ]
  50. Detective: [ 1, 1 ]
  51. SecurityCadet: [ 2, 4 ]
  52. Lawyer: [ 2, 2 ]
  53. #supply
  54. Quartermaster: [ 1, 1 ]
  55. SalvageSpecialist: [ 3, 3 ]
  56. CargoTechnician: [ 3, 3 ]
  57. #civilian
  58. Passenger: [ -1, -1 ]
  59. Clown: [ 1, 1 ]
  60. Mime: [ 1, 1 ]
  61. Musician: [ 1, 1 ]
  62. #silicon
  63. StationAi: [ 1, 1 ]
  64. Borg: [ 2, 2 ]