Module:Data/NeutroniumSmallSolarPanel: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Block"] = "NeutroniumSmallSolarPanel", ["Category"] = "Neutronium", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SmallSolarPanel", "description"}, {"ElectricOutput", "common"}, {"power_output", "common", {"NeutroniumSmallSolarPanel", "data"}}}, ["Image"] = "T_NeutroniumSmallSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Neutronium", "common"}, {"SmallSolarPanel", "machines"}}, ["Name"] = "Ne..."
 
No edit summary
 
Line 1: Line 1:
return {["Block"] = "NeutroniumSmallSolarPanel", ["Category"] = "Neutronium", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SmallSolarPanel", "description"}, {"ElectricOutput", "common"}, {"power_output", "common", {"NeutroniumSmallSolarPanel", "data"}}}, ["Image"] = "T_NeutroniumSmallSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Neutronium", "common"}, {"SmallSolarPanel", "machines"}}, ["Name"] = "NeutroniumSmallSolarPanel", ["StackSize"] = 32, ["Tier"] = 7}
return {["Block"] = "NeutroniumSmallSolarPanel", ["Category"] = "Neutronium", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SmallSolarPanel", "description"}, {"ElectricOutput", "common"}}, ["Image"] = "T_NeutroniumSmallSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Neutronium", "common"}, {"SmallSolarPanel", "machines"}}, ["Name"] = "NeutroniumSmallSolarPanel", ["StackSize"] = 32, ["Tier"] = 7}

Latest revision as of 15:39, 24 August 2026

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

return {["Block"] = "NeutroniumSmallSolarPanel", ["Category"] = "Neutronium", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"SmallSolarPanel", "description"}, {"ElectricOutput", "common"}}, ["Image"] = "T_NeutroniumSmallSolarPanel", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Neutronium", "common"}, {"SmallSolarPanel", "machines"}}, ["Name"] = "NeutroniumSmallSolarPanel", ["StackSize"] = 32, ["Tier"] = 7}