Module:Data/ProducerGas: Difference between revisions

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

Latest revision as of 15:42, 24 August 2026

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

return {["Category"] = "Fluid", ["Class"] = "StaticItem", ["DescriptionParts"] = {{"Gas", "common"}, {"ByPipes", "common"}, {"burnable", "common", 200000}}, ["Image"] = "T_ProducerGas", ["Label"] = {"ProducerGas", "parts"}, ["Name"] = "ProducerGas", ["StackSize"] = 1000, ["Tags"] = "FuelBurn", ["Tier"] = 3, ["Type"] = "Fluid", ["UnitMul"] = 0.001}