Module:Data/Research/UraniumCell

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "UraniumCell",
	["label"] = "Uranium Cell",
	["kind"] = "recipe",
	["tier"] = 5,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "TitaniumProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "UraniumCell",
					["item"] = "UraniumCell",
				},
				{
					["machine"] = "Assembler",
					["recipe"] = "Cell2",
					["item"] = "Cell",
				},
			},
		},
	},
	["icon"] = "UraniumCell",
	["leads_to"] = {
		"FissionReactor",
	},
}