Module:Data/Research/Destroyer

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/Destroyer/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Destroyer",
	["label"] = "Recycler",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200,
			["requires"] = {
				"Furnace",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CopperDestroyer",
					["item"] = "CopperDestroyer",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 2000,
			["requires"] = {
				"SteelProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelDestroyer",
					["item"] = "SteelDestroyer",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 20000,
			["requires"] = {
				"AluminiumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumDestroyer",
					["item"] = "AluminiumDestroyer",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 200000,
			["requires"] = {
				"StainlessSteelProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelDestroyer",
					["item"] = "StainlessSteelDestroyer",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 2000000,
			["requires"] = {
				"TitaniumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumDestroyer",
					["item"] = "TitaniumDestroyer",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 20000000,
			["requires"] = {
				"CompositePlate",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeDestroyer",
					["item"] = "CompositeDestroyer",
				},
			},
		},
		{
			["level"] = 6,
			["science"] = 80000000,
			["requires"] = {
				"NeutroniumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumDestroyer",
					["item"] = "NeutroniumDestroyer",
				},
			},
		},
	},
	["icon"] = "CopperDestroyer",
}