Skip to content

Commit

Permalink
Adds a random spawner for laws
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jan 6, 2025
1 parent 134e373 commit bd25820
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/laws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: entity
name: Law Board Random Spawner
id: LawSpawner
parent: MarkerBase
placement:
mode: PlaceFree
components:
- type: Transform
anchored: false
- type: Sprite
sprite: Objects/Misc/module.rsi
layers:
- state: std_mod
- type: RandomSpawner
offset: 0
prototypes:
- AsimovCircuitBoard
- CorporateCircuitBoard
- NTDefaultCircuitBoard
- CommandmentCircuitBoard
- PaladinCircuitBoard
- LiveLetLiveCircuitBoard
- StationEfficiencyCircuitBoard
- RobocopCircuitBoard
- DungeonMasterCircuitBoard
- ArtistCircuitBoard
- NutimovCircuitBoard

0 comments on commit bd25820

Please sign in to comment.