Vehicle spawners (#7751)

This commit is contained in:
Rane
2022-04-24 20:17:06 -04:00
committed by GitHub
parent 25620ca08e
commit e4ce20ae9b

View File

@@ -0,0 +1,38 @@
- type: entity
name: Secway Spawner
id: SpawnVehicleSecway
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- texture: Objects/Vehicles/secway.rsi/keys.png
- type: ConditionalSpawner
prototypes:
- VehicleSecway
- type: entity
name: Janicart Spawner
id: SpawnVehiclePussywagon
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- texture: Objects/Vehicles/pussywagon.rsi/keys.png
- type: ConditionalSpawner
prototypes:
- VehiclePussyWagon
- type: entity
name: ATV Spawner
id: SpawnVehicleATV
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- texture: Objects/Vehicles/atv.rsi/keys.png
- type: ConditionalSpawner
prototypes:
- VehicleATV