Module:Data/Research/DeepStorage

From Evospace
Revision as of 12:47, 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/DeepStorage/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "DeepStorage",
	["label"] = "Deep Storage",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 1000000,
			["requires"] = {
				"StorageCore",
				"BasicFrame",
				"Processor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelDeepStorage",
					["item"] = "StainlessSteelDeepStorage",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 10000000,
			["requires"] = {
				"ReinforcedFrame",
				"QuantumCircuit",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumDeepStorage",
					["item"] = "TitaniumDeepStorage",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 100000000,
			["requires"] = {
				"CompositePlate",
				"QuantumProcessor",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeDeepStorage",
					["item"] = "CompositeDeepStorage",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 400000000,
			["requires"] = {
				"FusionReaction",
				"ModularFrame",
				"QuantumBrain",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumDeepStorage",
					["item"] = "NeutroniumDeepStorage",
				},
			},
		},
	},
	["icon"] = "StainlessSteelDeepStorage",
}