Module:Data/Research/FusionReaction

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "FusionReaction",
	["label"] = "Fusion Reaction",
	["kind"] = "recipe",
	["tier"] = 6,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "FusionReactor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "IndustrialChemReactor",
					["recipe"] = "SynthesisCell",
					["item"] = "SynthesisCell",
				},
				{
					["machine"] = "FusionReactor",
					["recipe"] = "HotNeutroniumPlate1",
					["item"] = "HotNeutroniumPlate",
				},
				{
					["machine"] = "IndustrialChemReactor",
					["recipe"] = "NeutroniumPlate",
					["item"] = "NeutroniumPlate",
				},
			},
		},
	},
	["icon"] = "SynthesisCell",
	["leads_to"] = {
		"BatteryBox",
		"Chest",
		"Container",
		"DeepStorage",
		"Diode",
		"ElectricEngine",
		"ElectricFurnace",
		"Electrolyzer",
		"Furnace",
		"FusionReactor",
		"Generator",
		"IndustrialGenerator",
		"IndustrialSmelting",
		"KineticHeater",
		"Lamp",
		"NeutroniumProduction",
		"PowerGeneration",
		"PyrolysisUnit",
		"Riteg",
		"Sign",
		"SmallSolarPanel",
		"WindTurbine",
	},
}