Module:Data/Research/Constructor: 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"] = 100, | ["science"] = 100, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
["name"] = "Automatization", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 26: | Line 28: | ||
["science"] = 1000, | ["science"] = 1000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"Circuit", | ["name"] = "Automatization", | ||
["level"] = 1, | |||
}, | |||
{ | |||
["name"] = "Circuit", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 48: | ||
["science"] = 10000, | ["science"] = 10000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"BasicFrame", | ["name"] = "Automatization", | ||
"AdvancedCircuit", | ["level"] = 2, | ||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
{ | |||
["name"] = "AdvancedCircuit", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 57: | Line 71: | ||
["science"] = 100000, | ["science"] = 100000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"ReinforcedFrame", | ["name"] = "Automatization", | ||
"Processor", | ["level"] = 3, | ||
}, | |||
{ | |||
["name"] = "ReinforcedFrame", | |||
}, | |||
{ | |||
["name"] = "Processor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 73: | Line 94: | ||
["science"] = 1000000, | ["science"] = 1000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"QuantumCircuit", | ["name"] = "Automatization", | ||
["level"] = 4, | |||
}, | |||
{ | |||
["name"] = "QuantumCircuit", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 88: | Line 114: | ||
["science"] = 10000000, | ["science"] = 10000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"ModularFrame", | ["name"] = "Automatization", | ||
"QuantumProcessor", | ["level"] = 5, | ||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
{ | |||
["name"] = "QuantumProcessor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 104: | Line 137: | ||
["science"] = 40000000, | ["science"] = 40000000, | ||
["requires"] = { | ["requires"] = { | ||
"Automatization", | { | ||
"QuantumBrain", | ["name"] = "Automatization", | ||
["level"] = 6, | |||
}, | |||
{ | |||
["name"] = "QuantumBrain", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/Constructor/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Constructor",
["label"] = "Constructor",
["kind"] = "recipe",
["tier"] = 1,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 100,
["requires"] = {
{
["name"] = "Automatization",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperConstructor",
["item"] = "CopperConstructor",
},
},
},
{
["level"] = 1,
["science"] = 1000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 1,
},
{
["name"] = "Circuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelConstructor",
["item"] = "SteelConstructor",
},
},
},
{
["level"] = 2,
["science"] = 10000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 2,
},
{
["name"] = "BasicFrame",
},
{
["name"] = "AdvancedCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumConstructor",
["item"] = "AluminiumConstructor",
},
},
},
{
["level"] = 3,
["science"] = 100000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 3,
},
{
["name"] = "ReinforcedFrame",
},
{
["name"] = "Processor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelConstructor",
["item"] = "StainlessSteelConstructor",
},
},
},
{
["level"] = 4,
["science"] = 1000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 4,
},
{
["name"] = "QuantumCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumConstructor",
["item"] = "TitaniumConstructor",
},
},
},
{
["level"] = 5,
["science"] = 10000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 5,
},
{
["name"] = "ModularFrame",
},
{
["name"] = "QuantumProcessor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeConstructor",
["item"] = "CompositeConstructor",
},
},
},
{
["level"] = 6,
["science"] = 40000000,
["requires"] = {
{
["name"] = "Automatization",
["level"] = 6,
},
{
["name"] = "QuantumBrain",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumConstructor",
["item"] = "NeutroniumConstructor",
},
},
},
},
["icon"] = "CopperConstructor",
}