Difference between revisions of "Recycler"
From Unofficial Stationeers Wiki
Socramazibi (talk | contribs) |
m (Added category "Import/Export") |
||
(12 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Import/Export]] | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | + | == Description == | |
<!--T:1--> | <!--T:1--> | ||
[[Category:Machines]] | [[Category:Machines]] | ||
Line 11: | Line 12: | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name = Recycler | + | | name = Recycler |
− | | | + | | image = [[File:StructureRecycler.png]] |
− | | | + | | power_usage = 100W <!-- changed from "5W + Recipe Usage" --> |
+ | | placed_with_item = [[Kit (Recycler)]] | ||
+ | | placed_on_grid = Small Grid | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Recycler)]] | ||
}} | }} | ||
− | Used to recycle a variety of items. | + | Used to recycle a variety of items. It outputs a [[Reagent Mix]] that can be turned back into ores in a [[Centrifuge]] or just smelted in a [[Furnace]] if it has correct ore/alloy proportions. |
+ | *Recycles items with a 50% loss, | ||
+ | *Losslessly recycles materials produced in furnaces, especially ingots, and reagent mixes. | ||
+ | |||
+ | Note: since ingots can be recycled into reagents, which can then be put into the centrifuge with 100% reclamation of the material from the ingot into the ore. This allows you to smelt the same ores over and over and extract the gases from them each time, creating an infinite supply of gases, including [[Oxygen]] on Vulcan. This is not intentional and may be removed at some point. | ||
− | + | Items within a container, such as a toolbelt, will also be recycled and added to the resulting reagent ore. | |
+ | ==Automation== | ||
+ | Managing the Recycler from an IC is challenging, because while it has an Import and Export slot, there is also an internal inventory that is not visible to the MIPS API. | ||
</translate> | </translate> |
Latest revision as of 05:08, 27 December 2023
Description[edit]
Recipe | |
---|---|
Created With | Autolathe, Fabricator |
Cost | 20g Iron, 10g Copper |
Operation | |
---|---|
Power Usage | 100W |
Construction | |
Placed with | Kit (Recycler) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Recycler) |
Used to recycle a variety of items. It outputs a Reagent Mix that can be turned back into ores in a Centrifuge or just smelted in a Furnace if it has correct ore/alloy proportions.
- Recycles items with a 50% loss,
- Losslessly recycles materials produced in furnaces, especially ingots, and reagent mixes.
Note: since ingots can be recycled into reagents, which can then be put into the centrifuge with 100% reclamation of the material from the ingot into the ore. This allows you to smelt the same ores over and over and extract the gases from them each time, creating an infinite supply of gases, including Oxygen on Vulcan. This is not intentional and may be removed at some point.
Items within a container, such as a toolbelt, will also be recycled and added to the resulting reagent ore.
Automation[edit]
Managing the Recycler from an IC is challenging, because while it has an Import and Export slot, there is also an internal inventory that is not visible to the MIPS API.