Module:Data/BrainMatrix: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Category"] = "Parts", ["Class"] = "StaticItem", ["Image"] = "T_BrainMatrix", ["Label"] = {"BrainMatrix", "parts"}, ["Materials"] = {"/Game/Materials/BrainMatrix"}, ["Mesh"] = "/Game/Models/QuantumCoreCrate", ["Name"] = "BrainMatrix", ["StackSize"] = 32, ["Tier"] = 6}"
 
No edit summary
 
Line 1: Line 1:
return {["Category"] = "Parts", ["Class"] = "StaticItem", ["Image"] = "T_BrainMatrix", ["Label"] = {"BrainMatrix", "parts"}, ["Materials"] = {"/Game/Materials/BrainMatrix"}, ["Mesh"] = "/Game/Models/QuantumCoreCrate", ["Name"] = "BrainMatrix", ["StackSize"] = 32, ["Tier"] = 6}
return {["Category"] = "Parts", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Part", "common"}}, ["Image"] = "T_BrainMatrix", ["Label"] = {"BrainMatrix", "parts"}, ["Materials"] = {"/Game/Materials/BrainMatrix"}, ["Mesh"] = "/Game/Models/QuantumCoreCrate", ["Name"] = "BrainMatrix", ["StackSize"] = 32, ["Tier"] = 6}

Latest revision as of 15:43, 24 August 2026

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

return {["Category"] = "Parts", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Part", "common"}}, ["Image"] = "T_BrainMatrix", ["Label"] = {"BrainMatrix", "parts"}, ["Materials"] = {"/Game/Materials/BrainMatrix"}, ["Mesh"] = "/Game/Models/QuantumCoreCrate", ["Name"] = "BrainMatrix", ["StackSize"] = 32, ["Tier"] = 6}