Random Grille Spawner for mappers. (#19416)
* random grille textures * random grille prototype
This commit is contained in:
committed by
GitHub
parent
5b6d545f5f
commit
9bf20c7f9b
@@ -0,0 +1,16 @@
|
||||
- type: entity
|
||||
name: Random Grille Spawner
|
||||
id: GrilleSpawner
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- sprite: Structures/Walls/random.rsi
|
||||
state: randomgrille
|
||||
- type: RandomSpawner
|
||||
prototypes:
|
||||
- Grille
|
||||
- GrilleBroken
|
||||
chance: 1.0
|
||||
placement:
|
||||
mode: AlignTileAny
|
||||
Reference in New Issue
Block a user