maps fix
This commit is contained in:
@@ -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
|
||||
|
||||
29
Resources/Prototypes/_CP14/Maps/debug.yml
Normal file
29
Resources/Prototypes/_CP14/Maps/debug.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user