Module:Data/Research/PyrolysisUnit: 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"] = 200000, | ["science"] = 200000, | ||
["requires"] = { | ["requires"] = { | ||
"Mixer", | { | ||
"BasicFrame", | ["name"] = "Mixer", | ||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 2000000, | ["science"] = 2000000, | ||
["requires"] = { | ["requires"] = { | ||
"ReinforcedFrame", | { | ||
["name"] = "ReinforcedFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 20000000, | ["science"] = 20000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
["name"] = "CompositePlate", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 55: | Line 63: | ||
["science"] = 80000000, | ["science"] = 80000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
"ModularFrame", | ["name"] = "FusionReaction", | ||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/PyrolysisUnit/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "PyrolysisUnit",
["label"] = "Pyrolysis Unit",
["kind"] = "recipe",
["tier"] = 4,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 200000,
["requires"] = {
{
["name"] = "Mixer",
},
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelPyrolysisUnit",
["item"] = "StainlessSteelPyrolysisUnit",
},
},
},
{
["level"] = 1,
["science"] = 2000000,
["requires"] = {
{
["name"] = "ReinforcedFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumPyrolysisUnit",
["item"] = "TitaniumPyrolysisUnit",
},
},
},
{
["level"] = 2,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositePyrolysisUnit",
["item"] = "CompositePyrolysisUnit",
},
},
},
{
["level"] = 3,
["science"] = 80000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
{
["name"] = "ModularFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumPyrolysisUnit",
["item"] = "NeutroniumPyrolysisUnit",
},
},
},
},
["icon"] = "StainlessSteelPyrolysisUnit",
["leads_to"] = {
"CarbonFiber",
"DecorativePlastic",
"PreciseTemperaturePyrolysis",
"Sulfur",
},
}