Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Recycler: Difference between revisions

From Stationeers Community Wiki
Coa90 (talk | contribs)
Automation: updated automation section with more recent information. Recycler now has reagents variable that can be read from MIPS. Need to update logicvariables section still.
 
(9 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<languages />
[[Category:Import/Export]]
<translate>
 
 
== Description ==
== Description ==
<!--T:1-->
[[Category:Machines]]
[[Category:Machines]]
{{Itembox
{{Itembox
Line 12: Line 12:
{{Structurebox
{{Structurebox
  | name            = Recycler
  | name            = Recycler
  | power_usage      = 5W + Recipe Usage
| image            = [[File:StructureRecycler.png]]
  | power_usage      = 100W <!-- changed from "5W + Recipe Usage" -->
  | placed_with_item = [[Kit (Recycler)]]
  | placed_with_item = [[Kit (Recycler)]]
  | placed_on_grid  = Small Grid
  | placed_on_grid  = Small Grid
Line 18: Line 19:
  | item_rec1        = [[Kit (Recycler)]]
  | item_rec1        = [[Kit (Recycler)]]
}}
}}
Used to recycle a variety of items. The recycler reclaims 50% of the resources used to create the item and produces a "reagent" ore that can be further processed into its components using a [[Centrifuge]].
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==


Items within a container, such as a toolbelt, will also be recycled and added to the resulting reagent ore.  
As of recent testing, the recycler now has an internal inventory that can be viewed by [[MIPS]] API, a simple overflow system can be set up by reading the Reagents variable from the machine directly.
</translate>

Latest revision as of 16:21, 1 April 2026


Description

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

As of recent testing, the recycler now has an internal inventory that can be viewed by MIPS API, a simple overflow system can be set up by reading the Reagents variable from the machine directly.