Adds rndm vending spawner for mapping. (#11998)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
- type: entity
|
||||||
|
id: RandomVending
|
||||||
|
name: random vending machine spawner
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: red
|
||||||
|
- texture: Structures/Machines/VendingMachines/coffee.rsi/off.png
|
||||||
|
- type: RandomSpawner
|
||||||
|
prototypes:
|
||||||
|
- VendingMachineCigs
|
||||||
|
- VendingMachineCoffee
|
||||||
|
- VendingMachineCola
|
||||||
|
- VendingMachineDiscount
|
||||||
|
- VendingMachineSnack
|
||||||
|
- VendingMachineSovietSoda
|
||||||
|
- VendingMachineChang
|
||||||
|
- VendingMachineDonut
|
||||||
|
chance: 1
|
||||||
Reference in New Issue
Block a user