Module:Data/Research/DistributedComputing

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "DistributedComputing",
	["label"] = "Distributed Computing",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200,
			["requires"] = {
				"PowerGeneration",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperComputer",
					["item"] = "CopperComputer",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 2000,
			["requires"] = {
				"AdvancedCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelComputer",
					["item"] = "SteelComputer",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 20000,
			["requires"] = {
				"Processor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumComputer",
					["item"] = "AluminiumComputer",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 200000,
			["requires"] = {
				"QuantumCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelComputer",
					["item"] = "StainlessSteelComputer",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 2000000,
			["requires"] = {
				"QuantumProcessor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumComputer",
					["item"] = "TitaniumComputer",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 20000000,
			["requires"] = {
				"QuantumBrain",
				"CompositePlate",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeComputer",
					["item"] = "CompositeComputer",
				},
			},
		},
	},
	["icon"] = "CopperComputer",
	["leads_to"] = {
		"CopperWire",
	},
}