Module:Data/Research/Generator

From Evospace
Revision as of 12:47, 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/Generator/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Generator",
	["label"] = "Generator",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 50000,
			["requires"] = {
				"ElectricEngine",
				"AdvancedCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumGenerator",
					["item"] = "AluminiumGenerator",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 500000,
			["requires"] = {
				"ReinforcedFrame",
				"Processor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelGenerator",
					["item"] = "StainlessSteelGenerator",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 5000000,
			["requires"] = {
				"QuantumCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumGenerator",
					["item"] = "TitaniumGenerator",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 50000000,
			["requires"] = {
				"CompositePlate",
				"PlatinumSolution",
				"ModularFrame",
				"QuantumProcessor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeGenerator",
					["item"] = "CompositeGenerator",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 200000000,
			["requires"] = {
				"FusionReaction",
				"QuantumBrain",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumGenerator",
					["item"] = "NeutroniumGenerator",
				},
			},
		},
	},
	["icon"] = "AluminiumGenerator",
	["leads_to"] = {
		"SteamTurbine",
	},
}