Module:Data/Coal: Difference between revisions
Jump to navigation
Jump to search
Created page with "return {["Class"] = "StaticItem", ["DescriptionParts"] = {{"burnable", "common", 40000}}, ["Image"] = "T_Coal", ["Label"] = {"Coal", "parts"}, ["Materials"] = {"/Game/Materials/Coal"}, ["Mesh"] = "/Game/Models/Piece", ["Name"] = "Coal", ["StackSize"] = 64, ["Tags"] = "FuelBurn", ["Tier"] = 0}" |
No edit summary |
||
| Line 1: | Line 1: | ||
return {["Class"] = "StaticItem", ["DescriptionParts"] = {{"burnable", "common", 40000}}, ["Image"] = "T_Coal", ["Label"] = {"Coal", "parts"}, ["Materials"] = {"/Game/Materials/Coal"}, ["Mesh"] = "/Game/Models/Piece", ["Name"] = "Coal", ["StackSize"] = 64, ["Tags"] = "FuelBurn", ["Tier"] = 0} | return {["Category"] = "Organic", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"burnable", "common", 40000}}, ["Image"] = "T_Coal", ["Label"] = {"Coal", "parts"}, ["Materials"] = {"/Game/Materials/Coal"}, ["Mesh"] = "/Game/Models/Piece", ["Name"] = "Coal", ["StackSize"] = 64, ["Tags"] = "FuelBurn", ["Tier"] = 0} | ||
Latest revision as of 15:42, 24 August 2026
Documentation for this module may be created at Module:Data/Coal/doc
return {["Category"] = "Organic", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"burnable", "common", 40000}}, ["Image"] = "T_Coal", ["Label"] = {"Coal", "parts"}, ["Materials"] = {"/Game/Materials/Coal"}, ["Mesh"] = "/Game/Models/Piece", ["Name"] = "Coal", ["StackSize"] = 64, ["Tags"] = "FuelBurn", ["Tier"] = 0}