In other languages: Deutsch Français Italiano 日本語 한국어 Nederlands Polski Português, Brasil Русский Українська 简体中文

Mining: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
(→‎Drill types: link to pollution)
 
(84 intermediate revisions by 30 users not shown)
Line 1: Line 1:
Mining drills are used to automate the extraction of [[items#resources|resources]]. Drills are the first step to automate manufaction, although most [[items#resources|resources]] have to be smelted in a [[furnace]] for further usage.
{{Languages}}
'''Mining''' is used to extract resources from the world. Mining drills are the first step to automating manufacture, although most resources have to be smelted in a [[furnace]] for further usage.
 
== Mining speed formula ==
The rate at which resources are produced is given by:
 
Mining speed / Mining time = Production rate (in resource/sec)
 
To calculate the time needed for one resource-item use this formula:
 
Mining time / Mining speed = Seconds for one resource item
 
Mining speed is a function of the miner while mining time is a function of the metal or mineral you are currently mining (you can place a miner over a mixed field).
 
=== Mining by hand ===
When mining by hand, the formula is modified slightly:
(1 + Mining Speed Modifier) * .5 / Mining time = Production rate (in resource/sec)
[[File:player_mining_bar.gif|thumb|468px|none|Progress bar when the player mines by hand.]]
Expanded description:
  (1 + Force Modifier) * (1 + Character Modifier) * (Character mining speed) / Mining time = Rate
 
=== Infinite resources ===
 
The output of the unmodified resource is the percentage yield of the tile currently used by the miner.
 
  Output of unmodified field * ( Number of modules in miner * Bonus from module ) + Output of unmodified field * ( Number of beacons * ( Number of modules * Distribution efficiency ) * Bonus from module + Productivity research bonus + 1 ) = Raw output per second
 
    (Raw output per second * Mining speed) / Mining time = Production rate (in resource/sec)
 
The mining drill or pumpjack will sum the production rate of all tiles below it and show that value in the tooltip.


== Drill types ==
== Drill types ==
=== Burner mining drill ===
[[File:mining-drill-1.jpg|thumb|250px]]
Mines about 7 resources per single unit of coal used to fuel it.
{| class="wikitable"
{| class="wikitable"
| '''Recipe:''' || {{icon|iron-plate|3|iron_plate}} + {{icon|iron-gear-wheel|3|iron_gear_wheel}} + {{icon|stone-furnace|1|furnace#Stone furnace}} + {{icon|time icon|4|time}} => {{icon|burner-mining-drill|1|Mining drill#Burner mining drill}}
! Item !! Total raw !! Mining speed !! Mining power !! Covered area !!Max health !! [[Pollution]]
|-
|-
| '''Total raw:''' || {{icon|iron-plate|6|iron_plate}} {{icon|stone|5|stone}}
| {{imagelink|Player}} || - || 0.5 || - || 1 × 1 || 250 || -
|-
|-
| '''Mining power:''' || 2.5
| {{Imagelink|Burner mining drill}} || {{Icon|Iron plate|9}} {{icon|stone|5}} || 0.25 || 150 kW ([[Fuel|burner]]) || 2 × 2 || 150 || 12/m
|-
|-
| '''Mining speed:''' || 0.45
| {{Imagelink|Electric mining drill}} || {{Icon|Iron plate|23}} {{Icon|Copper plate|4.5}} || 0.5 || 90 kW ([[Electric system|electric]]) || 5 × 5 || 300 || 10/m
|-
| '''Max power:''' || 180 W (Burner)
|-
| '''Covered area:''' || 2 x 2
|-
|-
|}
|}


=== Electric mining drill ===
Note, that the Burner mining drill covers exactly its size (2×2, the covered area is also 2×2), while the Electric mining drill is one tile bigger (size is 3×3, but covered area is 5×5).
[[File:electric=mining-drill-1.jpg|thumb|250px]]
 
Mining drills can only be placed on resources.
 
== Output ==
 
{| class="wikitable"
{| class="wikitable"
| '''Recipe:''' || {{icon|iron-plate|10|iron_plate}} + {{icon|iron-gear-wheel|5|iron_gear_wheel}} + {{icon|electronic-circuit|3|electronic_circuit}} + {{icon|time icon|5|time}} => {{icon|electric-mining-drill|1|Mining drill#Electric mining drill}}
! colspan="2" rowspan="2" | Resource
! Burner M. Drill
! Electric M. Drill
|-
|-
| '''Total raw:''' || {{icon|iron-plate|23|iron_plate}} {{icon|copper-plate|5|copper_plate}}
| '''Speed''': 0.25
| '''Speed''': 0.5
|-
|-
| '''Mining power:''' || 3
! scope="row" | Iron
| Time: '''1'''
| {{Icon|Iron ore|0.25/s}}
| {{Icon|Iron ore|0.5/s}}
|-
|-
| '''Mining speed:''' || 0.75
! scope="row" | Copper
| Time: '''1'''
| {{Icon|Copper ore|0.25/s}}
| {{Icon|Copper ore|0.5/s}}
|-
|-
| '''Max power:''' || 90 W ([[Electric network|Electric]])
! scope="row" | Coal
| Time: '''1'''
| {{icon|coal|0.25/s}}
| {{icon|coal|0.5/s}}
|-
|-
| '''Covered area: || 5 x 5
! scope="row" | Stone
| Time: '''1'''
| {{icon|stone|0.25/s}}
| {{icon|stone|0.5/s}}
|-
|-
| '''Pollution:''' || 9
! scope="row" | Uranium
| Time: '''2'''
|
| {{icon|uranium ore|0.25/s}}
|-
|-
|}
|}


[[Category: Items]]
The above figures are modified by [[Mining productivity (research)|mining productivity]] technology, which adds to any bonus from productivity modules.
 
Unlike most other equipment, mining drills will output resources directly without the need of [[inserter]]s. This includes [[transport belts]], [[chests]], other mining drills, [[furnace]]s, [[assembling machine]]s, etc.
<div text align=center>
<gallery widths=200px heights=200px>
File:Burner drill to chest.png|Burner drill to chest
File:Burner drill to furnace.png|Burner drill to furnace
File:Early coal mining 1.png|Burner drill to burner drill
</gallery>
</div>
 
{{C|Resource extraction}}

Latest revision as of 20:28, 14 February 2024

Mining is used to extract resources from the world. Mining drills are the first step to automating manufacture, although most resources have to be smelted in a furnace for further usage.

Mining speed formula

The rate at which resources are produced is given by:

Mining speed / Mining time = Production rate (in resource/sec)

To calculate the time needed for one resource-item use this formula:

Mining time / Mining speed = Seconds for one resource item

Mining speed is a function of the miner while mining time is a function of the metal or mineral you are currently mining (you can place a miner over a mixed field).

Mining by hand

When mining by hand, the formula is modified slightly:

(1 + Mining Speed Modifier) * .5 / Mining time = Production rate (in resource/sec)
Progress bar when the player mines by hand.

Expanded description:

 (1 + Force Modifier) * (1 + Character Modifier) * (Character mining speed) / Mining time = Rate

Infinite resources

The output of the unmodified resource is the percentage yield of the tile currently used by the miner.

  Output of unmodified field * ( Number of modules in miner * Bonus from module ) + Output of unmodified field * ( Number of beacons * ( Number of modules * Distribution efficiency ) * Bonus from module + Productivity research bonus + 1 ) = Raw output per second 
   (Raw output per second * Mining speed) / Mining time = Production rate (in resource/sec)

The mining drill or pumpjack will sum the production rate of all tiles below it and show that value in the tooltip.

Drill types

Item Total raw Mining speed Mining power Covered area Max health Pollution
Player.png
Player
- 0.5 - 1 × 1 250 -
Burner mining drill.png
Burner mining drill
Iron plate.png
9
Stone.png
5
0.25 150 kW (burner) 2 × 2 150 12/m
Electric mining drill.png
Electric mining drill
Iron plate.png
23
Copper plate.png
4.5
0.5 90 kW (electric) 5 × 5 300 10/m

Note, that the Burner mining drill covers exactly its size (2×2, the covered area is also 2×2), while the Electric mining drill is one tile bigger (size is 3×3, but covered area is 5×5).

Mining drills can only be placed on resources.

Output

Resource Burner M. Drill Electric M. Drill
Speed: 0.25 Speed: 0.5
Iron Time: 1
Iron ore.png
0.25/s
Iron ore.png
0.5/s
Copper Time: 1
Copper ore.png
0.25/s
Copper ore.png
0.5/s
Coal Time: 1
Coal.png
0.25/s
Coal.png
0.5/s
Stone Time: 1
Stone.png
0.25/s
Stone.png
0.5/s
Uranium Time: 2
Uranium ore.png
0.25/s

The above figures are modified by mining productivity technology, which adds to any bonus from productivity modules.

Unlike most other equipment, mining drills will output resources directly without the need of inserters. This includes transport belts, chests, other mining drills, furnaces, assembling machines, etc.