Module:Data/Research/NightVision

From Evospace
Revision as of 12:53, 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/NightVision/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "NightVision",
	["label"] = "Night Vision",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 20000,
			["requires"] = {
				{
					["name"] = "Flashlight",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NightVision",
					["item"] = "NightVision",
				},
			},
		},
	},
	["icon"] = "NightVision",
	["leads_to"] = {
		"AdvancedNightVision",
	},
}