Module:Data/Research/Chest: Difference between revisions

From Evospace
Jump to navigation Jump to search
Research data
 
Research data from Content/Generated/Researches
 
Line 12: Line 12:
["science"] = 60,
["science"] = 60,
["requires"] = {
["requires"] = {
"BasicPlatform",
{
["name"] = "BasicPlatform",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 81: Line 83:
["science"] = 60000000,
["science"] = 60000000,
["requires"] = {
["requires"] = {
"CompositePlate",
{
["name"] = "CompositePlate",
},
},
},
["unlocks"] = {
["unlocks"] = {
Line 95: Line 99:
["science"] = 240000000,
["science"] = 240000000,
["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/Chest/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Chest",
	["label"] = "Chest",
	["kind"] = "recipe",
	["tier"] = 0,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 60,
			["requires"] = {
				{
					["name"] = "BasicPlatform",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StoneChest",
					["item"] = "StoneChest",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 600,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperChest",
					["item"] = "CopperChest",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 6000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelChest",
					["item"] = "SteelChest",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 60000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumChest",
					["item"] = "AluminiumChest",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 600000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelChest",
					["item"] = "StainlessSteelChest",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 6000000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumChest",
					["item"] = "TitaniumChest",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 60000000,
			["requires"] = {
				{
					["name"] = "CompositePlate",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeChest",
					["item"] = "CompositeChest",
				},
			},
		},
		{
			["level"] = 7,
			["science"] = 240000000,
			["requires"] = {
				{
					["name"] = "FusionReaction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumChest",
					["item"] = "NeutroniumChest",
				},
			},
		},
	},
	["icon"] = "StoneChest",
	["leads_to"] = {
		"Container",
		"InventoryUpgrade",
		"SingleTypeStorage",
	},
}