Module:Data/Research/Lamp

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Research/Lamp/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Lamp",
	["label"] = "Lamp",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 20,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperLamp",
					["item"] = "CopperLamp",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 200,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelLamp",
					["item"] = "SteelLamp",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 2000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumLamp",
					["item"] = "AluminiumLamp",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 20000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelLamp",
					["item"] = "StainlessSteelLamp",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 200000,
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumLamp",
					["item"] = "TitaniumLamp",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "CompositePlate",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeLamp",
					["item"] = "CompositeLamp",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 8000000,
			["requires"] = {
				{
					["name"] = "FusionReaction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumLamp",
					["item"] = "NeutroniumLamp",
				},
			},
		},
	},
	["icon"] = "CopperLamp",
	["leads_to"] = {
		"Flashlight",
		"Sign",
	},
}