Module:Data/CompositeSolarPanel: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Block"] = "CompositeSolarPanel", ["Category"] = "Composite", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SolarPanel", "description"}, {"ElectricOutput", "common"}, {"power_output", "common", {"CompositeSolarPanel", "data"}}}, ["Image"] = "T_CompositeSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Composite", "common"}, {"SolarPanel", "machines"}}, ["Name"] = "CompositeSolarPanel", ["StackSiz..."
 
No edit summary
 
Line 1: Line 1:
return {["Block"] = "CompositeSolarPanel", ["Category"] = "Composite", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SolarPanel", "description"}, {"ElectricOutput", "common"}, {"power_output", "common", {"CompositeSolarPanel", "data"}}}, ["Image"] = "T_CompositeSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Composite", "common"}, {"SolarPanel", "machines"}}, ["Name"] = "CompositeSolarPanel", ["StackSize"] = 32, ["Tier"] = 6}
return {["Block"] = "CompositeSolarPanel", ["Category"] = "Composite", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SolarPanel", "description"}, {"ElectricOutput", "common"}}, ["Image"] = "T_CompositeSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Composite", "common"}, {"SolarPanel", "machines"}}, ["Name"] = "CompositeSolarPanel", ["StackSize"] = 32, ["Tier"] = 6}

Latest revision as of 15:39, 24 August 2026

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

return {["Block"] = "CompositeSolarPanel", ["Category"] = "Composite", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SolarPanel", "description"}, {"ElectricOutput", "common"}}, ["Image"] = "T_CompositeSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Composite", "common"}, {"SolarPanel", "machines"}}, ["Name"] = "CompositeSolarPanel", ["StackSize"] = 32, ["Tier"] = 6}