Module:Data/Research/Container

From Evospace
Revision as of 12:45, 10 September 2026 by Evospace (talk | contribs) (Research data)
(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/Container/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Container",
	["label"] = "Container",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 600,
			["requires"] = {
				"Chest",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperContainer",
					["item"] = "CopperContainer",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 6000,
			["requires"] = {
				"Chest",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelContainer",
					["item"] = "SteelContainer",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 60000,
			["requires"] = {
				"Chest",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumContainer",
					["item"] = "AluminiumContainer",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 600000,
			["requires"] = {
				"Chest",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelContainer",
					["item"] = "StainlessSteelContainer",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 6000000,
			["requires"] = {
				"Chest",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumContainer",
					["item"] = "TitaniumContainer",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 60000000,
			["requires"] = {
				"Chest",
				"CompositePlate",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeContainer",
					["item"] = "CompositeContainer",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 240000000,
			["requires"] = {
				"Chest",
				"FusionReaction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumContainer",
					["item"] = "NeutroniumContainer",
				},
			},
		},
	},
	["icon"] = "CopperContainer",
}