Module:Data/Door: Difference between revisions

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

Latest revision as of 15:40, 24 August 2026

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

return {["Block"] = "Door", ["Category"] = "Decoration", ["Class"] = "StaticItem", ["Image"] = "T_Door", ["ItemLogic"] = "BuildingSingleBlockItemLogic", ["Label"] = {"Door", "misc"}, ["Name"] = "Door", ["StackSize"] = 32}