Module:Data/Research/Constructor

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/Constructor/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Constructor",
	["label"] = "Constructor",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 100,
			["requires"] = {
				"Automatization",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperConstructor",
					["item"] = "CopperConstructor",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 1000,
			["requires"] = {
				"Automatization",
				"Circuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelConstructor",
					["item"] = "SteelConstructor",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 10000,
			["requires"] = {
				"Automatization",
				"BasicFrame",
				"AdvancedCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumConstructor",
					["item"] = "AluminiumConstructor",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 100000,
			["requires"] = {
				"Automatization",
				"ReinforcedFrame",
				"Processor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelConstructor",
					["item"] = "StainlessSteelConstructor",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 1000000,
			["requires"] = {
				"Automatization",
				"QuantumCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumConstructor",
					["item"] = "TitaniumConstructor",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 10000000,
			["requires"] = {
				"Automatization",
				"ModularFrame",
				"QuantumProcessor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeConstructor",
					["item"] = "CompositeConstructor",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 40000000,
			["requires"] = {
				"Automatization",
				"QuantumBrain",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumConstructor",
					["item"] = "NeutroniumConstructor",
				},
			},
		},
	},
	["icon"] = "CopperConstructor",
}