Module:Data/Research/Boat

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Boat",
	["label"] = "Boat",
	["kind"] = "recipe",
	["tier"] = 2,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 3000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 1,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "Boat",
					["item"] = "Boat",
				},
			},
		},
	},
	["icon"] = "Boat",
}