Module:Data/Research/Sifter

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Sifter",
	["label"] = "Sifter",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 20000,
			["requires"] = {
				{
					["name"] = "AluminiumProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 1,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSifter",
					["item"] = "AluminiumSifter",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 200000,
			["requires"] = {
				{
					["name"] = "StainlessSteelProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 2,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSifter",
					["item"] = "StainlessSteelSifter",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "TitaniumProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 3,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSifter",
					["item"] = "TitaniumSifter",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 4,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSifter",
					["item"] = "CompositeSifter",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 80000000,
			["requires"] = {
				{
					["name"] = "NeutroniumProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 5,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSifter",
					["item"] = "NeutroniumSifter",
				},
			},
		},
	},
	["icon"] = "AluminiumSifter",
	["leads_to"] = {
		"FastSifting",
	},
}