Module:Data/Research/AutomaticMining

From Evospace
Revision as of 12:52, 10 September 2026 by Evospace (talk | contribs) (Research data from Content/Generated/Researches)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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",
	},
}