# SPDX-FileCopyrightText: 2021 Paul # SPDX-FileCopyrightText: 2022 20kdc # SPDX-FileCopyrightText: 2022 Kara # SPDX-FileCopyrightText: 2022 Moony # SPDX-FileCopyrightText: 2022 Morber <14136326+Morb0@users.noreply.github.com> # SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com> # SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> # SPDX-FileCopyrightText: 2023 Moony # SPDX-FileCopyrightText: 2023 Pieter-Jan Briers # SPDX-FileCopyrightText: 2023 metalgearsloth # SPDX-FileCopyrightText: 2023 moonheart08 # SPDX-FileCopyrightText: 2024 Aiden # SPDX-FileCopyrightText: 2024 Aidenkrz # SPDX-FileCopyrightText: 2024 BombasterDS <115770678+BombasterDS@users.noreply.github.com> # SPDX-FileCopyrightText: 2024 Fishbait # SPDX-FileCopyrightText: 2024 Kira Bridgeton <161087999+Verbalase@users.noreply.github.com> # SPDX-FileCopyrightText: 2024 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> # SPDX-FileCopyrightText: 2024 fishbait # SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> # # SPDX-License-Identifier: AGPL-3.0-or-later - type: gameMap id: Empty mapName: Empty mapPath: /Maps/Test/empty.yml minPlayers: 0 stations: Empty: stationProto: StandardNanotrasenStation components: - type: StationNameSetup mapNameTemplate: "Empty" - type: StationJobs availableJobs: Passenger: [ -1, -1 ] - type: gameMap id: Dev mapName: Dev mapPath: /Maps/Test/dev_map.yml minPlayers: 0 stations: Dev: stationProto: StandardNanotrasenStation components: - type: StationNameSetup mapNameTemplate: "Dev" - type: StationJobs availableJobs: Captain: [ -1, -1 ] NanotrasenRepresentative: [ -1, -1 ] # Goob - remove it after test BlueshieldOfficer: [ -1, -1 ] # Remove this too # Goobstation blob-config-start DEBUG - type: StationBlobConfig stageBegin: 20 stageCritical: 50 stageTheEnd: 100 # Goobstation blob-config-end - type: gameMap id: TestTeg mapName: Test TEG mapPath: /Maps/Test/test_teg.yml minPlayers: 0 stations: TEG: stationProto: TestStation components: - type: StationNameSetup mapNameTemplate: "TEG" - type: StationJobs availableJobs: ChiefEngineer: [ -1, -1 ]