Module:Data/Research/SolarPanel: 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"] = 160000,
["science"] = 160000,
["requires"] = {
["requires"] = {
"SmallSolarPanel",
{
["name"] = "SmallSolarPanel",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 26: Line 28:
["science"] = 1600000,
["science"] = 1600000,
["requires"] = {
["requires"] = {
"SmallSolarPanel",
{
["name"] = "SmallSolarPanel",
["level"] = 1,
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 40: Line 45:
["science"] = 16000000,
["science"] = 16000000,
["requires"] = {
["requires"] = {
"SmallSolarPanel",
{
["name"] = "SmallSolarPanel",
["level"] = 2,
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 54: Line 62:
["science"] = 160000000,
["science"] = 160000000,
["requires"] = {
["requires"] = {
"SmallSolarPanel",
{
["name"] = "SmallSolarPanel",
["level"] = 3,
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 68: Line 79:
["science"] = 640000000,
["science"] = 640000000,
["requires"] = {
["requires"] = {
"SmallSolarPanel",
{
["name"] = "SmallSolarPanel",
["level"] = 4,
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:53, 10 September 2026

Documentation for this module may be created at Module:Data/Research/SolarPanel/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "SolarPanel",
	["label"] = "Solar Panel",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 160000,
			["requires"] = {
				{
					["name"] = "SmallSolarPanel",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSolarPanel",
					["item"] = "AluminiumSolarPanel",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 1600000,
			["requires"] = {
				{
					["name"] = "SmallSolarPanel",
					["level"] = 1,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSolarPanel",
					["item"] = "StainlessSteelSolarPanel",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 16000000,
			["requires"] = {
				{
					["name"] = "SmallSolarPanel",
					["level"] = 2,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSolarPanel",
					["item"] = "TitaniumSolarPanel",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 160000000,
			["requires"] = {
				{
					["name"] = "SmallSolarPanel",
					["level"] = 3,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSolarPanel",
					["item"] = "CompositeSolarPanel",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 640000000,
			["requires"] = {
				{
					["name"] = "SmallSolarPanel",
					["level"] = 4,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSolarPanel",
					["item"] = "NeutroniumSolarPanel",
				},
			},
		},
	},
	["icon"] = "AluminiumSolarPanel",
}