diff --git a/Resources/Prototypes/_CP14/Maps/arenas.yml b/Resources/Prototypes/_CP14/Maps/arenas.yml index c0ed849ba7..47b1dedc8c 100644 --- a/Resources/Prototypes/_CP14/Maps/arenas.yml +++ b/Resources/Prototypes/_CP14/Maps/arenas.yml @@ -1,3 +1,18 @@ +- type: gameMap + id: MeteorArena + mapName: Meteor Arena + mapPath: /Maps/_CP14/meteor-arena.yml + minPlayers: 0 + stations: + Arena: + stationProto: StandardStationArena + components: + - type: StationNameSetup + mapNameTemplate: "Meteor Arena" + - type: StationJobs + availableJobs: + CP14Adventurer: [ -1, -1 ] #CrystallPunk Dev replacement + - type: gameMap id: AlchemyTest mapName: Alchemy test diff --git a/Resources/Prototypes/_CP14/Maps/debug.yml b/Resources/Prototypes/_CP14/Maps/debug.yml new file mode 100644 index 0000000000..510b8492d5 --- /dev/null +++ b/Resources/Prototypes/_CP14/Maps/debug.yml @@ -0,0 +1,29 @@ +- 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: + CP14Adventurer: [ -1, -1 ] #CrystallPunk Dev replacement + +- type: gameMap + id: Dev + mapName: Dev + mapPath: /Maps/_CP14/dev_map.yml #CrystallPunk Dev replacement + minPlayers: 0 + stations: + Dev: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: "Dev" + - type: StationJobs + availableJobs: + CP14Adventurer: [ -1, -1 ] #CrystallPunk Dev replacement