Furnace: Difference between revisions
(Little bit of clean up) |
|||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
[[File:factorio-beacon.png|thumb|384px|12 [[Electric furnace]]s affected by a single [[Basic beacon]] (this number can't be improved as of 7.1).]] | |||
Furnaces are used to smelt [[items#resources|resources]] into usable [[items#Intermediate products|products]] for further usage. This makes them a key building for development and automation. Starting with very basic [[Stone_furnace|stone furnaces]] the player can advance through [[research]] and replace them with more efficient and faster furnaces later in the game. | Furnaces are used to smelt [[items#resources|resources]] into usable [[items#Intermediate products|products]] for further usage. This makes them a key building for development and automation. Starting with very basic [[Stone_furnace|stone furnaces]] the player can advance through [[research]] and replace them with more efficient and faster furnaces later in the game. | ||
Furnaces can be affected by [[Beacon]]s. | Furnaces can be affected by [[Beacon]]s. | ||
== | |||
==Types== | |||
[[File:furnace-example-1.png|thumb|384px|An advanced smelter in late gameplay. Furnaces energy consumption reduced to minimum of 20% with 2 [[module|Effictivity modules]] consuming only 36 kW each.]] | |||
{| class="wikitable" | {| class="wikitable" | ||
! | ! Type !! Total raw !! Speed !! Maximum energy !! Module slots !! Size | ||
|- | |- | ||
| {{imagelink|stone-furnace|stone_furnace|Stone | | {{imagelink|stone-furnace|stone_furnace|Stone Furnace}} || {{icon|stone|5|stone}} || 1 || 180 kW ([[fuel|burner]]) || 0 || 2 x 2 | ||
|- | |- | ||
| {{imagelink|steel-furnace|steel_furnace|Steel | | {{imagelink|steel-furnace|steel_furnace|Steel Furnace}} || {{icon|steel-bar|8|steel_bar}} {{icon|stone-brick|10|stone_brick}} || 2 || 180 kW ([[fuel|burner]]) || 0 || 2 x 2 | ||
|- | |- | ||
| {{imagelink|electric-furnace|electric_furnace|Electric | | {{imagelink|electric-furnace|electric_furnace|Electric Furnace}} || {{icon|copper-plate|40|copper_plate}} {{icon|iron-plate|20|iron_plate}} <br /> {{icon|steel-bar|15|steel_bar}} {{icon|stone-brick|10|stone_brick}} || 2 || 180 kW ([[Electric_network|electric]]) || 2 || 3 x 3 | ||
|- | |- | ||
|} | |} | ||
== | ==Usages== | ||
===Multitask furnaces=== | |||
== Multitask furnaces == | |||
The furnace chooses the used recipe by itself (it uses the recipe with the right input item). This behavior can be used to furnace, depending on what is currently needed/coming in. | The furnace chooses the used recipe by itself (it uses the recipe with the right input item). This behavior can be used to furnace, depending on what is currently needed/coming in. | ||
Line 31: | Line 27: | ||
Note, that this strategy is quite advanced, cause the inserters will fill normally the furnace up to 5 items, so especially when the output is blocked (cause too much produced) you cannot input (the more needed) item. | Note, that this strategy is quite advanced, cause the inserters will fill normally the furnace up to 5 items, so especially when the output is blocked (cause too much produced) you cannot input (the more needed) item. | ||
== Relationship to [[Assembling machine]] == | ==Technical details== | ||
===Relationship to [[Assembling machine]]=== | |||
Since v0.11 the furnaces are technically (c++ code) the same class. This means for example for modding, that a furnace should be able to use two input items. | Since v0.11 the furnaces are technically (c++ code) the same class. This means for example for modding, that a furnace should be able to use two input items. | ||
==See also== | |||
== See also == | |||
* [http://www.factorioforums.com/forum/viewtopic.php?f=8&t=6802 Smelting where you mine] | * [http://www.factorioforums.com/forum/viewtopic.php?f=8&t=6802 Smelting where you mine] | ||
* [http://www.factorioforums.com/forum/viewtopic.php?f=5&t=6657 Burner or Electric?] | |||
{{MachineNav}} | {{MachineNav}} | ||
[[Category: Crafting network]] | [[Category:Crafting network]] |
Revision as of 13:47, 4 April 2015
Furnaces are used to smelt resources into usable products for further usage. This makes them a key building for development and automation. Starting with very basic stone furnaces the player can advance through research and replace them with more efficient and faster furnaces later in the game.
Furnaces can be affected by Beacons.
Types
Type | Total raw | Speed | Maximum energy | Module slots | Size |
---|---|---|---|---|---|
Stone Furnace | 1 | 180 kW (burner) | 0 | 2 x 2 | |
Steel Furnace | 2 | 180 kW (burner) | 0 | 2 x 2 | |
Electric Furnace | 2 | 180 kW (electric) | 2 | 3 x 3 |
Usages
Multitask furnaces
The furnace chooses the used recipe by itself (it uses the recipe with the right input item). This behavior can be used to furnace, depending on what is currently needed/coming in.
See http://www.factorioforums.com/forum/viewtopic.php?f=5&t=5930&start=10#p47008 and ff.
Note, that this strategy is quite advanced, cause the inserters will fill normally the furnace up to 5 items, so especially when the output is blocked (cause too much produced) you cannot input (the more needed) item.
Technical details
Relationship to Assembling machine
Since v0.11 the furnaces are technically (c++ code) the same class. This means for example for modding, that a furnace should be able to use two input items.