Module:Data/SteelComputer

From Evospace
Revision as of 09:11, 31 July 2025 by Evospace (talk | contribs) (Created page with "return {["Block"] = "SteelComputer", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Computer", "description"}, {"ElectricInput", "common"}, {"computations", "common", 3.0}, {"power_input", "common", 400}, {"electric_drain", "common", 40}}, ["Image"] = "T_SteelComputer", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Computer", "machines"}}, ["Name"] = "SteelComputer", ["S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {["Block"] = "SteelComputer", ["Category"] = "Steel", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Computer", "description"}, {"ElectricInput", "common"}, {"computations", "common", 3.0}, {"power_input", "common", 400}, {"electric_drain", "common", 40}}, ["Image"] = "T_SteelComputer", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"machines_label_format", "common", {"Steel", "common"}, {"Computer", "machines"}}, ["Name"] = "SteelComputer", ["StackSize"] = 32, ["Tier"] = 2}