Module:Data/Research/PowerGeneration: 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"] = 200,
["science"] = 200,
["requires"] = {
["requires"] = {
"Electricity",
{
"Metalwork",
["name"] = "Electricity",
},
{
["name"] = "Metalwork",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 32: Line 36:
["science"] = 2000,
["science"] = 2000,
["requires"] = {
["requires"] = {
"CopperWire",
{
"SteelProduction",
["name"] = "CopperWire",
},
{
["name"] = "SteelProduction",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 52: Line 60:
["science"] = 20000,
["science"] = 20000,
["requires"] = {
["requires"] = {
"BasicFrame",
{
["name"] = "BasicFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 71: Line 81:
["science"] = 200000,
["science"] = 200000,
["requires"] = {
["requires"] = {
"ReinforcedFrame",
{
["name"] = "ReinforcedFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 106: Line 118:
["science"] = 20000000,
["science"] = 20000000,
["requires"] = {
["requires"] = {
"CompositePlate",
{
"PlatinumSolution",
["name"] = "CompositePlate",
"ModularFrame",
},
{
["name"] = "PlatinumSolution",
},
{
["name"] = "ModularFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 127: Line 145:
["science"] = 80000000,
["science"] = 80000000,
["requires"] = {
["requires"] = {
"FusionReaction",
{
["name"] = "FusionReaction",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:53, 10 September 2026

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "PowerGeneration",
	["label"] = "Power Generation",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200,
			["requires"] = {
				{
					["name"] = "Electricity",
				},
				{
					["name"] = "Metalwork",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperCompactGenerator",
					["item"] = "CopperCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "CopperStirlingEngine",
					["item"] = "CopperStirlingEngine",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 2000,
			["requires"] = {
				{
					["name"] = "CopperWire",
				},
				{
					["name"] = "SteelProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelCompactGenerator",
					["item"] = "SteelCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "SteelStirlingEngine",
					["item"] = "SteelStirlingEngine",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 20000,
			["requires"] = {
				{
					["name"] = "BasicFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumCompactGenerator",
					["item"] = "AluminiumCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumStirlingEngine",
					["item"] = "AluminiumStirlingEngine",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 200000,
			["requires"] = {
				{
					["name"] = "ReinforcedFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelCompactGenerator",
					["item"] = "StainlessSteelCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelStirlingEngine",
					["item"] = "StainlessSteelStirlingEngine",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 2000000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumCompactGenerator",
					["item"] = "TitaniumCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumStirlingEngine",
					["item"] = "TitaniumStirlingEngine",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "CompositePlate",
				},
				{
					["name"] = "PlatinumSolution",
				},
				{
					["name"] = "ModularFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeCompactGenerator",
					["item"] = "CompositeCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeStirlingEngine",
					["item"] = "CompositeStirlingEngine",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 80000000,
			["requires"] = {
				{
					["name"] = "FusionReaction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumCompactGenerator",
					["item"] = "NeutroniumCompactGenerator",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumStirlingEngine",
					["item"] = "NeutroniumStirlingEngine",
				},
			},
		},
	},
	["icon"] = "CopperCompactGenerator",
	["leads_to"] = {
		"DistributedComputing",
		"Furnace",
	},
}