Module:Data/Research/Pumpjack: Difference between revisions

From Evospace
Jump to navigation Jump to search
Research data from Content/Generated/Researches
 
Research data from Content/Generated/Researches
 
Line 12: Line 12:
["science"] = 200000,
["science"] = 200000,
["requires"] = {
["requires"] = {
"AutomaticMining",
{
"StainlessSteelProduction",
["name"] = "AutomaticMining",
"Processor",
["level"] = 2,
},
{
["name"] = "StainlessSteelProduction",
},
{
["name"] = "Processor",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 28: Line 35:
["science"] = 2000000,
["science"] = 2000000,
["requires"] = {
["requires"] = {
"TitaniumProduction",
{
"QuantumCircuit",
["name"] = "TitaniumProduction",
},
{
["name"] = "QuantumCircuit",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 43: Line 54:
["science"] = 20000000,
["science"] = 20000000,
["requires"] = {
["requires"] = {
"CompositePlate",
{
"QuantumProcessor",
["name"] = "CompositePlate",
},
{
["name"] = "QuantumProcessor",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 58: Line 73:
["science"] = 80000000,
["science"] = 80000000,
["requires"] = {
["requires"] = {
"NeutroniumProduction",
{
"QuantumBrain",
["name"] = "NeutroniumProduction",
},
{
["name"] = "QuantumBrain",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:53, 10 September 2026

Documentation for this module may be created at Module:Data/Research/Pumpjack/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Pumpjack",
	["label"] = "Pumpjack",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200000,
			["requires"] = {
				{
					["name"] = "AutomaticMining",
					["level"] = 2,
				},
				{
					["name"] = "StainlessSteelProduction",
				},
				{
					["name"] = "Processor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelPumpjack",
					["item"] = "StainlessSteelPumpjack",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "TitaniumProduction",
				},
				{
					["name"] = "QuantumCircuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumPumpjack",
					["item"] = "TitaniumPumpjack",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "CompositePlate",
				},
				{
					["name"] = "QuantumProcessor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositePumpjack",
					["item"] = "CompositePumpjack",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 80000000,
			["requires"] = {
				{
					["name"] = "NeutroniumProduction",
				},
				{
					["name"] = "QuantumBrain",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumPumpjack",
					["item"] = "NeutroniumPumpjack",
				},
			},
		},
	},
	["icon"] = "StainlessSteelPumpjack",
	["leads_to"] = {
		"PumpjackProductivity",
	},
}