Module:Data/SteelConstructor: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Block"] = "SteelConstructor", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Constructor", "description"}, {"ElectricInput", "common"}, {"power_input", "common", {"SteelConstructor", "data"}}}, ["Image"] = "T_SteelConstructor", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Constructor", "machines"}}, ["Name"] = "SteelConstructor", ["StackSize"] = 32, ["Tier"] = 2}"
 
No edit summary
 
Line 1: Line 1:
return {["Block"] = "SteelConstructor", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Constructor", "description"}, {"ElectricInput", "common"}, {"power_input", "common", {"SteelConstructor", "data"}}}, ["Image"] = "T_SteelConstructor", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Constructor", "machines"}}, ["Name"] = "SteelConstructor", ["StackSize"] = 32, ["Tier"] = 2}
return {["Block"] = "SteelConstructor", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Constructor", "description"}, {"ElectricInput", "common"}}, ["Image"] = "T_SteelConstructor", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Constructor", "machines"}}, ["Name"] = "SteelConstructor", ["StackSize"] = 32, ["Tier"] = 2}

Latest revision as of 15:38, 24 August 2026

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

return {["Block"] = "SteelConstructor", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Constructor", "description"}, {"ElectricInput", "common"}}, ["Image"] = "T_SteelConstructor", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Constructor", "machines"}}, ["Name"] = "SteelConstructor", ["StackSize"] = 32, ["Tier"] = 2}