Add dev map (#14614)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
14
Resources/Prototypes/Entities/Markers/Spawners/debug.yml
Normal file
14
Resources/Prototypes/Entities/Markers/Spawners/debug.yml
Normal 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
|
||||
@@ -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 ]
|
||||
Reference in New Issue
Block a user