Module:Data/Research/ReinforcedFrame

From Evospace
Jump to navigation Jump to search

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

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