1
0

debug.yml 993 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. - type: gameMap
  2. id: Empty
  3. mapName: Empty
  4. mapPath: /Maps/Test/empty.yml
  5. minPlayers: 0
  6. stations:
  7. Empty:
  8. stationProto: StandardNanotrasenStation
  9. components:
  10. - type: StationNameSetup
  11. mapNameTemplate: "Empty"
  12. - type: StationJobs
  13. availableJobs:
  14. Passenger: [ -1, -1 ]
  15. - type: gameMap
  16. id: Dev
  17. mapName: Dev
  18. mapPath: /Maps/Test/dev_map.yml
  19. minPlayers: 0
  20. stations:
  21. Dev:
  22. stationProto: StandardNanotrasenStation
  23. components:
  24. - type: StationNameSetup
  25. mapNameTemplate: "Dev"
  26. - type: StationJobs
  27. availableJobs:
  28. Captain: [ -1, -1 ]
  29. - type: gameMap
  30. id: TestTeg
  31. mapName: Test TEG
  32. mapPath: /Maps/Test/test_teg.yml
  33. minPlayers: 0
  34. stations:
  35. TEG:
  36. stationProto: TestStation
  37. components:
  38. - type: StationNameSetup
  39. mapNameTemplate: "TEG"
  40. - type: StationJobs
  41. availableJobs:
  42. ChiefEngineer: [ -1, -1 ]