From 1a24ba8e9dbc0795d48e565c1e7a87c414dc45de Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:56:48 +0000 Subject: [PATCH] empty and filled random crate spawners (#6800) --- .../Markers/Spawners/Random/crates.yml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml new file mode 100644 index 0000000000..d28240ca9f --- /dev/null +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml @@ -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 \ No newline at end of file