Module:Data/Research/BasicFrame: 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"] = 4000,
["science"] = 4000,
["requires"] = {
["requires"] = {
"SteelProduction",
{
["name"] = "SteelProduction",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:52, 10 September 2026

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

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