init
This commit is contained in:
74
Prototypes/Maps/debug.yml
Normal file
74
Prototypes/Maps/debug.yml
Normal file
@@ -0,0 +1,74 @@
|
||||
# SPDX-FileCopyrightText: 2021 Paul <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2022 20kdc <asdd2808@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# 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 <moony@hellomouse.net>
|
||||
# SPDX-FileCopyrightText: 2023 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 moonheart08 <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aiden <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 BombasterDS <115770678+BombasterDS@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Fishbait <Fishbait@git.ml>
|
||||
# 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 <gnesse@gmail.com>
|
||||
# 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 ]
|
||||
Reference in New Issue
Block a user