Actions

Difference between revisions of "Recycler"

From Unofficial Stationeers Wiki

(Created page with "<languages /> <translate> <!--T:1--> Category:Machines {{Itembox | name = Kit (Recycler) | createdwith = Autolathe, Fabricator | cost = 20g Iron...")
 
(reworded to be clearer)
(16 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
== Description ==
 
<!--T:1-->
 
<!--T:1-->
 
[[Category:Machines]]
 
[[Category:Machines]]
 
{{Itembox
 
{{Itembox
 
  | name        = Kit (Recycler)
 
  | name        = Kit (Recycler)
 +
| image      = [[File:ItemKitRecycler.png]]
 
  | createdwith = [[Autolathe]], [[Fabricator]]
 
  | createdwith = [[Autolathe]], [[Fabricator]]
 
  | cost        = 20g [[Iron]], 10g [[Copper]]
 
  | cost        = 20g [[Iron]], 10g [[Copper]]
 
}}
 
}}
 
{{Structurebox
 
{{Structurebox
  | name = Recycler
+
  | name             = Recycler
  | placement = Small Grid
+
  | image            = [[File:StructureRecycler.png]]
  | powerusage = 5W + Recipe Usage
+
  | 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. Takes items in the left and spits ore out of the right. Power button toggles machine power state.  
+
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>

Revision as of 06:49, 12 October 2022

Other languages:
English • ‎русский

Description

Kit (Recycler)
ItemKitRecycler.png
Recipe
Created With Autolathe, Fabricator
Cost 20g Iron, 10g Copper
Recycler
StructureRecycler.png
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

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.