Module:Data/Research/ModularFrame

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/ModularFrame/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "ModularFrame",
	["label"] = "Modular Frame",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 400000,
			["requires"] = {
				"StainlessSteelProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "ModularFrame",
					["item"] = "ModularFrame",
				},
			},
		},
	},
	["icon"] = "ModularFrame",
	["leads_to"] = {
		"Assembler",
		"AtmosphericCondenser",
		"AutomaticFarm",
		"AutomaticMining",
		"BasicMachines",
		"Constructor",
		"DeepStorage",
		"ElectricEngine",
		"FractionatingColumn",
		"Generator",
		"IndustrialSmelting",
		"Mixer",
		"OreWasher",
		"Portal",
		"PowerGeneration",
		"PyrolysisUnit",
		"Separator",
		"SmallSolarPanel",
		"WindTurbine",
	},
}