<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iridium235</id>
	<title>Official Factorio Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iridium235"/>
	<link rel="alternate" type="text/html" href="https://wiki.factorio.com/Special:Contributions/Iridium235"/>
	<updated>2026-05-12T17:05:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Debug_mode&amp;diff=216060</id>
		<title>Debug mode</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Debug_mode&amp;diff=216060"/>
		<updated>2025-10-08T15:15:30Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Fixed minor typo (the brood?. Goes &amp;gt; the brood? Goes)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
[[File:debug_during_play.png|thumb|250px|right|Debug mode, with some of its features enabled.]]The &#039;&#039;debug mode&#039;&#039; is used mainly by developers and modders to analyze the running state of the game. It can be enabled to show detailed information about the game world. The default key to enable debug mode is {{keybinding|F5}}.&lt;br /&gt;
&lt;br /&gt;
For example, one can:&lt;br /&gt;
* See the path the [[Enemies#Biters|biters]] are coming from and where they plan to target,&lt;br /&gt;
* See the position / coordinates of the cursor,&lt;br /&gt;
* See a grid-overlay for the [[map structure|tile]]s and [[Map_structure#Chunk|chunks]],&lt;br /&gt;
* See additional non-game related information, such as Updates Per Second and FPS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; In addition to this internal debugging tool there are also third-party debugging tools contributed by the community available on the [https://forums.factorio.com/viewforum.php?f=135 Factorio sub-forum for mod development tools].&lt;br /&gt;
&lt;br /&gt;
== Activate the debug mode ==&lt;br /&gt;
&lt;br /&gt;
There are 2 debug-levels:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Always&#039;&#039;&#039; - This is the default mode, if no mode is active. Keep very few things active here.&lt;br /&gt;
* &#039;&#039;&#039;Debug&#039;&#039;&#039; - Toggled by pressing {{keybinding|F5}}. Allows to toggle the debug overlays.&lt;br /&gt;
&lt;br /&gt;
== Configuring the debug mode ==&lt;br /&gt;
&lt;br /&gt;
To configure the 2 modes, press {{keybinding|F4}}. This opens up a menu with many options. You can move this menu with the mouse, if it hides some interesting underlying thing. You can switch between 2 folders, which reflects the option for that debug-mode (&amp;quot;always&amp;quot;, &amp;quot;debug&amp;quot;). The options are the same for each mode. Each mode can be configured to the user&#039;s liking, the different modes are only for convenience. A search function ({{Keybinding|ctrl|F}}) is available.&lt;br /&gt;
&lt;br /&gt;
== List of debug-options and their function ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Option !! Description&lt;br /&gt;
|-&lt;br /&gt;
| show-fps || Will show the current frames-per-second and updates per second, short &amp;lt;abbr title=&amp;quot;Frames Per Second&amp;quot;&amp;gt;FPS&amp;lt;/abbr&amp;gt; and &amp;lt;abbr title=&amp;quot;Updates Per Second&amp;quot;&amp;gt;UPS&amp;lt;/abbr&amp;gt;. Should be normally about 60.&lt;br /&gt;
|-&lt;br /&gt;
| show-clock || Shows a real time clock.&lt;br /&gt;
|-&lt;br /&gt;
| show-detailed-info ||&lt;br /&gt;
* Shows the cursor position in [[Map_structure#Tile|tiles]] (and subdivisions of that).&lt;br /&gt;
* Current resolution and zoom.&lt;br /&gt;
* How many objects are on the screen (painted by the graphic card).&lt;br /&gt;
* How many entities, chunks and paths are in the game and used.&lt;br /&gt;
|-&lt;br /&gt;
| show-time-usage ||&lt;br /&gt;
* Internal statistics about how long some calculations take, in milliseconds per [[Time#Ticks|tick]].&lt;br /&gt;
* Time is shown as average/min/max of the last 100 ticks, interval can be changed with /perf-avg-frames.&lt;br /&gt;
* Minimum values exclude zeroes (e.g. from ticks where no mod hooks were run).&lt;br /&gt;
* Overall calculation delays (some are parallel) must be under 16.6 ms to maintain normal framerate at 1x speed with 60 ticks per second.&lt;br /&gt;
* The Top section of metrics cover the wider game engines activities. The middle Update section relates to running the simulation for a tick. The bottom Map Generator section relates to the map generation activity. For more details, refer to [[Tutorial:Diagnosing_performance_issues#Decrypting_the_%22time_usage%22_screen|Tutorial:Diagnosing performance issues]].&lt;br /&gt;
|-&lt;br /&gt;
| show-entity-time-usage ||&lt;br /&gt;
|-&lt;br /&gt;
| show-gpu-time-usage ||&lt;br /&gt;
|-&lt;br /&gt;
| show-sprite-counts || The counts of each sprite rendered on screen.&lt;br /&gt;
|-&lt;br /&gt;
| show-lua-object-statistics || Statistics related to the Lua garbarge collector. Update time (avg/min/max), created objects (avg/min/max [total]), destroyed objects (avg/min/max [total]).&lt;br /&gt;
|-&lt;br /&gt;
| show-heat-buffer-info ||&lt;br /&gt;
|-&lt;br /&gt;
| show-multiplayer-waiting-icon || When in a multiplayer game: if the game is currently waiting for the server to process.&lt;br /&gt;
|-&lt;br /&gt;
| show-multiplayer-statistics || The latency information when in multiplayer.&lt;br /&gt;
|-&lt;br /&gt;
| show-multiplayer-selection-rectangles || Allows to view selection rectangles of other players in multiplayer.&lt;br /&gt;
|-&lt;br /&gt;
| show-debug-info-in-tooltips || Shows additional information in the tooltips of entities, items, recipes, tiles etc. &lt;br /&gt;
|-&lt;br /&gt;
| show-resistances-in-tooltips-always || Show entity resitances in all entity tooltips instead of just tooltips of enemy entities and entities with [https://lua-api.factorio.com/latest/prototypes/EntityWithHealthPrototype.html#hide_resistances hide_resistances] set to false.&lt;br /&gt;
|-&lt;br /&gt;
| hide-mod-guis || Hides GUIs added by mods. &lt;br /&gt;
|-&lt;br /&gt;
| show-tile-grid || Shows the borders of the [[Map_structure#Tile|tiles]] and [[Map_structure#Chunk|chunks]].&lt;br /&gt;
|-&lt;br /&gt;
| show-blueprint-grid ||&lt;br /&gt;
|-&lt;br /&gt;
| show-collision-rectangles || Shows the collision boxes of each entity (red).&lt;br /&gt;
|-&lt;br /&gt;
| show-selection-rectangles || Shows a blue box over each entity, if you hover over it, it will be selected.&lt;br /&gt;
|-&lt;br /&gt;
| show-render-rectangles || Shows a pink box over each entity, if that is on your screen, the entity will be rendered.&lt;br /&gt;
|-&lt;br /&gt;
| show-sticker-boxes ||&lt;br /&gt;
|-&lt;br /&gt;
| show-entity-positions ||&lt;br /&gt;
|-&lt;br /&gt;
| show-entity-velocities ||&lt;br /&gt;
|-&lt;br /&gt;
| show-selected-entity-advanced-tiles || Shows on which advanced tiles (2×2 tiles) the entity is registered.&lt;br /&gt;
|-&lt;br /&gt;
| show-selected-input-transport-belts || Shows which entities input into the selected transport line.&lt;br /&gt;
|-&lt;br /&gt;
| show-paths || The calculated paths for the biters in different colors.&lt;br /&gt;
|-&lt;br /&gt;
| show-path-requests ||&lt;br /&gt;
|-&lt;br /&gt;
| show-next-waypoint-bb || Shows waypoints for biters (in green), nearly the same info as the next.&lt;br /&gt;
|-&lt;br /&gt;
| show-target || Shows the current target of the biters (red).&lt;br /&gt;
|-&lt;br /&gt;
| show-unit-group-info || Biter groups, which belong together (circles and lines belonging together)&lt;br /&gt;
|-&lt;br /&gt;
| show-unit-behavior-info ||&lt;br /&gt;
|-&lt;br /&gt;
| show-pathfinder-fringe ||&lt;br /&gt;
|-&lt;br /&gt;
| show-path-cache || The source-positions of a path and about the length (?)&lt;br /&gt;
|-&lt;br /&gt;
| show-path-cache-paths ||&lt;br /&gt;
|-&lt;br /&gt;
| show-rail-paths || Which path a train will follow.&lt;br /&gt;
|-&lt;br /&gt;
| show-rolling-stock-count || Shows inserter positions&lt;br /&gt;
|-&lt;br /&gt;
| show-rail-connections || Shows rail connections.&lt;br /&gt;
|-&lt;br /&gt;
| show-rail-joints ||&lt;br /&gt;
|-&lt;br /&gt;
| show-rail-segment-collision-boxes ||&lt;br /&gt;
|-&lt;br /&gt;
| show-train-stop-point || When a train slows down it shows the calculated point where it should halt&lt;br /&gt;
|-&lt;br /&gt;
| show-train-braking-distance || The distance a train will take to stop at its current speed&lt;br /&gt;
|-&lt;br /&gt;
| show-train-signals ||&lt;br /&gt;
|-&lt;br /&gt;
| show-train-repathing || Display a flying &amp;quot;repathed&amp;quot; text over a train whenever it repaths.&lt;br /&gt;
|-&lt;br /&gt;
| show-network-connected-entities || Displays the network-id of the electric network that a pole is connected to&lt;br /&gt;
|-&lt;br /&gt;
| show-circuit-network-numbers || Shows the number (and color) of circuit networks&lt;br /&gt;
|-&lt;br /&gt;
| show-energy-sources-networks || Which network-id an entity is connected to.&lt;br /&gt;
|-&lt;br /&gt;
| show-active-state || Inserters, fish, turrets are turned to passive, if not used; Red = inactive, Purple = inactive when enemies aren&#039;t around (turrets etc), Green = inactive when player isn&#039;t around (fish). Passive entities consume less CPU power.&lt;br /&gt;
|-&lt;br /&gt;
| show-wakeup-lists || When an entity is sleeping in another entity it shows which entities it&#039;s sleeping in.&lt;br /&gt;
|-&lt;br /&gt;
| show-transport-lines ||&lt;br /&gt;
|-&lt;br /&gt;
| show-transport-line-gaps ||&lt;br /&gt;
|-&lt;br /&gt;
| show-pollution-values || Shows the numeric pollution amount on each chunk.&lt;br /&gt;
|-&lt;br /&gt;
| show-active-entities-on-chunk-counts ||&lt;br /&gt;
Shows counts of active entities per chunk. They are divided into two categories:&lt;br /&gt;
* Blue = active when a player is around (e.g. fish)&lt;br /&gt;
* Green = active when enemies are around (e.g. turrets)&lt;br /&gt;
|-&lt;br /&gt;
| show-active-chunks || Shows in the map view, which chunks are &amp;quot;on&amp;quot;, unmarked chunks are not calculated.&lt;br /&gt;
|-&lt;br /&gt;
| show-polluted-chunks || Shows which chunks have pollution.&lt;br /&gt;
|-&lt;br /&gt;
| hide-chart-tags || Hides map tags.&lt;br /&gt;
|-&lt;br /&gt;
| show-enemy-expansion-candidate-chunks || Where is space left to spread the brood? Goes from red (nearly no space) to green (space to expand).&lt;br /&gt;
|-&lt;br /&gt;
| show-enemy-expansion-candidate-chunk-values || Which chunks the enemies will try to expand into.&lt;br /&gt;
|-&lt;br /&gt;
| show-bad-attack-chunks ||&lt;br /&gt;
|-&lt;br /&gt;
| show-tile-variations || Shows, which tile-variation (1, 2 or 4 tile sized) is painted for which area of the map. Quite confusing, zoom in to see the meaning.&lt;br /&gt;
|-&lt;br /&gt;
| show-raw-tile-transitions || Turns connected textures for land and water off, so the distinction can easily be made.&lt;br /&gt;
|-&lt;br /&gt;
| show-fluid-box-fluid-info || How much fluid is in a pipe/storage tank, shows flow of liquid in pipes.&lt;br /&gt;
|-&lt;br /&gt;
| show-environment-sound-info || Displays which sound of which entity is played and how loud.&lt;br /&gt;
|-&lt;br /&gt;
| show-environment-sound-area ||&lt;br /&gt;
|-&lt;br /&gt;
| show-selected-entity-audible-range ||&lt;br /&gt;
|-&lt;br /&gt;
| show-recently-played-sound-info ||&lt;br /&gt;
|-&lt;br /&gt;
| show-logistic-robot-targets ||&lt;br /&gt;
|-&lt;br /&gt;
| show-spidertron-movement ||&lt;br /&gt;
|-&lt;br /&gt;
| show-player-robots ||&lt;br /&gt;
|-&lt;br /&gt;
| show-fire-info ||&lt;br /&gt;
|-&lt;br /&gt;
| show-sticker-info ||&lt;br /&gt;
|-&lt;br /&gt;
| show-decorative-names ||&lt;br /&gt;
|-&lt;br /&gt;
| show-decorative-collision-rectangles ||&lt;br /&gt;
|-&lt;br /&gt;
| allow-increased-zoom ||&lt;br /&gt;
|-&lt;br /&gt;
| show-chunk-components ||&lt;br /&gt;
|-&lt;br /&gt;
| show-train-no-path-details || Chat shows extra info on pathfinder for no-pathing trains. [https://forums.factorio.com/viewtopic.php?p=567834#p567834]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=210938</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=210938"/>
		<updated>2025-02-07T17:02:06Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Notes */ Fixed errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
[[File:Quality icon.png|50px|thumb|right|Quality icon]]&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
{{Achievement|look-at-my-shiny-rare-armor}}&lt;br /&gt;
{{Achievement|todays-fish-is-trout-a-la-creme}}&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|my-modules-are-legendary}}&lt;br /&gt;
{{Achievement|no-room-for-more}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
* +30% power consumption on some entities, such as [[inserter]]s and [[asteroid collector]]s&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that consume items have variations for each quality that the items might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality. Recipes that consume only fluids do not have quality variations. If they produce items, those items will be normal quality unless affected by quality modules. Recipes that fill or empty [[barrel]]s and recipes that produce the same item they consume ([[kovarex enrichment process]] and [[fish breeding]]) do not accept quality modules.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]&amp;amp;nbsp;processing units. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]]&amp;amp;nbsp;productivity module 3 and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]]&amp;amp;nbsp;quality module 3, and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]]&amp;amp;nbsp;productivity module 3, then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]]&amp;amp;nbsp;electronic circuits and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]]&amp;amp;nbsp;advanced circuits is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]]&amp;amp;nbsp;processing unit.&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see the Wikipedia article [[Wikipedia:Stochastic matrix|Stochastic matrix]]) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* In the below circumstances, quality modules have no useful effects. &lt;br /&gt;
** Placed in a [[Rocket silo]]&lt;br /&gt;
** Placed in a [[Lab]]&lt;br /&gt;
** Placed in a [[Biolab]]&lt;br /&gt;
** Fluid recipes (e.g [[holmium solution]]) &lt;br /&gt;
* [[Barrel]]s cannot accept quality modules, most likely to stop quality upcycling with no loss.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=210937</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=210937"/>
		<updated>2025-02-07T17:01:18Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
[[File:Quality icon.png|50px|thumb|right|Quality icon]]&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
{{Achievement|look-at-my-shiny-rare-armor}}&lt;br /&gt;
{{Achievement|todays-fish-is-trout-a-la-creme}}&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|my-modules-are-legendary}}&lt;br /&gt;
{{Achievement|no-room-for-more}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
* +30% power consumption on some entities, such as [[inserter]]s and [[asteroid collector]]s&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that consume items have variations for each quality that the items might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality. Recipes that consume only fluids do not have quality variations. If they produce items, those items will be normal quality unless affected by quality modules. Recipes that fill or empty [[barrel]]s and recipes that produce the same item they consume ([[kovarex enrichment process]] and [[fish breeding]]) do not accept quality modules.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]&amp;amp;nbsp;processing units. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]]&amp;amp;nbsp;productivity module 3 and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]]&amp;amp;nbsp;quality module 3, and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]]&amp;amp;nbsp;productivity module 3, then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]]&amp;amp;nbsp;electronic circuits and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]]&amp;amp;nbsp;advanced circuits is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]]&amp;amp;nbsp;processing unit.&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see the Wikipedia article [[Wikipedia:Stochastic matrix|Stochastic matrix]]) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* In these circumstances, quality modules have no useful effects. &lt;br /&gt;
** Placed in a [[Rocket silo]]&lt;br /&gt;
** Placed in a Lab]]&lt;br /&gt;
** Placed in a [[Biolab]]&lt;br /&gt;
** Fluid recipes (e.g [[holmium solution]]) &lt;br /&gt;
* [[Barrel]]s cannot accept quality modules, most likely to stop quality upcycling with no loss.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Barrel&amp;diff=210928</id>
		<title>Barrel</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Barrel&amp;diff=210928"/>
		<updated>2025-02-07T16:49:45Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Notes */ Barrels are the only entities in the game that cannot accept quality modules.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&#039;&#039;&#039;Barrels&#039;&#039;&#039; can be used to store and transport 50 units of various fluids. Since they are solid objects, they can be used as an alternative to pipes, once [[fluid handling (research)|fluid handling]] is researched.  The barrels themselves are reusable once the fluids are drained.&lt;br /&gt;
&lt;br /&gt;
Barrels stack in groups of 10. A single [[cargo wagon]] can hold 400 barrels, which gives a capacity of 20,000 units per cargo wagon – 30,000 fewer units than the capacity of a [[fluid wagon]]. &lt;br /&gt;
&lt;br /&gt;
Empty barrels have a rocket capacity{{SA}} of 200. Full barrels, regardless of fluid, have a rocket capacity{{SA}} of 100. As such, a single rocket can carry 5000 units of any fluid which can be barrelled.&lt;br /&gt;
&lt;br /&gt;
== Empty barrels ==&lt;br /&gt;
&#039;&#039;&#039;Empty barrels&#039;&#039;&#039; can be crafted.  When barrels are emptied, the (required) [[assembling machine]] will also return an empty barrel.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;Recipe:&#039;&#039;&#039; || {{icon|steel plate|1}} + {{icon|time|1}} → {{icon|Empty barrel|1}}&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Req. technology:&#039;&#039;&#039; || {{icontech|Fluid handling (research)|}} [[Fluid handling (research)|Fluid handling]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Process !! Input !! Machine !! Output&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty crude oil barrel||}} Empty crude oil barrel || {{Icon|crude oil barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|Crude oil|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty heavy oil barrel||}} Empty heavy oil barrel || {{Icon|heavy oil barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|Heavy oil|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty light oil barrel||}} Empty light oil barrel || {{Icon|light oil barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|light oil|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty lubricant barrel||}} Empty lubricant barrel || {{Icon|lubricant barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|lubricant|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty petroleum gas barrel||}} Empty petroleum gas barrel || {{Icon|petroleum gas barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|petroleum gas|50}}&lt;br /&gt;
|- &lt;br /&gt;
| {{Icon|Empty sulfuric acid barrel||}} Empty sulfuric acid barrel || {{Icon|sulfuric acid barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|sulfuric acid|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty water barrel||}} Empty water barrel || {{Icon|water barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|Empty barrel|1|}} + {{icon|water|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty fluoroketone (hot) barrel|space-age=yes||}} Empty fluoroketone (hot) barrel || {{Icon|fluoroketone (hot) barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{icon|Empty barrel|1|}} + {{icon|fluoroketone (hot)|50}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Empty fluoroketone (cold) barrel|space-age=yes||}} Empty fluoroketone (cold) barrel || {{Icon|fluoroketone (cold) barrel|1|}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{icon|Empty barrel|1|}} + {{icon|fluoroketone (cold)|50}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Fill barrels ==&lt;br /&gt;
&#039;&#039;&#039;Filled barrels&#039;&#039;&#039; cannot be crafted.  They are filled using the respective [[fluid system|fluids]]&#039;s &#039;&#039;&#039;Fill barrel&#039;&#039;&#039; process which consumes empty barrels.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Process !! Input !! Machine !! Output&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill crude oil barrel||}} Fill crude oil barrel || {{Icon|Empty barrel|1|}} {{icon|Crude oil|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|crude oil barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill heavy oil barrel||}} Fill heavy oil barrel || {{Icon|empty barrel|1|}} {{icon|heavy oil|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|heavy oil barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill light oil barrel||}} Fill light oil barrel || {{Icon|empty barrel|1|}} {{icon|light oil|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|light oil barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill lubricant barrel||}} Fill lubricant barrel || {{Icon|empty barrel|1|}} {{icon|lubricant|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|lubricant barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill petroleum gas barrel||}} Fill petroleum gas barrel || {{Icon|empty barrel|1|}} {{icon|petroleum gas|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|petroleum gas barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill sulfuric acid barrel||}} Fill sulfuric acid barrel || {{Icon|empty barrel|1|}} {{icon|sulfuric acid|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|sulfuric acid barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill water barrel||}} Fill water barrel || {{Icon|empty barrel|1|}} {{icon|water|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|water barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill fluoroketone (hot) barrel|space-age=yes||}} Fill fluoroketone (hot) barrel || {{Icon|empty barrel|1|}} {{icon|fluoroketone (hot)|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|fluoroketone (hot) barrel|1|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fill fluoroketone (cold) barrel|space-age=yes||}} Fill fluoroketone (cold) barrel || {{Icon|empty barrel|1|}} {{icon|fluoroketone (cold)|50}} {{icon|time|0.2}} || {{icon|Assembling machine 2}} or {{icon|Assembling machine 3}} || {{Icon|fluoroketone (cold) barrel|1|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example of use ==&lt;br /&gt;
Barrels are useful in situations where pipes are not available or a bad option, such as oil production far away from your main factory, or when transporting fluids to another planet in [[Space Age]]{{SA}}.  Barrels can be transported with a [[belt transport system]] or [[railway]], by [[logistic robot]]s, via [[car]] or [[tank]], or in the [[player]]&#039;s inventory. A simple example with [[transport belts]]:&lt;br /&gt;
&lt;br /&gt;
[[File:Crude-oil-barrel-handling-example.png]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Despite being labelled as an intermediate product, barrels cannot accept [[productivity module]]s.&lt;br /&gt;
* Barrels are the only entities in the game that cannot accept [[quality module]]s.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{History|0.16.8|&lt;br /&gt;
* Lowered barrel fluid capacity from 250 to 50. (So cargo wagon with barrels holds 20k and logistic robots are not too strong alternative to carrying fluids.)&lt;br /&gt;
* Decreased barrelling crafting time from 1 second to 0.2 seconds.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Added automatic barreling support for all fluids.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.9.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fluid handling (research)|Fluid handling]]&lt;br /&gt;
* [[Oil processing]]&lt;br /&gt;
* [[Crude oil]]&lt;br /&gt;
&lt;br /&gt;
{{C|Intermediate products}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quantum_processor_(research)&amp;diff=210556</id>
		<title>Quantum processor (research)</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quantum_processor_(research)&amp;diff=210556"/>
		<updated>2025-01-31T00:35:51Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* History */ 2.0.33 info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Quantum processor (research)}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
Unlocks the [[quantum processor]], a late-game item used for [[railgun]]s, [[fusion reactor|fusion energy]] and [[promethium science pack]]s.&lt;br /&gt;
Despite requiring the [[biter egg handling (research)]], the processor does not require biter eggs to craft.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{History|2.0.33|&lt;br /&gt;
* [[Biter egg handling]] is no longer a prerequisite for this research as it is moved as a prerequisite for [[promethium science pack]].&lt;br /&gt;
}}&lt;br /&gt;
{{History|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]]&lt;br /&gt;
&lt;br /&gt;
{{TechNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Infobox:Quantum_processor_(research)&amp;diff=210555</id>
		<title>Infobox:Quantum processor (research)</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Infobox:Quantum_processor_(research)&amp;diff=210555"/>
		<updated>2025-01-31T00:33:45Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Updated for 2.0.33&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|space-age = yes&lt;br /&gt;
|category = Technology&lt;br /&gt;
|prototype-type = technology&lt;br /&gt;
|internal-name = quantum-processor&lt;br /&gt;
|effects = quantum processor&lt;br /&gt;
|required-technologies = Cryogenic science pack&lt;br /&gt;
|cost = Time, 60 + Automation science pack, 1 + Logistic science pack, 1 + Chemical science pack, 1 + Production science pack,1 + Utility science pack,1 + Space science pack, 1 + Metallurgic science pack,1 + Electromagnetic science pack,1 + Agricultural science pack, 1 + Cryogenic science pack,1&lt;br /&gt;
|cost-multiplier = 500&lt;br /&gt;
|allows = Railgun + Fusion reactor&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;[[Category:Infobox page]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=210007</id>
		<title>Aquilo</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=210007"/>
		<updated>2025-01-24T11:46:31Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Notes */ Added the word &amp;quot;all&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:aquilo_preview.png|210px|right]]&#039;&#039;&#039;Aquilo&#039;&#039;&#039; is a desolate, freezing ocean [[planet]]. Its surface consists solely of a vast ocean of liquid ammonia, with the occasional floating iceberg.&lt;br /&gt;
&lt;br /&gt;
Progression wise, Aquilo is meant to be visited after establishing factories on all the previous planets. [[Planet discovery Aquilo (research)]] requires [[rocket turret]]s, [[Advanced asteroid processing (research)]], and [[heating tower]]s from Gleba, [[Asteroid reprocessing (research)]] from [[Vulcanus]], and [[Electromagnetic science pack (research)]] from [[Fulgora]].&lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Aquilo (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-aquilo}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive items ==&lt;br /&gt;
The following items are unlocked on Aquilo:&lt;br /&gt;
*{{imagelink|Cryogenic plant|space-age=yes}}&lt;br /&gt;
*{{imagelink|Cryogenic science pack|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion generator|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion reactor|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun turret|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun|space-age=yes}}&lt;br /&gt;
*{{imagelink|Captive biter spawner|space-age=yes}}&lt;br /&gt;
*{{imagelink|Portable fusion reactor|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Aquilo Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 20 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 10&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 01%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 300&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 15&lt;br /&gt;
|-&lt;br /&gt;
| Robot energy usage || 500%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Natural resources ===&lt;br /&gt;
In terms of directly exploitable natural resources, Aquilo has:&lt;br /&gt;
* [[Ammoniacal solution]]{{SA}} (via [[offshore pump]] on the edge of the ammoniacal seas)&lt;br /&gt;
* [[Lithium brine]]{{SA}} (via [[pumpjack]])&lt;br /&gt;
* [[Fluorine]]{{SA}} (via pumpjack)&lt;br /&gt;
* [[Crude oil]] (via pumpjack)&lt;br /&gt;
&lt;br /&gt;
With crude oil being the only non-exclusive resource to Aquilo, excluding ice obtained from [[lithium ice formation]].&lt;br /&gt;
&lt;br /&gt;
Stone, iron and copper (and coal if desired) need to be imported from other planets as Aquilo lacks ways to obtain these from the environment.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained via [[Ammoniacal solution separation]] and [[Ice melting]]&lt;br /&gt;
* [[Stone]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Iron ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Copper ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Coal]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Crude oil]] can be obtained using pumpjacks as normal&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
&lt;br /&gt;
The starting area on Aquilo is a relatively small patch of snow and ice terrain. Beyond this small platform are the vast ammoniacal seas, which have small dots of icey terrain in them, usually around [[crude_oil|crude oil]], [[fluorine]]{{SA}}, or [[lithium_brine|lithium brine]]{{SA}} resource geysers. Aquilo is notable for having nothing to drill with any kind of miner. All natural resources, spare the [[lithium ice formation]]s, are gathered either by an [[offshore pump]] or [[pumpjack]]. Bases on Aquilo will be reliant on regularly shipping in resources from other planets.&lt;br /&gt;
&lt;br /&gt;
=== Ice terrain ===&lt;br /&gt;
&lt;br /&gt;
On Aquilo, most terrain must be constructed, but [[landfill]] and [[foundation]]{{SA}} are no help. Instead, you must use [[ice platform|ice platforms]]{{SA}}. These platforms are created by first using [[ammoniacal solution separation]]{{SA}} to make [[ice]]{{SA}} and [[ammonia]]{{SA}}, then re-combining those into a platform that can be placed on the ocean like [[landfill]].&lt;br /&gt;
&lt;br /&gt;
Snowy terrain can be built on directly, but on any kind of ice terrain or [[ice platform]], most buildings will require an insulating floor of [[concrete]] tiles or derivatives before they can be placed. [[Stone_brick|Stone Bricks]] can not be used to pave ice. Despite the flavor text stating that ice platforms &amp;quot;Will melt if exposed to heat&amp;quot;, they do not actually melt.&lt;br /&gt;
&lt;br /&gt;
=== Freezing ===&lt;br /&gt;
Aquilo is brutally cold. The harsh ambient temperatures drain the energy from any airborne [[construction robot|construction robots]] and [[logistic robot|logistic robots]], making them consume 5 times more power than normal. Most buildings will freeze and stop working unless heated by a [[heat pipe]] or heat generator. Heat can be generated by the [[nuclear reactor]] or [[heating tower]]{{SA}}. &lt;br /&gt;
&lt;br /&gt;
Once a building is adjacent to a heat source above 29°C (30.01°C or higher), it will consume heat energy to maintain its state, reducing the energy (and temperature) in the heat source. Different entities consume different amounts of heat to prevent freezing. &lt;br /&gt;
&lt;br /&gt;
===Notes=== &lt;br /&gt;
* [[Underground belt]]s and [[pipe]]s are substantially larger heat drains than their above-ground versions &lt;br /&gt;
* Heat pipes do not lose heat to the environment; they only lose heat to entities that need to be kept warm. &lt;br /&gt;
* All [[burner devices|burner]] entities and heat-producing machines are immune to freezing.&lt;br /&gt;
&lt;br /&gt;
For details on heat throughput, see the [[heat pipe]] page.&lt;br /&gt;
&lt;br /&gt;
A building is adjacent to a heat source when it is one tile away from the heat source either orthogonally or diagonally. All of the pipes would be heated in the below example:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Just using a one-row table here for display purposes, trying to use wide stretchy preformatted box or block quotes as insets was ugly --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[File:Ice_platform.png|24px|link=Ice_platform]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Ice_platform.png|24px|link=Ice_platform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=Pipe]][[File:Pipe.png|24px|link=pipe]][[File:Heat_pipe.png|24px|link=heat_pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=Pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Heating_tower.png|72px|link=Heating_tower]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Heat_demo.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Entity Heat Consumption&lt;br /&gt;
|-&lt;br /&gt;
! Building !! Kilowatts&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Transport belt}} {{Icon|Fast transport belt}} {{Icon|Express transport belt}} {{Icon|Turbo transport belt}}|| 10&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Underground belt}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fast underground belt}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Express underground belt}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo underground belt}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Splitter}} {{Icon|Fast splitter}} {{Icon|Express splitter}} || 40&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo splitter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe}} || 1&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe to ground}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pump}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Storage tank}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Power switch}} || 20&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Steam engine}} {{Icon|Steam turbine}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pumpjack}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Inserter}} {{Icon|Fast inserter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Long-handed inserter}} {{Icon|Bulk inserter}} {{Icon|Stack inserter}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Arithmetic combinator}} {{Icon|Decider combinator}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Selector combinator}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Assembling machine 1}} {{Icon|Assembling machine 2}} {{Icon|Assembling machine 3}} {{Icon|Electric furnace}} {{Icon|Chemical plant}} {{Icon|Lab}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Cryogenic plant}} {{Icon|Recycler}} {{Icon|Biochamber}} {{Icon|Electromagnetic plant}} {{Icon|Centrifuge}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Oil refinery}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Foundry}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Roboport}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Rocket silo}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Beacon}} ||400&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following Entities are immune from freezing. Many may be placed directly on ice tiles (with the exceptions you might expect, mostly).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Tile !!  Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}} || {{Icon|Cargo landing pad}} {{Icon|Cargo bay}} || Space Cargo&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Offshore pump}} || Offshore Pumps&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Wooden chest}} {{Icon|Iron chest}} {{Icon|Steel chest}} {{Icon|Active provider chest}} {{Icon|Passive provider chest}} {{Icon|Storage chest}} {{Icon|Buffer chest}} {{Icon|Requester chest}} || Chests&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Small electric pole}} {{Icon|Medium electric pole}} {{Icon|Big electric pole}} {{Icon|Substation}} || Electric Poles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Solar panel}} {{Icon|Accumulator}} {{Icon|Lamp}} {{Icon|Constant combinator}} || Basic Electric Devices&lt;br /&gt;
|- &lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Programmable speaker}} {{Icon|Display panel}} || Player Notification Devices&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Burner inserter}} {{Icon|Boiler}} {{Icon|Stone furnace}} {{Icon|Steel furnace}} || Burner Entities&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Nuclear reactor}} {{Icon|Heat exchanger}} {{Icon|Heating tower}} {{Icon|Heat pipe}} || Heat Generators and Heat Pipes&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Fusion reactor}} {{Icon|Fusion generator}} || Fusion Power&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Lightning rod}} {{Icon|Lightning collector}} || Lightning Collectors&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Tesla turret}} || Tesla Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Flamethrower turret}}  || Flamethrower Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Wall}} {{Icon|Gate}} || Walls and Gates&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Construction robot}} {{Icon|Logistic robot}} {{Icon|Defender capsule}} {{Icon|Distractor capsule}} {{Icon|Destroyer capsule}} || Bots&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Car}} {{Icon|Tank}} {{Icon|Spidertron}} || Vehicles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Locomotive}} {{Icon|Cargo wagon}} {{Icon|Fluid wagon}} {{Icon|Artillery wagon}} || Trains&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Straight rail}} {{Icon|Rail ramp}} {{Icon|Rail support}} {{Icon|Train stop}} {{Icon|Rail signal}} {{Icon|Rail chain signal}} || Rail Pieces&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Solar energy ===&lt;br /&gt;
Aquilo is far from the sun, and so [[solar panel]]s on its surface only output at 1% of their rate on Nauvis: 0.6 kW peak production. This makes panels practical for little more than powering a handful of [[inserter]]s to jump start heat production.&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Aquilo]] is connected to 2 other planets, [[Gleba]]{{SA}} and [[Fulgora]]{{SA}}, along with the [[Solar system edge]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgora]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Solar system edge]]{{SA}}|| 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Fulgora_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Fulgora]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Aquilo_Solar_System_Edge.png]] &amp;lt;br&amp;gt; Space route from [[Aquilo]] to [[Solar system edge]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Big&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] Metallic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] Carbonic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] Oxide&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 60%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .10&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| 0&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
aquilo_landscape.png|Example landscape of Aquilo.&lt;br /&gt;
aquilo_landscape_main_menu.png|Aquilo seen on the expansion&#039;s title screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In mythology, Aquilo is the Roman god of the north wind, storms, and winter.&lt;br /&gt;
* Aquilo&#039;s design with ice and liquid ammonia oceans is based on real-world [https://en.wikipedia.org/wiki/Ice%20planet ice planets].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=209978</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=209978"/>
		<updated>2025-01-24T04:12:35Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Achievements */ Removed duplicate and reordered the achevements, from easiest to hardest.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Boilerplate&lt;br /&gt;
|icon=No-building-material-icon.png&lt;br /&gt;
|line-1=This article is a lacking sources for details of upcoming changes.&lt;br /&gt;
|line-2=You can help this wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} adding them].}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
[[File:Quality icon.png|50px|thumb|right|Quality icon]]&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
{{Achievement|look-at-my-shiny-rare-armor}}&lt;br /&gt;
{{Achievement|todays-fish-is-trout-a-la-creme}}&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|my-modules-are-legendary}}&lt;br /&gt;
{{Achievement|no-room-for-more}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that create items have variations for each quality that the item might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]] and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]], and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]], then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]] and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]] is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]].&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see Stochastic Matrix on wikipedia) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209922</id>
		<title>Aquilo</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209922"/>
		<updated>2025-01-23T00:52:02Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Mechanics */ Added links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:aquilo_preview.png|210px|right]]&#039;&#039;&#039;Aquilo&#039;&#039;&#039; is a desolate, freezing ocean [[planet]]. Its surface consists solely of a vast ocean of liquid ammonia, with the occasional floating iceberg.&lt;br /&gt;
&lt;br /&gt;
Progression wise, Aquilo is meant to be visited after establishing factories on all the previous planets. [[Planet discovery Aquilo (research)]] requires [[rocket turret]]s, [[Advanced asteroid processing (research)]], and [[heating tower]]s from Gleba, [[Asteroid reprocessing (research)]] from [[Vulcanus]], and [[Electromagnetic science pack (research)]] from [[Fulgora]].&lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Aquilo (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-aquilo}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive items ==&lt;br /&gt;
The following items are unlocked on Aquilo:&lt;br /&gt;
*{{imagelink|Cryogenic plant|space-age=yes}}&lt;br /&gt;
*{{imagelink|Cryogenic science pack|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion generator|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion reactor|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun turret|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun|space-age=yes}}&lt;br /&gt;
*{{imagelink|Captive biter spawner|space-age=yes}}&lt;br /&gt;
*{{imagelink|Portable fusion reactor|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Aquilo Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 20 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 10&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 01%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 300&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 15&lt;br /&gt;
|-&lt;br /&gt;
| Robot energy usage || 500%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Natural resources ===&lt;br /&gt;
In terms of directly exploitable natural resources, Aquilo has:&lt;br /&gt;
* [[Ammoniacal solution]]{{SA}} (via [[offshore pump]] on the edge of the ammoniacal seas)&lt;br /&gt;
* [[Lithium brine]]{{SA}} (via [[pumpjack]])&lt;br /&gt;
* [[Fluorine]]{{SA}} (via pumpjack)&lt;br /&gt;
* [[Crude oil]] (via pumpjack)&lt;br /&gt;
&lt;br /&gt;
With crude oil being the only non-exclusive resource to Aquilo, excluding ice obtained from [[lithium ice formation]].&lt;br /&gt;
&lt;br /&gt;
Stone, iron and copper (and coal if desired) need to be imported from other planets as Aquilo lacks ways to obtain these from the environment.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained via [[Ammoniacal solution separation]] and [[Ice melting]]&lt;br /&gt;
* [[Stone]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Iron ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Copper ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Coal]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Crude oil]] can be obtained using pumpjacks as normal&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
&lt;br /&gt;
The starting area on Aquilo is a relatively small patch of snow and ice terrain. Beyond this small platform are the vast ammoniacal seas, which have small dots of icey terrain in them, usually around [[crude_oil|crude oil]], [[fluorine]]{{SA}}, or [[lithium_brine|lithium brine]]{{SA}} resource geysers. Aquilo is notable for having nothing to drill with any kind of miner. All natural resources, spare the [[lithium ice formation]]s, are gathered either by an [[offshore pump]] or [[pumpjack]]. Bases on Aquilo will be reliant on regularly shipping in resources from other planets.&lt;br /&gt;
&lt;br /&gt;
=== Ice terrain ===&lt;br /&gt;
&lt;br /&gt;
On Aquilo, most terrain must be constructed, but [[landfill]] and [[foundation]]{{SA}} are no help. Instead, you must use [[ice platform|ice platforms]]{{SA}}. These platforms are created by first using [[ammoniacal solution separation]]{{SA}} to make [[ice]]{{SA}} and [[ammonia]]{{SA}}, then re-combining those into a platform that can be placed on the ocean like [[landfill]].&lt;br /&gt;
&lt;br /&gt;
Snowy terrain can be built on directly, but on any kind of ice terrain or [[ice platform]], most buildings will require an insulating floor of [[concrete]] tiles or derivatives before they can be placed. [[Stone_brick|Stone Bricks]] can not be used to pave ice. Despite the flavor text stating that ice platforms &amp;quot;Will melt if exposed to heat&amp;quot;, they do not actually melt.&lt;br /&gt;
&lt;br /&gt;
=== Freezing ===&lt;br /&gt;
Aquilo is brutally cold. The harsh ambient temperatures drain the energy from any airborne [[construction robot|construction robots]] and [[logistic robot|logistic robots]], making them consume 5 times more power than normal. Most buildings will freeze and stop working unless heated by a [[heat pipe]] or heat generator. Heat can be generated by the [[nuclear reactor]] or [[heating tower]]{{SA}}. &lt;br /&gt;
&lt;br /&gt;
Once a building is adjacent to a heat source above 29°C (30.01°C or higher), it will consume heat energy to maintain its state, reducing the energy (and temperature) in the heat source. Different entities consume different amounts of heat to prevent freezing. &lt;br /&gt;
&lt;br /&gt;
===Notes=== &lt;br /&gt;
* [[Underground belt]]s and [[pipe]]s are substantially larger heat drains than their above-ground versions &lt;br /&gt;
* Heat pipes do not lose heat to the environment; they only lose heat to entities that need to be kept warm. &lt;br /&gt;
* [[burner devices|Burner]] entities and heat-producing machines are immune to freezing.&lt;br /&gt;
&lt;br /&gt;
For details on heat throughput, see the [[heat pipe]] page.&lt;br /&gt;
&lt;br /&gt;
A building is adjacent to a heat source when it is one tile away from the heat source either orthogonally or diagonally. All of the pipes would be heated in the below example:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Just using a one-row table here for display purposes, trying to use wide stretchy preformatted box or block quotes as insets was ugly --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[File:Ice_platform.png|24px|link=Ice_platform]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Ice_platform.png|24px|link=Ice_platform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=Pipe]][[File:Pipe.png|24px|link=pipe]][[File:Heat_pipe.png|24px|link=heat_pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=Pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Heating_tower.png|72px|link=Heating_tower]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Heat_demo.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Entity Heat Consumption&lt;br /&gt;
|-&lt;br /&gt;
! Building !! Kilowatts&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Transport belt}} {{Icon|Fast transport belt}} {{Icon|Express transport belt}} {{Icon|Turbo transport belt}}|| 10&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Underground belt}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fast underground belt}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Express underground belt}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo underground belt}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Splitter}} {{Icon|Fast splitter}} {{Icon|Express splitter}} || 40&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo splitter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe}} || 1&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe to ground}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pump}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Storage tank}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Power switch}} || 20&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Steam engine}} {{Icon|Steam turbine}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pumpjack}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Inserter}} {{Icon|Fast inserter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Long-handed inserter}} {{Icon|Bulk inserter}} {{Icon|Stack inserter}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Arithmetic combinator}} {{Icon|Decider combinator}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Selector combinator}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Assembling machine 1}} {{Icon|Assembling machine 2}} {{Icon|Assembling machine 3}} {{Icon|Electric furnace}} {{Icon|Chemical plant}} {{Icon|Lab}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Cryogenic plant}} {{Icon|Recycler}} {{Icon|Biochamber}} {{Icon|Electromagnetic plant}} {{Icon|Centrifuge}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Oil refinery}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Foundry}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Roboport}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Rocket silo}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Beacon}} ||400&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following Entities are immune from freezing. Many may be placed directly on ice tiles (with the exceptions you might expect, mostly).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Tile !!  Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}} || {{Icon|Cargo landing pad}} {{Icon|Cargo bay}} || Space Cargo&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Offshore pump}} || Offshore Pumps&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Wooden chest}} {{Icon|Iron chest}} {{Icon|Steel chest}} {{Icon|Active provider chest}} {{Icon|Passive provider chest}} {{Icon|Storage chest}} {{Icon|Buffer chest}} {{Icon|Requester chest}} || Chests&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Small electric pole}} {{Icon|Medium electric pole}} {{Icon|Big electric pole}} {{Icon|Substation}} || Electric Poles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Solar panel}} {{Icon|Accumulator}} {{Icon|Lamp}} {{Icon|Constant combinator}} || Basic Electric Devices&lt;br /&gt;
|- &lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Programmable speaker}} {{Icon|Display panel}} || Player Notification Devices&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Burner inserter}} {{Icon|Boiler}} {{Icon|Stone furnace}} {{Icon|Steel furnace}} || Burner Entities&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Nuclear reactor}} {{Icon|Heat exchanger}} {{Icon|Heating tower}} {{Icon|Heat pipe}} || Heat Generators and Heat Pipes&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Fusion reactor}} {{Icon|Fusion generator}} || Fusion Power&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Lightning rod}} {{Icon|Lightning collector}} || Lightning Collectors&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Tesla turret}} || Tesla Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Flamethrower turret}}  || Flamethrower Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Wall}} {{Icon|Gate}} || Walls and Gates&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Construction robot}} {{Icon|Logistic robot}} {{Icon|Defender capsule}} {{Icon|Distractor capsule}} {{Icon|Destroyer capsule}} || Bots&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Car}} {{Icon|Tank}} {{Icon|Spidertron}} || Vehicles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Locomotive}} {{Icon|Cargo wagon}} {{Icon|Fluid wagon}} {{Icon|Artillery wagon}} || Trains&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Straight rail}} {{Icon|Rail ramp}} {{Icon|Rail support}} {{Icon|Train stop}} {{Icon|Rail signal}} {{Icon|Rail chain signal}} || Rail Pieces&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Solar energy ===&lt;br /&gt;
Aquilo is far from the sun, and so [[solar panel]]s on its surface only output at 1% of their rate on Nauvis: 0.6 kW peak production. This makes panels practical for little more than powering a handful of [[inserter]]s to jump start heat production.&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Aquilo]] is connected to 2 other planets, [[Gleba]]{{SA}} and [[Fulgora]]{{SA}}, along with the [[Solar system edge]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgora]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Solar system edge]]{{SA}}|| 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Fulgora_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Fulgora]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Aquilo_Solar_System_Edge.png]] &amp;lt;br&amp;gt; Space route from [[Aquilo]] to [[Solar system edge]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Big&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] Metallic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] Carbonic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] Oxide&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 60%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .10&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| 0&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
aquilo_landscape.png|Example landscape of Aquilo.&lt;br /&gt;
aquilo_landscape_main_menu.png|Aquilo seen on the expansion&#039;s title screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In mythology, Aquilo is the Roman god of the north wind, storms, and winter.&lt;br /&gt;
* Aquilo&#039;s design with ice and liquid ammonia oceans is based on real-world [https://en.wikipedia.org/wiki/Ice%20planet ice planets].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209921</id>
		<title>Aquilo</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209921"/>
		<updated>2025-01-23T00:49:52Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Freezing */ Added info on burner entities. Moved notes to a separate section to make it more readable.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:aquilo_preview.png|210px|right]]&#039;&#039;&#039;Aquilo&#039;&#039;&#039; is a desolate, freezing ocean [[planet]]. Its surface consists solely of a vast ocean of liquid ammonia, with the occasional floating iceberg.&lt;br /&gt;
&lt;br /&gt;
Progression wise, Aquilo is meant to be visited after establishing factories on all the previous planets. [[Planet discovery Aquilo (research)]] requires [[rocket turret]]s, [[Advanced asteroid processing (research)]], and [[heating tower]]s from Gleba, [[Asteroid reprocessing (research)]] from [[Vulcanus]], and [[Electromagnetic science pack (research)]] from [[Fulgora]].&lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Aquilo (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-aquilo}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive items ==&lt;br /&gt;
The following items are unlocked on Aquilo:&lt;br /&gt;
*{{imagelink|Cryogenic plant|space-age=yes}}&lt;br /&gt;
*{{imagelink|Cryogenic science pack|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion generator|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion reactor|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun turret|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun|space-age=yes}}&lt;br /&gt;
*{{imagelink|Captive biter spawner|space-age=yes}}&lt;br /&gt;
*{{imagelink|Portable fusion reactor|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Aquilo Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 20 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 10&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 01%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 300&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 15&lt;br /&gt;
|-&lt;br /&gt;
| Robot energy usage || 500%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Natural resources ===&lt;br /&gt;
In terms of directly exploitable natural resources, Aquilo has:&lt;br /&gt;
* [[Ammoniacal solution]]{{SA}} (via [[offshore pump]] on the edge of the ammoniacal seas)&lt;br /&gt;
* [[Lithium brine]]{{SA}} (via [[pumpjack]])&lt;br /&gt;
* [[Fluorine]]{{SA}} (via pumpjack)&lt;br /&gt;
* [[Crude oil]] (via pumpjack)&lt;br /&gt;
&lt;br /&gt;
With crude oil being the only non-exclusive resource to Aquilo, excluding ice obtained from [[lithium ice formation]].&lt;br /&gt;
&lt;br /&gt;
Stone, iron and copper (and coal if desired) need to be imported from other planets as Aquilo lacks ways to obtain these from the environment.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained via [[Ammoniacal solution separation]] and [[Ice melting]]&lt;br /&gt;
* [[Stone]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Iron ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Copper ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Coal]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Crude oil]] can be obtained using pumpjacks as normal&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
&lt;br /&gt;
The starting area on Aquilo is a relatively small patch of snow and ice terrain. Beyond this small platform are the vast ammoniacal seas, which have small dots of icey terrain in them, usually around [[crude_oil|crude oil]], [[fluorine]]{{SA}}, or [[lithium_brine|lithium brine]]{{SA}} resource geysers. Aquilo is notable for having nothing to drill with any kind of miner. All natural resources, spare the [[lithium ice formation]]s, are gathered either by an [[offshore pump]] or [[pumpjack]]. Bases on Aquilo will be reliant on regularly shipping in resources from other planets.&lt;br /&gt;
&lt;br /&gt;
=== Ice terrain ===&lt;br /&gt;
&lt;br /&gt;
On Aquilo, most terrain must be constructed, but [[landfill]] and [[foundation]]{{SA}} are no help. Instead, you must use [[ice platform|ice platforms]]{{SA}}. These platforms are created by first using [[ammoniacal solution separation]]{{SA}} to make [[ice]]{{SA}} and [[ammonia]]{{SA}}, then re-combining those into a platform that can be placed on the ocean like [[landfill]].&lt;br /&gt;
&lt;br /&gt;
Snowy terrain can be built on directly, but on any kind of ice terrain or [[ice platform]], most buildings will require an insulating floor of [[concrete]] tiles or derivatives before they can be placed. [[Stone_brick|Stone Bricks]] can not be used to pave ice. Despite the flavor text stating that ice platforms &amp;quot;Will melt if exposed to heat&amp;quot;, they do not actually melt.&lt;br /&gt;
&lt;br /&gt;
=== Freezing ===&lt;br /&gt;
Aquilo is brutally cold. The harsh ambient temperatures drain the energy from any airborne [[construction robot|construction robots]] and [[logistic robot|logistic robots]], making them consume 5 times more power than normal. Most buildings will freeze and stop working unless heated by a [[heat pipe]] or heat generator. Heat can be generated by the [[nuclear reactor]] or [[heating tower]]{{SA}}. &lt;br /&gt;
&lt;br /&gt;
Once a building is adjacent to a heat source above 29°C (30.01°C or higher), it will consume heat energy to maintain its state, reducing the energy (and temperature) in the heat source. Different entities consume different amounts of heat to prevent freezing. &lt;br /&gt;
&lt;br /&gt;
===Notes=== &lt;br /&gt;
* Underground belts and pipes are substantially larger heat drains than their above-ground versions &lt;br /&gt;
* Heat pipes do not lose heat to the environment; they only lose heat to entities that need to be kept warm. &lt;br /&gt;
* [[burner devices|Burner]] entities and heat-producing machines are immune to freezing.&lt;br /&gt;
&lt;br /&gt;
For details on heat throughput, see the [[heat pipe]] page.&lt;br /&gt;
&lt;br /&gt;
A building is adjacent to a heat source when it is one tile away from the heat source either orthogonally or diagonally. All of the [[pipe|pipes]] would be heated in the below example:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Just using a one-row table here for display purposes, trying to use wide stretchy preformatted box or block quotes as insets was ugly --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[File:Ice_platform.png|24px|link=Ice_platform]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Ice_platform.png|24px|link=Ice_platform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=Pipe]][[File:Pipe.png|24px|link=pipe]][[File:Heat_pipe.png|24px|link=heat_pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=Pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Heating_tower.png|72px|link=Heating_tower]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Heat_demo.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Entity Heat Consumption&lt;br /&gt;
|-&lt;br /&gt;
! Building !! Kilowatts&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Transport belt}} {{Icon|Fast transport belt}} {{Icon|Express transport belt}} {{Icon|Turbo transport belt}}|| 10&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Underground belt}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fast underground belt}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Express underground belt}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo underground belt}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Splitter}} {{Icon|Fast splitter}} {{Icon|Express splitter}} || 40&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo splitter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe}} || 1&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe to ground}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pump}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Storage tank}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Power switch}} || 20&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Steam engine}} {{Icon|Steam turbine}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pumpjack}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Inserter}} {{Icon|Fast inserter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Long-handed inserter}} {{Icon|Bulk inserter}} {{Icon|Stack inserter}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Arithmetic combinator}} {{Icon|Decider combinator}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Selector combinator}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Assembling machine 1}} {{Icon|Assembling machine 2}} {{Icon|Assembling machine 3}} {{Icon|Electric furnace}} {{Icon|Chemical plant}} {{Icon|Lab}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Cryogenic plant}} {{Icon|Recycler}} {{Icon|Biochamber}} {{Icon|Electromagnetic plant}} {{Icon|Centrifuge}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Oil refinery}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Foundry}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Roboport}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Rocket silo}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Beacon}} ||400&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following Entities are immune from freezing. Many may be placed directly on ice tiles (with the exceptions you might expect, mostly).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Tile !!  Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}} || {{Icon|Cargo landing pad}} {{Icon|Cargo bay}} || Space Cargo&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Offshore pump}} || Offshore Pumps&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Wooden chest}} {{Icon|Iron chest}} {{Icon|Steel chest}} {{Icon|Active provider chest}} {{Icon|Passive provider chest}} {{Icon|Storage chest}} {{Icon|Buffer chest}} {{Icon|Requester chest}} || Chests&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Small electric pole}} {{Icon|Medium electric pole}} {{Icon|Big electric pole}} {{Icon|Substation}} || Electric Poles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Solar panel}} {{Icon|Accumulator}} {{Icon|Lamp}} {{Icon|Constant combinator}} || Basic Electric Devices&lt;br /&gt;
|- &lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Programmable speaker}} {{Icon|Display panel}} || Player Notification Devices&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Burner inserter}} {{Icon|Boiler}} {{Icon|Stone furnace}} {{Icon|Steel furnace}} || Burner Entities&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Nuclear reactor}} {{Icon|Heat exchanger}} {{Icon|Heating tower}} {{Icon|Heat pipe}} || Heat Generators and Heat Pipes&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Fusion reactor}} {{Icon|Fusion generator}} || Fusion Power&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Lightning rod}} {{Icon|Lightning collector}} || Lightning Collectors&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Tesla turret}} || Tesla Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Flamethrower turret}}  || Flamethrower Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Wall}} {{Icon|Gate}} || Walls and Gates&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Construction robot}} {{Icon|Logistic robot}} {{Icon|Defender capsule}} {{Icon|Distractor capsule}} {{Icon|Destroyer capsule}} || Bots&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Car}} {{Icon|Tank}} {{Icon|Spidertron}} || Vehicles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Locomotive}} {{Icon|Cargo wagon}} {{Icon|Fluid wagon}} {{Icon|Artillery wagon}} || Trains&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Straight rail}} {{Icon|Rail ramp}} {{Icon|Rail support}} {{Icon|Train stop}} {{Icon|Rail signal}} {{Icon|Rail chain signal}} || Rail Pieces&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Solar energy ===&lt;br /&gt;
Aquilo is far from the sun, and so [[solar panel]]s on its surface only output at 1% of their rate on Nauvis: 0.6 kW peak production. This makes panels practical for little more than powering a handful of [[inserter]]s to jump start heat production.&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Aquilo]] is connected to 2 other planets, [[Gleba]]{{SA}} and [[Fulgora]]{{SA}}, along with the [[Solar system edge]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgora]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Solar system edge]]{{SA}}|| 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Fulgora_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Fulgora]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Aquilo_Solar_System_Edge.png]] &amp;lt;br&amp;gt; Space route from [[Aquilo]] to [[Solar system edge]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Big&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] Metallic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] Carbonic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] Oxide&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 60%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .10&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| 0&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
aquilo_landscape.png|Example landscape of Aquilo.&lt;br /&gt;
aquilo_landscape_main_menu.png|Aquilo seen on the expansion&#039;s title screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In mythology, Aquilo is the Roman god of the north wind, storms, and winter.&lt;br /&gt;
* Aquilo&#039;s design with ice and liquid ammonia oceans is based on real-world [https://en.wikipedia.org/wiki/Ice%20planet ice planets].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Steam&amp;diff=209920</id>
		<title>Steam</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Steam&amp;diff=209920"/>
		<updated>2025-01-23T00:39:23Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Trivia */ Added aquilo Trivia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Steam}}&lt;br /&gt;
&#039;&#039;&#039;Steam&#039;&#039;&#039; is a [[fluid system|gas]] created by heating water in a [[boiler]] or [[heat exchanger]], or through [[acid neutralisation]]{{SA}}. After being distributed via [[pipe]]s, steam can be used to generate electricity via [[steam engine]]s and [[steam turbine]]s. Steam is also used in [[coal liquefaction]] in [[oil refinery|oil refineries]]. Since steam is a fluid, it can be stored in a [[storage tank]].&lt;br /&gt;
&lt;br /&gt;
== Power generation ==&lt;br /&gt;
The amount of energy contained in steam is linearly proportional to its temperature (minus 15°C ambient temperature). The energy storage of steam is exactly &#039;&#039;200 joule / unit / degree Celsius&#039;&#039;, so every degree increase in temperature of a single unit of fluid requires exactly 200 joules.&lt;br /&gt;
&lt;br /&gt;
In all cases, steam produced in [[boiler]]s is 165°C and steam from [[heat exchanger]]s or [[acid neutralisation]]{{SA}} is 500°C. Higher temperature steam equates to a higher energy density of the same number of units of steam. Steam suffers no thermal losses sitting or flowing through [[pipe]]s or [[storage tank]]s; the energy put into water to create steam is the same amount of energy you get back out from it since both steam engines and turbines are 100% efficient.&lt;br /&gt;
&lt;br /&gt;
For example, a storage tank that holds 25000 units of Steam at 165°C contains:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: 68%;padding-right: 0em;&amp;quot;&amp;gt;(200 J / unit / °C) * 25000 units * (165°C − 15°C) = 750 000 000 joules = 750 MJ&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A storage tank holding 25000 units of Steam at 500°C thus contains 2.425 &#039;&#039;giga&#039;&#039;joules of energy, a surprisingly large amount equal to 485 fully charged [[accumulator]]s!&lt;br /&gt;
&amp;lt;pre style=&amp;quot;width: 68%;padding-right: 0em;&amp;quot;&amp;gt;(200 J / unit / °C) * 25000 units * (500°C − 15°C) = 2 425 000 000 joules = 2.425 GJ&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the temperature of the steam is lower than the [[steam engine]] or [[steam turbine]] can handle, then the power output will be lower than optimal, but no energy will be wasted. However, if the temperature of the steam exceeds the maximum temperature of the steam engine or turbine, then the power output is capped at maximum, and the extra energy in the steam is wasted. Other than this difference, either steam engines or turbines can be used to generate power off of steam from any source.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* The fill meter on steam storage tanks fills from the top instead of from the bottom.&lt;br /&gt;
* Steam is the only pre-[[Space Age]] fluid that cannot be stored in [[barrel]]s.&lt;br /&gt;
* Assuming perfect efficiency of boilers and heat exchangers, the thermal energy content of steam implies that one unit represents 47.9g of water, meaning a full tank contains 1195 kg of steam.&lt;br /&gt;
* Because burner devices are not permitted on [[Space platform]]s{{SA}}, and acid neutralization is [[Vulcanus]]-exclusive, the only way to get steam on platforms (either for power or liquefaction) is with [[heat exchanger]]s power by [[nuclear reactor]]s&lt;br /&gt;
* 500c steam in a pipe will still freeze on [[Aquilo]]{{SA}}, despite being more than hot enough to thaw snow.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|2.0.0|&lt;br /&gt;
* Changed the water:steam ratio from 1:1 to 1:10 in all boilers/heat exchangers.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.10|&lt;br /&gt;
* Introduced as separate fluid. Previously it counted as Water, with a &amp;gt;100 temperature.}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fluid system]]&lt;br /&gt;
* [[Electric system]]&lt;br /&gt;
* [[Oil processing]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Fluids}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Glossary&amp;diff=209919</id>
		<title>Glossary</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Glossary&amp;diff=209919"/>
		<updated>2025-01-23T00:37:14Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* E */ Added eSPM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This page acts as a general glossary of all terms used in Factorio and its community. We recommend searching the page with {{keybinding|CTRL|F}} to find specific terms. The page is also organized alphabetically.&lt;br /&gt;
&lt;br /&gt;
Additionally, you can click a letter below to be taken to that letter in the list, if you wish to search manually.&lt;br /&gt;
&lt;br /&gt;
[[##|#]] [[#A|A]] [[#B|B]] [[#C|C]] [[#D|D]] [[#E|E]] [[#F|F]] [[#G|G]] [[#H|H]] [[#I|I]] [[#J|J]] [[#K|K]] [[#L|L]] [[#M|M]] [[#N|N]] [[#O|O]] [[#P|P]] [[#Q|Q]] [[#R|R]] [[#S|S]] [[#T|T]] [[#U|U]] [[#V|V]] [[#W|W]] [[#X|X]] [[#Y|Y]] [[#Z|Z]]&lt;br /&gt;
&lt;br /&gt;
== # ==&lt;br /&gt;
&lt;br /&gt;
;1-1, 1-2-1, 2-4, 4-8-4 and similar : A somewhat ambiguous shorthand notation for train configurations. The first number is usually the number of [[locomotive]]s at the head of the train, followed by the number of [[cargo wagon]]s or [[fluid wagon]]s, and optionally followed by the number of tail locomotives if it&#039;s a double-headed train. In general, the smaller numbers are the number of locomotives.&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
&lt;br /&gt;
; AP : Armor piercing, refers to [[piercing rounds magazine]].&lt;br /&gt;
;Ammo : [[Firearm magazine|Ammunition]], used for guns/rocket launchers/turrets, etc.&lt;br /&gt;
;Angel&#039;s mods : A term referring to the mods made by user &#039;&#039;Arch666Angel&#039;&#039;, a popular modder who makes extremely popular difficulty/complexity mods that complement Bob&#039;s mods.&lt;br /&gt;
;Angelbobs : A community term that means a game with both Angel&#039;s mods and Bob&#039;s mods installed.&lt;br /&gt;
;Assembler : Another word for an [[assembling machine]].&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;BP : Short for [[blueprint]].&lt;br /&gt;
;Backed-up : Refers to a machine having no output, and so the input channel fills up. Can also refer to belts being backlogged due to low consumption. This is not necessarily a bad thing.&lt;br /&gt;
;Backpressure : What a machine, usually a belt segment or [[inserter]], experiences when delivery stalls because its target is backed up.&lt;br /&gt;
;Belt balancer : This is a belt setup that balances multiple belts to contain the same amount of resources, to maximize throughput. See [[balancers]].&lt;br /&gt;
;Belt compression : This term refers to ensuring that all items on a belt are right after each other, to ensure no space is wasted and highest throughput.&lt;br /&gt;
;Blackout : When your factory completely loses power. This typically happens at night when relying on solar+accumulator power, enemies destroying vital electric poles, or after a prolonged brownout when using electric mining drills and/or electric inserters (instead of their burner variants).&lt;br /&gt;
;Bob&#039;s mods : A term referring to the mods made by user &#039;&#039;bobingabout&#039;&#039;, a popular modder who makes extremely popular difficulty/complexity mods that complement Angel&#039;s mods.&lt;br /&gt;
;Bots : Shorthand version for [[construction robot]] or [[logistic robot]]. Sometimes also refers to the [[Combat_robot_capsules|combat robots]] created from capsules.&lt;br /&gt;
;Bottleneck : A term that means a single point where resources are constrained, such as a slow part of a belt that slows down everything.&lt;br /&gt;
;Braiding : The space-saving technique of alternating between two or more different underground belt types (basic, fast and express) in a straight line, one tile wide. The different types of underground belts don&#039;t interfere with each other, and inserters can interact with the belt entrance and exit entities.&lt;br /&gt;
;Brownout : When your factory&#039;s machines are running slower than normal because it&#039;s not generating enough electricity.&lt;br /&gt;
;Buffer: A place where a stockpile of items is stored to be available when the production stops. Typically a chest.&lt;br /&gt;
;Bus : Short for [[#M|main bus]].&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
&lt;br /&gt;
;Capacity : Maximum amount of items/[[fluid system|fluids]] that can exist within something.&lt;br /&gt;
;Catchup : Period where a [[player]] joining a game is required to replay recent changes quickly, so they can be merged into the running game smoothly. Often happens on slow connections, or on servers with a lot going on.&lt;br /&gt;
;Chokepoint : Artificial or natural geography that funnels attackers into a narrow, movement-constricting area, making it more difficult for them to breach fortifications. Examples: peninsulas with narrow connections to the mainland, artificial land bridges to islands, nearby lakes, corridors through thick forests. Certain [[cliff]] formations can also present this issue.&lt;br /&gt;
;Coin : An item used in the Tight Spot campaign.&lt;br /&gt;
;Compression : Like Capacity but applies to belts only.&lt;br /&gt;
;Composter : A [[Wood chest|chest]] used to store [[Spoilage_mechanics|spoilable]] items with the intention of spoiling them.&lt;br /&gt;
;Contaminated : A [[Transport belt|belt]] with incorrect items on it (such as [[coal]] on an iron belt). Can also refer to [[pipe]]s with mixed liquids.&lt;br /&gt;
;Cracktorio : A community term referring to the addictive qualities of Factorio, jokingly comparing the game to crack cocaine.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;Daisy chaining : Some entities allow [[inserter]]s to insert and remove items from the same slots, including fuel in [[boiler]]s, ammo in [[gun turret]]s, [[science pack]]s in [[lab]]s, [[module]]s in [[beacon]]s, robots in [[roboport]]s, and any items in [[Wood chest|chests]]. &#039;Daisy chaining&#039; is a technique that makes use of this mechanic in order to supply some machines with consumables (i.e. fuel, ammo or science packs) without having to use belts. You simply chain multiple machines together with inserters that take the items out of the previous machine and insert them directly into the next. It&#039;s sometimes referred to as &#039;stealing&#039;, as in &#039;coal stealing&#039; or &#039;ammo stealing&#039;.&lt;br /&gt;
;Death world : A map generation configuration that results in a large quantity of [[enemies]], to increase the game&#039;s difficulty.&lt;br /&gt;
;Double header : This is a term that refers to a train with [[locomotive]]s on both ends, making the train capable of driving in both directions. Opposite of a single header, or standard train. A shorthand example could be: 1-2-1 (locomotive-carriage-carriage-locomotive) or 2-4-2.&lt;br /&gt;
;Dragon&#039;s teeth : A series of alternating stone wall pillars outside the main wall fortification with the purpose of delaying the biters from reaching the wall. [[Wikipedia:Dragon&#039;s_teeth_(fortification)|Dragon&#039;s teeth]] were first deployed in the Second World War to delay and channel armoured units into minefields and other defenses. Also used in the 1997 game [[Wikipedia:Total Annihilation|Total Annihilation]].&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;eSPM : Effective [[science pack|science]] per minute. This is the same as SPM but calculated after all the upgrades (e.g [[productivity module]]s, [[biolab]]s{{SA}}, [[Research productivity (research)|research productivity]]{{SA}}) whereas SPM is the actual speed that you produce the packs.&lt;br /&gt;
;Entity : Most things that can be manipulated in-game. Nearly everything in factorio is an entity. Any device, items, trees... Even the player is just an entity.&lt;br /&gt;
;Evolution : The development and growth of the native population. Over the course of a game, biters and spitters become bigger and more powerful. See [[Enemies#Evolution|evolution]].&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;FFF : The weekly blog that the developers make to talk about the development of Factorio. Expanded, it is Factorio Friday Facts, posted every Friday.&lt;br /&gt;
;FPS : Visual rendering speed, &amp;quot;frames per second&amp;quot;. When this is reduced beneath 60, the game may stutter visually, jitter, or otherwise appear unstable. Low FPS will not necessarily result in low UPS, but they are loosely tied together.&lt;br /&gt;
;Factorissimo : A popular mod that allows for factories to be built within buildings added by the mod.&lt;br /&gt;
;[[Fuel]] : Refers to any burnable item that can be used to fuel burner devices, such as [[wood]], [[coal]], etc.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
; GJ : Giga joule, a measurement of energy.&lt;br /&gt;
; GW : Giga watt, a measurement of power.&lt;br /&gt;
;Ghost : A translucent preview image that designates a position for the construction of an entity. [[Ghost]]s are created when you shift+click with an entity under your cursor, when you use the [[Rail_planner#Ghost_Planner|ghost rail planner]], when an entity is destroyed after you&#039;ve researched construction robotics, and when you place a blueprint. Construction robots automatically attempt to construct ghosts within their logistic or personal roboport network, and if unable will create an alert for missing construction materials.&lt;br /&gt;
;Gigabase : An even larger megabase, typically has SPM counts &amp;gt; 10k.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;Inventory : The ability for an entity to hold items within it. Almost all entities have inventories.&lt;br /&gt;
;Item : Items represent the un-built version of a machine, tools, intermediate products etc. Typically, items are found on belts, in the player&#039;s inventory, and inside machines. Items can be provided to recipes to create other items.&lt;br /&gt;
;Item explosion : A phenomenon when a lot of items are spilled on the ground in a square-like fashion. Usually due to accidentally removing [[power armor]] when having a full inventory.&lt;br /&gt;
;Item request slot : A special request slot for machines with module slots that allows them to request the [[modules]] in the blueprint from which they were constructed. The [[deconstruction planner]] has a filter for canceling these requests.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
; kJ : Kilojoule, a measurement of energy.&lt;br /&gt;
; kW : Kilowatt, a measurement of power.&lt;br /&gt;
;Kovarex : The founding father of Factorio and where [[kovarex enrichment process]] gets its name from.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
;Lane : One side of a transport belt.  Each belt has two lanes.&lt;br /&gt;
;Lane balancer : This is a belt setup that balances the two lanes on a belt to be equal, to maximize throughput. See [[balancer mechanics]].&lt;br /&gt;
;Legs : [[Exoskeleton]]&lt;br /&gt;
;Loader : An abandoned concept for a belt-based mechanism that continuously loads and unloads machines, as an alternative to inserters. Functional loader entities can still be found in the editor, and some mods give them a proper texture and make them available in regular games. Loaders are used in the official Team Production scenario.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
; MW : Mega watt, a measurement of power.&lt;br /&gt;
; MJ : Mega joule, a measurement of energy.&lt;br /&gt;
;Main bus : The opposite of spaghetti, this refers to placing multiple belts side by side containing one resource, and branching off of it in order to create setups. Allows for organized layout of resource transportation.&lt;br /&gt;
;Mall: Also known as store. A location in a factory that produces many types of different items that the player needs but in relatively small amounts.&lt;br /&gt;
;Marathon: A game mode where technologies and recipes are significantly more expensive.&lt;br /&gt;
;Map exchange string : A long piece of text that encodes the settings used to generate a map. See [[Map generator#Map exchange string|map exchange string]].&lt;br /&gt;
;Market : A building where you can buy items using coins. It&#039;s available in the editor and used in the Tight Spot campaign.&lt;br /&gt;
;Mats : Shorthand for materials.&lt;br /&gt;
;Megabase : A community term referring to a significantly large base that has been built over a significant time/effort. Often, these bases are quantified in terms of science packs per minute, or &amp;quot;SPM&amp;quot;. A base typically is considered a megabase when it can maintain 1k SPM.&lt;br /&gt;
;Mod : This term refers to a script or collection of scripts that change how the game acts, adds new items/entities, etc.&lt;br /&gt;
;Modpack : A community term referring to a collection of mods that work well together.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;Nauvis : The planet that Factorio takes place on. Used to be an internal name, but became canonical with version 2.0.&lt;br /&gt;
;Night steam : The strategy of relying on solar panels to generate electricity during the day and steam engines during the night.&lt;br /&gt;
;No path : A common error that means that a train cannot find a valid route to a train stop. See [[Railway#No_path|no path]].&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
; Outpost : A small base created far away from a main base, usually to serve a single purpose like mining or production of a specific resource.&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;Priority splitter : A splitter design that directs as many resources as possible from a bus to an offshoot before letting excess items flow past. This is in contrast to a splitter that always distributes some percentage of items to both sides (depending on the particular arrangement of splitters).&lt;br /&gt;
;PAX (train) : Short for passenger train or player access station, another name for the [[Glossary#S|shuttle]].&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
;QoL : Quality of life, often refers to mods that increase ease of play.&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;RORO : Abbreviation for &amp;quot;Roll on, roll off&amp;quot; in the context of train station design. It means that trains arrive at the station at one end and leave the station at the other end (driving past the train stop), as opposed to terminus stations.&lt;br /&gt;
;RPM : Shorthand for rockets per minute.&lt;br /&gt;
;Rainbow belt : A transport belt with many different types of items on it, rather than the easier-to-manage one or two types of items. See [[#S|sushi belt]].&lt;br /&gt;
;Ribbon world : A world which has been set up to have limited space in one dimension (width or height), adding a new challenge. The smallest ribbon world in which you can launch a rocket is a map limited to a width or height of 9 tiles, the size of the rocket silo.&lt;br /&gt;
;River (belt) : A design strategy where items are continuously moving without looping or [[#B|backing up]] to be either processed or destroyed. Sometimes used as a strategy to handle [[Spoilage_mechanics|spoilable]] items.&lt;br /&gt;
;Roundabout : This term refers to a type of path for trains, to allow the trains to enter the circle, and exit onto the exit rail that they path to. Generally recommended against, due to throughput and self collision issues.&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;SA : [[Space Age]], the offical Factorio expansion.&lt;br /&gt;
;SE : [https://mods.factorio.com/mod/space-exploration?from=search Space exploration], a popular overhaul mod made by the modder [https://mods.factorio.com/user/Earendel Earendel]. Unique for being one of the first mods to introduce different surfaces.&lt;br /&gt;
;Scenario : A map that has been saved via the [[map editor]]. Special scripting can be added to make simple &amp;quot;events&amp;quot;.&lt;br /&gt;
;Seed : A number associated with each map that determines the outcome of certain pseudo-random processes, like terrain generation. All other settings being equal, different seeds result in vastly different terrain features. The seed is included in [[#M|map exchange strings]].&lt;br /&gt;
;Shuttle : A train for personal transportation around the factory. Sometimes called a taxi.&lt;br /&gt;
;Sideloading : This is a commonly used term that refers to running the end of a [[transport belt]] into the side of another, so that only the lane on the side of the belt that the other belt is on is filled. This is typically done to create a belt that carries two different resources side-by-side on the same belt.&lt;br /&gt;
;Smart furnace : A smelting setup that can process multiple materials (e.g. iron ore, copper ore, iron plates, stone).&lt;br /&gt;
;Spaghetti : [[File:spaghetti_example.png|thumb|200px|right|An example of a &amp;quot;spaghetti&amp;quot; setup with intertwining belts.]]A community term referring to the &amp;quot;spaghetti&amp;quot; look of many belts/entities placed in a disorganized fashion. Typically created by new players to Factorio. Generally, it will be moved away from as soon as the player realizes the logistical problems it causes. Note that not all &amp;quot;spaghetti&amp;quot; factories are necessarily inefficient.&lt;br /&gt;
;Speedrun : A term referring to attempting to quickly finish the game as soon as possible. At the time of this writing, the singleplayer record is just under two hours.&lt;br /&gt;
;SPM : Shorthand for science packs per minute. Measured per type, so 1k SPM will mean production of 1000 of each science pack type per minute, though military science is often excluded. Usually used to measure the size of very big bases, see [[#M|megabase]] and [[#G|gigabase]].&lt;br /&gt;
;Stacker : Also known as &#039;&#039;&#039;parking lot&#039;&#039;&#039;. A waiting bay for trains, allowing them to wait on different parallel tracks and not block each other until their destination becomes free. Recommended in front of large, multi-platform stations.&lt;br /&gt;
;Supply train: A train that usually for personal use that is used to carry mostly building materials like rails, conveyor belts, inserters, assembly machines etc..&lt;br /&gt;
;Sushi belt : The strategy of mixing many different types of items on transport belts to supply machines that need some or all of those items. It sacrifices throughput for compactness (and beauty). It looks colorful and diverse like a tray of sushi. Its perhaps most popular application is supplying labs with science packs. Sometimes called sushi bar or rainbow belt.&lt;br /&gt;
;Sushi river : A [[#R|river belt]] on which many different items are mixed, like a [[#S|sushi belt]].&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
&lt;br /&gt;
;TINS : Abbreviation of &amp;quot;There Is No Spoon&amp;quot;, the name of the in-game achievement.&lt;br /&gt;
;Terminus : A train station design where trains come in and leave from the same side, thus requiring double-headed trains, unlike RORO stations.&lt;br /&gt;
;Throughput : A term that refers to the maximum amount of resources that can travel through something (such as a belt) in a certain amount of time. Usually quantified in items per second.&lt;br /&gt;
;Tick : The smallest measurable amount of time in Factorio. There are 60 ticks per second (when running at 60 UPS), and 3600 ticks in a minute.&lt;br /&gt;
;Tile : A piece of map. It is not really known how big it is, but for simplifying things we can assume that a tile is a quadratic with side of 1 meter.&lt;br /&gt;
;Time : Game time is normally identical with real time, one second in the game is one second in reality, but it can be faster or slower. For example, when the calculations for an update takes longer than a tick, the game slows down (aka UPS). Alternatively, a mod can provide ways to let the game run faster.&lt;br /&gt;
;Train bus : A popular alternative to the [[#M|main bus]] pattern. Instead of using a belt bus to provide materials for various production cells, a large rail system allows many trains to route materials between more distant cells, sometimes called subfactories. It&#039;s a UPS-friendlier strategy for large factories such as megabases.&lt;br /&gt;
;Trash can : A simple &#039;public utility&#039; of sorts, which is an active provider that players can dump unwanted items into. Logistic robots pick them up and store them away. It&#039;s useful if you need to get rid of large quantities of items (such as [[wood]] or [[landfill]]) and your logistic trash slots are full.&lt;br /&gt;
;Turret : Stationary defense weapon. There are four types of turrets in Factorio, the [[laser turret]], [[gun turret]], [[flamethrower turret]] and [[artillery turret]]. With [[Space Age]]{{SA}} comes the [[railgun turret]] and [[tesla turret]].&lt;br /&gt;
;Turret creep : The tactic of leap-frogging with turrets into hostile territory. It&#039;s very effective due to the strength and range of turrets. Typically done with laser turrets, blueprints and personal roboports, but can also be done by manually placing gun turrets and inserting ammo.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;Upcycler: An assembly line designed to increase the [[quality]] of an intermediate or end product.&lt;br /&gt;
;UPS : Internal clock speed, &amp;quot;Updates Per Second&amp;quot;. The game tries its best to maintain the ideal 60 UPS, but it is affected by the size and complexity of the game world and your computer hardware. A lower UPS means that the simulation runs slower. At 30 UPS everything would take twice as long as under ideal conditions. This is a common concern on megabases or when playing with many mods active. It can be set to more than 60 UPS by changing the game speed via script, processing power permitting. The Transport Belt Madness and Tight Spot campaigns are examples where the game speed can be increased.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
;Vanilla : Regular version of the game with no mods.&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;Wube : The company based in the Czech Republic that develops Factorio.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
&lt;br /&gt;
;Zoo : A group of biter or spitter nests around which the player has built a safe containment zone, i.e. a circle of turrets. Reasons for doing this include exploiting the nests&#039; pollution absorption and automating the destruction of items (using requester chests near the nests).&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Research&amp;diff=209918</id>
		<title>Research</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Research&amp;diff=209918"/>
		<updated>2025-01-23T00:31:43Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* History */ Added 2.0 info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
[[File:Technology_Screen.png|400px|thumb|The technology screen]]&lt;br /&gt;
&#039;&#039;&#039;Research&#039;&#039;&#039; is used to unlock [[technologies]], offering new recipes and bonuses. Research is performed by [[lab|labs]] consuming different types of [[science pack|science packs]].&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
&lt;br /&gt;
In singleplayer games, only one technology can be researched at a time, the same is true for every [[Multiplayer#PvP|force]] (team of players) in a multiplayer game. In multiplayer games with multiple forces, each force has its own technology tree and research status, so different forces can research independently in [[Multiplayer#PvP|PvP]] games.&lt;br /&gt;
&lt;br /&gt;
The technology to be researched is selected from the technology screen, opened by pressing {{Keybinding|T}} ({{Keybinding|ZL|-}} on [[Nintendo Switch version|Nintendo Switch]]). The currently active research can be changed at any time from the technology screen; if another research is in progress, that progress will be saved. Multiple technologies can be partially researched like this at any one time.&lt;br /&gt;
&lt;br /&gt;
Research progress for a technology is divided into &#039;&#039;units&#039;&#039;. Each unit has a time and a science pack cost. When research is in progress, labs with the required amount of science packs for one unit will consume the amount and contribute towards research progress.&lt;br /&gt;
&lt;br /&gt;
[[File:res.png|frame|The progress bar shown in the top right corner of the screen when research is in progress]]&lt;br /&gt;
&lt;br /&gt;
The time &#039;&#039;T&#039;&#039; it will take to research a particular technology is given by:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;T = (T[0] × P) ÷ (L × S)&amp;lt;/code&amp;gt; seconds,&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;T[0]&#039;&#039;&#039;&#039;&#039; is the time cost per unit (as shown in Research screen)&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;P&#039;&#039;&#039;&#039;&#039; is the price of the research, in units (as shown in Research screen)&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;L&#039;&#039;&#039;&#039;&#039; is the number of labs used&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;S&#039;&#039;&#039;&#039;&#039; is lab speed, which is given by:&lt;br /&gt;
**&amp;lt;code&amp;gt;(1 + B[r]) × (1 + M[r])&amp;lt;/code&amp;gt;, where&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;B[r]&#039;&#039;&#039;&#039;&#039; is the total research speed modifier from [[Lab research speed (research)|lab research speed]] research, expressed as a decimal (% value divided by 100); and &lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;M[r]&#039;&#039;&#039;&#039;&#039; is the sum of all module effects (Speed modules with &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; sign, Productivity modules with &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; sign), expressed as a decimal&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note that &#039;&#039;P&#039;&#039; represents the research price &#039;&#039;&#039;in units&#039;&#039;&#039;, not in individual science packs summed across all their types. For example, a research that costs 100 [[automation science pack]]s and 100 [[logistic science pack]]s, grouped into 100 units of 1 each of automation and logistic science packs, would have a &#039;&#039;P&#039;&#039; of 100, &#039;&#039;not&#039;&#039; 200.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unlike most bonus effects, the lab research speed bonus gained from research is &#039;&#039;multiplicative&#039;&#039; with module speed effects, not additive. However, different module effects (Speed vs. Productivity, beacon vs. in-lab) are additive with each other.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
[[File:5_5_Labs_R_G_packs.png|400px|thumb|right|A simple lab setup using [[automation science pack]]s and [[logistic science pack]]s, [[belt transport system|belts]], and [[inserters]]]]&lt;br /&gt;
&lt;br /&gt;
Crafting science packs by hand is not feasible, mainly because of the amount of resources and time needed to craft them. Some science packs also require ingredients that cannot be handcrafted, such as [[oil processing|oil products]]. Science pack production automation is the primary incentive for factory development throughout the game.&lt;br /&gt;
&lt;br /&gt;
The insertion of science packs into labs may be automated using [[inserters]] and [[transport belt]]s, as shown to the right, or using [[robots]] and the [[logistic network]].&lt;br /&gt;
&lt;br /&gt;
Note that inserters can take science packs from labs and hand them to other labs, making a lab chain a feasible solution. Other options include using 3 belts (before space science packs are needed), or a [[Glossary#S|sushi belt]].&lt;br /&gt;
&lt;br /&gt;
=== Research queue ===&lt;br /&gt;
[[File:Research_Screen_Queue.png|400px|thumb|right|The technology screen with some technologies queued.]]&lt;br /&gt;
The research queue allows players to automatically research more technologies after research finishes. The research queue is by default unlocked when the first rocket is launched. Alternatively it can be unlocked in the map generation settings in the &#039;advanced&#039; category, or via `/enable-research-queue` console command. &lt;br /&gt;
&lt;br /&gt;
Once the research queue is enabled, a technology can be added to the queue by pressing the &amp;quot;Start Research&amp;quot; button when it is selected. Double-clicking (Double-pressing {{Keybinding|Y}} or {{Keybinding|A}} on [[Nintendo Switch version|Nintendo Switch]]) or using {{Keybinding|shift|lmb}} ({{Keybinding|ZR|A}} on [[Nintendo Switch version|Nintendo Switch]]) on any research in the tree or the list on the left will also add it to the queue. This is particularly useful to queue prerequisites without focusing them in the technology tree. &lt;br /&gt;
&lt;br /&gt;
Technologies in the queue are displayed in the upper left corner of the interface. If a technology is added to the queue, the technologies that depend on it may become available to be added to the queue as well and those technologies are displayed in orange. For example adding the [[Logistics_(research)|logistics]] and [[Logistic_science_pack_(research)|logistic science pack]] technologies to the queue allows the technology [[Logistics_2_(research)|logistics 2]] to be queued. The player can reorder the queue at any time.&lt;br /&gt;
&lt;br /&gt;
To remove a technology from the queue, the technology&#039;s image must be hovered in the queue display in the upper left corner and the red button that appears must be pressed.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
&lt;br /&gt;
{{Achievement|Tech-maniac}}&lt;br /&gt;
* Completing infinite technologies of any level is not required for &#039;&#039;&#039;Tech maniac&#039;&#039;&#039;. All non-infinite levels of technologies that have infinite continuations are still required.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{History|2.0.7|&lt;br /&gt;
* Now displays the player&#039;s eSPM (effective science per minute) in a graph. }}&lt;br /&gt;
&lt;br /&gt;
{{History|1.1.92|&lt;br /&gt;
* Added a notification when a technology is researched.&lt;br /&gt;
* Added /enable-research-queue console command to enable the research queue without disabling achievements.}}&lt;br /&gt;
&lt;br /&gt;
{{History|0.17.0|&lt;br /&gt;
* Research UI overhauled.&lt;br /&gt;
* Research Queue added.}}&lt;br /&gt;
&lt;br /&gt;
{{History|0.15.0|&lt;br /&gt;
* Research system overhauled&lt;br /&gt;
** There are now 7 science pack types instead of 4, research prices have been changed to compensate.&lt;br /&gt;
** Top-tier science pack is no longer obtained by destroying alien nests, but by launching rockets with satellites.&lt;br /&gt;
**&amp;quot;Infinite research&amp;quot; mechanic introduced.}}&lt;br /&gt;
&lt;br /&gt;
{{History|0.2.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
&lt;br /&gt;
{{TechNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209917</id>
		<title>User:Iridium235</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209917"/>
		<updated>2025-01-23T00:29:36Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Draft */ Polishing page. Feel free to edit this!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hello!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I am Iridium235, one of the editors for the this wiki.&lt;br /&gt;
I mostly do [[Special:Contributions/Iridium235|changes]] related to &#039;&#039;&#039;text&#039;&#039;&#039;, such as adding/extending descriptions.&lt;br /&gt;
I have a total of 750 hours in the game, and own the base game as well as the [[Space Age|expansion]].&lt;br /&gt;
&lt;br /&gt;
First Joined 29/11/2024&lt;br /&gt;
&lt;br /&gt;
Link to stubs &amp;gt;&amp;gt;&amp;gt; [[https://wiki.factorio.com/Category:Stubs]] &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
Total number of edits: 469 (since last updated)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;&#039;&#039;THE WIKI MUST GROW&#039;&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Draft=&lt;br /&gt;
&lt;br /&gt;
Feel free to edit!&lt;br /&gt;
&lt;br /&gt;
==Factoriopedia==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Factoriopedia&#039;&#039;&#039; serves as a in-game wiki that contains all entities, researches and recipes, as well as any added items mods can add. It shows the [[quality]]{{SA}} effects, [[Recycler|recycling]]{{SA}} results and technology required for each recipe and building. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{SA}} &#039;&#039;The quality icon. When this is near an number, that means that it is affected by quality.&#039;&#039;&lt;br /&gt;
{{icon|quality icon}}&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
Unique tooltip to the Factoriopedia that is not listed in normal tooltips.&lt;br /&gt;
&lt;br /&gt;
* For [[technologies]], this shows the prerequisites and prerequisite for.&lt;br /&gt;
* For machines, it shows all the recipes that it can craft.&lt;br /&gt;
* For [[enemies]], it shows basic stats, such as health, damage, speed and [[resistances]], as well as a small preview of the bug moving around.&lt;br /&gt;
* For intermediate products, it shows the items it is used in.&lt;br /&gt;
* For tiles, it shows [[pollution]] / [[Pollution#Spores|spores]]{{SA}} absorbing amount. &lt;br /&gt;
* For [[Planets]], it shows a description, exclusive unlockable items, and the basic stats, such as:&lt;br /&gt;
:* Gravity&lt;br /&gt;
:* Pressure&lt;br /&gt;
:* Magnetic field&lt;br /&gt;
:* Day/night cycle&lt;br /&gt;
:* [[Solar panel|Solar power]]&lt;br /&gt;
:* Solar power in [[Space platform|Space]]&lt;br /&gt;
:* [[Enemies|Evolution]] factor&lt;br /&gt;
:* [[Construction robot|Robot]] energy usage multiplier&lt;br /&gt;
&lt;br /&gt;
=== Controls ===&lt;br /&gt;
Note that the following controls is exclusively for PC.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;ALT + LMB&#039;&#039;&#039; when hovering over an entity to open the corresponding page on the Factoriopedia.&lt;br /&gt;
* &#039;&#039;&#039;ALT + Left arrow&#039;&#039;&#039; to go to the previous page.&lt;br /&gt;
* &#039;&#039;&#039;ALT + Right arrow&#039;&#039;&#039; to go to the next page (after going to the previous page).&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=209916</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=209916"/>
		<updated>2025-01-23T00:19:24Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added image of icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Boilerplate&lt;br /&gt;
|icon=No-building-material-icon.png&lt;br /&gt;
|line-1=This article is a lacking sources for details of upcoming changes.&lt;br /&gt;
|line-2=You can help this wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} adding them].}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
[[File:Quality icon.png|50px|thumb|right|Quality icon]]&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
{{Achievement|my-modules-are-legendary}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that create items have variations for each quality that the item might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]] and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]], and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]], then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]] and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]] is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]].&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see Stochastic Matrix on wikipedia) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality_icon&amp;diff=209915</id>
		<title>Quality icon</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality_icon&amp;diff=209915"/>
		<updated>2025-01-23T00:17:40Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Redirects to the quality page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[Quality]]&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209913</id>
		<title>Aquilo</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Aquilo&amp;diff=209913"/>
		<updated>2025-01-23T00:12:37Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added link to planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:aquilo_preview.png|210px|right]]&#039;&#039;&#039;Aquilo&#039;&#039;&#039; is a desolate, freezing ocean [[planet]]. Its surface consists solely of a vast ocean of liquid ammonia, with the occasional floating iceberg.&lt;br /&gt;
&lt;br /&gt;
Progression wise, Aquilo is meant to be visited after establishing factories on all the previous planets. [[Planet discovery Aquilo (research)]] requires [[rocket turret]]s, [[Advanced asteroid processing (research)]], and [[heating tower]]s from Gleba, [[Asteroid reprocessing (research)]] from [[Vulcanus]], and [[Electromagnetic science pack (research)]] from [[Fulgora]].&lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Aquilo (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-aquilo}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive items ==&lt;br /&gt;
The following items are unlocked on Aquilo:&lt;br /&gt;
*{{imagelink|Cryogenic plant|space-age=yes}}&lt;br /&gt;
*{{imagelink|Cryogenic science pack|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion generator|space-age=yes}}&lt;br /&gt;
*{{imagelink|Fusion reactor|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun turret|space-age=yes}}&lt;br /&gt;
*{{imagelink|Railgun|space-age=yes}}&lt;br /&gt;
*{{imagelink|Captive biter spawner|space-age=yes}}&lt;br /&gt;
*{{imagelink|Portable fusion reactor|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Aquilo Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 20 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 10&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 01%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 300&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 15&lt;br /&gt;
|-&lt;br /&gt;
| Robot energy usage || 500%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Natural resources ===&lt;br /&gt;
In terms of directly exploitable natural resources, Aquilo has:&lt;br /&gt;
* [[Ammoniacal solution]]{{SA}} (via [[offshore pump]] on the edge of the ammoniacal seas)&lt;br /&gt;
* [[Lithium brine]]{{SA}} (via [[pumpjack]])&lt;br /&gt;
* [[Fluorine]]{{SA}} (via pumpjack)&lt;br /&gt;
* [[Crude oil]] (via pumpjack)&lt;br /&gt;
&lt;br /&gt;
With crude oil being the only non-exclusive resource to Aquilo, excluding ice obtained from [[lithium ice formation]].&lt;br /&gt;
&lt;br /&gt;
Stone, iron and copper (and coal if desired) need to be imported from other planets as Aquilo lacks ways to obtain these from the environment.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained via [[Ammoniacal solution separation]] and [[Ice melting]]&lt;br /&gt;
* [[Stone]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Iron ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Copper ore]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Coal]] is not available and must be shipped in from other planets&lt;br /&gt;
* [[Crude oil]] can be obtained using pumpjacks as normal&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
&lt;br /&gt;
The starting area on Aquilo is a relatively small patch of snow and ice terrain. Beyond this small platform are the vast ammoniacal seas, which have small dots of icey terrain in them, usually around [[crude_oil|crude oil]], [[fluorine]]{{SA}}, or [[lithium_brine|lithium brine]]{{SA}} resource geysers. Aquilo is notable for having nothing to drill with any kind of miner. All natural resources, spare the [[lithium ice formation]]s, are gathered either by an [[offshore pump]] or [[pumpjack]]. Bases on Aquilo will be reliant on regularly shipping in resources from other planets.&lt;br /&gt;
&lt;br /&gt;
=== Ice terrain ===&lt;br /&gt;
&lt;br /&gt;
On Aquilo, most terrain must be constructed, but [[landfill]] and [[foundation]]{{SA}} are no help. Instead, you must use [[ice platform|ice platforms]]{{SA}}. These platforms are created by first using [[ammoniacal solution separation]]{{SA}} to make [[ice]]{{SA}} and [[ammonia]]{{SA}}, then re-combining those into a platform that can be placed on the ocean like [[landfill]].&lt;br /&gt;
&lt;br /&gt;
Snowy terrain can be built on directly, but on any kind of ice terrain or [[ice platform]], most buildings will require an insulating floor of [[concrete]] tiles or derivatives before they can be placed. [[Stone_brick|Stone Bricks]] can not be used to pave ice. Despite the flavor text stating that ice platforms &amp;quot;Will melt if exposed to heat&amp;quot;, they do not actually melt.&lt;br /&gt;
&lt;br /&gt;
=== Freezing ===&lt;br /&gt;
Aquilo is brutally cold. The harsh ambient temperatures drain the energy from any airborne [[construction robot|construction robots]] and [[logistic robot|logistic robots]], making them consume 5 times more power than normal. Most buildings will freeze and stop working unless heated by a [[heat pipe]] or heat generator. Heat can be generated by the [[nuclear reactor]] or [[heating tower]]{{SA}}. &lt;br /&gt;
&lt;br /&gt;
Once a building is adjacent to a heat source above 29°C (30.01°C or higher), it will consume heat energy to maintain its state, reducing the energy (and temperature) in the heat source. Different entities consume different amounts of heat to prevent freezing. Note that underground belts and pipes are substantially larger heat drains than their above-ground versions. Also, heat pipes do not lose heat to the environment; they only lose heat to entities that need to be kept warm. &lt;br /&gt;
&lt;br /&gt;
For details on heat throughput, see the [[heat pipe]] page.&lt;br /&gt;
&lt;br /&gt;
A building is adjacent to a heat source when it is one tile away from the heat source either orthogonally or diagonally. All of the [[pipe|pipes]] would be heated in the below example:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Just using a one-row table here for display purposes, trying to use wide stretchy preformatted box or block quotes as insets was ugly --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[File:Ice_platform.png|24px|link=Ice_platform]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Ice_platform.png|24px|link=Ice_platform]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=Pipe]][[File:Pipe.png|24px|link=pipe]][[File:Heat_pipe.png|24px|link=heat_pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=Pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Heating_tower.png|72px|link=Heating_tower]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]][[File:Pipe.png|24px|link=pipe]]&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Heat_demo.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Entity Heat Consumption&lt;br /&gt;
|-&lt;br /&gt;
! Building !! Kilowatts&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Transport belt}} {{Icon|Fast transport belt}} {{Icon|Express transport belt}} {{Icon|Turbo transport belt}}|| 10&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Underground belt}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Fast underground belt}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Express underground belt}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo underground belt}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Splitter}} {{Icon|Fast splitter}} {{Icon|Express splitter}} || 40&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Turbo splitter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe}} || 1&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pipe to ground}} || 150&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pump}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Storage tank}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Power switch}} || 20&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Steam engine}} {{Icon|Steam turbine}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Pumpjack}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Inserter}} {{Icon|Fast inserter}} || 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Long-handed inserter}} {{Icon|Bulk inserter}} {{Icon|Stack inserter}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Arithmetic combinator}} {{Icon|Decider combinator}} || 50&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Selector combinator}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Assembling machine 1}} {{Icon|Assembling machine 2}} {{Icon|Assembling machine 3}} {{Icon|Electric furnace}} {{Icon|Chemical plant}} {{Icon|Lab}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Cryogenic plant}} {{Icon|Recycler}} {{Icon|Biochamber}} {{Icon|Electromagnetic plant}} {{Icon|Centrifuge}} || 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Oil refinery}} || 200&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Foundry}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Roboport}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Rocket silo}} || 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Beacon}} ||400&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following Entities are immune from freezing. Many may be placed directly on ice tiles (with the exceptions you might expect, mostly).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Tile !!  Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}} || {{Icon|Cargo landing pad}} {{Icon|Cargo bay}} || Space Cargo&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Offshore pump}} || Offshore Pumps&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Wooden chest}} {{Icon|Iron chest}} {{Icon|Steel chest}} {{Icon|Active provider chest}} {{Icon|Passive provider chest}} {{Icon|Storage chest}} {{Icon|Buffer chest}} {{Icon|Requester chest}} || Chests&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Small electric pole}} {{Icon|Medium electric pole}} {{Icon|Big electric pole}} {{Icon|Substation}} || Electric Poles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Solar panel}} {{Icon|Accumulator}} {{Icon|Lamp}} {{Icon|Constant combinator}} || Basic Electric Devices&lt;br /&gt;
|- &lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Programmable speaker}} {{Icon|Display panel}} || Player Notification Devices&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Burner inserter}} {{Icon|Boiler}} {{Icon|Stone furnace}} {{Icon|Steel furnace}} || Burner Entities&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Nuclear reactor}} {{Icon|Heat exchanger}} {{Icon|Heating tower}} {{Icon|Heat pipe}} || Heat Generators and Heat Pipes&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Fusion reactor}} {{Icon|Fusion generator}} || Fusion Power&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Lightning rod}} {{Icon|Lightning collector}} || Lightning Collectors&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Tesla turret}} || Tesla Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Flamethrower turret}}  || Flamethrower Turrets&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Concrete}}     || {{Icon|Wall}} {{Icon|Gate}} || Walls and Gates&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Construction robot}} {{Icon|Logistic robot}} {{Icon|Defender capsule}} {{Icon|Distractor capsule}} {{Icon|Destroyer capsule}} || Bots&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Car}} {{Icon|Tank}} {{Icon|Spidertron}} || Vehicles&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Locomotive}} {{Icon|Cargo wagon}} {{Icon|Fluid wagon}} {{Icon|Artillery wagon}} || Trains&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Ice platform}} || {{Icon|Straight rail}} {{Icon|Rail ramp}} {{Icon|Rail support}} {{Icon|Train stop}} {{Icon|Rail signal}} {{Icon|Rail chain signal}} || Rail Pieces&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Solar energy ===&lt;br /&gt;
Aquilo is far from the sun, and so [[solar panel]]s on its surface only output at 1% of their rate on Nauvis: 0.6 kW peak production. This makes panels practical for little more than powering a handful of [[inserter]]s to jump start heat production.&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Aquilo]] is connected to 2 other planets, [[Gleba]]{{SA}} and [[Fulgora]]{{SA}}, along with the [[Solar system edge]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgora]]{{SA}}|| 30,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Solar system edge]]{{SA}}|| 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Fulgora_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Fulgora]] to [[Aquilo]]&lt;br /&gt;
| [[File:Asteroid_chart_Aquilo_Solar_System_Edge.png]] &amp;lt;br&amp;gt; Space route from [[Aquilo]] to [[Solar system edge]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Big&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] Metallic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] Carbonic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] Oxide&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 60%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .10&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| 0&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
aquilo_landscape.png|Example landscape of Aquilo.&lt;br /&gt;
aquilo_landscape_main_menu.png|Aquilo seen on the expansion&#039;s title screen.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In mythology, Aquilo is the Roman god of the north wind, storms, and winter.&lt;br /&gt;
* Aquilo&#039;s design with ice and liquid ammonia oceans is based on real-world [https://en.wikipedia.org/wiki/Ice%20planet ice planets].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Gleba&amp;diff=209912</id>
		<title>Gleba</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Gleba&amp;diff=209912"/>
		<updated>2025-01-23T00:12:14Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added link to planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:gleba_preview.png|210px|right]]&#039;&#039;&#039;Gleba&#039;&#039;&#039; is a moist, agricultural [[planet]] with fungal hills and swampy lowlands.&lt;br /&gt;
&lt;br /&gt;
It is home to the [[pentapods]]{{SA}}, which are spider-like [[enemies]] who are attracted to the scent of biological processing called Spores, similar to the way that [[Nauvis]] creatures negatively respond to [[pollution]]. One of the most prominent traits of Gleba is that nearly everything takes a biological form.&lt;br /&gt;
	&lt;br /&gt;
[[Planet discovery Gleba (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-gleba}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive Items ==&lt;br /&gt;
The following items are unlocked on Gleba and can only be crafted on-planet:&lt;br /&gt;
* {{imagelink|Agricultural science pack|space-age=yes}}&lt;br /&gt;
* {{imagelink|Artificial jellynut soil|space-age=yes}}&lt;br /&gt;
* {{imagelink|Artificial yumako soil|space-age=yes}}&lt;br /&gt;
* {{imagelink|Overgrowth jellynut soil|space-age=yes}}&lt;br /&gt;
* {{imagelink|Overgrowth yumako soil|space-age=yes}}&lt;br /&gt;
* {{imagelink|Biochamber|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
The following items are unlocked on Gleba but can be crafted elsewhere:&lt;br /&gt;
* {{imagelink|Agricultural tower|space-age=yes}} (Buildable only on [[Gleba]] and [[Nauvis]])&lt;br /&gt;
* {{imagelink|Captive biter spawner|space-age=yes}} (spawners can be captured with Gleba&#039;s [[Capture bot rocket]], constructed with [[Aquilo]] research, and exclusively produced and placed on Nauvis).&lt;br /&gt;
* {{imagelink|Heating tower|space-age=yes}}&lt;br /&gt;
* {{imagelink|Biolab|space-age=yes}} (unlocked with Gleba science, but exclusively produced and placed on Nauvis)&lt;br /&gt;
* {{imagelink|Rocket turret|space-age=yes}}&lt;br /&gt;
* {{imagelink|Spidertron}}&lt;br /&gt;
* {{imagelink|Stack inserter|space-age=yes}}&lt;br /&gt;
* {{imagelink|Toolbelt equipment|space-age=yes}}&lt;br /&gt;
* {{imagelink|Productivity module 3}}&lt;br /&gt;
* {{imagelink|Efficiency module 3}}&lt;br /&gt;
&lt;br /&gt;
Note that while stack inserters &#039;&#039;can&#039;&#039; be crafted off of Gleba, the use of fast-[[spoilage mechanics|spoiling]] [[jelly]] as an ingredient makes doing so somewhat impractical, though hardly impossible.&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Gleba Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || Spores&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 10 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 10&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 50%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 2000&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Biomes ===&lt;br /&gt;
&lt;br /&gt;
Gleba&#039;s terrain consists of elevated regions of dry, buildable terrain and marshy lower areas marbled with [[Shallow water]] that cannot directly be built upon without [[landfill]]. The dark highlands biome are where [[stone]] may be found. The orange or turquoise midland biomes are also elevated and lack shallow water. [[Cliff]]s usually represent the transition from lower lying areas to higher ones.&lt;br /&gt;
&lt;br /&gt;
[[Enemies#Wrigglers|Pentapod]] enemies can only build nests on shallow water tiles (regardless of biome), so midlands and highlands act as natural barriers to their expansion. Artificial barriers can be created by using landfill on available shallow water.&lt;br /&gt;
&lt;br /&gt;
The blue biomes are marshes that are typically found next to deep water lakes. Outside of their particular flora, these lands contain nothing special.&lt;br /&gt;
&lt;br /&gt;
The red and green biomes are marshlands where [[Jellystem]] and [[Yumako tree]]s can be found, respectively. They also contain [[Stromatolite|copper and iron stromatolites]] in abundance, making them good sources of ore and ore bacteria.&lt;br /&gt;
&lt;br /&gt;
For the purposes of where crops can be planted, each of these two biomes has 3 kinds of tiles.&lt;br /&gt;
&lt;br /&gt;
Fertile soil tiles are those surrounding natural [[Jellystem]]s and [[Yumako tree]]s. These tiles can be planted with seeds and grow trees without any additional intervention. However, there are usually not very many such tiles in a biome.&lt;br /&gt;
&lt;br /&gt;
Around fertile soil tiles are a larger number of wetland tiles. These are shallow water tiles that are not initially plantable, but artificial [[Artificial jellynut soil|jellynut]] and [[Artificial yumako soil|yumako]] soil tiles will make them fertile.&lt;br /&gt;
&lt;br /&gt;
The vast majority of the biome consists of darker red or green tiles (some are shallow water marshes, while others are buildable terrain) of types other than the above. All of these tiles can have overgrowth [[Overgrowth jellynut soil|jellynut]] and [[Overgrowth yumako soil|yumako]] soils placed on them, making virtually the entire biome farmable (though at substantial cost).&lt;br /&gt;
&lt;br /&gt;
On the map view, the lightest colored tiles in these biomes are fertile soils, the slightly darker tiles around them are wetlands, and the rest are  tiles that can have overgrowth soils placed on them.&lt;br /&gt;
&lt;br /&gt;
Note that the overgrowth soils can be placed on the same wetland tiles that artificial soils can be placed on. Overgrowth soils have no special effects on those tiles, and they are far more expensive than artificial soils. As such, care should be taken to avoid using the more expensive soils where the less expensive ones will do fine.&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
{{main|Spoilage mechanics}}&lt;br /&gt;
Most biological products on Gleba are &amp;quot;spoilable&amp;quot;. A spoilable item has an inherent timer attached to it, which begins at the item&#039;s creation. When the timer reaches 0, the item is transformed into [[spoilage]],{{SA}} with a few exceptions. This process is inevitable and cannot be stopped.&lt;br /&gt;
&lt;br /&gt;
The exact time differs per item, ranging anywhere from a few minutes to 2 hours. This means that item throughput is more important than ever on Gleba, and buffering a large stockpile is ineffective, as items can spoil within containers.&lt;br /&gt;
&lt;br /&gt;
The [[Biochamber]], Gleba&#039;s special production building, uses a fuel source, [[nutrients]]. Nutrients also can spoil, and have a short, 5 minute spoil time.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] is readily available using offshore pumps&lt;br /&gt;
* [[Stone]] can be mined from patches on the surface as normal&lt;br /&gt;
* [[Iron ore]] can be obtained from [[Iron bacteria]], which can be cultivated in a [[Biochamber]] using [[Iron bacteria cultivation]]&lt;br /&gt;
* [[Copper ore]] can be obtained from [[Copper bacteria]], which can be cultivated in a biochamber using [[Copper bacteria cultivation]]&lt;br /&gt;
* [[Coal]] can be obtained via [[Coal synthesis]]&lt;br /&gt;
* [[Crude oil]] is not available. However:&lt;br /&gt;
** [[Plastic bar]]s can be obtained from [[Bioplastic]]&lt;br /&gt;
** [[Sulfur]] can be obtained from [[Biosulfur]]&lt;br /&gt;
** [[Lubricant]] can be obtained from [[Biolubricant]]&lt;br /&gt;
** [[Rocket fuel]] can be obtained from [[Rocket fuel from jelly]]&lt;br /&gt;
** [[Heavy oil]] can be obtained using [[Coal liquefaction]], if the initial heavy oil is shipped in from another planet. This is only really useful for [[flamethrower turret]]s, since all other oil products can be obtained more efficiently using the bio recipes.&lt;br /&gt;
&lt;br /&gt;
=== Power production ===&lt;br /&gt;
&lt;br /&gt;
The heating tower is a burner device can be used to generate electricity via the use of [[heat exchanger]]s and steam turbines. Gleba renewably generates all its resources, which includes rocket fuel. Traditional boilers can also be used.&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Gleba]] is connected to 4 other planets: [[Nauvis]], [[Vulcanus]]{{SA}}, [[Fulgora]]{{SA}}, and [[Aquilo]]{{SA}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Nauvis]]|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Vulcanus]]{{SA}}|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgora]]{{SA}}|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Aquilo]] {{SA}}|| 30,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Nauvis_Gleba.png]] &amp;lt;br&amp;gt; Space route from [[Nauvis]] to [[Gleba]]&lt;br /&gt;
| [[File:Asteroid_chart_Vulcanus_Gleba.png]] &amp;lt;br&amp;gt; Space route from [[Vulcanus]] to [[Gleba]]&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Fulgora.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Fulgora]]&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Aquilo.png]] &amp;lt;br&amp;gt; Space route from [[Gleba]] to [[Aquilo]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Asteroid type&lt;br /&gt;
! Chunk&lt;br /&gt;
! Medium&lt;br /&gt;
! Big&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Metallic asteroid chunk.png|32px]] Metallic&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Carbonic asteroid chunk.png|32px]] Carbonic&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Oxide asteroid chunk.png|32px]] Oxide&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 200%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .30&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| .25&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
gleba_landscape.png|Example landscape of Gleba.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In biology, a gleba is a fleshy, spore-filled inner mass of some fungus like the puffball.&lt;br /&gt;
* During development, Gleba was once named &#039;&#039;Bacchus&#039;&#039;, after the Roman god of fertility, orchards, and vegetation.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Aquilo]] {{SA}}&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Fulgora&amp;diff=209911</id>
		<title>Fulgora</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Fulgora&amp;diff=209911"/>
		<updated>2025-01-23T00:11:33Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added link to planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[file:fulgora_preview.png|210px|right]]&#039;&#039;&#039;Fulgora&#039;&#039;&#039; is a new barren desert [[planet]]. Its surface is split between island-like plateaus, and deep oilsands. During the night, the planet is ravaged by lightning storms, damaging buildings.&lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Fulgora (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-fulgora}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive Items ==&lt;br /&gt;
The following items are unlocked on Fulgora and can only be crafted on-planet:&lt;br /&gt;
* {{imagelink|Electromagnetic science pack|space-age=yes}}&lt;br /&gt;
* {{imagelink|Electromagnetic plant|space-age=yes}}&lt;br /&gt;
* {{imagelink|Lightning collector|space-age=yes}}&lt;br /&gt;
* {{imagelink|Lightning rod|space-age=yes}}&lt;br /&gt;
* {{imagelink|Recycler|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
The following items are unlocked on Fulgora but can be crafted elsewhere:&lt;br /&gt;
* {{imagelink|Mech armor|space-age=yes}}&lt;br /&gt;
* {{imagelink|Personal battery MK3|space-age=yes}}&lt;br /&gt;
* {{imagelink|Energy shield MK2}}&lt;br /&gt;
* {{imagelink|Personal roboport MK2}}&lt;br /&gt;
* {{imagelink|Quality module 3|space-age=yes}}&lt;br /&gt;
* {{imagelink|Tesla turret|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Fulgora Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 3 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 99&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 20%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 800&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biomes ==&lt;br /&gt;
Fulgora is split between two distinct biomes. &lt;br /&gt;
* &#039;&#039;&#039;Plateaus&#039;&#039;&#039; are islands dotted around the landscape. They are the only biome where factories can be built. Some plateaus are home to [[fulgoran ruin|alien ruins]], which have [[fulgoran lightning attractor]]s, which can protect your buildings until unlocking your own [[lightning rod]]s. Other plateaus hold [[scrap]], Fulgora&#039;s sole resource.&lt;br /&gt;
* &#039;&#039;&#039;Oilsands&#039;&#039;&#039; are the lowlands between the plateaus. No buildings can be built in them except for [[rail support]]s. You can walk through them, but occasional oilpatches will slow you to a crawl. An [[offshore pump]] can be placed on the edge of oilsands to produce an unlimited amount of [[heavy oil]]. &amp;lt;!-- Are they oilsands or oillands? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Terrain ===&lt;br /&gt;
Fulgoran terrain is mainly composed of [[Oil ocean|oillands]], on which nothing except for [[rail support]]s can be built. Traversal by foot across the oillands is possible, but slow. The oillands are further divided into deep and shallow areas, with deep areas slowing down player movement even further and not even allowing for rail supports to be built until [[rail support foundations (research)]] is researched.&lt;br /&gt;
&lt;br /&gt;
However, the oillands are also scattered with islands of various sizes, on which normal construction is possible. At first, these are the only place on Fulgora where factories can be built, as [[foundation]] for building on top of the oillands requires research that can not be performed until much later.&lt;br /&gt;
&lt;br /&gt;
The islands come in three size classes:&lt;br /&gt;
* Small islands with high amounts of resources, but with little room to build on&lt;br /&gt;
* Medium islands with lower amounts of resources, and with sufficient room for a small factory&lt;br /&gt;
* Large islands with no resources, but with enough room to build the main part of a medium-sized factory&lt;br /&gt;
&lt;br /&gt;
It is possible for two or more islands to overlap, potentially creating an even larger island that does have local resources. However, most islands are detached, meaning that transport between islands will have to occur by train. In many cases, the distance between two islands is also too vast for [[roboport]]s or [[big electric pole]]s to reach, thus requiring local [[logistic network|logistic]] and [[electric system|electric networks]] to be built, as neither roboports nor power poles can be built on the oillands without [[foundation]].&lt;br /&gt;
&lt;br /&gt;
Islands are also scattered with [[fulgorite]], [[fulgoran lightning attractor]]s, [[fulgoran ruin]]s and [[fulgoran vault ruin]]s, allowing players without the [[recycler]] to get access to basic resources.&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
=== Lightning ===&lt;br /&gt;
During [[time|nighttime]], dense thunderstorms occur on Fulgora, with frequent lightning strikes occurring across the surface. Lightning will strike each [[chunk]] once, every 10 seconds or so ( lightnings_per_chunk_per_tick = 1 / (60 * 10), --cca once per chunk every 10 seconds (600 ticks) )&lt;br /&gt;
&lt;br /&gt;
If a lightning strike is set to occur near a [[lightning rod]], [[lightning collector]], or [[fulgoran lightning attractor]], then the lightning will always hit said entity, rendering the lightning harmless. However, if such an entity can not be found, the lightning will strike where it occurs, causing damage to nearby entities.&lt;br /&gt;
&lt;br /&gt;
Lightning will prefer striking the entity with the highest priority, choosing randomly between entities tied for highest priority.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Lightning priority above 1&lt;br /&gt;
|-&lt;br /&gt;
! Entity !! Priority Value&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Lightning collector}} || 10,000&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Lightning rod}} || 1,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgoran lightning attractor]] || ?&lt;br /&gt;
|-&lt;br /&gt;
| [[Fulgoran vault ruin]] || 95&lt;br /&gt;
|-&lt;br /&gt;
| [[Colossal Fulgoran ruin]] || 94&lt;br /&gt;
|-&lt;br /&gt;
| [[Huge Fulgoran ruin]] || 93&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Fulgoran ruin]] || 92&lt;br /&gt;
|-&lt;br /&gt;
| [[Medium Fulgoran ruin]] || 91&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Lightning priority 1&lt;br /&gt;
! Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| Anything with the &amp;quot;Metal&amp;quot; impact soundset/category?&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Pipe}} {{imagelink|Pipe to ground}} {{imagelink|Pump}} {{imagelink|Offshore pump}} || Pipes &amp;amp; Pumps&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Small electric pole}} {{imagelink|Medium electric pole}} {{imagelink|Big electric pole}} {{imagelink|Substation}} || Electric Poles&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Power switch}} {{imagelink|Accumulator}} || Electric Routing&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Recycler}} {{imagelink|Assembling machine 1}} {{imagelink|Assembling machine 2}} {{imagelink|Assembling machine 3}} || Recyclers and Assemblers&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Beacon}} || Beacons&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Radar}} || Radars&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Roboport}} {{imagelink|Logistic robot}} {{imagelink|Construction robot}} || Roboports &amp;amp; Bots&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Burner inserter}} {{imagelink|Inserter}} {{imagelink|Long handed inserter}} {{imagelink|Fast inserter}} || Inserters (but not [[bulk inserter|bulk]]/[[stack inserter]]s)&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Iron chest}} {{imagelink|Steel chest}} {{imagelink|Storage chest}} {{imagelink|Passive provider chest}}&amp;lt;br&amp;gt;{{imagelink|Active provider chest}} {{imagelink|Requester chest}} {{imagelink|Buffer chest}} || Metal Chests (Notably &#039;&#039;&#039;not&#039;&#039;&#039; [[wooden chest]]s)&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Cargo pod}} || Landed Cargo pods&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Steel furnace}} {{imagelink|Electric furnace}} || Metal Furnaces&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Heat exchanger}} {{imagelink|Heat pipe}} || Heat exchangers and pipes&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Fusion generator}} {{imagelink|Fusion reactor}} || Fusion Power&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Car}} {{imagelink|Tank}} || Cars &amp;amp; Tanks&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Train stop}} || Train stops&lt;br /&gt;
|-&lt;br /&gt;
| [https://lua-api.factorio.com/latest/prototypes/ElectricEnergyInterfacePrototype.html Electric energy interface] {{imagelink|Asteroid collector}} {{imagelink|Thruster}} || Some Modded Situations&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Lightning Immune Entities&lt;br /&gt;
! Entities !! Category&lt;br /&gt;
|-&lt;br /&gt;
| [https://lua-api.factorio.com/latest/prototypes/LegacyStraightRailPrototype.html Legacy rail] {{imagelink|Rail}} {{imagelink|Rail ramp|Rail ramp|Rail ramps and elevated rails}} {{imagelink|Rail support}} || Rail Pieces&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Rail signal}} {{imagelink|Rail chain signal}} || Rail Signals (Notably not [[Train stop]]s)&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Locomotive}} {{imagelink|Artillery wagon}} {{imagelink|Cargo wagon}} {{imagelink|Fluid wagon}} || Trains&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Wall}} {{imagelink|Land mine}} || Walls and Mines&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Tree}} {{imagelink|Rock}} {{imagelink|Fulgorite}} || Trees &amp;amp; entities that count as a rock for [[Deconstruction planner|filtered destruction]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Lightning rods and collectors ===&lt;br /&gt;
&lt;br /&gt;
[[Lightning rod]]s and [[lightning collector]]s serve a secondary function beyond protecting an area from lightning strikes. They convert lightning into stored power, which [[Power production#Lightning power|they quickly discharge]] into the local [[electric system]]. With enough [[accumulator]]s to last during daytime or between lightning strikes, this can serve as the factory&#039;s main power source.&lt;br /&gt;
&lt;br /&gt;
With this, lightning on Fulgora become both a curse and a blessing: Players must keep their factory covered by lightning rods or collectors to avoid damage, and nighttime exploration becomes dangerous and risky. However, to an established base, lightning become a convenient source of electric energy, which is especially important given the weak [[solar panel|solar output]] on Fulgora&#039;s surface and the difficulty of setting up a global electric network on Fulgora before [[foundation]] becomes available.&lt;br /&gt;
&lt;br /&gt;
=== Natural resources ===&lt;br /&gt;
Aside from numerous items that can be collected by mining ancient ruins, only two &amp;quot;natural&amp;quot; resources occur on Fulgora, those being [[heavy oil]] and [[scrap]].&lt;br /&gt;
&lt;br /&gt;
Heavy oil can be obtained in infinite and non-diminishing amounts by placing an [[offshore pump]] on the shore of an island, allowing it to collect heavy oil directly from the oillands.&lt;br /&gt;
&lt;br /&gt;
Scrap is found in deposits on small and medium sized islands, as if it were an ore. However, in stark contrast to most other natural resources, scrap is not directly processed into a single basic resource like [[iron plate|iron]] or [[copper plate]]s using traditional production methods. Rather, it is [[recycler|recycled]] to produce a variety of items. [[Player]]s can also recycle by hand.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Input !! Output !! Chance !! Rate&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;| {{Imagelink|Scrap|space-age=yes}} || {{Imagelink|Iron gear wheel}} || 20% || 0.5/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Solid fuel}} || 7% || 0.175/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Concrete}} || 6% || 0.15/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Ice|space-age=yes}} || 5% || 0.125/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Steel plate}} || 4% || 0.1/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Battery}} || 4% || 0.1/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Stone}} || 4% || 0.1/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Copper cable}} || 3% || 0.075/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Advanced circuit}} || 3% || 0.075/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Processing unit}} || 2% || 0.05/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Low density structure}} || 1% || 0.025/s&lt;br /&gt;
|-&lt;br /&gt;
| {{Imagelink|Holmium ore|space-age=yes}} || 1% || 0.025/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since this list includes intermediate products, such as [[processing unit]]s, but no iron or copper plates, players are often forced to further recycle many of these items in order to obtain their ingredients. Players are thus left with the decision of what items to recycle, all while having to avoid cluttering their belts with unused resources. &amp;lt;!-- If we were to discuss strategies, I (tecanec) feel like it should belong on its own page - which I most certainly won&#039;t object to writing! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained from [[Ice]] (from recycling [[Scrap]]) via [[Ice melting]]&lt;br /&gt;
* [[Stone]] can be obtained by recycling [[Scrap]]&lt;br /&gt;
* [[Iron ore]] can be obtained by recycling [[Concrete]]&lt;br /&gt;
* [[Iron plate]] can be obtained by recycling [[Iron gear wheel]], [[Battery]], or [[Electronic circuit]]&lt;br /&gt;
* [[Copper plate]] can be obtained by recycling [[Copper cable]], [[Battery]], or [[Low density structure]]&lt;br /&gt;
* [[Coal]] cannot be obtained and must be shipped in from other planets. However:&lt;br /&gt;
** [[Plastic bar]] can be obtained by recycling [[Advanced circuit]] or [[Low density structure]]&lt;br /&gt;
** There are no [[enemies]] on-planet, so [[Explosive]]-based ammunition or [[grenade]]s are not needed&lt;br /&gt;
* [[Crude oil]] is not available, but [[Heavy oil]] is readily available using [[offshore pump]]s&lt;br /&gt;
* [[Copper ore]] is not available as the only recipe it is used in is copper plates and smelting processes cannot be reversed&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Fulgora]] is connected to 3 other planets: [[Nauvis]], [[Gleba]], and [[Aquilo]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Nauvis]]|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Aquilo]]|| 30,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Nauvis_Fulgora.png]] &amp;lt;br&amp;gt; Space route from Nauvis to Fulgora&lt;br /&gt;
| [[File:Asteroid_chart_Gleba_Fulgora.png]] &amp;lt;br&amp;gt; Space route from Gleba to Fulgora&lt;br /&gt;
| [[File:Asteroid_chart_Fulgora_Aquilo.png]] &amp;lt;br&amp;gt; Space route from Fulgora to Aquilo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Big&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] Metallic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: cyan;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Cyan&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] Carbonic&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: brown;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Brown&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] Oxide&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: purple;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Purple&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 120%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 4&lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 3&lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk || .25&lt;br /&gt;
|-&lt;br /&gt;
| Medium || .25&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
fulgora_landscape.png|Example landscape of Fulgora.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* The planet&#039;s ruins suggest that an unknown civilization once existed there before the game&#039;s events.&lt;br /&gt;
* In mythology, Fulgora is the Roman personification of lightning, and a shieldmaiden to the god of thunder, Jupiter.&lt;br /&gt;
* The planet is based on real-world [[:Wikipedia:Desert planet|desert planets]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Vulcanus]] {{SA}}&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
* [[Tutorial:Scrap recycling strategies]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Planet&amp;diff=209910</id>
		<title>Planet</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Planet&amp;diff=209910"/>
		<updated>2025-01-23T00:10:56Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Redirects to planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[Planets]]&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Vulcanus&amp;diff=209909</id>
		<title>Vulcanus</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Vulcanus&amp;diff=209909"/>
		<updated>2025-01-23T00:10:35Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added link to planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:volcanus_preview.png|210px|right]]&#039;&#039;&#039;Vulcanus&#039;&#039;&#039; is a hot volcanic [[planet]] with mountainous volcanoes, rivers of lava, plains of ash, and sulfuric acid geysers.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is home to [[Demolisher|demolishers]]{{SA}}, a large boss‐like [[Enemies|enemy]] that defends its territory. There&#039;s no [[pollution]] on Vulcanus. &lt;br /&gt;
&lt;br /&gt;
[[Planet discovery Vulcanus (research)]] is required to travel to the planet.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|visit-vulcanus}}&lt;br /&gt;
&lt;br /&gt;
== Exclusive Recipes == &lt;br /&gt;
The following recipes can only be crafted on Vulcanus:&lt;br /&gt;
* {{imagelink|Metallurgic science pack|space-age=yes}}&lt;br /&gt;
* {{imagelink|Foundry|space-age=yes}}&lt;br /&gt;
* {{imagelink|Big mining drill|space-age=yes}}&lt;br /&gt;
* {{imagelink|Turbo transport belt|space-age=yes}}&lt;br /&gt;
* {{imagelink|Turbo underground belt|space-age=yes}}&lt;br /&gt;
* {{imagelink|Turbo splitter|space-age=yes}}&lt;br /&gt;
* {{imagelink|Acid neutralisation|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
The following items and recipes are unlocked on Vulcanus but can be crafted elsewhere:&lt;br /&gt;
&lt;br /&gt;
* {{imagelink|Artillery turret}}/{{imagelink|Artillery wagon}} and {{imagelink|Artillery shell}}s&lt;br /&gt;
* {{imagelink|Simple coal liquefaction|space-age=yes}} and {{imagelink|Coal liquefaction}}&lt;br /&gt;
* {{imagelink|Cliff explosives}}&lt;br /&gt;
* {{imagelink|Speed module 3}}&lt;br /&gt;
* {{imagelink|Asteroid reprocessing (research)|space-age=yes}}&lt;br /&gt;
&lt;br /&gt;
==Surface==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Vulcanus Surface Properties&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Pollutant Type || None&lt;br /&gt;
|-&lt;br /&gt;
| Day Night Cycle || 1.5 Minutes&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic Field|| 25&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 400%&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || 4000&lt;br /&gt;
|-&lt;br /&gt;
| Gravity || 40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Biomes ==&lt;br /&gt;
Vulcanus has three distinct biomes.&lt;br /&gt;
* &#039;&#039;&#039;Ashlands&#039;&#039;&#039; are plateaus speckled with sparse vegetation and deposits of [[coal]]. They are home to leafless alien trees. They are relatively free of cliffs and lava, making them ideal for building.&lt;br /&gt;
* &#039;&#039;&#039;Lava basins&#039;&#039;&#039; are filled with winding lava rivers. Within them are deposits of [[tungsten ore]]{{SA}}, which can only be mined using the big mining drill.&lt;br /&gt;
* &#039;&#039;&#039;Mountains&#039;&#039;&#039; are large volcanoes, covered in cliffs and with a large lava pool at their center. They are home to [[sulfuric acid]] geysers and [[calcite]]{{SA}}. &amp;lt;!-- comment: Eventually link to &amp;quot;sulfuric acid gyeser&amp;quot; if it gets its own page.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Demolisher Territories==&lt;br /&gt;
&lt;br /&gt;
Native to Vulcanus are the giant centipede-like enemies known as &amp;quot;[[Enemies|demolishers]]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Demolishers have well-defined territories. On the map, these territories are outlined by an opaque, bright red line and the inside is marked by diagonal, translucent, red lines. Only one demolisher will spawn per territory, and the territories themselves do not overlap. However, they are tightly packed, as they follow a Voronoi-like pattern.&amp;lt;!-- Unconfirmed if it&#039;s actually Voronoi --&amp;gt; At the start of the game, only Vulcanus&#039; starting area is not inside a demolisher&#039;s territory.&lt;br /&gt;
&lt;br /&gt;
When left alone, a demolisher will patrol the border of its territory. However, if players build inside of a demolisher&#039;s territory, it will soon make a beeline towards these buildings with the intent of destroying them. Building inside of a demolisher&#039;s territory is therefore extremely risky and dangerous.&amp;lt;!-- I (tecanec) have also seen a demolisher leave its territory to follow a series of gun turrets that I left as bait. I still don&#039;t know much about this behaviour (including whether there&#039;s a limit to how far the demolisher would&#039;ve traveled, whether bait outside the territory made the demolisher aggressive by attacking it or by simply existing, or what the demolisher would&#039;ve done afterwards had it survived my devious trap), so I won&#039;t include it here without further experimentation. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The death of a demolisher is permanent, as they only spawn during world generation. Likewise, upon the death of a demolisher, its territory permanently becomes free for the player to use, as other demolishers will not try to expand their territories.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
&lt;br /&gt;
* [[Water]] can be obtained via [[Acid neutralisation]] and [[Steam condensation]]&lt;br /&gt;
* [[Stone]] is a byproduct of processing [[Lava]] into molten iron/copper&lt;br /&gt;
* [[Iron ore]] is only available in limited quantities from mining Volcanic [[Rock]], but [[Iron plate]] and [[Concrete]] may be obtained from [[Molten iron]]&lt;br /&gt;
* [[Copper ore]] only available in limited quantities from mining Volcanic [[Rock]], but [[Copper plate]] may be obtained from [[Molten copper]]&lt;br /&gt;
* [[Coal]] can be mined from patches on the surface as normal&lt;br /&gt;
* [[Crude oil]] is not available, but [[Heavy oil]] can be obtained via [[Simple coal liquefaction]]. Heavy oil can then be processed into light oil and petroleum.&lt;br /&gt;
* [[Wood]] cannot be obtained, but [[medium electric pole]]s can be constructed using the small amount of ores available. Note that this can soft-lock players that did not unlock the research.&lt;br /&gt;
&lt;br /&gt;
=== Power production ===&lt;br /&gt;
&lt;br /&gt;
[[Solar panel]]s on Vulcanus give 4x the power they would on Nauvis. [[Acid neutralization]] generates 500C steam, which can be fed through [[steam turbine]]s to generate electricity. The calcite processing technology does not actually give the player access to steam turbines, so [[steam engine]]s can be used instead (which generate less power for the same steam).&lt;br /&gt;
&lt;br /&gt;
==Space routes==&lt;br /&gt;
[[Vulcanus]] is connected to 2 other planets: [[Nauvis]] and [[Gleba]]{{SA}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Planet Distance&lt;br /&gt;
|-&lt;br /&gt;
! Planet !! Distance (km)&lt;br /&gt;
|-&lt;br /&gt;
| [[Nauvis]]|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
| [[Gleba]]{{SA}}|| 15,000&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asteroid rate graphs:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Asteroid_chart_Nauvis_Vulcanus.png]] &amp;lt;br&amp;gt; Space route from [[Nauvis]] to [[Vulcanus]]&lt;br /&gt;
| [[File:Asteroid_chart_Vulcanus_Gleba.png]] &amp;lt;br&amp;gt; Space route from [[Vulcanus]] to [[Gleba]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Graph legend:&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Asteroid Type&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Chunk&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Medium&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Metallic asteroid chunk.png|32px]] [[Asteroids|Metallic]] {{SA}}&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Blue&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: red;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Red&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Carbonic asteroid chunk.png|32px]] [[Asteroids|Carbonic]] {{SA}}&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: orange;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Orange&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: yellow;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Yellow&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[File:Oxide asteroid chunk.png|32px]] [[Asteroids|Oxide]] {{SA}}&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: green;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Green&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color: magenta;&amp;quot;&amp;gt;&amp;amp;#9679;&amp;lt;/span&amp;gt; Magenta&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Orbit==&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Solar Power || 600%&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Types&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Type !! Spawn Ratio&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallic asteroid chunk]] || 5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Carbonic asteroid chunk]] || 2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Oxide asteroid chunk]] || 1 &lt;br /&gt;
|-&lt;br /&gt;
| [[Promethium asteroid chunk]] || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Asteroid Spawning Sizes&lt;br /&gt;
|-&lt;br /&gt;
! [[Asteroids| Asteroid]] Size !! Spawn %&lt;br /&gt;
|-&lt;br /&gt;
| Chunk|| .20&lt;br /&gt;
|-&lt;br /&gt;
| Medium|| .25&lt;br /&gt;
|-&lt;br /&gt;
| Big || 0&lt;br /&gt;
|-&lt;br /&gt;
| Huge || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
*Chunks spawn at Nauvis at 1.25%&lt;br /&gt;
*Huge Asteroids only spawn past [[Aquilo]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
== Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;300px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
vulcanis_landscape.png|Example of Vulcanus&#039; landscape.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* In mythology, Vulcanus (also spelt Vulcan), is the Roman god of fire, metalworking, and the forge.&lt;br /&gt;
* The planet&#039;s design, with lava, volcanoes, and sulfur, is based on [https://en.wikipedia.org/wiki/Lava_planet lava planets].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]] {{SA}}&lt;br /&gt;
* [[Fulgora]] {{SA}}&lt;br /&gt;
* [[Gleba]] {{SA}}&lt;br /&gt;
* [[Nauvis]]&lt;br /&gt;
* [[Space platform]] {{SA}}&lt;br /&gt;
&lt;br /&gt;
{{C|Planets}}&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Planets&amp;diff=209908</id>
		<title>Planets</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Planets&amp;diff=209908"/>
		<updated>2025-01-23T00:08:40Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added the page with links to all 5 planets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Disambiguation}}&lt;br /&gt;
Planets are large surfaces with unique properties. The [[Space Age]] expansion adds 4 new planets.&lt;br /&gt;
&lt;br /&gt;
* {{imagelink|Nauvis}}&lt;br /&gt;
* {{imagelink|Vulcanus}}{{SA}}&lt;br /&gt;
* {{imagelink|Fulgora}}{{SA}}&lt;br /&gt;
* {{imagelink|Gleba}}{{SA}}&lt;br /&gt;
* {{imagelink|Aquilo}}{{SA}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209907</id>
		<title>User:Iridium235</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209907"/>
		<updated>2025-01-22T23:58:25Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: A new draft: Factoriopedia. Feel free to edit!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hello!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I am Iridium235, one of the editors for the this wiki.&lt;br /&gt;
I mostly do [[Special:Contributions/Iridium235|changes]] related to &#039;&#039;&#039;text&#039;&#039;&#039;, such as adding/extending descriptions.&lt;br /&gt;
I have a total of 750 hours in the game, and own the base game as well as the [[Space Age|expansion]].&lt;br /&gt;
&lt;br /&gt;
First Joined 29/11/2024&lt;br /&gt;
&lt;br /&gt;
Link to stubs &amp;gt;&amp;gt;&amp;gt; [[https://wiki.factorio.com/Category:Stubs]] &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
Total number of edits: 469 (since last updated)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;&#039;&#039;THE WIKI MUST GROW&#039;&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Draft=&lt;br /&gt;
&lt;br /&gt;
Feel free to edit!&lt;br /&gt;
&lt;br /&gt;
==Factoriopedia==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Factoriopedia&#039;&#039;&#039; serves as a in-game wiki that contains all entities, researches and recipes in the game, as well as any added items mods can add. It shows the [[quality]]{{SA}} effects, [[Recycler|recycling]]{{SA}} results and technology required for each recipe and building. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{SA}} &#039;&#039;The quality icon. When this is near an number, that means that it is affected by quality.&#039;&#039;&lt;br /&gt;
{{icon|quality icon}}&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
* For [[technologies]], this shows the prerequisites and prerequisite for.&lt;br /&gt;
* For machines, it shows the basic stats (crafting speed, health) as well as recipes that it can craft.&lt;br /&gt;
* For [[enemies]], it shows basic stats, such as health, damage and [[resistances]].&lt;br /&gt;
* For intermediate products, it shows the ingredients as well as items it is used in.&lt;br /&gt;
* For tiles, it shows [[pollution]] / [[Pollution#Spores|spores]]{{SA}} absorbing amount. &lt;br /&gt;
* For [[Planets]], it shows a description, exclusive items, and the basic stats, such as:&lt;br /&gt;
:* Gravity&lt;br /&gt;
:* Pressure&lt;br /&gt;
:* Magnetic field&lt;br /&gt;
:* Day/night cycle&lt;br /&gt;
:* [[Solar panel|Solar power]]&lt;br /&gt;
:* Solar power in [[Space platform|Space]]&lt;br /&gt;
:* [[Enemies|Evolution]] factor&lt;br /&gt;
:* [[Construction robot|Robot]] energy usage multiplier&lt;br /&gt;
&lt;br /&gt;
=== Controls ===&lt;br /&gt;
Note that the following controls is exclusively for PC.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;ALT + LMB&#039;&#039;&#039; when hovering over an entity to open the corresponding page on the Factoriopedia.&lt;br /&gt;
* &#039;&#039;&#039;ALT + Left arrow&#039;&#039;&#039; to go to the previous page.&lt;br /&gt;
* &#039;&#039;&#039;ALT + Right arrow&#039;&#039;&#039; to go to the next page (after going to the previous page).&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=File:Quality_icon.png&amp;diff=209906</id>
		<title>File:Quality icon.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=File:Quality_icon.png&amp;diff=209906"/>
		<updated>2025-01-22T23:35:03Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;the quality symbol&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Advanced_thruster_oxidizer&amp;diff=209905</id>
		<title>Advanced thruster oxidizer</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Advanced_thruster_oxidizer&amp;diff=209905"/>
		<updated>2025-01-22T20:58:05Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Navigation added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Advanced thruster oxidizer}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Advanced thruster oxidizer&#039;&#039;&#039; is an optional recipe for making [[thruster oxidizer]] at higher throughput and more efficiently, at the cost of calcite which is not required in the base recipe&lt;br /&gt;
&lt;br /&gt;
== Alternate recipe ==&lt;br /&gt;
&lt;br /&gt;
{|class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Recipe !! Ingredients !! Result !! Produced by !! Research&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Thruster oxidizer}} || {{Icon|Time|2}} + {{Icon|Iron ore|2}} + {{Icon|Water|10}} || {{Icon|Thruster oxidizer|75}} || {{Icon|Chemical plant}} || {{Icon|Space platform thruster (research)}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Resources}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Cryogenic_plant&amp;diff=209857</id>
		<title>Cryogenic plant</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Cryogenic_plant&amp;diff=209857"/>
		<updated>2025-01-22T10:39:54Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Cryogenic plant}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
The &#039;&#039;&#039;Cryogenic plant&#039;&#039;&#039; is a version of a [[chemical plant]] from [[Aquilo]]{{SA}} that specializes in cryogenics. Unlike similar machines found on other planets, the cryogenic plant does not have an innate [[productivity]] bonus, but it does have 8 [[module]] slots.&lt;br /&gt;
&lt;br /&gt;
== Recipes ==&lt;br /&gt;
The recipes below are exclusive to the cryogenic plant:&lt;br /&gt;
&lt;br /&gt;
* {{IconLink|Fluoroketone (hot)}}&lt;br /&gt;
* {{IconLink|Fluoroketone (cold)}}&lt;br /&gt;
* {{IconLink|Cryogenic science pack}}&lt;br /&gt;
* {{IconLink|Promethium science pack}}&lt;br /&gt;
* {{IconLink|Fusion reactor}}&lt;br /&gt;
* {{IconLink|Fusion generator}}&lt;br /&gt;
* {{IconLink|Fusion power cell}}&lt;br /&gt;
* {{IconLink|Railgun}}&lt;br /&gt;
* {{IconLink|Railgun turret}}&lt;br /&gt;
* {{IconLink|Captive biter spawner}}&lt;br /&gt;
* {{IconLink|Solid fuel from ammonia}}&lt;br /&gt;
* {{IconLink|Ammonia rocket fuel}}&lt;br /&gt;
&lt;br /&gt;
The cryogenic plant can also perform the following chemical plant recipes:&lt;br /&gt;
&lt;br /&gt;
* {{IconLink|Sulfuric acid}}&lt;br /&gt;
* {{IconLink|Lithium}}&lt;br /&gt;
* {{IconLink|Acid neutralisation}}&lt;br /&gt;
* {{IconLink|Steam condensation}}&lt;br /&gt;
* {{IconLink|Plastic bar}}&lt;br /&gt;
* {{IconLink|Sulfur}}&lt;br /&gt;
* {{IconLink|Battery}}&lt;br /&gt;
* {{IconLink|Explosives}}&lt;br /&gt;
* {{IconLink|Carbon}}&lt;br /&gt;
&lt;br /&gt;
The [[oil cracking]] and [[rocket fuel]] from [[light oil]] recipes can be performed in the [[biochamber]], while several other recipes like [[solid fuel]] from light oil can only be performed in a chemical plant.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* A [[biochamber]] with maximum [[Quality|legendary]] [[productivity module 3]]s has a productivity of 150%. A cryogenic plant with maxiumum legendary productivity module 3s has a productivity of 200%.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]]{{SA}}&lt;br /&gt;
* [[Crafting]]&lt;br /&gt;
&lt;br /&gt;
{{ProductionNav}}&lt;br /&gt;
{{C|Producers}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209851</id>
		<title>User:Iridium235</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=User:Iridium235&amp;diff=209851"/>
		<updated>2025-01-22T08:40:48Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Updated stats (377 &amp;gt; 465)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hello!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I am Iridium235, one of the editors for the this wiki.&lt;br /&gt;
I mostly do [[Special:Contributions/Iridium235|changes]] related to &#039;&#039;&#039;text&#039;&#039;&#039;, such as adding/extending descriptions.&lt;br /&gt;
I have a total of 750 hours in the game, and own the base game as well as the [[Space Age|expansion]].&lt;br /&gt;
&lt;br /&gt;
First Joined 29/11/2024&lt;br /&gt;
&lt;br /&gt;
Link to stubs &amp;gt;&amp;gt;&amp;gt; [[https://wiki.factorio.com/Category:Stubs]] &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
Total number of edits: 465 (since last updated)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;&#039;&#039;THE WIKI MUST GROW&#039;&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Train&amp;diff=209850</id>
		<title>Train</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Train&amp;diff=209850"/>
		<updated>2025-01-22T08:17:08Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: I think it will be more accurate for the redirect to be the Locomotives rather than the Rail system. The locomotive page has the link to the other page anyway.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Locomotive]]&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Rail&amp;diff=209848</id>
		<title>Rail</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Rail&amp;diff=209848"/>
		<updated>2025-01-22T08:14:57Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Rail}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Rail&#039;&#039;&#039; is used for building a [[railway]] track for [[locomotive|trains]]. Unlike [[transport belt]]s, rail tracks can also be curved and placed diagonally. [[Train stop]]s, [[rail signal]]s and [[rail chain signal]]s can be placed on rails to better guide automated trains. [[Gate]]s can also be placed on rails, making them rail gates. There are also [[elevated rail]]s, which are rails with added height, so that trains can freely pass over obstacles.&lt;br /&gt;
&lt;br /&gt;
The minimum rail turning radius is 12, meaning the smallest possible 180° turn is 24 [[Map_structure#Tile|tile]]s wide.&lt;br /&gt;
&lt;br /&gt;
The [[rail planner]] can be used to automatically place rails. See the page for more info.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Rails are directly related to the following achievements:&lt;br /&gt;
{{Achievement|trans-factorio-express}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|0.13.0|&lt;br /&gt;
* Rail planner tool simplifies rail building.&lt;br /&gt;
* Improved the rail selection logic.&lt;br /&gt;
* Halved the mining time of rails.&lt;br /&gt;
* Removed the curved rail, &#039;&#039;rail&#039;&#039; is the only type now.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.12.11|&lt;br /&gt;
* Replaced entity type &#039;&#039;rail&#039;&#039; with types &#039;&#039;straight rail&#039;&#039; and &#039;&#039;curved rail&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.11.17|&lt;br /&gt;
* Increased the stack size of Straight Rails to 100 from 50.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.11.0|&lt;br /&gt;
* Gates built on rails now make them rail gates.&lt;br /&gt;
* Added end of track graphics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.9.0|&lt;br /&gt;
* Rails are now crafted in pairs.&lt;br /&gt;
* Nicer rail diagonals/turns on minimap.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.7.1|&lt;br /&gt;
* Added remnants for destroyed rails.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.5.0|&lt;br /&gt;
* Rails are not minable when a train is on them.&lt;br /&gt;
* Rails recipe changed, now needs steel and stone&lt;br /&gt;
* Rails made more expensive&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.8|&lt;br /&gt;
* Correction of bounding boxes of some built curved rails.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.1|&lt;br /&gt;
* Rail building and selection boxes}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.1.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Locomotive]]&lt;br /&gt;
* [[Rail planner]]&lt;br /&gt;
* [[Railway]]&lt;br /&gt;
&lt;br /&gt;
{{LogisticsNav}}&lt;br /&gt;
{{C|Railway}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Locomotive&amp;diff=209844</id>
		<title>Locomotive</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Locomotive&amp;diff=209844"/>
		<updated>2025-01-22T08:13:47Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Locomotive}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Locomotive&#039;&#039;&#039; is the engine for movement of [[Railway|trains]] over [[Railway#Tracks|track]]. Trains are useful for moving large amounts of items over large distances. With the [[Space Age]] expansion, locomotives can also utilize elevated rails, which are rails built off of a [[rail ramp]], allowing trains to freely drive over obstacles on the ground.&lt;br /&gt;
&lt;br /&gt;
Locomotives are also good vehicles for the player to reach fixed destinations, as they are considerably faster than the [[car]] or [[tank]].  Naturally, they do not have the same freedom of movement, as they are confined to the track. They can be set up to travel automatically between [[train stop]]s, or be controlled manually, even if the [[player]] is in a [[cargo wagon]] attached to the train instead of the locomotive itself. Automatic trains can also use [[rail signal]]s and [[rail chain signal]]s to designate different or changing paths on a railway, as well as manage multiple trains on multiple or intertwining tracks.&lt;br /&gt;
&lt;br /&gt;
Locomotives are [[burner devices]] and require [[fuel]] to run; the more powerful the fuel used, the faster the locomotive&#039;s acceleration and top speed will be. [[Solid fuel]], [[rocket fuel]] and [[nuclear fuel]] will give +20%, +80% and +150% acceleration respectively, and provide +5%, +15% and +15% for top speed respectively. Multiple locomotives can be used on a single train to increase its speed. If a locomotive has no fuel, it will still be able to move, albeit very slowly.&lt;br /&gt;
&lt;br /&gt;
While locomotives can be assembled by hand, the [[engine unit]] for it requires [[Assembling machine|automated construction]] to build, so it cannot be built from raw materials by hand. The color of the locomotive can be customized.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Locomotives are related to the following achievements:&lt;br /&gt;
{{Achievement|watch-your-step}}&lt;br /&gt;
{{Achievement|getting-on-track}}&lt;br /&gt;
{{Achievement|getting-on-track-like-a-pro}}&lt;br /&gt;
&lt;br /&gt;
== Connecting/Disconnecting a locomotive ==&lt;br /&gt;
[[File:locomotive_gui.png|thumb|right|200px|Locomotive GUI]]&lt;br /&gt;
&lt;br /&gt;
To connect locomotives, cargo wagons, or [[fluid wagon]]s to each other, either place the cars next to each other on the track (there will be an outlined green connection), or connect an already existing disconnected car by driving the locomotive near the car and press {{Keybinding|G}} by default. To disconnect the last car in a train, press {{Keybinding|V}} by default.&lt;br /&gt;
&lt;br /&gt;
== Defense ==&lt;br /&gt;
Locomotives in transit can usually crash through everything in its way (including biters, [[car|other]] [[tank|vehicles]], and the player). However, if the locomotive is moving too slowly, or the target is too tough, it will stop the train instead. Once stopped, the train will continually do damage if trying to accelerate. If the locomotive hits an [[enemies|enemy]], the enemies will fight back and try to destroy the train and the rails.&lt;br /&gt;
&lt;br /&gt;
[[Construction robot]]s are a good way to automatically repair damage at train stations.&lt;br /&gt;
&lt;br /&gt;
[[File:train_kills_biters.gif|frame|none|Train killing three big biters.]]&lt;br /&gt;
&lt;br /&gt;
== Maximum speed ==&lt;br /&gt;
The maximum speed that a locomotive can get to depends on the train that it is pulling. The speed of an accelerating, fully fueled, train is calculated every tick by the game with the following formula:&lt;br /&gt;
&lt;br /&gt;
 train_speed = max(0, abs(train_speed) - train_friction_force ÷ train_weight)&lt;br /&gt;
 train_speed = train_speed + (10 × number_of_locomotives_in_moving_direction × fuel_acceleration_bonus ÷ train_weight)&lt;br /&gt;
 train_speed = train_speed × (1 - air_resistance_of_front_rolling_stock ÷ (train_weight ÷ 1000))&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;code&amp;gt;train_friction_force&amp;lt;/code&amp;gt; is the total friction of each wagon and locomotive (0.5 for any type of wagon including locomotives) and &amp;lt;code&amp;gt;train_weight&amp;lt;/code&amp;gt; is the total weight of each wagon and locomotive (see their individual pages for the weight values). The friction and air resistance of wagons and locomotives can be found in their prototypes. The calculated &amp;lt;code&amp;gt;train_speed&amp;lt;/code&amp;gt; is capped to &amp;lt;code&amp;gt;max_speed = 1.2 * fuel_top_speed_multiplier&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Fuel duration (in seconds) ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1 item of !! Burning time in seconds&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Wood}} || 3.33&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Coal}} || 6.67&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Solid fuel}} || 20&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Rocket fuel}} || 166.67&lt;br /&gt;
|-&lt;br /&gt;
| {{Icon|Nuclear fuel}} || 2016.67&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Driving controls ==&lt;br /&gt;
These are the default bindings, they can be changed in the Settings menu.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Keyboard and mouse&lt;br /&gt;
! Controller&lt;br /&gt;
|-&lt;br /&gt;
|Enter/Exit&lt;br /&gt;
|{{Keybinding|enter}}&lt;br /&gt;
|{{Keybinding|ZR|X}}&lt;br /&gt;
|-&lt;br /&gt;
|Accelerate&lt;br /&gt;
|{{Keybinding|W}}&lt;br /&gt;
|&#039;&#039;Use left joystick&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Decelerate/Reverse&lt;br /&gt;
|{{Keybinding|S}}&lt;br /&gt;
|&#039;&#039;Use left joystick&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Pick which fork to take at junction (left, right)&lt;br /&gt;
|{{Keybinding|A}},{{Keybinding|D}}&lt;br /&gt;
|&#039;&#039;Use left joystick&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Connect/Disconnect train&lt;br /&gt;
|{{Keybinding|G}},{{Keybinding|V}}&lt;br /&gt;
| Not set&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When using a controller, such as on the [[Nintendo Switch version|Nintendo Switch]], the behaviour of the left joystick in vehicles can be switched between two modes:&lt;br /&gt;
* Relative vehicle driving mode (default): Moving the stick in a direction will make vehicles automatically turn and accelerate to that side of the screen.&lt;br /&gt;
* Absolute vehicle driving mode: Moving the stick up/down will make vehicles accelerate/brake. Moving the stick left/right will make vehicles turn in that direction.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Locomotives are directly connected to the following achievements:&lt;br /&gt;
{{Achievement|getting-on-track}}&lt;br /&gt;
{{Achievement|getting-on-track-like-a-pro}}&lt;br /&gt;
{{Achievement|watch-your-step}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=320px&amp;gt;&lt;br /&gt;
File:trains_colors.png|The player among different colored locomotives.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Locomotive sounds overhauled.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Locomotive fuel consumption doubled.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.16.0|&lt;br /&gt;
* Locomotive will show train ID in its tooltip. The ID can be used in circuit network conditions.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.19|&lt;br /&gt;
* Locomotive snaps to a train stop when placing the first locomotive next to the train stop.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.7|&lt;br /&gt;
* Inserters will no longer take fuel from locomotives and instead will take the burnt result items if the locomotive fuel uses that system.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Renamed &amp;quot;diesel-locomotive&amp;quot; to &amp;quot;locomotive&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.14.0|&lt;br /&gt;
* Added support for equipment grids in locomotives.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.13.0|&lt;br /&gt;
* New locomotive graphics.&lt;br /&gt;
* Can now be colored.&lt;br /&gt;
* Trains are now regular size in horizontal and vertical orientations.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.12.1|&lt;br /&gt;
* Trains that are moving automatically cannot be rotated.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.12.0|&lt;br /&gt;
* Now show contents in tooltip.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.11.18|&lt;br /&gt;
* Increased the crafting cost of the cargo wagon and locomotive.&lt;br /&gt;
* Removing and merging the locomotive of a train without any additional locomotives doesn&#039;t clear the schedule anymore.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.11.6|&lt;br /&gt;
* Copy paste can now be used for train schedules.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.10.2|&lt;br /&gt;
* Now recalculates path on rotation.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.10.0|&lt;br /&gt;
* Backer names are used for locomotives.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.9.0|&lt;br /&gt;
* Recipe change}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.5.0|&lt;br /&gt;
* Train can find the path backward when it has locomotives in the back&lt;br /&gt;
* New locomotive graphics.&lt;br /&gt;
* Locomotive + wagon + rails are more expensive.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.4.1|&lt;br /&gt;
* Smooth (precise) rolling stock placement.&lt;br /&gt;
* Rotating while building affects the direction of the rolling stock.&lt;br /&gt;
* Rolling stocks can be disconnected from both sides.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.4.0|&lt;br /&gt;
* Locomotive uses fuel.&lt;br /&gt;
* Locomotive and Car are minable&lt;br /&gt;
* Easier riding in locomotive and car (accelerate vs. brake vs. reverse)&lt;br /&gt;
* Automated train transportation. Trains can be given schedule to go to Train Stops (named after backers).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.8|&lt;br /&gt;
* Now shows health bar below locomotive.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.1|&lt;br /&gt;
* Now emits light if active.}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.1.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Railway]]&lt;br /&gt;
* [[Cargo wagon]]&lt;br /&gt;
* [[Fluid wagon]]&lt;br /&gt;
&lt;br /&gt;
{{LogisticsNav}}&lt;br /&gt;
{{C|Railway}}&lt;br /&gt;
{{C|Rolling stock}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Military_(research)&amp;diff=209828</id>
		<title>Military (research)</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Military_(research)&amp;diff=209828"/>
		<updated>2025-01-22T08:07:16Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Military (research)}}&lt;br /&gt;
&#039;&#039;&#039;Military&#039;&#039;&#039; allows the [[player]] to upgrade their [[weapons]] and ammo. This is essential for defending against [[Enemies|enemy]] attacks.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{TechNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Fusion_reactor&amp;diff=209827</id>
		<title>Fusion reactor</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Fusion_reactor&amp;diff=209827"/>
		<updated>2025-01-22T08:02:15Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Fusion reactor}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
The &#039;&#039;&#039;fusion reactor&#039;&#039;&#039; generates [[plasma]]{{SA}} from [[fusion power cell]]{{SA}}, [[fluoroketone (cold)]]{{SA}}, and electricity. The plasma can be used in a [[fusion generator]]{{SA}} to generate power. Unlike the [[nuclear reactor]], a fusion fuel cell usage scales with the plasma output, so no energy is lost. A single reactor will output 100 MW worth of plasma. A single fusion power cell will be consumed in 400 seconds.&lt;br /&gt;
&lt;br /&gt;
A reactor requires 10 MW of power to generate plasma. As such, starting a reactor setup requires some external power, but once plasma is in the generators, the reactor setup can power itself.&lt;br /&gt;
&lt;br /&gt;
Fluoroketone is not permanently consumed by a fusion reactor setup; it is used as a coolant. The coolant is (effectively) converted into an equal amount of plasma by the reactor, and the generator generates hot fluoroketone based on how much plasma the generator consumes. So any cold fluoroketone consumed by a reactor will be regenerated by the generator. To keep the loop going, a [[cryogenic plant]] must cool the hot fluoroketone back to cold before recirculating it into the reactor.&lt;br /&gt;
&lt;br /&gt;
Each reactor consumes at most 4 cold fluoroketone per second. Assuming no modules are used, 1 cryogenic plant can cool enough fluoroketone for one reactor.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Fusion reactors are directly related to the following achievements:&lt;br /&gt;
{{Achievement|fusion-power}}&lt;br /&gt;
&lt;br /&gt;
== Neighbour bonus ==&lt;br /&gt;
Like nuclear reactors, fusion reactors receive a bonus for adjacent operating reactors, which increases the energy potential of the outputting plasma by 100% per link. Fusion reactors have 2 connection on each side, so the highest bonus a reactor can practically receive, while still leaving room open for the necessary fluoroketone, is +500%.&lt;br /&gt;
&lt;br /&gt;
Unlike other power generators, the heat of the plasma generated is variable. The neighbor bonus determines the heat of the plasma. With no bonus, the plasma generated is at 1 million °C. With a 100% bonus, the plasma generated is at 2 million °C and so on. Different reactors in an array can generate plasma at different temperatures, with the temperatures averaging out within the plasma fluid system. Fusion generators will generate power based on the heat of the plasma they are consuming, up to their maximum of 50 MW each.&lt;br /&gt;
&lt;br /&gt;
This also means that the amount of cold fluoroketone consumed by the reactor to generate power does not change with the neighbor bonus. It will always be 4/s (modified by quality). Two disconnected reactors and generators will consume 4 cold fluoroketone per second at max power draw as two reactors with a neighbor bonus.&lt;br /&gt;
&lt;br /&gt;
Of course, larger arrays of reactors and generators will require more fluoroketone to exist in the system, simply because there are more fluid pipes for the coolant and plasma to go through. But they do not require constantly adding more to the system.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]]{{SA}}&lt;br /&gt;
* [[Fusion generator]]{{SA}}&lt;br /&gt;
* [[Power production]]&lt;br /&gt;
* [[Plasma]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{{ProductionNav}}&lt;br /&gt;
{{C|Energy}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209826</id>
		<title>Science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209826"/>
		<updated>2025-01-22T08:01:00Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Achievements */ Another achievement added to the list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
Science packs are items which are required by [[lab]]s to perform [[research]]. Researching technologies requires a certain number of different types of science packs, which is then multiplied by a certain value to get the tech cost. For example, [[Physical projectile damage (research)|Physical projectile damage 3]] requires one automation science pack and one logistic science pack and one military science pack to begin researching, but it needs this to be input into labs a total of 300 times, raising the research cost to 300 automation science packs, 300 logistic science packs and 300 military science packs.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating science packs is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-automation}}&lt;br /&gt;
{{Achievement|research-with-logistics}}&lt;br /&gt;
{{Achievement|research-with-chemicals}}&lt;br /&gt;
{{Achievement|research-with-military}}&lt;br /&gt;
{{Achievement|research-with-production}}&lt;br /&gt;
{{Achievement|research-with-utility}}&lt;br /&gt;
{{Achievement|research-with-space}}&lt;br /&gt;
{{Achievement|research-with-metallurgics}}&lt;br /&gt;
{{Achievement|research-with-electromagnetics}}&lt;br /&gt;
{{Achievement|research-with-agriculture}}&lt;br /&gt;
{{Achievement|research-with-cryogenics}}&lt;br /&gt;
{{Achievement|research-with-promethium}}&lt;br /&gt;
{{Achievement|rush-to-space}}&lt;br /&gt;
&lt;br /&gt;
==Base Game Science Packs==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !!  Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|Time|5}} + {{icon|copper plate|1}} + {{icon|iron gear wheel|1}} &amp;amp;rarr; {{icon|Automation science pack|1}} || {{icon|Time|5.5}} {{icon|iron plate|2}} {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|Time|6}} + {{icon|Transport belt|1}} + {{icon|Inserter|1}} &amp;amp;rarr; {{icon|Logistic science pack|1}} || {{icon|Time|8.75}} {{icon|iron plate|5.5}} {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|Time|10}} + {{icon|Piercing rounds magazine|1}} + {{icon|Grenade|1}} + {{Icon|Wall|2}} &amp;amp;rarr; {{icon|Military science pack|2}} || {{icon|Time|23}} {{icon|Iron plate|9}} {{icon|Copper plate|5}} {{icon|Steel plate|1}} {{icon|Coal|10}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|Time|24}} + {{icon|Sulfur|1}} + {{icon|Advanced circuit|3}} + {{icon|Engine unit|2}} &amp;amp;rarr; {{icon|Chemical science pack|2}} || {{icon|Time|52.5}} {{icon|Iron plate|6}} {{icon|Copper plate|15}} {{icon|Engine unit|2}} {{icon|Plastic bar|6}} {{icon|Sulfur|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|Time|21}} + {{icon|Rail|30}} + {{icon|Electric furnace|1}} + {{icon|Productivity module|1}} &amp;amp;rarr; {{icon|Production science pack|3}} || {{icon|Time|153.5}} {{icon|Iron plate|32.5}} {{icon|Copper plate|57.5}} {{icon|Steel plate|25}} {{icon|Plastic bar|20}} {{icon|Stone|15}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|Time|21}} + {{icon|Processing unit|2}} + {{icon|Flying robot frame|1}} + {{icon|Low density structure|3}} &amp;amp;rarr; {{icon|Utility science pack|3}} ||  {{icon|Time|104.75}} {{icon|Iron plate|3}} {{icon|Copper plate|64.5}} {{icon|Steel plate|7}} {{icon|Plastic bar|15}} {{icon|Battery|2}} {{icon|Processing unit|2}} {{icon|Electric engine unit|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|Space science pack|1000}} per launched {{icon|Satellite}} || {{icon|Time|300}} {{icon|Iron plate|43.7}} {{icon|Copper plate|101.8}} {{icon|Steel plate|2.7}} {{icon|Plastic bar|19.9}} {{icon|Solid fuel|10.5}} {{icon|Sulfuric acid|15.5}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Space science pack calculations:&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=0-17-1&amp;amp;items=space-science-pack:r:1&amp;amp;ignore=sulfuric-acid,steel-plate&lt;br /&gt;
Space science pack calculations (Total raw):&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=1-1-19&amp;amp;rate=h&amp;amp;rp=5&amp;amp;cp=4&amp;amp;items=space-science-pack:r:1&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Or, broken down into the most basic components:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Per 1 !! colspan=&amp;quot;5&amp;quot; | Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|iron plate|2}} || {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|iron plate|5.5}} || {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|iron plate|7}} || {{icon|copper plate|2.5}} || {{icon|coal|5}} || || {{icon|stone|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|iron plate|12}} || {{icon|copper plate|7.5}} || {{icon|coal|1.5}} || {{icon|crude oil|38.46}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|iron plate|52.5}} || {{icon|copper plate|19.17}} || {{icon|coal|3.33}} || {{icon|crude oil|68.38}} || {{icon|stone|11.67}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|iron plate|33.33}} || {{icon|copper plate|49.83}} || {{icon|coal|3.83}} || {{icon|crude oil|106.84}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|iron plate|57.54}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|copper plate|101.79}} || {{icon|coal|9.95}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|crude oil|306.92}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating science packs==&lt;br /&gt;
The science packs and research are meant to guide players through the game by gradually increasing in complexity. At first the player has to create automation science packs by hand to research automation. Then the next goal is to create automation and logistic science automatically and to automatically feed the science packs into labs. These science packs allow research of most of the basic technologies.&lt;br /&gt;
&lt;br /&gt;
If needed due to [[enemies]], the next step is to create military science packs to allow unlock higher tier combat-oriented products. Unlike previous science packs, military science produces two packs per crafting cycle versus just one per cycle from automation/logistic.&lt;br /&gt;
&lt;br /&gt;
Following military science, chemical science packs should be created. This science pack incorporates a new &#039;raw&#039; intermediary - [[plastic bar]]s necessitate the need to harvest and process [[crude oil]].&lt;br /&gt;
&lt;br /&gt;
After chemical science, production science packs are next. Production science packs are a fair jump in complexity, as the required products have quite a few different intermediaries. Production packs yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
The final stage of automated research pack creation is utility science pack. Utility sciences packs are the most complex packs to make, requiring a large chain of intermediate products. Utility science packs, like previous production science packs, yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
Space science packs are yielded from launching satellites via rocket, and thus are difficult to automate effectively without massive resource-hungry bases. Unlike other science packs, space science packs are exclusively used to research repeating/infinite technologies - such as mining productivity or gun turret damage.&lt;br /&gt;
&lt;br /&gt;
The ratio needed to keep science production in sync is 5:6:5:12:7:7, or:&lt;br /&gt;
* 5 Automation science pack assemblers&lt;br /&gt;
* 6 Logistic science pack assemblers&lt;br /&gt;
* 5 Military science pack assemblers&lt;br /&gt;
* 12 Chemical science pack assemblers&lt;br /&gt;
* 7 Production science pack assemblers&lt;br /&gt;
* 7 Utility science pack assemblers&lt;br /&gt;
&lt;br /&gt;
The list above assumes that all science packs are being produced by the same tier of assembling machine. For example, if using plain [[assembling machine 3]] then packs will be produced at 75 items per minute.&lt;br /&gt;
&lt;br /&gt;
==[[Space Age]]{{SA}} Science Packs==&lt;br /&gt;
The Space Age expansion adds five new types of science packs, and changes the recipe for [[space science pack]]. Each is only able to be crafted on a specific planet or a [[space platform]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !! Crafted on !! Made in !! Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|assembling machine}} {{icon|assembling machine 2}} {{icon|assembling machine 3}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}} &amp;amp;rarr; {{icon|Space science pack|5}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Metallurgic science pack|space-age=yes}} || {{icon|Vulcanus}} || {{icon|Foundry}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}} &amp;amp;rarr; {{icon|Metallurgic science pack|1}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Electromagnetic science pack|space-age=yes}} || {{icon|Fulgora}} || {{icon|Electromagnetic plant}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}} &amp;amp;rarr; {{icon|Electromagnetic science pack|1}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Agricultural science pack|space-age=yes}} || {{icon|Gleba}} || {{icon|Biochamber}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}} &amp;amp;rarr; {{icon|Agricultural science pack|1}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Cryogenic science pack|space-age=yes}} || {{icon|Aquilo}} || {{icon|Cryogenic plant}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}} &amp;amp;rarr; {{icon|Cryogenic science pack|1}} + {{icon|Fluoroketone (hot)|3}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Promethium science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|Cryogenic plant}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}} &amp;amp;rarr; {{icon|promethium science pack|10}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that Agricultural science packs are subject to [[Spoilage mechanics|spoilage]]. Their freshness also reduces their science value.&lt;br /&gt;
&lt;br /&gt;
==[[Productivity module]] vs [[Quality module]] {{SA}}==&lt;br /&gt;
&lt;br /&gt;
Quality science pack decreases science pack drain, while production science outputs additional science packs from the same amount of input. Assuming that you are only using common ingredients and a single 1 tier module, and that all quality levels have been researched:&lt;br /&gt;
&lt;br /&gt;
=== [[Quality module|Quality module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;0.9%&#039;&#039;&#039; chance to create at least 1 uncommon science pack, which lasts &#039;&#039;&#039;100%&#039;&#039;&#039; longer than normal (equivalent of 2 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.09%&#039;&#039;&#039; chance to create 1 rare science pack, which lasts &#039;&#039;&#039;200%&#039;&#039;&#039; longer than normal (equivalent of 3 science packs). &lt;br /&gt;
* &#039;&#039;&#039;0.009%&#039;&#039;&#039; chance to create 1 epic science pack, which lasts &#039;&#039;&#039;300%&#039;&#039;&#039; longer than normal (equivalent of 4 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.001%&#039;&#039;&#039; chance to create 1 legendary science pack, which lasts &#039;&#039;&#039;500%&#039;&#039;&#039; longer than normal (equivalent of 6 science packs).&lt;br /&gt;
&lt;br /&gt;
Overall, this represents approximately &#039;&#039;&#039;1.1112%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== [[Productivity module|Productivity module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;1&#039;&#039;&#039; extra product every &#039;&#039;&#039;25&#039;&#039;&#039; normal products.&lt;br /&gt;
&lt;br /&gt;
This provides approximately &#039;&#039;&#039;4%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== Comparison ===&lt;br /&gt;
&lt;br /&gt;
* Productivity is more resource efficient, as it provides more science progress for the same amount of resources.&lt;br /&gt;
* Quality is more space/rocket efficient, as higher quality packs take up the same amount of space.&lt;br /&gt;
* Quality has a special effect on Agricultural science packs, as quality increases their spoil time. This means that a higher quality pack will not only have more science value, it will lose less of that value over the same time period as a lower one.&lt;br /&gt;
* In situations where the [[foundry]] isn&#039;t being used for casting copper or iron, inserting quality modules in mining drills and utilizing quality ores for making ingredients for science packs can be more resource-efficient if the bonus from mining productivity research exceeds +300%. This is much slower than using [[speed module]]s (which are antagonistic to quality), and requires designing a base around handling multiple quality levels.&lt;br /&gt;
** Casting metals with foundries is not compatible with this strategy, as ores are turned into molten metal which, as a fluid, doesn&#039;t retain quality. With productivity modules, foundries are more resource-efficient and faster for processing metals for science packs than furnaces smelting quality ores, but this requires importing [[calcite]], as neither [[Nauvis]] or [[Gleba]] (the two planets that commonly produce ores) have this as a local resource.&lt;br /&gt;
&lt;br /&gt;
Do note that quality modules cannot be combined with [[speed module]]s or speed [[beacon]]s for smaller builds, while productivity modules can.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=209825</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=209825"/>
		<updated>2025-01-22T08:00:16Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Achievements */ Another achievement added to the list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Boilerplate&lt;br /&gt;
|icon=No-building-material-icon.png&lt;br /&gt;
|line-1=This article is a lacking sources for details of upcoming changes.&lt;br /&gt;
|line-2=You can help this wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} adding them].}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
{{Achievement|my-modules-are-legendary}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that create items have variations for each quality that the item might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]] and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]], and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]], then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]] and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]] is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]].&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see Stochastic Matrix on wikipedia) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Mech_armor&amp;diff=209824</id>
		<title>Mech armor</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Mech_armor&amp;diff=209824"/>
		<updated>2025-01-22T07:59:20Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Mech_armor}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&#039;&#039;&#039;Mech armor&#039;&#039;&#039; is the strongest armor in the game. It also allows the [[player]] to freely fly over all obstacles, including oceans of liquids such as [[water]] or [[lava]]. It even protects the player from being hit by [[train]]s by automatically flying over them. On top of being the most resilient armor, it also provides the largest inventory bonus and contains the most [[Equipment modules|equipment slots]] out of all types of armor. Access the equipment grid by right-clicking on the armor.&lt;br /&gt;
&lt;br /&gt;
Equipping the armor adds 50 slots to the player&#039;s inventory. As with all modular armors, taking off the armor will remove the inventory bonus, and any items in the extra inventory slots will prevent the player from unequipping the armor.&lt;br /&gt;
&lt;br /&gt;
Smoke clouds from [[Enemies#Demolishers|demolishers]] disable the mech armor&#039;s flying ability and forces the player to land. The armor will land even if it was over an unwalkable location (e.g lava).&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
{{Achievement|look-at-my-shiny-rare-armor}}&lt;br /&gt;
{{Achievement|no-room-for-more}}&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery widths=190px heights=200px&amp;gt;&lt;br /&gt;
File:mech_armor_fly_over_water.png|Flying over water with the mech armor.&lt;br /&gt;
File:mech_armor_fly_over_trees.png|Flying over trees.&lt;br /&gt;
File:mech_armor_gui.png|Mech armor GUI.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* A legendary mech armor filled with legendary [[exoskeleton]]s can outrun the map generation, so entities and decoratives will not be displayed for a few seconds.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Modular armor]]&lt;br /&gt;
* [[Power armor]]&lt;br /&gt;
* [[Power armor MK2]]&lt;br /&gt;
* [[Resistances]]&lt;br /&gt;
&lt;br /&gt;
{{CombatNav}}&lt;br /&gt;
{{C|Armor}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Space_platform&amp;diff=209823</id>
		<title>Space platform</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Space_platform&amp;diff=209823"/>
		<updated>2025-01-22T07:58:02Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
[[File:Space platform.jpg|thumb|Space platform example provided by Wube in [https://factorio.com/blog/post/fff-381 Friday Facts #381 - Space Platforms]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Space platforms&#039;&#039;&#039; are factories that can be built in space. Each space platform is a self-contained factory supported by a [[space platform hub]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Space platforms are directly related to the following achievements:&lt;br /&gt;
{{Achievement|reach-for-the-stars}}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
Broadly speaking, there are three purposes which space platforms might serve:&lt;br /&gt;
* To craft recipes that can only be crafted in space, such as manufacturing [[space science pack]]s.&lt;br /&gt;
* To transport players and items between planets.&lt;br /&gt;
* To collect and process [[asteroids]].&lt;br /&gt;
&lt;br /&gt;
== Creation and deletion ==&lt;br /&gt;
Space platforms are created by loading a [[space platform starter pack]] into a rocket and pressing the button to create a new space platform. Alternatively, players may order the creation of a space platform from the remote view through the list on the top-left corner of the screen, in which case the necessary space platform starter pack is treated as a request from a not-yet-existing space platform around the specified planet. Either way, players are then allowed to name their new space platform. Note that space platforms can later be renamed from the menus of their space platform hubs.&lt;br /&gt;
&lt;br /&gt;
Platforms can be deleted. After confirming that the platform is to be deleted, the deleted platform goes into a queue, which is shown at the bottom of the platform list in the remote view. Should the player regret their decision, then this gives five minutes to decide if they want to undo the removal of the platform before it is permanently deleted.&lt;br /&gt;
&lt;br /&gt;
If the platform hub is destroyed, the entire space platform and all of its contents are lost. If any [[player]] is aboard when this happens, the player will respawn at the last planet they were at before going to space.&lt;br /&gt;
&lt;br /&gt;
== Construction ==&lt;br /&gt;
Unlike planetary surfaces, space platforms can only be edited by using the remote view. Therefore, players will order the construction of a space platform by placing ghosts. Instead of [[construction robot]]s being used for constructing the space  platform, the platform itself will automatically construct ghost entities and move ghost items to and from the platform hub as soon as materials are available and these actions are not obstructed. If the necessary materials are not available, they will be automatically requested from the planet where the space platform is stationed, if the appropriate option is enabled in the platform&#039;s logistic requests section.&lt;br /&gt;
&lt;br /&gt;
A newly-created space platform consists of a 10×10 square of [[space platform foundation]] with a [[space platform hub]] in its center, all surrounded by empty space. Unlike most buildings, the space platform hub cannot be removed, and its destruction directly results in the loss of the entire space platform.&lt;br /&gt;
&lt;br /&gt;
As nothing can be built on empty space, the platform must first be expanded with more space platform foundation. The platform&#039;s foundation must consist of a single connected area with no detached islands, and holes of empty space surrounded by foundation are not allowed. Should these rules be broken, then the violating tiles will not be built or removed before the issue is resolved.&lt;br /&gt;
&lt;br /&gt;
[[Asteroid collector]]s and [[thruster]]s can only be built on the edge of the platform. In particular, thrusters can only be built on the southern edge, and no foundation can be built within the rectangular area extending from the southern edge of the thruster towards infinity.&lt;br /&gt;
&lt;br /&gt;
The entire platform surface functions as an [[electric system|electric network]], so space platforms do not need any power poles.&lt;br /&gt;
&lt;br /&gt;
=== Placement restrictions ===&lt;br /&gt;
Some entities cannot be placed on space platforms:&lt;br /&gt;
* [[Chests]] can&#039;t be placed on platforms. The main storage structure is the platform hub.&lt;br /&gt;
* [[Robots]] and [[roboport]]s don&#039;t function in space, and no [[railway]] entities can be placed.&lt;br /&gt;
* [[Burner devices]] can&#039;t be placed on platforms. According to [https://factorio.com/blog/post/fff-381 FFF-381], this is to add &amp;quot;a bit of realism as there&#039;s no atmosphere in space&amp;quot;.&lt;br /&gt;
* Space platforms have particular surface conditions, so buildings which have restrictions may not be placed on them. This is the same as for any other surface.&lt;br /&gt;
&lt;br /&gt;
Electric poles can be built, but the global electric network covering the entire platform powers all devices. As such, electric poles are only useful as a way to [[circuit network|wire together]] distant entities.&lt;br /&gt;
&lt;br /&gt;
== Transport between planets and space platforms ==&lt;br /&gt;
&lt;br /&gt;
To transport players and items between a planet&#039;s surface and a space platform, the space platform must be stationed in orbit around the planet.&lt;br /&gt;
&lt;br /&gt;
Items are delivered up to a platform by launching a [[rocket]] from a [[rocket silo]]. This can be done in one of three ways:&lt;br /&gt;
* Filling the rocket manually or by using inserters, then manually sending the rocket towards the space platform by using the rocket silo&#039;s menu. This method allows sending rockets with several different types of items inside the same rocket, but cannot be automated.&lt;br /&gt;
* Assigning logistic requests to the space platform hub, then filling a rocket with items of a type that is being requested, either manually or using by inserters. The rocket will then launch automatically. Only one type of item may be sent per rocket using this method.&lt;br /&gt;
* Assigning logistic requests to the space platform hub while having a rocket silo set to request items from the logistic network. This allows [[logistic robot]]s to fill the rocket automatically, and the rocket will launch automatically when full. Only one type of item will be sent per rocket.&lt;br /&gt;
&lt;br /&gt;
The space platform hub will automatically request any items that are needed for construction of the platform. Automatic requests can receive items from any planet, whereas manual requests will only be fulfilled at one planet specified by the player. For manual requests, it is also possible to set a custom minimum payload per rocket instead of only accepting full rockets.&lt;br /&gt;
&lt;br /&gt;
Items can be sent to a planet orbited by a space platform in one of two ways:&lt;br /&gt;
* Manually moving items into the platform hub&#039;s orbital drop slots.&lt;br /&gt;
* Assigning logistic requests to a planet&#039;s [[cargo landing pad]].&lt;br /&gt;
&lt;br /&gt;
The items will then be carried to the planet&#039;s surface by [[cargo pod]]s. If the planet has a cargo landing pad, then the cargo pods will go there, placing their payloads directly inside the cargo landing pad&#039;s inventory (spilling the items if the cargo landing pad is already full). Otherwise, the cargo pod will land at a random location near the planet&#039;s spawn point. Landed cargo pods will wait for players to collect their payloads, and are automatically destroyed when emptied.&lt;br /&gt;
&lt;br /&gt;
Unlike transfers from a planet&#039;s surface to a space platform, transfers from space platforms to planetary surfaces come at no material costs despite the appearance of a cargo pod.&lt;br /&gt;
&lt;br /&gt;
== Passengers ==&lt;br /&gt;
Characters can travel to space platforms by riding a rocket, and can likewise leave the platform in a cargo pod.&lt;br /&gt;
&lt;br /&gt;
One character traveling to a space platform takes up an entire rocket, and is not allowed to carry any items in their inventory, except for their equipped weapons and armor (but not ammunition). All other items must be transferred to the space platform hub in separate rockets.&lt;br /&gt;
&lt;br /&gt;
Players aboard space platforms are locked inside the space platform hub, unable to move. The player is therefore locked into remote view until they drop their character to a planetary surface. Note that there is no way to access a player&#039;s inventory while in this state.&lt;br /&gt;
&lt;br /&gt;
[[Biter egg]]s and [[pentapod egg]]s that spoil on the platform (either in the hub or on a belt) produce enemy entities like normal. These enemies do not suffocate, nor are they damaged by the environment. They will attack nearby structures as normal.&lt;br /&gt;
&lt;br /&gt;
== Travel ==&lt;br /&gt;
Space platforms with one or more [[thruster]]s are able to perform voyages between different space locations, such as planets. The more thrusters that are installed on a platform, the faster the platform can get to its destination, but this also causes asteroids to appear faster and threaten the platform. When the thrusters are stopped while in mid-destination, the platform will slowly move toward the destination it&#039;s closer to via gravitational pull.&lt;br /&gt;
&lt;br /&gt;
=== Weight ===&lt;br /&gt;
Platform weight depends on how many [[space platform foundation]] tiles the platform has. Each tile of [[space platform foundation]] weighs 200kg or 0.2 tons. The [[space platform hub]] itself weighs 20 tons. Notably, extra [[cargo bay]]s do not increase the platform&#039;s weight (aside from requiring [[space platform foundation]] under them).&lt;br /&gt;
&lt;br /&gt;
=== Planetary schedules ===&lt;br /&gt;
Travel between planets can be automated, in a manner similar to using [[railway|trains]]. Clicking on the [[space platform hub]] will bring up its GUI. Individual planets can be added to the platform&#039;s schedule by clicking the &amp;quot;add station&amp;quot; button. A popup will appear with all currently unlocked space destinations. When one is selected, another button appears for selecting a wait condition from a drop-down list. Like trains, wait conditions are used to tell the platform when to leave the planet&#039;s orbit. If no wait condition is selected, the platform will continue to its next stop, if one exists. One can also select if the platform will unload cargo at a planet. If this option is deselected, platforms will not drop any items down to planets automatically. &lt;br /&gt;
[[File:Space_station_hub_gui.png|thumb|300px|The space platform&#039;s GUI. There is one station set for the [[solar system edge]]. ]]&lt;br /&gt;
&lt;br /&gt;
When set to &amp;quot;automatic&amp;quot; mode, the platform will automatically fly to the designated planet. If attempting to travel to a planet that has no direct route to, the platform will fill in any gaps along the way. For example, attempting to fly from [[Vulcanus]] to [[Fulgora]] will have a platform automatically fly to [[Nauvis]] first.&lt;br /&gt;
&lt;br /&gt;
There are 12 types of wait conditions, many of them unique to space platforms:&lt;br /&gt;
* &#039;&#039;&#039;All requests satisfied&#039;&#039;&#039;: All requests for the current planet have been satisfied.&lt;br /&gt;
* &#039;&#039;&#039;Any request not satisfied&#039;&#039;&#039;: At least one request for the current planet is not satisfied.&lt;br /&gt;
* &#039;&#039;&#039;Any request zero&#039;&#039;&#039;: At least one request for the current planet is satisfied.&lt;br /&gt;
* &#039;&#039;&#039;Circuit condition&#039;&#039;&#039;: A condition is met from the [[circuit network]], or one of the platform&#039;s built in control signals.&lt;br /&gt;
* &#039;&#039;&#039;Damage taken&#039;&#039;&#039;: The platform has received a certain value of damage, defaulting to 1,000.&lt;br /&gt;
* &#039;&#039;&#039;Inactivity&#039;&#039;&#039;: No items were received or dropped out of the hub for the specified amount of seconds.&lt;br /&gt;
* &#039;&#039;&#039;Item count&#039;&#039;&#039;: The hub contains a specific amount of a certain item. &lt;br /&gt;
* &#039;&#039;&#039;Passenger not present&#039;&#039;&#039;: No players are present on the platform.&lt;br /&gt;
* &#039;&#039;&#039;Passenger present&#039;&#039;&#039;: At least one player is present on the platform.&lt;br /&gt;
* &#039;&#039;&#039;Request not satisfied&#039;&#039;&#039;: A specific request for any planet is not satisfied. Items not requested cannot be set. &lt;br /&gt;
* &#039;&#039;&#039;Request satisfied&#039;&#039;&#039;: A specific request for any planet is satisfied. Items not requested cannot be set. &lt;br /&gt;
* &#039;&#039;&#039;Time passed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additionally, platforms can make use of [[Railway#Schedule interrupts|schedule interrupts]], which behave exactly like trains. &lt;br /&gt;
&lt;br /&gt;
The one exception to wait conditions is when traveling to the [[shattered planet]]. When this is selected, the wait condition becomes a &amp;quot;fly condition&amp;quot;. Whatever condition is set will trigger while en-route to the shattered planet as if the platform was already stopped there. This is because the player is not intended to actually reach the shattered planet (though it is possible), and so the fly condition becomes a way to easily turn the platform around at a certain time.&lt;br /&gt;
&lt;br /&gt;
The platform hub is able to be connected to the circuit network, with the following reactions:&lt;br /&gt;
* &#039;&#039;&#039;Read contents&#039;&#039;&#039;: The hub will output its contents to the circuit network&lt;br /&gt;
* &#039;&#039;&#039;Send to platform&#039;&#039;&#039;: Any signals on wires will be passed to the hub, allowing them to be used for wait conditions&lt;br /&gt;
* &#039;&#039;&#039;Read moving to&#039;&#039;&#039;: The platform will output the planet at the end of the current space route with a value of 1.&lt;br /&gt;
* &#039;&#039;&#039;Read moving from&#039;&#039;&#039;: The platform will output the planet at the beginning of the current space route with a value of 2.&lt;br /&gt;
** If both &amp;quot;moving from&amp;quot; and &amp;quot;moving to&amp;quot; are selected, a platform stopped at a planet will output the planet&#039;s signal with a value of 3.&lt;br /&gt;
* &#039;&#039;&#039;Read speed&#039;&#039;&#039;: The platform will output its current velocity, defaulting to &amp;quot;V&amp;quot;&lt;br /&gt;
** A speed signal will only show as 0 when stopped at a planet. If a platform is stopped between planets for whatever reason, it will slowly drift into orbit of the nearest planet, giving the signal a value of 10 or -10.&lt;br /&gt;
* &#039;&#039;&#039;Read damage taken&#039;&#039;&#039;: The platform will output the amount of damage taken in the current trip, defaulting to &amp;quot;D&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Asteroids ==&lt;br /&gt;
{{main|asteroids}}&lt;br /&gt;
&lt;br /&gt;
Space platforms regularly encounter [[asteroids]].&lt;br /&gt;
&lt;br /&gt;
The smallest asteroids are called &amp;quot;chunks&amp;quot;. Chunks can be collected by [[asteroid collector]]s and processed into various raw materials by [[crusher]]s. Among other uses, it is possible to convert these materials into [[thruster fuel]] and [[thruster oxidizer]].&lt;br /&gt;
&lt;br /&gt;
Asteroids larger than chunks may also appear. However, they cannot be grabbed by asteroid collectors, and will damage the space platform upon impact. They can be targeted by turrets, and can be broken into multiple smaller asteroids by reducing their health to 0. This is done repeatedly until they become chunks.&lt;br /&gt;
&lt;br /&gt;
During voyages, the number and relative velocity of asteroids increases proportionally to the platform&#039;s speed. It is therefore dangerous for a space platform to travel faster than it can destroy the asteroids that it will encounter. Different locations contain different amounts of each type of asteroid, and routes between locations may vary these numbers over the course of a journey. For example, only chunks will appear in stationary orbit around [[Nauvis]], thus providing a safe building environment free of larger asteroids that may damage the platform.&lt;br /&gt;
&lt;br /&gt;
== Access to basic resources ==&lt;br /&gt;
* [[Water]] can be obtained from [[oxide asteroid chunk]]s via [[oxide asteroid crushing]] and [[ice melting]].&lt;br /&gt;
* [[Stone]] is not obtainable and must be brought up from planets.&lt;br /&gt;
* [[Iron ore]] can be obtained from [[metallic asteroid chunk]]s via [[metallic asteroid crushing]].&lt;br /&gt;
* [[Copper ore]] can be obtained from [[metallic asteroid chunk]]s via [[advanced metallic asteroid crushing]].&lt;br /&gt;
* [[Coal]] can be obtained from [[carbonic asteroid chunk]]s via [[coal synthesis]] by using [[carbon]] and [[sulfur]] from [[advanced carbonic asteroid crushing]].&lt;br /&gt;
* [[Crude oil]] is not obtainable. However:&lt;br /&gt;
** [[Sulfur]] can be obtained via [[advanced carbonic asteroid crushing]]. &lt;br /&gt;
** [[Heavy oil]] can be obtained via [[simple coal liquefaction]] using [[calcite]] obtained from [[advanced oxide asteroid crushing]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.23|&lt;br /&gt;
* Added an error message when manually trying to launch a rocket to a full space platform.&lt;br /&gt;
* Changed space platforms to not delete items on the ground when deconstructing them.}}&lt;br /&gt;
&lt;br /&gt;
{{history|2.0.14|&lt;br /&gt;
* Deletion of space platforms requires confirmation.}}&lt;br /&gt;
&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SpaceNav}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Quality&amp;diff=209822</id>
		<title>Quality</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Quality&amp;diff=209822"/>
		<updated>2025-01-22T07:56:24Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{Boilerplate&lt;br /&gt;
|icon=No-building-material-icon.png&lt;br /&gt;
|line-1=This article is a lacking sources for details of upcoming changes.&lt;br /&gt;
|line-2=You can help this wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} adding them].}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quality&#039;&#039;&#039; is a feature of the [[Space Age]] expansion. It introduces four higher quality levels for all items, structures and equipment with improved attributes. The goal of quality is to allow vertical factory upgrading as alternative to expansion in size. Items of higher quality are created by chance when using quality modules in the producing structure. The two highest quality tiers require technology not available on Nauvis. Different buildings and items can have different attributes that can be upgraded. When hovering over something, the attributes that will be upgraded with quality will be marked with a blue diamond in the tooltip.&lt;br /&gt;
&lt;br /&gt;
While players are required to own Space Age to access this feature, quality is a separate mod, and can be activated independent of most Space Age content.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Quality is directly related to the following achievements:&lt;br /&gt;
{{Achievement|crafting-with-quality}}&lt;br /&gt;
{{Achievement|make-it-better}}&lt;br /&gt;
&lt;br /&gt;
== Quality tiers ==&lt;br /&gt;
There are 5 quality tiers in vanilla gameplay, with tier strength in brackets:&lt;br /&gt;
* [[File:quality_normal.png|15px]] Normal (0)&lt;br /&gt;
* [[File:quality_uncommon.png|15px]] Uncommon (1)&lt;br /&gt;
* [[File:quality_rare.png|15px]] Rare (2)&lt;br /&gt;
* [[File:quality_epic.png|15px]] Epic (3)&lt;br /&gt;
* [[File:quality_legendary.png|15px]] Legendary (&#039;&#039;&#039;5&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Note that legendary quality represents a 2-tier improvement over epic.&lt;br /&gt;
&lt;br /&gt;
== Technologies ==&lt;br /&gt;
Certain tiers of quality cannot be created until they have been researched.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Research !! Base Game !! {{SA}} Space Age !! Unlocks&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}} x 300&lt;br /&gt;
| {{icon|Time|30}}{{icon|Automation science pack}}{{icon|Logistic science pack}} x 500&lt;br /&gt;
| [[File:quality_uncommon.png|32px]] [[File:quality_rare.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Agricultural science pack}} x 5000&lt;br /&gt;
| [[File:quality_epic.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
| {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}} x 5000&lt;br /&gt;
| {{icon|Time|60}}{{icon|Automation science pack}}{{icon|Logistic science pack}}{{icon|Chemical science pack}}{{icon|Production science pack}}{{icon|Utility science pack}}{{icon|Space science pack}}{{icon|Metallurgic science pack}}{{icon|Electromagnetic science pack}}{{icon|Agricultural science pack}}{{icon|Cryogenic science pack}} x 5000&lt;br /&gt;
| [[File:quality_legendary.png|32px]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quality effects ==&lt;br /&gt;
The currently known effects of each level of quality are as follows:&lt;br /&gt;
* +30% health&lt;br /&gt;
* +30% crafting speed&lt;br /&gt;
* +30% robot limit (rounded down)&lt;br /&gt;
* +30% robot recharge rate (both number and speed, rounded down)&lt;br /&gt;
* +30% positive module effects (rounded down for at least quality modules)&lt;br /&gt;
* +10% turret range&lt;br /&gt;
* +10% weapon range&lt;br /&gt;
* +1 tile reach and +2 wire reach on power poles&lt;br /&gt;
* +1 equipment grid size (both dimensions)&lt;br /&gt;
* +30% chest inventory size (rounded down)&lt;br /&gt;
* +30% increased ammo damage&lt;br /&gt;
* +30% inserter rotation speed&lt;br /&gt;
* -16.67% (1/6) resource drain on miners.&lt;br /&gt;
** This is multiplicative with productivity&lt;br /&gt;
* +100% (+5 MJ) capacity on accumulators&lt;br /&gt;
* +30% output rate on [[boiler]]s, [[steam engine]]s, [[steam turbine]]s, [[accumulator]]s (also affects input rate), and [[nuclear reactor]]s&lt;br /&gt;
** Note that consumption and pollution are also increased at the same rate&lt;br /&gt;
* −16% power consumption on beacons&lt;br /&gt;
* +1 to both continuous coverage distance and exploration coverage distance in [[radar]]s&lt;br /&gt;
* +100% durability on consumable items ([[repair pack]]s, [[science pack]]s)&lt;br /&gt;
* +5% fork chance on the [[tesla turret]] and tesla ammo for the tesla gun&lt;br /&gt;
&lt;br /&gt;
These effects are per quality strength and additive: a Legendary (5 tier-levels) [[Productivity module 3]] (base +10% productivity) would grant 25% productivity.&lt;br /&gt;
&lt;br /&gt;
Some buildings only get increased health, with no special effect. Examples are:&lt;br /&gt;
*Buildings related to [[Circuit network]]s and [[Rail signal]]s&lt;br /&gt;
*[[Transport belt]]s&lt;br /&gt;
*[[Pipe]]s&lt;br /&gt;
*[[Wall]]s&lt;br /&gt;
*[[Locomotive|Trains]]&lt;br /&gt;
*[[Cargo wagon]]s&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Quality Effects&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Effect !! [[File:quality_normal.png|15px]] Normal !! [[File:quality_uncommon.png|15px]] Uncommon !! [[File:quality_rare.png|15px]] Rare !! [[File:quality_epic.png|15px]] Epic !! [[File:quality_legendary.png|15px]] Legendary&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_1.png|15px]] [[Assembling machine 1]] || Health || 300 || 390 || 480 || 570 || 750&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.5 || 0.65 || 0.8 || 0.95 || 1.25&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_2.png|15px]] [[Assembling machine 2]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 0.75 || 0.975 || 1.2 || 1.425 || 1.875&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:assembling_machine_3.png|15px]] [[Assembling machine 3]] || Health || 400 || 520 || 640 || 760 || 1000&lt;br /&gt;
|-&lt;br /&gt;
| Crafting&amp;amp;nbsp;speed || 1.25 || 1.625 || 2 || 2.375 || 3.125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:construction_robot.png|15px]] [[Construction robot]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Max flying reach || 571m || 1152m || 1728m || 2305m || 3457m&lt;br /&gt;
|-&lt;br /&gt;
| Energy capacity || 3MJ || 6MJ || 9MJ || 12MJ || 18MJ&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:inserter.png|15px]] [[Inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 15.1kW || 19.51kW || 23.92kW || 28.33kW || 37.15kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 302°/s || 393°/s || 484°/s || 575°/s || 756°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:fast_inserter.png|15px]] [[Fast inserter]] || Health || 150 || 195 || 240 || 285 || 375&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 59.3kW  || 76.94kW || 94.58kW || 112kW || 148kW&lt;br /&gt;
|-&lt;br /&gt;
| Rotation&amp;amp;nbsp;speed || 864°/s || 1123°/s || 1382°/s || 1642°/s || 2160°/s&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:iron_chest.png|15px]] [[Iron chest]] || Health || 200 || 260 || 320 || 380 || 500&lt;br /&gt;
|-&lt;br /&gt;
| Storage size || 32 || 41 || 51 || 60 || 80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:laser_turret.png|15px]] [[Laser turret]] || Health || 1000  || 1300 || 1600 || 1900 || 2500&lt;br /&gt;
|-&lt;br /&gt;
| Range || 24 tiles || 26.4 tiles || 28.8 tiles || 31.2 tiles || 36 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;1&amp;quot; | [[File:pipe.png|15px]] [[Pipe]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:roboport.png|15px]] [[Roboport]] || Health || 500 || 650 || 800 || 950 || 1250&lt;br /&gt;
|-&lt;br /&gt;
| Energy&amp;amp;nbsp;consumption || 2.1MW || 2.7MW || 3.3MW || 3.9MW || 5.1MW&lt;br /&gt;
|-&lt;br /&gt;
| Robot&amp;amp;nbsp;recharge&amp;amp;nbsp;rate || 4 x 500kW || 4 x 650kW || 4 x 800kW || 4 x 950kW || 4 x 1.25MW&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | [[File:small_electric_pole.png|15px]] [[Small electric pole]] || Health || 100 || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Supply&amp;amp;nbsp;area || 5x5 || 7x7 || 9x9 || 11x11 || 15x15&lt;br /&gt;
|-&lt;br /&gt;
| Wire&amp;amp;nbsp;reach || 7.5 tiles || 9.5 tiles || 11.5 tiles || 13.5 tiles || 17.5 tiles&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:steel_chest.png|15px]] [[Steel chest]] || Health || 350 || 455 || 560 || 665 || 875&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 48 || 62 || 76 || 91 || 120&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[File:wooden_chest.png|15px]] [[Wooden chest]] || Health || 100  || 130 || 160 || 190 || 250&lt;br /&gt;
|-&lt;br /&gt;
| Storage&amp;amp;nbsp;size || 16 || 20 || 25 || 30 || 40&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Creating high-quality items ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to create an item with above normal quality: The player must either use ingredient items of the same quality, or use quality modules for a random chance of a higher-quality item.&lt;br /&gt;
&lt;br /&gt;
=== Quality ingredients ===&lt;br /&gt;
Recipes that create items have variations for each quality that the item might take. When setting such a recipe in a production unit, an ingredient quality must be selected. For these variations, the set of ingredients required is the same, except that all item ingredients must have the specified quality.&lt;br /&gt;
&lt;br /&gt;
Item ingredient quality requirements are exact, not minimum. For example, one can not combine uncommon [[iron plate]]s with rare [[battery|batteries]] to make an [[accumulator]] of any quality. One must therefore ensure that high-quality items do not clog up belts and starve production units of lower-quality items.&lt;br /&gt;
&lt;br /&gt;
As fluids do not possess any quality, they are exempt from ingredient quality requirements; the same [[lubricant]] can be used to create [[electric engine unit]]s of any quality.&lt;br /&gt;
&lt;br /&gt;
=== Quality modules ===&lt;br /&gt;
{{Main|Quality module}}&lt;br /&gt;
[[File:quality_module_animated.png|64px|right]]&#039;&#039;&#039;Quality modules&#039;&#039;&#039; allow crafting machines to produce items of a higher quality than their ingredients. Each module adds a quality chance to a machine, depending on its tier and quality. See the following table for all quality chances:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Module|Quality}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module}}&lt;br /&gt;
| +1% || +1.3% || +1.6% || +1.9% || +2.5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_2}}&lt;br /&gt;
| +2% || +2.6% || +3.2% || +3.8% || +5%&lt;br /&gt;
|-&lt;br /&gt;
! {{Icon|quality_module_3}}&lt;br /&gt;
| +2.5% || +3.2% || +4% || +4.7% || +6.2%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When working out the odds of improving quality, a machine starts with the sum of the quality chance of all its modules. When the machine produces an item, it performs a random roll with that chance to succeed. If it succeeds, the product is upgraded 1 level from its ingredients. If the product was upgraded, the machine repeats this process, now with a constant 10% chance of passing, rolling and upgrading until a roll fails.&lt;br /&gt;
&lt;br /&gt;
When using quality ingredients as an input, the base quality is the quality of the recipe. You can only use items with the same quality as input.&lt;br /&gt;
&lt;br /&gt;
Quality modules are only required to &#039;&#039;improve&#039;&#039; quality, crafting will always give the base quality of the used items. Additionally, the odds of improving from a given base quality is the same as improving the same number of tiers from Normal quality.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where Q is quality chance, the following tables present expected outputs for each level of research.&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Quality module (research)|}} [[Quality module (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Epic quality (research)|}} [[Epic quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+ {{icontech|Legendary quality (research)|}} [[Legendary quality (research)]]&lt;br /&gt;
!{{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|16px]]&lt;br /&gt;
| 1 - Q || Q * 9/10|| Q * 9/100 ||Q * 9/1000 || Q * 1/1000&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|16px]]&lt;br /&gt;
| - || 1 - Q || Q * 9/10|| Q * 9/100 || Q * 1/100&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|16px]]&lt;br /&gt;
| - || - || 1 - Q || Q * 9/10|| Q * 1/10&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|16px]]&lt;br /&gt;
| - || - || - || 1 - Q || Q&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|16px]]&lt;br /&gt;
| - || - || - || - || 1&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 2× {{Icon|quality_module_2|[[File:quality_normal.png|Normal|16px]]}} → Q = 4%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 96% || 3.6% || 0.4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 96% || 4%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_normal.png|Normal|16px]]}} → Q = 10%&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 90% || 9% || 0.9% || 0.09% || 0.01%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 90% || 9% || 0.9% || 0.1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 90% || 9% || 1%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 90% || 10%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|32px]] !! [[File:quality_uncommon.png|Uncommon|32px]] !! [[File:quality_rare.png|Rare|32px]] !! [[File:quality_epic.png|Epic|32px]] !! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
|+ 4× {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} → Q = 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_normal.png|Normal|32px]]&lt;br /&gt;
| 75.2% || 22.32% || 2.232% || 0.2232% || 0.0248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_uncommon.png|Uncommon|32px]]&lt;br /&gt;
| - || 75.2% || 22.32% || 2.232% || 0.248%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_rare.png|Rare|32px]]&lt;br /&gt;
| - || - || 75.2% || 22.32% || 2.48%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_epic.png|Epic|32px]]&lt;br /&gt;
| - || - || - || 75.2% || 24.8%&lt;br /&gt;
|-&lt;br /&gt;
! [[File:quality_legendary.png|Legendary|32px]]&lt;br /&gt;
| - || - || - || - || 100%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Optimal module usage ====&lt;br /&gt;
It is optimal to improve quality on the lead-up to the target output item due to the recycler only giving back 25% of the input items, except for cases where the chosen item has a productivity research available, in which case looping through a recycler is optimal and has no added material cost (ignoring fluids).&lt;br /&gt;
&lt;br /&gt;
The following tables summarize the number of normal crafts (rounded up) needed to produce 1 legendary output using ideal ratios of quality module 3s to productivity module 3s, with 4 matching quality module 3 in the recycler.&lt;br /&gt;
&lt;br /&gt;
It is important to emphasize that these ratios maximize return per input material. If input capacity isn&#039;t a concern and the goal is speed rather than material efficiency, then switch out productivity modules for quality modules as needed. Beware, however, that in many cases material inefficiency nearly keeps pace with the legendary output rate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_rare.png|Rare|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_rare.png|Rare|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 891&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 0 || 3 || 533&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 342&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 0 || 4 || 97&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 1 || 4 || 67&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 4 || 4 || 70&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_epic.png|Epic|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_epic.png|Epic|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 608&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 356&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 1 || 3 || 212&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 1 || 3 || 62&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 2 || 3 || 40&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 5 || 3 || 34&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block; vertical-align:top; margin-right:20px;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border: 2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! Max Modules !! Base Prod. !! No. of {{Icon|productivity_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! No. of {{Icon|quality_module_3|[[File:quality_legendary.png|Legendary|16px]]}} !! Crafts&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 0% || 0 || 2 || 309&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 0% || 1 || 2 || 153&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 0% || 2 || 2 || 80&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 50% || 3 || 1 || 25&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 50% || 4 || 1 || 14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 0% || 8 || 0 || 7&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
For example, suppose legendary T3 modules are available and the goal is to produce legendary [[File:Processing_unit.png|link=Processing unit|20px]]. If each electromagnetic plant producing epic quality or below has 4 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]] and 1 legendary [[File:quality_module_3.png|link=Quality module 3|20px]], and the electromagnetic plant with the legendary recipe has 5 legendary [[File:productivity_module_3.png|link=Productivity module 3|20px]], then on average an input of 280 normal [[File:Electronic_circuit.png|link=Electronic circuit|20px]] and 28 normal [[File:Advanced_circuit.png|link=Advanced circuit|20px]] is expected to produce 1 legendary [[File:Processing_unit.png|link=Processing unit|20px]].&lt;br /&gt;
&lt;br /&gt;
===== Derivation =====&lt;br /&gt;
Derivation of the tables above was as follows: Starting with 1 set of common ingredients, with an assembly quality chance of Q and total productivity bonus of P, the statistical expected number of product is as follows:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;))|| (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + P) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| (1 + P) * (1 - Q) || (1 + P) * Q * 9/10 || (1 + P) * Q * 9/100 || (1 + P) * Q * 9/1000 || (1 + P) * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In a similar vein, the same calculations can be done for recycling products, except that there is, in effect, -75% productivity bonus, where only a quarter of the items are returned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| (1 + -0.75) * (1-Q) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;0&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * (10&amp;lt;sup&amp;gt;-2&amp;lt;/sup&amp;gt; - 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)) || (1 + -0.75) * (Q * 10&amp;lt;sup&amp;gt;-3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
| 0.25 * (1-Q) || 0.25 * Q * 9/10|| 0.25 * Q * 9/100 || 0.25 * Q * 9/1000 || 0.25 * Q * 1/1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For example, recycling an uncommon ingredient with a Q of 25%:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; vertical-align:middle;&amp;quot;&lt;br /&gt;
! {{Diagonal split header|Input|Output}} !! [[File:quality_normal.png|Normal|20px]] !! [[File:quality_uncommon.png|Uncommon|20px]] !! [[File:quality_rare.png|Rare|20px]] !! [[File:quality_epic.png|Epic|20px]] !! [[File:quality_legendary.png|Legendary|20px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#424242&amp;quot; | [[File:quality_uncommon.png|Uncommon|16px]] || - || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combining these results allows a &#039;Transition Matrix&#039; to be developed (see Stochastic Matrix on wikipedia) which after iteration can generate the expected number of legendary products from 1 set of common ingredients via matrix multiplication. An example matrix for P of 50% and Q of 25% for both recycling and assembly is copied below. Note that since legendary products are the goal, they are not recycled.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:2px solid; text-align:center;&amp;quot;&lt;br /&gt;
! !! style=&amp;quot;border-left:2px solid&amp;quot; | I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
! style=&amp;quot;border-left:2px solid&amp;quot; | P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt; !! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 1.125 || 0.3375 || 0.03375 || 0.003375 || 0.000375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 1.125 || 0.3375 || 0.03375 || 0.00375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 1.125 || 0.3375 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 1.125 || 0.375&lt;br /&gt;
|-&lt;br /&gt;
! I&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1.5&lt;br /&gt;
|- style=&amp;quot;border-top:2px solid&amp;quot;&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_normal.png|Normal|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0.1875 || 0.05625 || 0.005625 || 0.0005625 || 0.0000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_uncommon.png|Uncommon|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0.1875 || 0.05625 || 0.005625 || 0.000625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_rare.png|Rare|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0.1875 || 0.05625 || 0.00625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_epic.png|Epic|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0.1875 || 0.0625&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! P&amp;lt;sub&amp;gt;[[File:quality_legendary.png|Legendary|10px]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 0&lt;br /&gt;
| style=&amp;quot;border-left:2px solid&amp;quot; | 0 || 0 || 0 || 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To iterate this matrix (M) apply the matrix to itself. For example, M&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; would indicate 6 iterations, corresponding to 3 crafting steps and 3 recycling steps. To see how much 1 ingredient set produces after a given iteration, x, multiply an input vector by M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;. The vector format follows that of the matrix labels, so with the table arranged as above, left multiply a row vector of ingredient(s) by the matrix. In order to see the expected product of 1 set of normal ingredients, the vector will have &#039;1&#039; in the first column and &#039;0&#039;s everywhere else. Likewise, a set of uncommon ingredients will correspond to &#039;1&#039; in the second column of the vector.&lt;br /&gt;
&lt;br /&gt;
It is important to note that since the recycling step has a material loss of 75% most recycling loops will be well behaved and converge quickly.&lt;br /&gt;
&lt;br /&gt;
Extreme productivity from research breaks this pattern and will prevent convergence, but this simply means that there is a positive material cycle, so 1 set of ingredients will produce infinite legendary crafts, on average. The closer the total productivity is to 400%, the slower the convergence of the matrix iteration and the higher you need to calculate x in M&amp;lt;sup&amp;gt;x&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&amp;lt;!--[[File:Quality_Transition_Matrix.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage tips ==&lt;br /&gt;
=== Using quality to increase production ===&lt;br /&gt;
There are four ways in which quality can increase the output of a single production machine:&lt;br /&gt;
* Increasing the quality of the machine itself will improve its base crafting speed.&lt;br /&gt;
* Increasing the quality of [[speed module]]s will increase the effect of their speed improvements.&lt;br /&gt;
* Increasing the quality of [[productivity module]]s will increase their productivity bonus without reducing crafting speed. Since extra items obtained from the productivity bonus do not take extra time to produce, this will also increase the number of items produced over time.&lt;br /&gt;
* Increasing the quality of [[beacon]]s will increase their transmission efficiency. If they contain speed modules, then the effect of these modules is increased.&lt;br /&gt;
&lt;br /&gt;
These four options share a powerful synergy, as they react multiplicatively with one another. This makes it possible to achieve very high production rates with very few machines when compared to only using normal quality items. For example, imagine a setup where [[electronic circuit]]s are made using one [[electromagnetic plant]] with five [[productivity module 3]]s, which is surrounded by 12 [[beacon]]s with two [[speed module 3]]s, each. With normal quality, this will achieve an output rate of almost 45 items per second (almost enough to saturate one non-layered [[express transport belt]]). However, if the electromagnetic plant and all beacons and modules have legendary quality, the output rate becomes slightly more than 600 items per second (enough to saturate two and a half [[turbo transport belt]]s with four layers of items). This is more than 13 times as many items as without quality.&lt;br /&gt;
&lt;br /&gt;
It should be noted that quality beacons are the only one of these factors that may increase energy consumption over time, as the transmission effect is also applied to the energy cost of speed modules. However, this is offset or even negated by the reduced energy consumption of the beacons themselves (which is also affected by quality), especially with high beacon counts wherein the transmission effect is subject to diminishing returns. For speed modules, productivity modules, and the machine itself, only the speed increase, productivity bonus, and base crafting speed are affected, respectively.&lt;br /&gt;
&lt;br /&gt;
The increased transmission effect of high-quality beacons is also notable because unlike when increasing the number of beacons, there are no diminishing returns for increasing their quality (aside from the exponentially increasing cost of producing those higher-quality beacons in the first place). This means that, despite a legendary beacon only being 1.66 times as powerful as a normal-quality beacon, one would need 0.36 times as many legendary beacons as normal ones to achieve the same effect. Aside from making more powerful beacon setups, this can also be used to save space by achieving the same effect with fewer beacons, thereby leaving more room for machines and belts.&lt;br /&gt;
&lt;br /&gt;
Higher-quality machines are also particularly useful for producing quality items as, unlike speed modules, machine quality does not reduce the chance of increasing a product&#039;s quality.&lt;br /&gt;
&lt;br /&gt;
=== Using quality to save space ===&lt;br /&gt;
Another use for quality is decreasing the amount of buildings needed to perform the same production. This is particularly useful in a [[space platform]], where small, compact designs are rewarded with increased speed, as well as needing fewer rockets to build the platform.&lt;br /&gt;
&lt;br /&gt;
== Relevant Factorio Friday Facts ==&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-375 FFF 375 - Quality]&lt;br /&gt;
* [https://www.factorio.com/blog/post/fff-376 FFF 376 - Research and Technology]&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Quality is not technically exclusive to player-made entities; Though this does not occur naturally, quality is also allowed on enemies, asteroids, and even the [[player]] character.&lt;br /&gt;
** Some enemies with qualities above normal can even be created in regular sandbox gameplay: Big biters, behemoth biters, and big premature wriggler pentapods born from spoiled [[biter egg]]s, [[captive biter spawner]]s, and [[pentapod egg]]s inherit the quality of the spoiled items, with the latter two being possible to craft with quality modules. Furthermore, a starved captured biter spawner will retain its quality upon converting into a hostile biter spawner, with said quality even being inherited by the biters that it will spawn. Should these biters chose to expand, they may also create quality spitters and worms.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{C|Main}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209821</id>
		<title>Science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209821"/>
		<updated>2025-01-22T07:50:46Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: /* Achievements */ Another achievement added to the list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
Science packs are items which are required by [[lab]]s to perform [[research]]. Researching technologies requires a certain number of different types of science packs, which is then multiplied by a certain value to get the tech cost. For example, [[Physical projectile damage (research)|Physical projectile damage 3]] requires one automation science pack and one logistic science pack and one military science pack to begin researching, but it needs this to be input into labs a total of 300 times, raising the research cost to 300 automation science packs, 300 logistic science packs and 300 military science packs.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating science packs is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-automation}}&lt;br /&gt;
{{Achievement|research-with-logistics}}&lt;br /&gt;
{{Achievement|research-with-chemicals}}&lt;br /&gt;
{{Achievement|research-with-military}}&lt;br /&gt;
{{Achievement|research-with-production}}&lt;br /&gt;
{{Achievement|research-with-utility}}&lt;br /&gt;
{{Achievement|research-with-space}}&lt;br /&gt;
{{Achievement|research-with-metallurgics}}&lt;br /&gt;
{{Achievement|research-with-electromagnetics}}&lt;br /&gt;
{{Achievement|research-with-agriculture}}&lt;br /&gt;
{{Achievement|research-with-cryogenics}}&lt;br /&gt;
{{Achievement|research-with-promethium}}&lt;br /&gt;
&lt;br /&gt;
==Base Game Science Packs==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !!  Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|Time|5}} + {{icon|copper plate|1}} + {{icon|iron gear wheel|1}} &amp;amp;rarr; {{icon|Automation science pack|1}} || {{icon|Time|5.5}} {{icon|iron plate|2}} {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|Time|6}} + {{icon|Transport belt|1}} + {{icon|Inserter|1}} &amp;amp;rarr; {{icon|Logistic science pack|1}} || {{icon|Time|8.75}} {{icon|iron plate|5.5}} {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|Time|10}} + {{icon|Piercing rounds magazine|1}} + {{icon|Grenade|1}} + {{Icon|Wall|2}} &amp;amp;rarr; {{icon|Military science pack|2}} || {{icon|Time|23}} {{icon|Iron plate|9}} {{icon|Copper plate|5}} {{icon|Steel plate|1}} {{icon|Coal|10}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|Time|24}} + {{icon|Sulfur|1}} + {{icon|Advanced circuit|3}} + {{icon|Engine unit|2}} &amp;amp;rarr; {{icon|Chemical science pack|2}} || {{icon|Time|52.5}} {{icon|Iron plate|6}} {{icon|Copper plate|15}} {{icon|Engine unit|2}} {{icon|Plastic bar|6}} {{icon|Sulfur|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|Time|21}} + {{icon|Rail|30}} + {{icon|Electric furnace|1}} + {{icon|Productivity module|1}} &amp;amp;rarr; {{icon|Production science pack|3}} || {{icon|Time|153.5}} {{icon|Iron plate|32.5}} {{icon|Copper plate|57.5}} {{icon|Steel plate|25}} {{icon|Plastic bar|20}} {{icon|Stone|15}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|Time|21}} + {{icon|Processing unit|2}} + {{icon|Flying robot frame|1}} + {{icon|Low density structure|3}} &amp;amp;rarr; {{icon|Utility science pack|3}} ||  {{icon|Time|104.75}} {{icon|Iron plate|3}} {{icon|Copper plate|64.5}} {{icon|Steel plate|7}} {{icon|Plastic bar|15}} {{icon|Battery|2}} {{icon|Processing unit|2}} {{icon|Electric engine unit|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|Space science pack|1000}} per launched {{icon|Satellite}} || {{icon|Time|300}} {{icon|Iron plate|43.7}} {{icon|Copper plate|101.8}} {{icon|Steel plate|2.7}} {{icon|Plastic bar|19.9}} {{icon|Solid fuel|10.5}} {{icon|Sulfuric acid|15.5}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Space science pack calculations:&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=0-17-1&amp;amp;items=space-science-pack:r:1&amp;amp;ignore=sulfuric-acid,steel-plate&lt;br /&gt;
Space science pack calculations (Total raw):&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=1-1-19&amp;amp;rate=h&amp;amp;rp=5&amp;amp;cp=4&amp;amp;items=space-science-pack:r:1&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Or, broken down into the most basic components:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Per 1 !! colspan=&amp;quot;5&amp;quot; | Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|iron plate|2}} || {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|iron plate|5.5}} || {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|iron plate|7}} || {{icon|copper plate|2.5}} || {{icon|coal|5}} || || {{icon|stone|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|iron plate|12}} || {{icon|copper plate|7.5}} || {{icon|coal|1.5}} || {{icon|crude oil|38.46}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|iron plate|52.5}} || {{icon|copper plate|19.17}} || {{icon|coal|3.33}} || {{icon|crude oil|68.38}} || {{icon|stone|11.67}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|iron plate|33.33}} || {{icon|copper plate|49.83}} || {{icon|coal|3.83}} || {{icon|crude oil|106.84}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|iron plate|57.54}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|copper plate|101.79}} || {{icon|coal|9.95}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|crude oil|306.92}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating science packs==&lt;br /&gt;
The science packs and research are meant to guide players through the game by gradually increasing in complexity. At first the player has to create automation science packs by hand to research automation. Then the next goal is to create automation and logistic science automatically and to automatically feed the science packs into labs. These science packs allow research of most of the basic technologies.&lt;br /&gt;
&lt;br /&gt;
If needed due to [[enemies]], the next step is to create military science packs to allow unlock higher tier combat-oriented products. Unlike previous science packs, military science produces two packs per crafting cycle versus just one per cycle from automation/logistic.&lt;br /&gt;
&lt;br /&gt;
Following military science, chemical science packs should be created. This science pack incorporates a new &#039;raw&#039; intermediary - [[plastic bar]]s necessitate the need to harvest and process [[crude oil]].&lt;br /&gt;
&lt;br /&gt;
After chemical science, production science packs are next. Production science packs are a fair jump in complexity, as the required products have quite a few different intermediaries. Production packs yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
The final stage of automated research pack creation is utility science pack. Utility sciences packs are the most complex packs to make, requiring a large chain of intermediate products. Utility science packs, like previous production science packs, yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
Space science packs are yielded from launching satellites via rocket, and thus are difficult to automate effectively without massive resource-hungry bases. Unlike other science packs, space science packs are exclusively used to research repeating/infinite technologies - such as mining productivity or gun turret damage.&lt;br /&gt;
&lt;br /&gt;
The ratio needed to keep science production in sync is 5:6:5:12:7:7, or:&lt;br /&gt;
* 5 Automation science pack assemblers&lt;br /&gt;
* 6 Logistic science pack assemblers&lt;br /&gt;
* 5 Military science pack assemblers&lt;br /&gt;
* 12 Chemical science pack assemblers&lt;br /&gt;
* 7 Production science pack assemblers&lt;br /&gt;
* 7 Utility science pack assemblers&lt;br /&gt;
&lt;br /&gt;
The list above assumes that all science packs are being produced by the same tier of assembling machine. For example, if using plain [[assembling machine 3]] then packs will be produced at 75 items per minute.&lt;br /&gt;
&lt;br /&gt;
==[[Space Age]]{{SA}} Science Packs==&lt;br /&gt;
The Space Age expansion adds five new types of science packs, and changes the recipe for [[space science pack]]. Each is only able to be crafted on a specific planet or a [[space platform]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !! Crafted on !! Made in !! Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|assembling machine}} {{icon|assembling machine 2}} {{icon|assembling machine 3}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}} &amp;amp;rarr; {{icon|Space science pack|5}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Metallurgic science pack|space-age=yes}} || {{icon|Vulcanus}} || {{icon|Foundry}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}} &amp;amp;rarr; {{icon|Metallurgic science pack|1}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Electromagnetic science pack|space-age=yes}} || {{icon|Fulgora}} || {{icon|Electromagnetic plant}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}} &amp;amp;rarr; {{icon|Electromagnetic science pack|1}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Agricultural science pack|space-age=yes}} || {{icon|Gleba}} || {{icon|Biochamber}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}} &amp;amp;rarr; {{icon|Agricultural science pack|1}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Cryogenic science pack|space-age=yes}} || {{icon|Aquilo}} || {{icon|Cryogenic plant}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}} &amp;amp;rarr; {{icon|Cryogenic science pack|1}} + {{icon|Fluoroketone (hot)|3}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Promethium science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|Cryogenic plant}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}} &amp;amp;rarr; {{icon|promethium science pack|10}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that Agricultural science packs are subject to [[Spoilage mechanics|spoilage]]. Their freshness also reduces their science value.&lt;br /&gt;
&lt;br /&gt;
==[[Productivity module]] vs [[Quality module]] {{SA}}==&lt;br /&gt;
&lt;br /&gt;
Quality science pack decreases science pack drain, while production science outputs additional science packs from the same amount of input. Assuming that you are only using common ingredients and a single 1 tier module, and that all quality levels have been researched:&lt;br /&gt;
&lt;br /&gt;
=== [[Quality module|Quality module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;0.9%&#039;&#039;&#039; chance to create at least 1 uncommon science pack, which lasts &#039;&#039;&#039;100%&#039;&#039;&#039; longer than normal (equivalent of 2 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.09%&#039;&#039;&#039; chance to create 1 rare science pack, which lasts &#039;&#039;&#039;200%&#039;&#039;&#039; longer than normal (equivalent of 3 science packs). &lt;br /&gt;
* &#039;&#039;&#039;0.009%&#039;&#039;&#039; chance to create 1 epic science pack, which lasts &#039;&#039;&#039;300%&#039;&#039;&#039; longer than normal (equivalent of 4 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.001%&#039;&#039;&#039; chance to create 1 legendary science pack, which lasts &#039;&#039;&#039;500%&#039;&#039;&#039; longer than normal (equivalent of 6 science packs).&lt;br /&gt;
&lt;br /&gt;
Overall, this represents approximately &#039;&#039;&#039;1.1112%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== [[Productivity module|Productivity module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;1&#039;&#039;&#039; extra product every &#039;&#039;&#039;25&#039;&#039;&#039; normal products.&lt;br /&gt;
&lt;br /&gt;
This provides approximately &#039;&#039;&#039;4%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== Comparison ===&lt;br /&gt;
&lt;br /&gt;
* Productivity is more resource efficient, as it provides more science progress for the same amount of resources.&lt;br /&gt;
* Quality is more space/rocket efficient, as higher quality packs take up the same amount of space.&lt;br /&gt;
* Quality has a special effect on Agricultural science packs, as quality increases their spoil time. This means that a higher quality pack will not only have more science value, it will lose less of that value over the same time period as a lower one.&lt;br /&gt;
* In situations where the [[foundry]] isn&#039;t being used for casting copper or iron, inserting quality modules in mining drills and utilizing quality ores for making ingredients for science packs can be more resource-efficient if the bonus from mining productivity research exceeds +300%. This is much slower than using [[speed module]]s (which are antagonistic to quality), and requires designing a base around handling multiple quality levels.&lt;br /&gt;
** Casting metals with foundries is not compatible with this strategy, as ores are turned into molten metal which, as a fluid, doesn&#039;t retain quality. With productivity modules, foundries are more resource-efficient and faster for processing metals for science packs than furnaces smelting quality ores, but this requires importing [[calcite]], as neither [[Nauvis]] or [[Gleba]] (the two planets that commonly produce ores) have this as a local resource.&lt;br /&gt;
&lt;br /&gt;
Do note that quality modules cannot be combined with [[speed module]]s or speed [[beacon]]s for smaller builds, while productivity modules can.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Promethium_science_pack&amp;diff=209820</id>
		<title>Promethium science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Promethium_science_pack&amp;diff=209820"/>
		<updated>2025-01-22T07:50:13Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Promethium science pack}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&#039;&#039;&#039;Promethium science pack&#039;&#039;&#039; is an end-game science pack. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
Unlike most science packs, the promethium science pack is only used for one technology, that being [[research productivity (research)|research productivity]]. However, this is an infinite research, and since it directly makes all technologies easier to research, promethium science packs are indirectly useful for technologies other than research productivity.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-promethium}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Space_science_pack&amp;diff=209819</id>
		<title>Space science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Space_science_pack&amp;diff=209819"/>
		<updated>2025-01-22T07:49:53Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Space science pack}}&lt;br /&gt;
The &#039;&#039;&#039;space science pack&#039;&#039;&#039; is a [[science pack]]. It is used in [[lab]]s to [[research]] [[technologies]]. Unlike the other science packs, the space science pack has two different sources, depending if one is playing with [[Space Age]]{{SA}} or not. &lt;br /&gt;
&lt;br /&gt;
In the base game, space science is an end-game science pack and is not directly craftable. Instead, it is obtained by launching a rocket from a [[rocket silo]] equipped with a [[satellite]]. 1000 space science packs are delivered to the [[cargo landing pad]] each time a rocket with a satellite is launched. A cargo landing pad must be built somewhere on the map for a rocket to launch. Space science packs are used in all [[Technologies#Infinite_technologies|infinite technologies]].&lt;br /&gt;
&lt;br /&gt;
In Space Age, space science is a mid-game science pack. It must be crafted on a [[space platform]]{{SA}}, and is unlocked after placing an [[asteroid collector]]{{SA}} somewhere on the platform. Space science packs are needed for all subsequent technologies.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-space}}&lt;br /&gt;
&lt;br /&gt;
==Costs==&lt;br /&gt;
The following shows the minimum items required to produce 1000 space science packs in the base game. It is calculated using a single rocket silo with no modules or beacons. The crafting of some intermediate products is not shown (due to the assumption that these items are available in large quantities within the factory).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! 1 rocket and satellite cost giving 1000 packs&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Rocket part|100}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Low density structure|1k}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Rocket fuel|1k}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Processing unit|1k}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{icon|Satellite|1}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Low density structure|100}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Solar panel|100}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Accumulator|100}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Radar|5}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Processing unit|100}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{icon|Rocket fuel|50}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Total raw costs===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! !! Recipe per&amp;lt;br&amp;gt;1000 packs !! Recipe per&amp;lt;br&amp;gt;1 pack&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Iron plate}} || 28725 || 28.7&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Copper plate}} || 69288 || 69.3&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Steel plate}} || 2700 || 2.7&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Plastic bar}} || 9900 || 9.9&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Solid fuel}} || 10500 || 10.5&lt;br /&gt;
|-&lt;br /&gt;
| {{icon|Sulfuric acid}} || 15500 || 15.5&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Prior to [[version history/2.0.0#2.0.7|2.0]], space science could be launched in the [[rocket silo]], which would return [[raw fish]] at a 1:1 ratio, up to a maximum of 100 fish per launch. &lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Launching space science pack into space no longer returns fish as there is now an other method to automate obtaining fish.}}&lt;br /&gt;
&lt;br /&gt;
{{history|1.0.0|&lt;br /&gt;
* Launching a rocket with space science packs inside now returns raw fish (not documented)}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Utility_science_pack&amp;diff=209818</id>
		<title>Utility science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Utility_science_pack&amp;diff=209818"/>
		<updated>2025-01-22T07:49:26Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}{{:Infobox:Utility science pack}}&lt;br /&gt;
The &#039;&#039;&#039;Utility science pack&#039;&#039;&#039; is one of three late-game [[science pack]]s, the other two being the [[production science pack]], and the [[space science pack]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-utility}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce utility science packs such that all number of assemblers/machines are whole numbers. Items per min is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Utility science pack|225}} using {{Icon|Assembling machine 3|21}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Flying robot frame|75}} using {{Icon|Assembling machine 3|20}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Battery|150}} using {{Icon|Chemical plant|10}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|150}} &lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Copper plate|150}} &lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Sulfuric acid|3000}} &lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electric engine unit|75}} using {{Icon|Assembling machine 3|10}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Engine unit|75}} using {{Icon|Assembling machine 3|10}}&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Pipe|150}}&lt;br /&gt;
|-&lt;br /&gt;
| || || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron gear wheel|75}} &lt;br /&gt;
|-&lt;br /&gt;
| || || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|75}} &lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electronic circuit|150}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Lubricant|1125}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electronic circuit|225}} &lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|75}} &lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Low density structure|225}} using {{Icon|Assembling machine 3|60}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|450}} &lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Copper plate|4500}} &lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Plastic bar|1125}} &lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Processing unit|150}} &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Raw Components ==&lt;br /&gt;
This section counts the total &#039;&#039;&#039;raw&#039;&#039;&#039; resource cost for a single science pack, excluding productivity, assuming that [[Advanced oil processing]] is utilized:&lt;br /&gt;
{{Icon|Iron plate|33.3}}&lt;br /&gt;
{{Icon|Copper plate|49.8}}&lt;br /&gt;
{{Icon|Coal|3.8}}&lt;br /&gt;
{{Icon|Crude oil|106.8}}&lt;br /&gt;
{{Icon|Water|176.4}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Changed name from &amp;quot;High tech science pack&amp;quot; to &amp;quot;Utility science pack&amp;quot;.&lt;br /&gt;
* Changed recipe to 21 [[Time]] + 1 [[Flying robot frame]] + 3 [[Low density structure]] + 2 [[Processing unit]] &amp;amp;rarr; 3 [[Utility science pack]]. (Previously 14 [[Time]] + 1 [[Battery]] + 30 [[Copper cable]] + 3 [[Processing unit]] + 1 [[Speed module]] &amp;amp;rarr; 2 [[Utility science pack]].)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Introduced.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Production_science_pack&amp;diff=209817</id>
		<title>Production science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Production_science_pack&amp;diff=209817"/>
		<updated>2025-01-22T07:47:52Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}{{:Infobox:Production science pack}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Production science pack&#039;&#039;&#039; is one of the three late-game [[science pack]]s in the base game, the other two being the [[utility science pack]], and the [[space science pack]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-production}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce production science pack such that all number of assemblers/machines are whole numbers. Items per min is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Production science pack|450}} using {{Icon|Assembling machine 3|42}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electric furnace|150}} using {{Icon|Assembling machine 3|10}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|1500}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Stone brick|1500}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Advanced circuit|750}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Rail|4500}} using {{Icon|Assembling machine 3|15}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|2250}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron stick|2250}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|1125}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Stone|2250}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Productivity module|150}} using {{Icon|Assembling machine 3|30}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electronic circuit|750}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Advanced circuit|750}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Raw Costs ==&lt;br /&gt;
This section counts the total &#039;&#039;&#039;raw&#039;&#039;&#039; resource cost for a single science pack, excluding productivity, assuming both that [[Advanced oil processing]] is utilized and all oil products are cracked down into [[petroleum gas]]:&lt;br /&gt;
{{Icon|Iron plate|52.5}}&lt;br /&gt;
{{Icon|Copper plate|19.2}}&lt;br /&gt;
{{Icon|Coal|3.3}}&lt;br /&gt;
{{Icon|Crude oil|68.4}}&lt;br /&gt;
{{Icon|Water|83.8}}&lt;br /&gt;
{{Icon|Stone|11.7}}&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Changed recipe to 21 [[Time]] + 1 [[Electric furnace]] + 1 [[Productivity module]] + 30 [[Rail]]s &amp;amp;rarr; 3 [[Production science pack]]s. (Previously 14 [[Time]] + 1 [[Electric furnace]] + 1 [[Electric engine unit]] &amp;amp;rarr; 2 [[Production science pack]]s.)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.16.0|&lt;br /&gt;
* Changed production science pack recipe to no longer require assembling machine 1.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.7|&lt;br /&gt;
* Changed production science pack recipe to require [[assembling machine 1]] instead of [[pumpjack]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Introduced.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Chemical_science_pack&amp;diff=209816</id>
		<title>Chemical science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Chemical_science_pack&amp;diff=209816"/>
		<updated>2025-01-22T07:47:18Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Chemical science pack}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chemical science pack&#039;&#039;&#039; (also referred to as &amp;quot;blue science&amp;quot;) is the third tier of [[science pack]]. It is used in [[lab]]s to [[research]] advanced [[technologies]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-chemicals}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce chemical science packs such that all number of assemblers/machines are whole numbers. Items per min is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Chemical science pack|1200}} using {{Icon|Assembling machine 3|192}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Advanced circuit|1800}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Engine unit|1200}} using {{Icon|Assembling machine 3|160}}&lt;br /&gt;
|- &lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|1200}}&lt;br /&gt;
|- &lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron gear wheel|1200}} using {{Icon|Assembling machine 3|8}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|2400}}&lt;br /&gt;
|- &lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Pipe|2400}} using {{Icon|Assembling machine 3|16}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|2400}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Sulfur|600}} using {{Icon|Chemical plant|5}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|0.17.60|&lt;br /&gt;
* Chemical science pack requires Sulfur instead of Solid fuel.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Changed name from &amp;quot;Science pack 3&amp;quot; to &amp;quot;Chemical science pack&amp;quot;.&lt;br /&gt;
* Recipe changed to 3 [[Advanced circuit]]s + 2 [[Engine unit]]s + 1 [[Solid fuel]] → 2 [[Chemical science pack]]. (Previously 1 [[Advanced circuit]] + 1 [[Engine unit]] + 1 [[Electric mining drill]] → 1 [[Science pack 3]]).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.7|&lt;br /&gt;
* Changed Science pack 3 to require [[Electric mining drill]] instead of [[Assembling machine 1]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Recipe changed to [[Assembling machine 1]] + [[Advanced circuit]] + [[Engine unit]] → Science pack 3. (Previously [[Battery]] + [[Plastic bar]] + [[Filter inserter]] + [[Advanced circuit]] → [[Science pack 3]].)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Military_science_pack&amp;diff=209815</id>
		<title>Military science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Military_science_pack&amp;diff=209815"/>
		<updated>2025-01-22T07:46:52Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}{{:Infobox:Military science pack}}&lt;br /&gt;
The &#039;&#039;&#039;Military science pack&#039;&#039;&#039; is one of the four early game [[science pack]]s, the other three being the [[automation science pack]], the [[logistic science pack]], and the [[chemical science pack]].&lt;br /&gt;
It is used for [[research]] that allows the player to advance their military strength through the entire game, unlocking more bullet choices, gun choices, turrets, etc. It is the only type of science pack that is optional, in that it is not required to launch a rocket.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-military}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce military science pack such that all number of assemblers/machines are whole numbers. Items per min is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Military science pack|150}} using {{Icon|Assembling machine 3|10}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Piercing rounds magazine|75}} using {{Icon|Assembling machine 3|3}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Firearm magazine|75}} using {{Icon|Assembling machine 3|1}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|300}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Steel plate|75}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Copper plate|375}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Grenade|75}} using {{Icon|Assembling machine 3|8}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Coal|750}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|375}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Wall|150}} using {{Icon|Assembling machine 3|1}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Stone brick|750}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Recipe changed to require [[Wall]]s instead of [[Gun turret]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.15.0|&lt;br /&gt;
* Introduced.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Logistic_science_pack&amp;diff=209814</id>
		<title>Logistic science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Logistic_science_pack&amp;diff=209814"/>
		<updated>2025-01-22T07:46:34Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Logistic science pack}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Logistic science pack&#039;&#039;&#039; (also referred to as &amp;quot;green science&amp;quot;) is the second tier of [[science pack]]. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-logistics}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce logistic science packs such that all number of assemblers/machines are whole numbers. Items per min is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Logistic science pack|300}} using {{Icon|Assembling machine 3|24}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Inserter|300}} using {{Icon|Assembling machine 3|2}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|300}}&lt;br /&gt;
|- &lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron gear wheel|300}} using {{Icon|Assembling machine 3|2}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|600}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Electronic circuit|300}}&lt;br /&gt;
|- &lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Transport belt|300}} using {{Icon|Assembling machine 3|1}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|150}}&lt;br /&gt;
|- &lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron gear wheel|150}} using {{Icon|Assembling machine 3|1}}&lt;br /&gt;
|-&lt;br /&gt;
| || || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|300}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Renamed from &amp;quot;Science pack 2&amp;quot; to &amp;quot;Logistic science pack&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Automation_science_pack&amp;diff=209813</id>
		<title>Automation science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Automation_science_pack&amp;diff=209813"/>
		<updated>2025-01-22T07:46:10Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Automation science pack}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Automation science pack&#039;&#039;&#039; (also referred to as &amp;quot;red science&amp;quot;) is the first tier of [[science pack]]. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Crafting this science pack is directly related to the following achievements:&lt;br /&gt;
{{Achievement|research-with-automation}}&lt;br /&gt;
&lt;br /&gt;
== Ratio ==&lt;br /&gt;
&lt;br /&gt;
The following shows the minimum ratio of assemblers/machines and items required to produce automation science packs such that all number of assemblers/machines are whole numbers. Items per minute is calculated using [[assembling machine 3]] with no [[module]]s or [[beacon]]s and all assemblers running at full speed. The crafting of some intermediate products are not shown (due to the assumption that these items are available in large quantities within the factory). This table was produced using normal recipe difficulty.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Items/min&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;10&amp;quot;| {{Icon|Automation science pack|150}} using {{Icon|Assembling machine 3|10}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Copper plate|150}}&lt;br /&gt;
|-&lt;br /&gt;
| ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron gear wheel|150}} using {{Icon|Assembling machine 3|1}}&lt;br /&gt;
|-&lt;br /&gt;
| || ||colspan=&amp;quot;10&amp;quot;| {{Icon|Iron plate|300}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;width:40px;&amp;quot;|&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|0.17.0|&lt;br /&gt;
* Renamed from &amp;quot;Science pack 1&amp;quot; to &amp;quot;Automation science pack&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{history|0.2.0|&lt;br /&gt;
* Introduced}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209812</id>
		<title>Science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Science_pack&amp;diff=209812"/>
		<updated>2025-01-22T07:44:48Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
Science packs are items which are required by [[lab]]s to perform [[research]]. Researching technologies requires a certain number of different types of science packs, which is then multiplied by a certain value to get the tech cost. For example, [[Physical projectile damage (research)|Physical projectile damage 3]] requires one automation science pack and one logistic science pack and one military science pack to begin researching, but it needs this to be input into labs a total of 300 times, raising the research cost to 300 automation science packs, 300 logistic science packs and 300 military science packs.&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating science packs is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-automation}}&lt;br /&gt;
{{Achievement|research-with-logistics}}&lt;br /&gt;
{{Achievement|research-with-chemicals}}&lt;br /&gt;
{{Achievement|research-with-military}}&lt;br /&gt;
{{Achievement|research-with-production}}&lt;br /&gt;
{{Achievement|research-with-utility}}&lt;br /&gt;
{{Achievement|research-with-metallurgics}}&lt;br /&gt;
{{Achievement|research-with-electromagnetics}}&lt;br /&gt;
{{Achievement|research-with-agriculture}}&lt;br /&gt;
{{Achievement|research-with-cryogenics}}&lt;br /&gt;
{{Achievement|research-with-promethium}}&lt;br /&gt;
&lt;br /&gt;
==Base Game Science Packs==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !!  Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|Time|5}} + {{icon|copper plate|1}} + {{icon|iron gear wheel|1}} &amp;amp;rarr; {{icon|Automation science pack|1}} || {{icon|Time|5.5}} {{icon|iron plate|2}} {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|Time|6}} + {{icon|Transport belt|1}} + {{icon|Inserter|1}} &amp;amp;rarr; {{icon|Logistic science pack|1}} || {{icon|Time|8.75}} {{icon|iron plate|5.5}} {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|Time|10}} + {{icon|Piercing rounds magazine|1}} + {{icon|Grenade|1}} + {{Icon|Wall|2}} &amp;amp;rarr; {{icon|Military science pack|2}} || {{icon|Time|23}} {{icon|Iron plate|9}} {{icon|Copper plate|5}} {{icon|Steel plate|1}} {{icon|Coal|10}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|Time|24}} + {{icon|Sulfur|1}} + {{icon|Advanced circuit|3}} + {{icon|Engine unit|2}} &amp;amp;rarr; {{icon|Chemical science pack|2}} || {{icon|Time|52.5}} {{icon|Iron plate|6}} {{icon|Copper plate|15}} {{icon|Engine unit|2}} {{icon|Plastic bar|6}} {{icon|Sulfur|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|Time|21}} + {{icon|Rail|30}} + {{icon|Electric furnace|1}} + {{icon|Productivity module|1}} &amp;amp;rarr; {{icon|Production science pack|3}} || {{icon|Time|153.5}} {{icon|Iron plate|32.5}} {{icon|Copper plate|57.5}} {{icon|Steel plate|25}} {{icon|Plastic bar|20}} {{icon|Stone|15}} {{icon|Stone brick|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|Time|21}} + {{icon|Processing unit|2}} + {{icon|Flying robot frame|1}} + {{icon|Low density structure|3}} &amp;amp;rarr; {{icon|Utility science pack|3}} ||  {{icon|Time|104.75}} {{icon|Iron plate|3}} {{icon|Copper plate|64.5}} {{icon|Steel plate|7}} {{icon|Plastic bar|15}} {{icon|Battery|2}} {{icon|Processing unit|2}} {{icon|Electric engine unit|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|Space science pack|1000}} per launched {{icon|Satellite}} || {{icon|Time|300}} {{icon|Iron plate|43.7}} {{icon|Copper plate|101.8}} {{icon|Steel plate|2.7}} {{icon|Plastic bar|19.9}} {{icon|Solid fuel|10.5}} {{icon|Sulfuric acid|15.5}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Space science pack calculations:&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=0-17-1&amp;amp;items=space-science-pack:r:1&amp;amp;ignore=sulfuric-acid,steel-plate&lt;br /&gt;
Space science pack calculations (Total raw):&lt;br /&gt;
https://kirkmcdonald.github.io/calc.html#data=1-1-19&amp;amp;rate=h&amp;amp;rp=5&amp;amp;cp=4&amp;amp;items=space-science-pack:r:1&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Or, broken down into the most basic components:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Per 1 !! colspan=&amp;quot;5&amp;quot; | Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Automation science pack}} || {{icon|iron plate|2}} || {{icon|copper plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Logistic science pack}} || {{icon|iron plate|5.5}} || {{icon|copper plate|1.5}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Military science pack}} || {{icon|iron plate|7}} || {{icon|copper plate|2.5}} || {{icon|coal|5}} || || {{icon|stone|10}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Chemical science pack}} || {{icon|iron plate|12}} || {{icon|copper plate|7.5}} || {{icon|coal|1.5}} || {{icon|crude oil|38.46}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Production science pack}} || {{icon|iron plate|52.5}} || {{icon|copper plate|19.17}} || {{icon|coal|3.33}} || {{icon|crude oil|68.38}} || {{icon|stone|11.67}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Utility science pack}} || {{icon|iron plate|33.33}} || {{icon|copper plate|49.83}} || {{icon|coal|3.83}} || {{icon|crude oil|106.84}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack}} || {{icon|iron plate|57.54}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|copper plate|101.79}} || {{icon|coal|9.95}} &amp;amp;nbsp;&amp;amp;nbsp; || {{icon|crude oil|306.92}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating science packs==&lt;br /&gt;
The science packs and research are meant to guide players through the game by gradually increasing in complexity. At first the player has to create automation science packs by hand to research automation. Then the next goal is to create automation and logistic science automatically and to automatically feed the science packs into labs. These science packs allow research of most of the basic technologies.&lt;br /&gt;
&lt;br /&gt;
If needed due to [[enemies]], the next step is to create military science packs to allow unlock higher tier combat-oriented products. Unlike previous science packs, military science produces two packs per crafting cycle versus just one per cycle from automation/logistic.&lt;br /&gt;
&lt;br /&gt;
Following military science, chemical science packs should be created. This science pack incorporates a new &#039;raw&#039; intermediary - [[plastic bar]]s necessitate the need to harvest and process [[crude oil]].&lt;br /&gt;
&lt;br /&gt;
After chemical science, production science packs are next. Production science packs are a fair jump in complexity, as the required products have quite a few different intermediaries. Production packs yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
The final stage of automated research pack creation is utility science pack. Utility sciences packs are the most complex packs to make, requiring a large chain of intermediate products. Utility science packs, like previous production science packs, yield three packs per crafting cycle.&lt;br /&gt;
&lt;br /&gt;
Space science packs are yielded from launching satellites via rocket, and thus are difficult to automate effectively without massive resource-hungry bases. Unlike other science packs, space science packs are exclusively used to research repeating/infinite technologies - such as mining productivity or gun turret damage.&lt;br /&gt;
&lt;br /&gt;
The ratio needed to keep science production in sync is 5:6:5:12:7:7, or:&lt;br /&gt;
* 5 Automation science pack assemblers&lt;br /&gt;
* 6 Logistic science pack assemblers&lt;br /&gt;
* 5 Military science pack assemblers&lt;br /&gt;
* 12 Chemical science pack assemblers&lt;br /&gt;
* 7 Production science pack assemblers&lt;br /&gt;
* 7 Utility science pack assemblers&lt;br /&gt;
&lt;br /&gt;
The list above assumes that all science packs are being produced by the same tier of assembling machine. For example, if using plain [[assembling machine 3]] then packs will be produced at 75 items per minute.&lt;br /&gt;
&lt;br /&gt;
==[[Space Age]]{{SA}} Science Packs==&lt;br /&gt;
The Space Age expansion adds five new types of science packs, and changes the recipe for [[space science pack]]. Each is only able to be crafted on a specific planet or a [[space platform]]{{SA}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type !! Crafted on !! Made in !! Recipe !! Total raw&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Space science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|assembling machine}} {{icon|assembling machine 2}} {{icon|assembling machine 3}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}} &amp;amp;rarr; {{icon|Space science pack|5}} || {{icon|Time|15}} + {{icon|carbon|1}} + {{icon|ice|1}} + {{icon|iron plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Metallurgic science pack|space-age=yes}} || {{icon|Vulcanus}} || {{icon|Foundry}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}} &amp;amp;rarr; {{icon|Metallurgic science pack|1}} || {{icon|Time|10}} + {{icon|molten copper|200}} + {{icon|tungsten carbide|3}} + {{icon|tungsten plate|2}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Electromagnetic science pack|space-age=yes}} || {{icon|Fulgora}} || {{icon|Electromagnetic plant}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}} &amp;amp;rarr; {{icon|Electromagnetic science pack|1}} || {{icon|Time|10}} + {{icon|Accumulator|1}} + {{icon|Electrolyte|25}} + {{icon|Holmium solution|25}} + {{icon|Supercapacitor|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Agricultural science pack|space-age=yes}} || {{icon|Gleba}} || {{icon|Biochamber}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}} &amp;amp;rarr; {{icon|Agricultural science pack|1}} || {{icon|Time|4}} + {{icon|Bioflux|1}} + {{icon|Pentapod egg|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Cryogenic science pack|space-age=yes}} || {{icon|Aquilo}} || {{icon|Cryogenic plant}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}} &amp;amp;rarr; {{icon|Cryogenic science pack|1}} + {{icon|Fluoroketone (hot)|3}} || {{icon|Time|20}} + {{icon|Fluoroketone (cold)|6}} + {{icon|Ice|3}} + {{icon|Lithium plate|1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{imagelink|Promethium science pack|space-age=yes}} || {{icon|Space platform hub}} || {{icon|Cryogenic plant}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}} &amp;amp;rarr; {{icon|promethium science pack|10}} || {{icon|Time|5}} + {{icon|Biter egg|10}} + {{icon|Promethium asteroid chunk|25}} + {{icon|Quantum processor|1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that Agricultural science packs are subject to [[Spoilage mechanics|spoilage]]. Their freshness also reduces their science value.&lt;br /&gt;
&lt;br /&gt;
==[[Productivity module]] vs [[Quality module]] {{SA}}==&lt;br /&gt;
&lt;br /&gt;
Quality science pack decreases science pack drain, while production science outputs additional science packs from the same amount of input. Assuming that you are only using common ingredients and a single 1 tier module, and that all quality levels have been researched:&lt;br /&gt;
&lt;br /&gt;
=== [[Quality module|Quality module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;0.9%&#039;&#039;&#039; chance to create at least 1 uncommon science pack, which lasts &#039;&#039;&#039;100%&#039;&#039;&#039; longer than normal (equivalent of 2 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.09%&#039;&#039;&#039; chance to create 1 rare science pack, which lasts &#039;&#039;&#039;200%&#039;&#039;&#039; longer than normal (equivalent of 3 science packs). &lt;br /&gt;
* &#039;&#039;&#039;0.009%&#039;&#039;&#039; chance to create 1 epic science pack, which lasts &#039;&#039;&#039;300%&#039;&#039;&#039; longer than normal (equivalent of 4 science packs).&lt;br /&gt;
* &#039;&#039;&#039;0.001%&#039;&#039;&#039; chance to create 1 legendary science pack, which lasts &#039;&#039;&#039;500%&#039;&#039;&#039; longer than normal (equivalent of 6 science packs).&lt;br /&gt;
&lt;br /&gt;
Overall, this represents approximately &#039;&#039;&#039;1.1112%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== [[Productivity module|Productivity module:]] ===&lt;br /&gt;
* &#039;&#039;&#039;1&#039;&#039;&#039; extra product every &#039;&#039;&#039;25&#039;&#039;&#039; normal products.&lt;br /&gt;
&lt;br /&gt;
This provides approximately &#039;&#039;&#039;4%&#039;&#039;&#039; extra science for the same number of inputs.&lt;br /&gt;
&lt;br /&gt;
=== Comparison ===&lt;br /&gt;
&lt;br /&gt;
* Productivity is more resource efficient, as it provides more science progress for the same amount of resources.&lt;br /&gt;
* Quality is more space/rocket efficient, as higher quality packs take up the same amount of space.&lt;br /&gt;
* Quality has a special effect on Agricultural science packs, as quality increases their spoil time. This means that a higher quality pack will not only have more science value, it will lose less of that value over the same time period as a lower one.&lt;br /&gt;
* In situations where the [[foundry]] isn&#039;t being used for casting copper or iron, inserting quality modules in mining drills and utilizing quality ores for making ingredients for science packs can be more resource-efficient if the bonus from mining productivity research exceeds +300%. This is much slower than using [[speed module]]s (which are antagonistic to quality), and requires designing a base around handling multiple quality levels.&lt;br /&gt;
** Casting metals with foundries is not compatible with this strategy, as ores are turned into molten metal which, as a fluid, doesn&#039;t retain quality. With productivity modules, foundries are more resource-efficient and faster for processing metals for science packs than furnaces smelting quality ores, but this requires importing [[calcite]], as neither [[Nauvis]] or [[Gleba]] (the two planets that commonly produce ores) have this as a local resource.&lt;br /&gt;
&lt;br /&gt;
Do note that quality modules cannot be combined with [[speed module]]s or speed [[beacon]]s for smaller builds, while productivity modules can.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Research]]&lt;br /&gt;
&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Cryogenic_science_pack&amp;diff=209811</id>
		<title>Cryogenic science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Cryogenic_science_pack&amp;diff=209811"/>
		<updated>2025-01-22T07:39:21Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Cryogenic science pack}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&#039;&#039;&#039;Cryogenic science pack&#039;&#039;&#039; is an [[Aquilo]]{{SA}} science pack. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating this science pack is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-cryogenics}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Aquilo]]{{SA}}&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Metallurgic_science_pack&amp;diff=209810</id>
		<title>Metallurgic science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Metallurgic_science_pack&amp;diff=209810"/>
		<updated>2025-01-22T07:36:32Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Metallurgic science pack}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&#039;&#039;&#039;Metallurgic science pack&#039;&#039;&#039; is a [[Vulcanus]]{{SA}} science pack. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating this science pack is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-metallurgics}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Vulcanus]]{{SA}}&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Agricultural_science_pack&amp;diff=209809</id>
		<title>Agricultural science pack</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Agricultural_science_pack&amp;diff=209809"/>
		<updated>2025-01-22T07:35:24Z</updated>

		<summary type="html">&lt;p&gt;Iridium235: Added achievements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
{{:Infobox:Agricultural science pack}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{About/Space age}}&lt;br /&gt;
&#039;&#039;&#039;Agricultural science pack&#039;&#039;&#039; is a [[Gleba]]{{SA}} science pack. It is used in [[lab]]s to [[research]] [[technologies]].&lt;br /&gt;
&lt;br /&gt;
The agricultural science pack does spoil, which will gradually decrease its research value, so the player is incentivized to build a fast space platform to bring them back to Nauvis. The spoil time also scales with [[quality]].&lt;br /&gt;
&lt;br /&gt;
== Achievements ==&lt;br /&gt;
Creating this science pack is directly connected to the following achievements:&lt;br /&gt;
{{Achievement|research-with-agriculture}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This page needs to show the difference between productivity and quality modules, but I don&#039;t know the math... --&amp;gt;&lt;br /&gt;
== History ==&lt;br /&gt;
{{history|2.0.7|&lt;br /&gt;
* Introduced in [[Space Age]]{{SA}} expansion.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Gleba]]{{SA}}&lt;br /&gt;
* [[Research]]&lt;br /&gt;
* [[Science pack]]&lt;br /&gt;
* [[Technologies]]&lt;br /&gt;
&lt;br /&gt;
{{IntermediateNav}}&lt;br /&gt;
{{C|Science packs}}&lt;/div&gt;</summary>
		<author><name>Iridium235</name></author>
	</entry>
</feed>