Module:Data/ChalcopyriteOre: Difference between revisions
Jump to navigation
Jump to search
Created page with "return {["Category"] = "Ore", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"CuFeS2", "ores"}}, ["Image"] = "T_ChalcopyriteOre", ["Label"] = {"ChalcopyriteOre", "ores"}, ["Materials"] = {"", "/Game/Materials/Chalcopyrite"}, ["Mesh"] = "/Game/Models/OreCrate", ["Name"] = "ChalcopyriteOre", ["StackSize"] = 64}" |
No edit summary |
||
| Line 1: | Line 1: | ||
return {["Category"] = "Ore", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"CuFeS2", "ores"}}, ["Image"] = "T_ChalcopyriteOre", ["Label"] = {"ChalcopyriteOre", "ores"}, ["Materials"] = {"", "/Game/Materials/Chalcopyrite"}, ["Mesh"] = "/Game/Models/OreCrate", ["Name"] = "ChalcopyriteOre", ["StackSize"] = 64} | return {["Category"] = "Ore", ["Class"] = "StaticItem", ["Color"] = "#b48a3a", ["DescriptionParts"] = {{"CuFeS2", "ores"}}, ["Image"] = "T_ChalcopyriteOre", ["Label"] = {"ChalcopyriteOre", "ores"}, ["Materials"] = {"", "/Game/Materials/Chalcopyrite"}, ["Mesh"] = "/Game/Models/OreCrate", ["Name"] = "ChalcopyriteOre", ["StackSize"] = 64} | ||
Latest revision as of 15:40, 24 August 2026
Documentation for this module may be created at Module:Data/ChalcopyriteOre/doc
return {["Category"] = "Ore", ["Class"] = "StaticItem", ["Color"] = "#b48a3a", ["DescriptionParts"] = {{"CuFeS2", "ores"}}, ["Image"] = "T_ChalcopyriteOre", ["Label"] = {"ChalcopyriteOre", "ores"}, ["Materials"] = {"", "/Game/Materials/Chalcopyrite"}, ["Mesh"] = "/Game/Models/OreCrate", ["Name"] = "ChalcopyriteOre", ["StackSize"] = 64}