reagent
This step requires and uses a reagent to finish itself. This step is great as a last step since reagents can't be recovered from disassembly. This alternatively can also transfer to a container inside the crafting assembly too!
Vars | |
needs_open_container | Whether we need an open container to do this |
---|---|
readable_reagent_string | Readable string describing reagentst that we auto generate. such as "fuel, acid and milk". Used as a helper in auto desc generations |
reagent_list | Reagent list to be used for checks and interactions instead of above single type. |
reagent_type | Type of the reagent to use. |
reagent_volume | Volume of the reagent to use. |
temperature_max | If defined it's the maximum required temperature for the step to work. |
temperature_min | If defined, it's the minimum required temperature for the step to work. |
transfer_to_assembly_container | Whether we want to transfer to another container in the assembly. Requires a container in assembly and enough space for that inside it. |
Var Details
needs_open_container
Whether we need an open container to do this
readable_reagent_string
Readable string describing reagentst that we auto generate. such as "fuel, acid and milk". Used as a helper in auto desc generations
reagent_list
Reagent list to be used for checks and interactions instead of above single type.
reagent_type
Type of the reagent to use.
reagent_volume
Volume of the reagent to use.
temperature_max
If defined it's the maximum required temperature for the step to work.
temperature_min
If defined, it's the minimum required temperature for the step to work.
transfer_to_assembly_container
Whether we want to transfer to another container in the assembly. Requires a container in assembly and enough space for that inside it.