Module:Data/Research/AdvancedAlloys: Difference between revisions

From Evospace
Jump to navigation Jump to search
Research data from Content/Generated/Researches
 
Research data from Content/Generated/Researches
 
Line 12: Line 12:
["science"] = 100000,
["science"] = 100000,
["requires"] = {
["requires"] = {
"Mixer",
{
"AluminiumProduction",
["name"] = "Mixer",
},
{
["name"] = "AluminiumProduction",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:52, 10 September 2026

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "AdvancedAlloys",
	["label"] = "Advanced Alloys",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 100000,
			["requires"] = {
				{
					["name"] = "Mixer",
				},
				{
					["name"] = "AluminiumProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Mixer",
					["recipe"] = "SSCraft",
					["item"] = "StainlessSteelDust",
				},
				{
					["machine"] = "Mixer",
					["recipe"] = "SSCraft2",
				},
			},
		},
	},
	["icon"] = "StainlessSteelDust",
	["leads_to"] = {
		"StainlessSteelProduction",
	},
}