Module:Data/Research/SmallSolarPanel

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "SmallSolarPanel",
	["label"] = "Small Solar Panel",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 40000,
			["requires"] = {
				"Electrolyzer",
				"BasicFrame",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSmallSolarPanel",
					["item"] = "AluminiumSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSolarCell",
					["item"] = "AluminiumSolarCell",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 400000,
			["requires"] = {
				"SiliconWafer",
				"ReinforcedFrame",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSmallSolarPanel",
					["item"] = "StainlessSteelSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSolarCell",
					["item"] = "StainlessSteelSolarCell",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 4000000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSmallSolarPanel",
					["item"] = "TitaniumSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSolarCell",
					["item"] = "TitaniumSolarCell",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 40000000,
			["requires"] = {
				"CompositePlate",
				"ModularFrame",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSmallSolarPanel",
					["item"] = "CompositeSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSolarCell",
					["item"] = "CompositeSolarCell",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 160000000,
			["requires"] = {
				"FusionReaction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSmallSolarPanel",
					["item"] = "NeutroniumSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSolarCell",
					["item"] = "NeutroniumSolarCell",
				},
			},
		},
	},
	["icon"] = "AluminiumSmallSolarPanel",
	["leads_to"] = {
		"SolarPanel",
	},
}