Module:Data/Research/BatteryBox
Documentation for this module may be created at Module:Data/Research/BatteryBox/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "BatteryBox",
["label"] = "Battery Box",
["kind"] = "recipe",
["tier"] = 3,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 100000,
["requires"] = {
{
["name"] = "AluminiumProduction",
},
{
["name"] = "Battery",
},
{
["name"] = "AdvancedCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumBatteryBox",
["item"] = "AluminiumBatteryBox",
},
},
},
{
["level"] = 1,
["science"] = 200000,
["requires"] = {
{
["name"] = "Processor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelBatteryBox",
["item"] = "StainlessSteelBatteryBox",
},
},
},
{
["level"] = 2,
["science"] = 2000000,
["requires"] = {
{
["name"] = "QuantumCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumBatteryBox",
["item"] = "TitaniumBatteryBox",
},
},
},
{
["level"] = 3,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "QuantumProcessor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeBatteryBox",
["item"] = "CompositeBatteryBox",
},
},
},
{
["level"] = 4,
["science"] = 80000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
{
["name"] = "QuantumBrain",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumBatteryBox",
["item"] = "NeutroniumBatteryBox",
},
},
},
},
["icon"] = "AluminiumBatteryBox",
}