Module:Data/Research/AutomaticMining: Difference between revisions
Jump to navigation
Jump to search
Research data from Content/Generated/Researches |
Research data from Content/Generated/Researches |
||
| Line 12: | Line 12: | ||
["science"] = 20, | ["science"] = 20, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
["name"] = "Automatization", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 26: | Line 28: | ||
["science"] = 1500, | ["science"] = 1500, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
["name"] = "Automatization", | |||
["level"] = 1, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 40: | Line 45: | ||
["science"] = 40000, | ["science"] = 40000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"BasicFrame", | ["name"] = "Automatization", | ||
["level"] = 2, | |||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 55: | Line 65: | ||
["science"] = 600000, | ["science"] = 600000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"ReinforcedFrame", | ["name"] = "Automatization", | ||
["level"] = 3, | |||
}, | |||
{ | |||
["name"] = "ReinforcedFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 70: | Line 85: | ||
["science"] = 8000000, | ["science"] = 8000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
["name"] = "Automatization", | |||
["level"] = 4, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 84: | Line 102: | ||
["science"] = 100000000, | ["science"] = 100000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"ModularFrame", | ["name"] = "Automatization", | ||
["level"] = 5, | |||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 99: | Line 122: | ||
["science"] = 480000000, | ["science"] = 480000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
["name"] = "Automatization", | |||
["level"] = 6, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/AutomaticMining/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "AutomaticMining",
["label"] = "Automatic Mining",
["kind"] = "recipe",
["tier"] = 1,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 20,
["requires"] = {
{
["name"] = "Automatization",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperDrillingRig",
["item"] = "CopperDrillingRig",
},
},
},
{
["level"] = 1,
["science"] = 1500,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 1,
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelDrillingRig",
["item"] = "SteelDrillingRig",
},
},
},
{
["level"] = 2,
["science"] = 40000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 2,
},
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumDrillingRig",
["item"] = "AluminiumDrillingRig",
},
},
},
{
["level"] = 3,
["science"] = 600000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 3,
},
{
["name"] = "ReinforcedFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelDrillingRig",
["item"] = "StainlessSteelDrillingRig",
},
},
},
{
["level"] = 4,
["science"] = 8000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 4,
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumDrillingRig",
["item"] = "TitaniumDrillingRig",
},
},
},
{
["level"] = 5,
["science"] = 100000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 5,
},
{
["name"] = "ModularFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeDrillingRig",
["item"] = "CompositeDrillingRig",
},
},
},
{
["level"] = 6,
["science"] = 480000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 6,
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumDrillingRig",
["item"] = "NeutroniumDrillingRig",
},
},
},
},
["icon"] = "CopperDrillingRig",
["leads_to"] = {
"DrillingRigProductivity",
"Pumpjack",
},
}