Module:Data/CarbonMonoxide: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Category"] = "Fluid", ["Class"] = "StaticItem", ["Color"] = {0.5, 0.5, 0.5}, ["DescriptionParts"] = {{"Gas", "common"}, {"ByPipes", "common"}, {"burnable", "common", 10000}}, ["Image"] = "T_CarbonMonoxide", ["Label"] = {"CarbonMonoxide", "parts"}, ["Name"] = "CarbonMonoxide", ["StackSize"] = 1000, ["Tags"] = "FuelBurn", ["Type"] = "Fluid", ["UnitMul"] = 0.001}"
 
No edit summary
 
Line 1: Line 1:
return {["Category"] = "Fluid", ["Class"] = "StaticItem", ["Color"] = {0.5, 0.5, 0.5}, ["DescriptionParts"] = {{"Gas", "common"}, {"ByPipes", "common"}, {"burnable", "common", 10000}}, ["Image"] = "T_CarbonMonoxide", ["Label"] = {"CarbonMonoxide", "parts"}, ["Name"] = "CarbonMonoxide", ["StackSize"] = 1000, ["Tags"] = "FuelBurn", ["Type"] = "Fluid", ["UnitMul"] = 0.001}
return {["Category"] = "Fluid", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Gas", "common"}, {"ByPipes", "common"}, {"burnable", "common", 100000}}, ["Image"] = "T_CarbonMonoxide", ["Label"] = {"CarbonMonoxide", "parts"}, ["Name"] = "CarbonMonoxide", ["StackSize"] = 1000, ["Tags"] = "FuelBurn", ["Type"] = "Fluid", ["UnitMul"] = 0.001}

Latest revision as of 15:42, 24 August 2026

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

return {["Category"] = "Fluid", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Gas", "common"}, {"ByPipes", "common"}, {"burnable", "common", 100000}}, ["Image"] = "T_CarbonMonoxide", ["Label"] = {"CarbonMonoxide", "parts"}, ["Name"] = "CarbonMonoxide", ["StackSize"] = 1000, ["Tags"] = "FuelBurn", ["Type"] = "Fluid", ["UnitMul"] = 0.001}