diff --git a/Resources/Prototypes/_CP14/Maps/arenas.yml b/Resources/Prototypes/_CP14/Maps/arenas.yml index 070aaf90d9..85f3e4c0d4 100644 --- a/Resources/Prototypes/_CP14/Maps/arenas.yml +++ b/Resources/Prototypes/_CP14/Maps/arenas.yml @@ -55,5 +55,27 @@ CP14Captain: [1, 1] - type: StationBiome biome: CP14GrassFill - #- type: CP14StationExpeditionTarget - # shuttlePath: /Maps/_CP14/Shuttles/test-ship.yml \ No newline at end of file + +- type: gameMap + id: ExpeditionTest + mapName: Expedition test + mapPath: /Maps/_CP14/exLand3.yml + maxRandomOffset: 0 + randomRotation: false + minPlayers: 0 + stations: + ExpeditionTest: + stationProto: StandardStationArena + components: + - type: StationNameSetup + mapNameTemplate: "Expedition test" + - type: StationJobs + availableJobs: + CP14Adventurer: [ -1, -1 ] + CP14Alchemist: [ -1, -1 ] + CP14Innkeeper: [ -1, -1 ] + CP14Captain: [1, 1] + CP14GuardCommander: [1, 1] + CP14HouseKeeper: [1, 1] + - type: CP14StationExpeditionTarget + shuttlePath: /Maps/_CP14/Shuttles/test-ship.yml \ No newline at end of file