Module:Data/Research/SmallSolarPanel: Difference between revisions

From Evospace
Jump to navigation Jump to search
Research data from Content/Generated/Researches
 
Research data from Content/Generated/Researches
 
Line 12: Line 12:
["science"] = 40000,
["science"] = 40000,
["requires"] = {
["requires"] = {
"Electrolyzer",
{
"BasicFrame",
["name"] = "Electrolyzer",
["level"] = 1,
},
{
["name"] = "BasicFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 32: Line 37:
["science"] = 400000,
["science"] = 400000,
["requires"] = {
["requires"] = {
"SiliconWafer",
{
"ReinforcedFrame",
["name"] = "SiliconWafer",
},
{
["name"] = "ReinforcedFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 68: Line 77:
["science"] = 40000000,
["science"] = 40000000,
["requires"] = {
["requires"] = {
"CompositePlate",
{
"ModularFrame",
["name"] = "CompositePlate",
},
{
["name"] = "ModularFrame",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 88: Line 101:
["science"] = 160000000,
["science"] = 160000000,
["requires"] = {
["requires"] = {
"FusionReaction",
{
["name"] = "FusionReaction",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:53, 10 September 2026

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"] = {
				{
					["name"] = "Electrolyzer",
					["level"] = 1,
				},
				{
					["name"] = "BasicFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSmallSolarPanel",
					["item"] = "AluminiumSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSolarCell",
					["item"] = "AluminiumSolarCell",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 400000,
			["requires"] = {
				{
					["name"] = "SiliconWafer",
				},
				{
					["name"] = "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"] = {
				{
					["name"] = "CompositePlate",
				},
				{
					["name"] = "ModularFrame",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSmallSolarPanel",
					["item"] = "CompositeSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSolarCell",
					["item"] = "CompositeSolarCell",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 160000000,
			["requires"] = {
				{
					["name"] = "FusionReaction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSmallSolarPanel",
					["item"] = "NeutroniumSmallSolarPanel",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSolarCell",
					["item"] = "NeutroniumSolarCell",
				},
			},
		},
	},
	["icon"] = "AluminiumSmallSolarPanel",
	["leads_to"] = {
		"SolarPanel",
	},
}