move hot plate item placement stuff into its own system (#18923)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-08-20 01:37:19 +01:00
committed by GitHub
parent f25813a098
commit 00bae110e1
9 changed files with 160 additions and 124 deletions

View File

@@ -46,6 +46,10 @@
powerDrawMultiplier: 0.80
scaling: Exponential
- type: ArtifactAnalyzer
- type: ItemPlacer
whitelist:
components:
- Artifact
- type: DeviceNetwork
deviceNetId: Wired
receiveFrequencyId: BasicDevice
@@ -109,6 +113,14 @@
powerDrawMultiplier: 0.80
scaling: Exponential
- type: TraversalDistorter
- type: ItemPlacer
# don't limit the number of artifacts that can be biased
maxEntities: 0
whitelist:
components:
- Artifact
- type: PlaceableSurface
placeCentered: true
- type: Machine
board: TraversalDistorterMachineCircuitboard
- type: Appearance

View File

@@ -38,6 +38,7 @@
components:
- FitsInDispenser
- type: SolutionHeater
- type: ItemPlacer
whitelist:
components:
- FitsInDispenser