Industrial Reagent Grinder (#25020)
* all work done * adress whitespace * millions must factorio * conflict fix * i forgot
This commit is contained in:
@@ -1357,3 +1357,16 @@
|
|||||||
materialRequirements:
|
materialRequirements:
|
||||||
Steel: 5
|
Steel: 5
|
||||||
CableHV: 2
|
CableHV: 2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseMachineCircuitboard
|
||||||
|
id: ReagentGrinderIndustrialMachineCircuitboard
|
||||||
|
name: industrial reagent grinder machine board
|
||||||
|
components:
|
||||||
|
- type: MachineBoard
|
||||||
|
prototype: ReagentGrinderIndustrial
|
||||||
|
requirements:
|
||||||
|
MatterBin: 1
|
||||||
|
Manipulator: 3
|
||||||
|
materialRequirements:
|
||||||
|
Glass: 1
|
||||||
@@ -451,6 +451,7 @@
|
|||||||
- ArtifactCrusherMachineCircuitboard
|
- ArtifactCrusherMachineCircuitboard
|
||||||
- TelecomServerCircuitboard
|
- TelecomServerCircuitboard
|
||||||
- MassMediaCircuitboard
|
- MassMediaCircuitboard
|
||||||
|
- ReagentGrinderIndustrialMachineCircuitboard
|
||||||
- type: MaterialStorage
|
- type: MaterialStorage
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -56,3 +56,45 @@
|
|||||||
inputContainer: !type:Container
|
inputContainer: !type:Container
|
||||||
machine_board: !type:Container
|
machine_board: !type:Container
|
||||||
machine_parts: !type:Container
|
machine_parts: !type:Container
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Recycler #too different so different parent
|
||||||
|
id: ReagentGrinderIndustrial
|
||||||
|
name: industrial reagent grinder
|
||||||
|
description: An industrial reagent grinder.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
output:
|
||||||
|
maxVol: 400 #*slaps roof of machine* This baby can fit so much omnizine in it
|
||||||
|
- type: MaterialReclaimer
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Extractable #same as reagent grinder
|
||||||
|
blacklist:
|
||||||
|
tags:
|
||||||
|
- HighRiskItem #ian meat
|
||||||
|
efficiency: 0.9
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Machines/recycling.rsi
|
||||||
|
layers:
|
||||||
|
- state: grinder-b0
|
||||||
|
- type: Machine
|
||||||
|
board: ReagentGrinderIndustrialMachineCircuitboard
|
||||||
|
- type: GenericVisualizer
|
||||||
|
visuals:
|
||||||
|
enum.ConveyorVisuals.State:
|
||||||
|
enum.RecyclerVisualLayers.Main:
|
||||||
|
Forward: { state: grinder-b1 }
|
||||||
|
Reverse: { state: grinder-b1 }
|
||||||
|
Off: { state: grinder-b0 }
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
machine_board: !type:Container
|
||||||
|
machine_parts: !type:Container
|
||||||
|
- type: Construction
|
||||||
|
graph: Machine
|
||||||
|
node: machine
|
||||||
|
containers:
|
||||||
|
- machine_parts
|
||||||
|
- machine_board
|
||||||
@@ -956,3 +956,12 @@
|
|||||||
Steel: 100
|
Steel: 100
|
||||||
Glass: 900
|
Glass: 900
|
||||||
Gold: 100
|
Gold: 100
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: ReagentGrinderIndustrialMachineCircuitboard
|
||||||
|
result: ReagentGrinderIndustrialMachineCircuitboard
|
||||||
|
completetime: 5
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
Glass: 900
|
||||||
|
Gold: 100
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
- BorgModuleHarvesting
|
- BorgModuleHarvesting
|
||||||
- SeedExtractorMachineCircuitboard
|
- SeedExtractorMachineCircuitboard
|
||||||
- HydroponicsTrayMachineCircuitboard
|
- HydroponicsTrayMachineCircuitboard
|
||||||
|
- ReagentGrinderIndustrialMachineCircuitboard
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: CritterMechs
|
id: CritterMechs
|
||||||
|
|||||||
Reference in New Issue
Block a user