Difference between revisions of "Arc Furnace"
From Unofficial Stationeers Wiki
(date change: someone forgot what year they were in) |
(Added table for description and type of each logic parameter) |
||
Line 51: | Line 51: | ||
|- | |- | ||
| [[Gold Ingot]] || 2000w || 6 Seconds || '''N2 17% / CO2 7% / X 69% / O2 7%''' | | [[Gold Ingot]] || 2000w || 6 Seconds || '''N2 17% / CO2 7% / X 69% / O2 7%''' | ||
+ | |} | ||
+ | |||
+ | == Logic Parameters == <!--T:4--> | ||
+ | {| class="wikitable sortable" | ||
+ | ! Name !! Type !! Description | ||
+ | |- | ||
+ | | Power || Boolean || 0 if the Arc Furnace is receiving no power, 1 if it is | ||
+ | |- | ||
+ | | Error || Boolean || 0 if the Arc Furnace is not flashing an error, 1 if it is | ||
+ | |- | ||
+ | | Activate || Boolean || 0 if the Arc Furnace is inactive, 1 if it is active | ||
+ | |- | ||
+ | | Lock || || | ||
+ | |- | ||
+ | | Reagents || || | ||
+ | |- | ||
+ | | On || Boolean || 0 if the Arc Furnace is off, 1 if it is on | ||
+ | |- | ||
+ | | ImportQuantity || Float || Quantity of items in the Arc Furnace's Import | ||
+ | |- | ||
+ | | ImportSlotOccupant || Boolean || 0 if the Arc Furnace's Import is empty, 1 if it is not | ||
+ | |- | ||
+ | | ExportQuantity || Float || Quantity of items in the Arc Furnace's Export | ||
+ | |- | ||
+ | | ExportSlotOccupant || Boolean || 0 if the Arc Furnace's Export is empty, 1 if it is not | ||
+ | |- | ||
+ | | RequiredPower || Watts || The required power to keep the Arc Furnace powered when idle (5W) | ||
+ | |- | ||
+ | | Idle || Boolean || 0 if the Arc Furnace's slots are empty and it is not smelting, 1 if they're full or it is smelting | ||
|} | |} | ||
</translate> | </translate> |
Revision as of 05:22, 15 February 2018
Recipe | |
---|---|
Created With | Autolathe, Fabricator |
Cost | 20g Iron, 5g Copper |
Logic | |
Logic Parameters |
|
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
Description
Used to smelt a variety of ores into their ingot form to be used in crafting.
Used to create
Each ore requires a different wattage to smelt. The current values as of 12/28/2017 are as follows
Arc Furnace Output | Wattage Required | Time to Smelt One Ore | Gas Byproduct |
---|---|---|---|
Silicon Ingot | 100w | 3 seconds | N2 33% / CO2 33% / X 33% / O2 0% |
Iron Ingot | 200w | 1 second | N2 0% / CO2 20% / X 80% / O2 0% |
Copper Ingot | 500w | 3 seconds | N2 0% / CO2 0% / X 0% / O2 0% |
Lead Ingot | 1000w | 5 seconds | N2 31% / CO2 3% / X 63% / O2 3% |
Nickel Ingot | 1000w | 5 seconds | N2 20% / CO2 40% / X 40% / O2 0% |
Silver Ingot | 1000w | 5 seconds | N2 17% / CO2 42% / X 42% / O2 0% |
Gold Ingot | 2000w | 6 Seconds | N2 17% / CO2 7% / X 69% / O2 7% |
Logic Parameters
Name | Type | Description |
---|---|---|
Power | Boolean | 0 if the Arc Furnace is receiving no power, 1 if it is |
Error | Boolean | 0 if the Arc Furnace is not flashing an error, 1 if it is |
Activate | Boolean | 0 if the Arc Furnace is inactive, 1 if it is active |
Lock | ||
Reagents | ||
On | Boolean | 0 if the Arc Furnace is off, 1 if it is on |
ImportQuantity | Float | Quantity of items in the Arc Furnace's Import |
ImportSlotOccupant | Boolean | 0 if the Arc Furnace's Import is empty, 1 if it is not |
ExportQuantity | Float | Quantity of items in the Arc Furnace's Export |
ExportSlotOccupant | Boolean | 0 if the Arc Furnace's Export is empty, 1 if it is not |
RequiredPower | Watts | The required power to keep the Arc Furnace powered when idle (5W) |
Idle | Boolean | 0 if the Arc Furnace's slots are empty and it is not smelting, 1 if they're full or it is smelting |