Actions

Editing Kit (Arc Furnace)

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
<!--T:1-->
 
[[Category:Machines]]
 
[[Category:Import/Export]]
 
{{Itembox
 
| name        = Kit (Arc Furnace)
 
| image      = [[File:ItemKitArcFurnace.png]]
 
| createdwith = [[Autolathe]]
 
| cost        = 20g [[Iron_Ingot|Iron]], 5g [[Copper_Ingot|Copper]]
 
}}
 
{{Structurebox
 
| name            = Arc Furnace
 
| image            = [[File:StructureArcFurnace.png]]
 
| power_usage      = 5W + Recipe Usage
 
| placed_with_item = [[Kit (Arc Furnace)]]
 
| placed_on_grid  = Small Grid
 
| decon_with_tool1 = [[Hand Drill]]
 
| item_rec1        = [[Kit (Arc Furnace)]]
 
}}
 
  
== Description == <!--T:2-->
+
== Description == <!--T:1-->
Used to smelt a variety of [[:Category:Ore|ores]] into their ingot form to be used in crafting. In order to make alloys, the [[Furnace]] is required.
 
  
== Used to create ==  <!--T:3-->
+
<!--T:2-->
Each ore requires a different time and wattage to smelt.
+
The [[Arc Furnace]] is used to smelt ores into bars using electricity. It cannot smelt alloys, or reagent mixes.
{{:Kit_(Arc_Furnace)/Recipes}}
 
Smelting will also produce gasses
 
{| class="wikitable sortable"
 
|-
 
! Furnace Input !! X (mols) !! CO2 (mols) !! N2 (mols) !! O2 (mols) !! NOS (mols) !! H2 (mols) !! H2O (mols)
 
|-
 
| Coal 50g || 150 X || 500 CO2 || 0 || 0 || 0 || 0 || 0
 
|-
 
| Charcoal 50g || 150 X || 150 CO2 || 0 || 0 || 0 || 0 || 0
 
|-
 
| Biomass 50g || 200 X || 0 || 0 || 0 || 0 || 400 H2 || 0
 
|-
 
| Iron 50g || 100 X || 25 CO2 || 0 || 0 || 0 || 0 || 0
 
|-
 
| Copper 50g || 50 X || 50 CO2 || 25 N2 || 0 || 0 || 0 || 0
 
|-
 
| Gold 50g || 100 X || 10 CO2 || 25 N2 || 10 O2 || 0 || 0 || 0
 
|-
 
| Silver 50g || 50 X || 0 || 20 N2 || 0 || 50 NOS || 0 || 0
 
|-
 
| Lead 50g || 100 X || 20 CO2 || 50 N2 || 0 || 20 NOS || 0 || 0
 
|-
 
| Nickel 50g || 50 X || 50 CO2 || 25 N2 || 0 || 0 || 0 || 0
 
|-
 
| Silicon 50g || 50 X || 50 CO2 || 50 N2 || 0 || 0 || 0 || 0
 
|-
 
| Cobalt 50g || 0 || 0 || 150 N2 || 0 || 0 || 50 H2 || 0
 
|-
 
| Uranium 50g || 1750 X || 0 || 0 || 0 || 0 || 0 || 0
 
|-
 
| Ice (Nitrice) 50g || 0 || 0 || 1125 N2 || 0 || 125 NOS || 0 || 0
 
|-
 
| Ice (Oxite) 50g || 0 || 0 || 125 N2 || 1125 O2 || 0 || 0 || 0
 
|-
 
| Ice (Volatiles) 50g || 0 || 0 || 0 || 0 || 0 || 1100 H2 || 0
 
|-
 
| Ice (Water) 50g || 0 || 0 || 250 N2 || 0 || 0 || 0 || 1000 H2O (Steam)
 
|}
 
 
 
{{Data Network Header}}
 
 
 
{{Warning|This information is known to be outdated. Check the in-game stationpedia for current values}}
 
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Activate || Boolean || Activates the furnace when set to 1. Deactivates it, when set to 0. '''Note''': Deactivating the furnace currently has a bug. (See [[#Bugs]])
 
|-
 
| Lock || Boolean || Locks the Arc Furnace when set to 1. Unlocks it, when set to 0.
 
|-
 
| On || Boolean || Turns the Arc Furnace on when set to 1. Turns it off, when set to 0.
 
|}
 
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name !! Data Type !! Description
 
|-
 
| On || Boolean || Returns whether the Arc Furnace is turned on. (0 for no, 1 for yes)
 
|-
 
| Power || Boolean || Returns whether the Arc Furnace is turned on and receives power. (0 for no, 1 for yes)
 
|-
 
| PreFabHash|| Float || 247344692
 
|-
 
| Reagents || Boolean || Returns the ammount of ore items it has already processed and will export if turend off or deactivated.
 
|-
 
| RecipeHash|| Float || Returns the hash number of the current recipe
 
|-
 
| RequiredPower || Integer || Returns the current amount of power, required by the Arc Furnace, in Watts. '''Note''': This output currently has a bug. (See [[#Bugs]])
 
|-
 
| Activate || Boolean || Returns whether the Arc Furnace is activated. (0 for no, 1 for yes)
 
|-
 
| Error || Boolean || Returns whether the Arc Furnace is flashing an error. (0 for no, 1 for yes)
 
|-
 
| ExportCount || Integer || Returns the nuymber of times it exported a stack of ingots.
 
|-
 
| Idle || Boolean || Returns whether the Arc Furnace is idling. (0 for no, 1 for yes)
 
|-
 
| ImportCount || Integer || Returns the number of times a stack of ores was introduced in the input slot.
 
|-
 
| Lock || Boolean || Returns whether the Arc Furnace is locked. (0 for no, 1 for yes)
 
|}
 
 
 
== Builds ==
 
 
 
* [[Arc Furnace Automation]]
 
 
 
== Bugs == <!--T:5-->
 
* Deactivating the Arc Furnace via it's "Activate" logic parameter causes the visual smelting effects to turn off, the input slot to open, but the smelting to still continue. Once the item in the input slot is used up, the smelting result is still dropped from the output. Taking out the item in that state causes the "smelting" to be stopped and the already smelted amount to be dropped from the output. While in the false "smelting" state, the "Activate" output is 0. (Still present in version 0.1.1234.6112)
 
* The "RequiredPower" output does not update while smelting. It only returns 5 when on, and 0 otherwise. (Still present in version 0.1.1234.6112)
 
 
</translate>
 
</translate>

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)