Module:Data/Research/ElectricEngine: 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"] = 4000, | ["science"] = 4000, | ||
["requires"] = { | ["requires"] = { | ||
"SteelProduction", | { | ||
"CopperWire", | ["name"] = "SteelProduction", | ||
}, | |||
{ | |||
["name"] = "CopperWire", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 40000, | ["science"] = 40000, | ||
["requires"] = { | ["requires"] = { | ||
"BasicFrame", | { | ||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 400000, | ["science"] = 400000, | ||
["requires"] = { | ["requires"] = { | ||
"ReinforcedFrame", | { | ||
"BasicCoil", | ["name"] = "ReinforcedFrame", | ||
}, | |||
{ | |||
["name"] = "BasicCoil", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 56: | Line 66: | ||
["science"] = 4000000, | ["science"] = 4000000, | ||
["requires"] = { | ["requires"] = { | ||
"AdvancedCoil", | { | ||
["name"] = "AdvancedCoil", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 70: | Line 82: | ||
["science"] = 40000000, | ["science"] = 40000000, | ||
["requires"] = { | ["requires"] = { | ||
"ModularFrame", | { | ||
"CompositePlate", | ["name"] = "ModularFrame", | ||
"PowerCoil", | }, | ||
{ | |||
["name"] = "CompositePlate", | |||
}, | |||
{ | |||
["name"] = "PowerCoil", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 86: | Line 104: | ||
["science"] = 160000000, | ["science"] = 160000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
["name"] = "FusionReaction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/ElectricEngine/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "ElectricEngine",
["label"] = "Electric Engine",
["kind"] = "recipe",
["tier"] = 2,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 4000,
["requires"] = {
{
["name"] = "SteelProduction",
},
{
["name"] = "CopperWire",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelElectricEngine",
["item"] = "SteelElectricEngine",
},
},
},
{
["level"] = 1,
["science"] = 40000,
["requires"] = {
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumElectricEngine",
["item"] = "AluminiumElectricEngine",
},
},
},
{
["level"] = 2,
["science"] = 400000,
["requires"] = {
{
["name"] = "ReinforcedFrame",
},
{
["name"] = "BasicCoil",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelElectricEngine",
["item"] = "StainlessSteelElectricEngine",
},
},
},
{
["level"] = 3,
["science"] = 4000000,
["requires"] = {
{
["name"] = "AdvancedCoil",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumElectricEngine",
["item"] = "TitaniumElectricEngine",
},
},
},
{
["level"] = 4,
["science"] = 40000000,
["requires"] = {
{
["name"] = "ModularFrame",
},
{
["name"] = "CompositePlate",
},
{
["name"] = "PowerCoil",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeElectricEngine",
["item"] = "CompositeElectricEngine",
},
},
},
{
["level"] = 5,
["science"] = 160000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumElectricEngine",
["item"] = "NeutroniumElectricEngine",
},
},
},
},
["icon"] = "SteelElectricEngine",
["leads_to"] = {
"AdvancedJetpack",
"Boat",
"ChemicalBath",
"Fermentation",
"Generator",
"IndustrialChemReactor",
"Jetpack",
"Loader",
"OffroadVehicle",
"Separator",
"Sifter",
"WindTurbine",
},
}