Module:Data/Research/CarbonFiber

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "CarbonFiber",
	["label"] = "Carbon Fiber",
	["kind"] = "recipe",
	["tier"] = 5,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 600000,
			["requires"] = {
				{
					["name"] = "PyrolysisUnit",
				},
				{
					["name"] = "IndustrialChemReactor",
					["level"] = 1,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "PyrolysisUnit",
					["recipe"] = "CarbonFiber",
					["item"] = "CarbonFiber",
				},
				{
					["machine"] = "IndustrialChemReactor",
					["recipe"] = "CarbonPrecursor",
					["item"] = "CarbonPrecursor",
				},
			},
		},
	},
	["icon"] = "CarbonFiber",
	["leads_to"] = {
		"CarbonFiberSheet",
		"CircuitBoard3",
	},
}