Module:Data/Research/AtmosphericCondenser

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "AtmosphericCondenser",
	["label"] = "Atmospheric Condenser",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 100,
			["requires"] = {
				{
					["name"] = "AutomaticFarm",
				},
				{
					["name"] = "FluidTransfer",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperAtmosphericCondenser",
					["item"] = "CopperAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 1000,
			["requires"] = {
				{
					["name"] = "SteelProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelAtmosphericCondenser",
					["item"] = "SteelAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 10000,
			["requires"] = {
				{
					["name"] = "AluminiumProduction",
				},
				{
					["name"] = "BasicFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumAtmosphericCondenser",
					["item"] = "AluminiumAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 100000,
			["requires"] = {
				{
					["name"] = "StainlessSteelProduction",
				},
				{
					["name"] = "ReinforcedFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelAtmosphericCondenser",
					["item"] = "StainlessSteelAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 1000000,
			["requires"] = {
				{
					["name"] = "TitaniumProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumAtmosphericCondenser",
					["item"] = "TitaniumAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 10000000,
			["requires"] = {
				{
					["name"] = "CompositePlate",
				},
				{
					["name"] = "ModularFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeAtmosphericCondenser",
					["item"] = "CompositeAtmosphericCondenser",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 40000000,
			["requires"] = {
				{
					["name"] = "NeutroniumProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumAtmosphericCondenser",
					["item"] = "NeutroniumAtmosphericCondenser",
				},
			},
		},
	},
	["icon"] = "CopperAtmosphericCondenser",
}