Module:Data/Research/Constructor

From Evospace
Revision as of 12:52, 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"] = {
				{
					["name"] = "Automatization",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperConstructor",
					["item"] = "CopperConstructor",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 1000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 1,
				},
				{
					["name"] = "Circuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelConstructor",
					["item"] = "SteelConstructor",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 10000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 2,
				},
				{
					["name"] = "BasicFrame",
				},
				{
					["name"] = "AdvancedCircuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumConstructor",
					["item"] = "AluminiumConstructor",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 100000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 3,
				},
				{
					["name"] = "ReinforcedFrame",
				},
				{
					["name"] = "Processor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelConstructor",
					["item"] = "StainlessSteelConstructor",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 1000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 4,
				},
				{
					["name"] = "QuantumCircuit",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumConstructor",
					["item"] = "TitaniumConstructor",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 10000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 5,
				},
				{
					["name"] = "ModularFrame",
				},
				{
					["name"] = "QuantumProcessor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeConstructor",
					["item"] = "CompositeConstructor",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 40000000,
			["requires"] = {
				{
					["name"] = "Automatization",
					["level"] = 6,
				},
				{
					["name"] = "QuantumBrain",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumConstructor",
					["item"] = "NeutroniumConstructor",
				},
			},
		},
	},
	["icon"] = "CopperConstructor",
}