Module:Data/Research/Chest
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",
},
}