Module:Data/Research/Sorter

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Sorter",
	["label"] = "Sorter",
	["kind"] = "recipe",
	["tier"] = 2,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 6000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 1,
				},
				{
					["name"] = "Circuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelSorter",
					["item"] = "SteelSorter",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 60000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 2,
				},
				{
					["name"] = "AdvancedCircuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSorter",
					["item"] = "AluminiumSorter",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 600000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 3,
				},
				{
					["name"] = "Processor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSorter",
					["item"] = "StainlessSteelSorter",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 6000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 4,
				},
				{
					["name"] = "QuantumCircuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSorter",
					["item"] = "TitaniumSorter",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 60000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 5,
				},
				{
					["name"] = "QuantumProcessor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSorter",
					["item"] = "CompositeSorter",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 240000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 6,
				},
				{
					["name"] = "QuantumBrain",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSorter",
					["item"] = "NeutroniumSorter",
				},
			},
		},
	},
	["icon"] = "SteelSorter",
}