Module:Data/CopperComputer: Difference between revisions
Jump to navigation
Jump to search
Created page with "return {["Block"] = "CopperComputer", ["Category"] = "Copper", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Computer", "description"}, {"ElectricInput", "common"}, {"computations", "common", 1.5}, {"power_input", "common", 200}, {"electric_drain", "common", 20}}, ["Image"] = "T_CopperComputer", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Copper", "common"}, {"Computer", "machines"}}, ["Name"] = "CopperComputer"..." |
(No difference)
|
Latest revision as of 09:11, 31 July 2025
Documentation for this module may be created at Module:Data/CopperComputer/doc
return {["Block"] = "CopperComputer", ["Category"] = "Copper", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Computer", "description"}, {"ElectricInput", "common"}, {"computations", "common", 1.5}, {"power_input", "common", 200}, {"electric_drain", "common", 20}}, ["Image"] = "T_CopperComputer", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Copper", "common"}, {"Computer", "machines"}}, ["Name"] = "CopperComputer", ["StackSize"] = 32, ["Tier"] = 1}