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