empty and filled random crate spawners (#6800)

This commit is contained in:
Peptide90
2022-02-19 23:56:48 +00:00
committed by GitHub
parent f2dd758bbd
commit 1a24ba8e9d

View File

@@ -0,0 +1,59 @@
- type: entity
name: Empty Crate Spawner
id: CrateEmptySpawner
parent: MarkerBase
components:
- type: Sprite
layers:
- state: red
- texture: Structures/Storage/Crates/generic.rsi/crate.png
- type: RandomSpawner
prototypes:
- CrateGenericSteel
- CratePlastic
- CrateFreezer
- CrateHydroponics
- CrateMedical
- CrateRadiation
- CrateInternals
- CrateElectrical
- CrateEngineering
- CrateScience
- CrateSurgery
chance: 0.7
- type: entity
name: Filled Crate Spawner
id: CrateFilledSpawner
suffix: Low Value
parent: MarkerBase
components:
- type: Sprite
layers:
- state: red
- texture: Structures/Storage/Crates/o2.rsi/o2crate.png
- type: RandomSpawner
prototypes:
- CrateServiceReplacementLights
- CrateServiceBureaucracy
- CrateChemistrySupplies
- CrateMaterialGlass
- CrateMaterialSteel
- CrateMaterialPlastic
- CrateMaterialWood
- CrateMaterialPlasteel
- CrateFunArtSupplies
- CrateEngineeringCableLV
- CrateEngineeringCableMV
- CrateEngineeringCableHV
- CrateEngineeringCableBulk
- CrateEmergencyFire
- CrateEmergencyInternals
- CrateEmergencyInflatablewall
- CrateHydroponicsTools
- CrateHydroponicsSeeds
chance: 0.7
rarePrototypes:
- CrateMaterialPlasma
- CrateHydroponicsSeedsExotic
rareChance: 0.1