Module:Data/Research/BatteryBox

From Evospace
Revision as of 12:52, 10 September 2026 by Evospace (talk | contribs) (Research data from Content/Generated/Researches)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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",
}