Furnace: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Furnaces can be affected by [[Beacon]]s. | Furnaces can be affected by [[Beacon]]s. | ||
==Types== | == Beginner == | ||
=== 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.]] | [[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" | ||
Line 21: | Line 22: | ||
For details on Crafting Speed see: https://forums.factorio.com/viewtopic.php?f=18&t=8370 | For details on Crafting Speed see: https://forums.factorio.com/viewtopic.php?f=18&t=8370 | ||
== | == Advanced == | ||
===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 29: | Line 30: | ||
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. | ||
== | == Expert == | ||
===Relationship to [[Assembling machine]]=== | ===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. |
Revision as of 11:46, 21 March 2016
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.
Beginner
Types
Type | Total raw | Crafting 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 |
For details on Crafting Speed see: https://forums.factorio.com/viewtopic.php?f=18&t=8370
Advanced
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.
Expert
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.