Module:Data/Research/SolarPanel
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"] = {
"SmallSolarPanel",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumSolarPanel",
["item"] = "AluminiumSolarPanel",
},
},
},
{
["level"] = 1,
["science"] = 1600000,
["requires"] = {
"SmallSolarPanel",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelSolarPanel",
["item"] = "StainlessSteelSolarPanel",
},
},
},
{
["level"] = 2,
["science"] = 16000000,
["requires"] = {
"SmallSolarPanel",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumSolarPanel",
["item"] = "TitaniumSolarPanel",
},
},
},
{
["level"] = 3,
["science"] = 160000000,
["requires"] = {
"SmallSolarPanel",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeSolarPanel",
["item"] = "CompositeSolarPanel",
},
},
},
{
["level"] = 4,
["science"] = 640000000,
["requires"] = {
"SmallSolarPanel",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumSolarPanel",
["item"] = "NeutroniumSolarPanel",
},
},
},
},
["icon"] = "AluminiumSolarPanel",
}