From 0190e366a3408ef7ffc089318c2c91301404ce85 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:27:58 +0300 Subject: [PATCH] maps fix --- Resources/Prototypes/_CP14/Maps/arenas.yml | 15 +++++++++++ Resources/Prototypes/_CP14/Maps/debug.yml | 29 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Resources/Prototypes/_CP14/Maps/debug.yml 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