Module:Data/Research/CompositePlate: Difference between revisions
Jump to navigation
Jump to search
Research data from Content/Generated/Researches |
Research data from Content/Generated/Researches |
||
| Line 12: | Line 12: | ||
["science"] = 45000000, | ["science"] = 45000000, | ||
["requires"] = { | ["requires"] = { | ||
"TitaniumProduction", | { | ||
"CarbonFiberSheet", | ["name"] = "TitaniumProduction", | ||
"Polyethylene", | }, | ||
{ | |||
["name"] = "CarbonFiberSheet", | |||
}, | |||
{ | |||
["name"] = "Polyethylene", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/CompositePlate/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "CompositePlate",
["label"] = "Composite Plate",
["kind"] = "recipe",
["tier"] = 6,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 45000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
{
["name"] = "CarbonFiberSheet",
},
{
["name"] = "Polyethylene",
},
},
["unlocks"] = {
{
["machine"] = "Assembler",
["recipe"] = "CompositePlate",
["item"] = "CompositePlate",
},
{
["machine"] = "Hand",
["recipe"] = "CompositeParts",
["item"] = "CompositeParts",
},
{
["machine"] = "Hand",
["recipe"] = "CompositePipe",
["item"] = "CompositePipe",
},
{
["machine"] = "Constructor",
["recipe"] = "CompositePipe",
},
},
},
},
["icon"] = "CompositePlate",
["leads_to"] = {
"AdvancedSmelting",
"AtmosphericCondenser",
"Automatization",
"BasicMachines",
"BatteryBox",
"Boiler",
"Chest",
"CombustionEngine",
"CompositePlate2",
"Container",
"DeepStorage",
"Destroyer",
"Diode",
"DistributedComputing",
"ElectricEngine",
"ElectricFurnace",
"Electrolyzer",
"Fermentation",
"FissionReactor",
"Furnace",
"FusionReactor",
"Generator",
"HugeMonitor",
"IndustrialBoiler",
"IndustrialGenerator",
"IndustrialSmelting",
"IndustrialSteamTurbine",
"KineticHeater",
"Lamp",
"Mixer",
"OreWasher",
"Oven",
"PowerGeneration",
"Pumpjack",
"PyrolysisUnit",
"Riteg",
"Separator",
"Sign",
"SingleTypeStorage",
"SmallSolarPanel",
"SteamEngine",
"SteamTurbine",
"SteelProduction",
"WindTurbine",
},
}