Module:Data/Table: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Block"] = "Table", ["Class"] = "StaticItem", ["Image"] = "T_Table", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"Table", "misc"}, ["Name"] = "Table", ["StackSize"] = 32}"
 
No edit summary
 
Line 1: Line 1:
return {["Block"] = "Table", ["Class"] = "StaticItem", ["Image"] = "T_Table", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"Table", "misc"}, ["Name"] = "Table", ["StackSize"] = 32}
return {["Block"] = "Table", ["Category"] = "Decoration", ["Class"] = "StaticItem", ["Image"] = "T_Table", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"Table", "misc"}, ["Name"] = "Table", ["StackSize"] = 32, ["Tier"] = 0}

Latest revision as of 15:45, 24 August 2026

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

return {["Block"] = "Table", ["Category"] = "Decoration", ["Class"] = "StaticItem", ["Image"] = "T_Table", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"Table", "misc"}, ["Name"] = "Table", ["StackSize"] = 32, ["Tier"] = 0}