Add dev map (#14614)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Leon Friedrich
2023-03-24 16:17:36 +13:00
committed by GitHub
parent dd2c2b2b05
commit 31e4989271
6 changed files with 7276 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
- type: entity
name: Urist Spawner
id: SpawnMobHuman
parent: MarkerBase
suffix: DEBUG
components:
- type: Sprite
layers:
- state: green
- sprite: Mobs/Species/Human/parts.rsi
state: full
- type: ConditionalSpawner
prototypes:
- MobHuman

View File

@@ -10,3 +10,16 @@
- Passenger
availableJobs:
Passenger: [ -1, -1 ]
- type: gameMap
id: Dev
mapName: Dev
mapPath: /Maps/Test/dev_map.yml
minPlayers: 0
stations:
Dev:
mapNameTemplate: "Dev"
overflowJobs:
- Captain
availableJobs:
Captain: [ -1, -1 ]