Module:BuildingData

From Corsair Cove Official Wiki
Revision as of 08:32, 30 July 2026 by Dorce (talk | contribs)

This module provides data for all buildings in the game to be used by other modules.

It provides information in a nested data structure in the lua format. You can change building data and add new buildings by copy-pasting existing buildings and modifying the data appropiately. Please note that any text should be enclosed inside "" and any numeric values should not be enclosed in "" (to match the native lua format for strings and integers).

This Module is used in:


return {
	["Woodcutter"] = {
		["name"] = "Woodcutter",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["hardwood"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Sawmill"] = {
		["name"] = "Sawmill",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 10
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 4
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["planks"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Quarry"] = {
		["name"] = "Quarry",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["stone"] = 6
		},
		["production_output_qty"] = 6,
		["production_base_per_min"] = 6,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Stonecutter"] = {
		["name"] = "Stonecutter",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 12
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Stone",
				["qty"] = 2
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["stone blocks"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Charburner"] = {
		["name"] = "Charburner",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 6
			},
					{
				["resource"] = "Stone",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["charcoal"] = 16
		},
		["production_output_qty"] = 16,
		["production_base_per_min"] = 16,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Guano gatherer"] = {
		["name"] = "Guano gatherer",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["guano"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Powdermill"] = {
		["name"] = "Powdermill",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Guano",
				["qty"] = 6
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["black powder"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Leafcutter"] = {
		["name"] = "Leafcutter",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["fiber"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Rope maker"] = {
		["name"] = "Rope maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Fiber",
				["qty"] = 4
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["rope"] = 6
		},
		["production_output_qty"] = 6,
		["production_base_per_min"] = 6,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Hardwood workshop"] = {
		["name"] = "Hardwood workshop",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 1,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 15
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 2
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["wooden awl"] = 6
		},
		["production_output_qty"] = 6,
		["production_base_per_min"] = 6,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Weaver"] = {
		["name"] = "Weaver",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 5,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 3,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 3,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 15
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Wooden awl",
				["qty"] = 6
			},
					{
				["resource"] = "Fiber",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["fabric"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Sail maker"] = {
		["name"] = "Sail maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 5,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 5,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Fabric",
				["qty"] = 8
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["sails"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Campfire"] = {
		["name"] = "Campfire",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 10
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["stew"] = 16
		},
		["production_output_qty"] = 16,
		["production_base_per_min"] = 16,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Pig herder"] = {
		["name"] = "Pig herder",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["pig"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Buccaneer grill"] = {
		["name"] = "Buccaneer grill",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Pig",
				["qty"] = 2
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["stew"] = 35
		},
		["production_output_qty"] = 35,
		["production_base_per_min"] = 35,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Fishing hut"] = {
		["name"] = "Fishing hut",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["fish"] = 16
		},
		["production_output_qty"] = 16,
		["production_base_per_min"] = 16,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cistern"] = {
		["name"] = "Cistern",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 3,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 3,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["fresh water"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Stew kitchen"] = {
		["name"] = "Stew kitchen",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Fish",
				["qty"] = 8
			},
					{
				["resource"] = "Fresh water",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["stew"] = 55
		},
		["production_output_qty"] = 55,
		["production_base_per_min"] = 55,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Casssava picker"] = {
		["name"] = "Casssava picker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["cassava roots"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Saltern"] = {
		["name"] = "Saltern",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["salt"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cassava oven"] = {
		["name"] = "Cassava oven",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 1,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Cassava roots",
				["qty"] = 4
			},
					{
				["resource"] = "Salt",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["cassava bread"] = 20
		},
		["production_output_qty"] = 20,
		["production_base_per_min"] = 20,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Moonshine still"] = {
		["name"] = "Moonshine still",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 5
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["booze"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Sugar cane farm"] = {
		["name"] = "Sugar cane farm",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 1,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 1,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["sugar cane"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cooper"] = {
		["name"] = "Cooper",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 4
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["barrel"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Distillery"] = {
		["name"] = "Distillery",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Barrel",
				["qty"] = 4
			},
					{
				["resource"] = "Sugar cane",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["rum"] = 20
		},
		["production_output_qty"] = 20,
		["production_base_per_min"] = 20,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Lime kiln"] = {
		["name"] = "Lime kiln",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["lime"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Shell fisher"] = {
		["name"] = "Shell fisher",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 40
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["seashells"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tabby cradle"] = {
		["name"] = "Tabby cradle",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Lime",
				["qty"] = 4
			},
					{
				["resource"] = "Seashells",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["tabbby"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Turtle catcher"] = {
		["name"] = "Turtle catcher",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "Tabby",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["turtles"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Soup maker"] = {
		["name"] = "Soup maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 10
			},
					{
				["resource"] = "Tabby",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Turtles",
				["qty"] = 4
			},
					{
				["resource"] = "Fresh water",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["turtle soup"] = 15
		},
		["production_output_qty"] = 15,
		["production_base_per_min"] = 15,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Herbalist"] = {
		["name"] = "Herbalist",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["herbs"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Apothecary"] = {
		["name"] = "Apothecary",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 35
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Herbs",
				["qty"] = 8
			},
					{
				["resource"] = "Fresh water",
				["qty"] = 6
			}
		},
		["production_output"] = 	{
			["medicine"] = 15
		},
		["production_output_qty"] = 15,
		["production_base_per_min"] = 15,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tanner"] = {
		["name"] = "Tanner",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 1,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Pig",
				["qty"] = 2
			},
					{
				["resource"] = "Salt",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["leather"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cobbler"] = {
		["name"] = "Cobbler",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Leather",
				["qty"] = 6
			},
					{
				["resource"] = "Wooden awl",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["boots"] = 20
		},
		["production_output_qty"] = 20,
		["production_base_per_min"] = 20,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Slop shop"] = {
		["name"] = "Slop shop",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Fabric",
				["qty"] = 2
			},
					{
				["resource"] = "Leather",
				["qty"] = 12
			}
		},
		["production_output"] = 	{
			["slops"] = 15
		},
		["production_output_qty"] = 15,
		["production_base_per_min"] = 15,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cochineal harvester"] = {
		["name"] = "Cochineal harvester",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 2,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["cochineal"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Pigment maker"] = {
		["name"] = "Pigment maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Cochineal",
				["qty"] = 4
			},
					{
				["resource"] = "Lime",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["pigment"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Ink maker"] = {
		["name"] = "Ink maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Pigment",
				["qty"] = 2
			},
					{
				["resource"] = "Fresh water",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["tattoo ink"] = 15
		},
		["production_output_qty"] = 15,
		["production_base_per_min"] = 15,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Master carver"] = {
		["name"] = "Master carver",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 15
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 8
			},
					{
				["resource"] = "Pigment",
				["qty"] = 8
			}
		},
		["production_output"] = 	{
			["figurehead"] = 2
		},
		["production_output_qty"] = 2,
		["production_base_per_min"] = 2,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Bird catcher"] = {
		["name"] = "Bird catcher",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 3,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 3,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 10
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["birds"] = 6
		},
		["production_output_qty"] = 6,
		["production_base_per_min"] = 6,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Rotisserie"] = {
		["name"] = "Rotisserie",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 1,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Birds",
				["qty"] = 2
			},
					{
				["resource"] = "Herbs",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["roast bird"] = 30
		},
		["production_output_qty"] = 30,
		["production_base_per_min"] = 30,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Lead mine"] = {
		["name"] = "Lead mine",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 40
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["lead ore"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Lead smelter"] = {
		["name"] = "Lead smelter",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 45
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Lead ore",
				["qty"] = 4
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["lead"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Lead workshop"] = {
		["name"] = "Lead workshop",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 45
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Lead",
				["qty"] = 4
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["cannonball"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tar kiln"] = {
		["name"] = "Tar kiln",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 2
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["tar"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tar boiler"] = {
		["name"] = "Tar boiler",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Tar",
				["qty"] = 4
			},
					{
				["resource"] = "Barrel",
				["qty"] = 8
			}
		},
		["production_output"] = 	{
			["pitch"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Copper mine"] = {
		["name"] = "Copper mine",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 0
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["copper ore"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Bloomery"] = {
		["name"] = "Bloomery",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 2,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 0
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Copper ore",
				["qty"] = 4
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 8
			}
		},
		["production_output"] = 	{
			["copper"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Hammermill"] = {
		["name"] = "Hammermill",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 1,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 15
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Copper",
				["qty"] = 6
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["fittings"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Iron mine"] = {
		["name"] = "Iron mine",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["iron ore"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Iron caster"] = {
		["name"] = "Iron caster",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 4,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 40
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Iron ore",
				["qty"] = 4
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["cast iron"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tool maker"] = {
		["name"] = "Tool maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 4,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 4,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Cast iron",
				["qty"] = 4
			},
					{
				["resource"] = "Stone",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["tools"] = 8
		},
		["production_output_qty"] = 8,
		["production_base_per_min"] = 8,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Steel foundry"] = {
		["name"] = "Steel foundry",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 8,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 6,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 6,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 6,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 40
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Iron ore",
				["qty"] = 8
			},
					{
				["resource"] = "Charcoal",
				["qty"] = 12
			}
		},
		["production_output"] = 	{
			["steel"] = 6
		},
		["production_output_qty"] = 6,
		["production_base_per_min"] = 6,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Eyepatch maker"] = {
		["name"] = "Eyepatch maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 1,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 1,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Leather",
				["qty"] = 2
			},
					{
				["resource"] = "Fiber",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["eyepatch"] = 15
		},
		["production_output_qty"] = 15,
		["production_base_per_min"] = 15,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Limb maker"] = {
		["name"] = "Limb maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Hardwood",
				["qty"] = 4
			},
					{
				["resource"] = "Steel",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["prosthesis"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tack oven"] = {
		["name"] = "Tack oven",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 35
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Grain",
				["qty"] = 12
			},
					{
				["resource"] = "Fresh water",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["hardtack"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Provisioner"] = {
		["name"] = "Provisioner",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 1,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 1,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Coins",
				["qty"] = 500
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Cassava bread",
				["qty"] = 4
			},
					{
				["resource"] = "Herbs",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["hardtack"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Weaponsmith"] = {
		["name"] = "Weaponsmith",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 20
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 50
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Steel",
				["qty"] = 4
			},
					{
				["resource"] = "Stone",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["sabres"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Pearl diver"] = {
		["name"] = "Pearl diver",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 5,
		["hands_fetchers"] = 0,
		["hands_greenhands"] = 5,
		["hands_masterhands"] = 0,
		["hands_upkeep_1"] = "Stew",
		["hands_upkeep_1_qty"] = 5,
		["hands_upkeep_2"] = "",
		["hands_upkeep_2_qty"] = 0,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "Tabby",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["production_output"] = 	{
			["pearl"] = 12
		},
		["production_output_qty"] = 12,
		["production_base_per_min"] = 12,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Jeweller"] = {
		["name"] = "Jeweller",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 1,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 1,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 40
			},
					{
				["resource"] = "Tabby",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Pearl",
				["qty"] = 4
			},
					{
				["resource"] = "Tools",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["jewellery"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Chain smith"] = {
		["name"] = "Chain smith",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Steel",
				["qty"] = 4
			},
					{
				["resource"] = "Tools",
				["qty"] = 8
			}
		},
		["production_output"] = 	{
			["steel chains"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Lamp maker"] = {
		["name"] = "Lamp maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 3,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 1,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 1,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 1,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "Tabby",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Copper",
				["qty"] = 8
			},
					{
				["resource"] = "Blubber",
				["qty"] = 10
			}
		},
		["production_output"] = 	{
			["copper lamp"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Copper smith"] = {
		["name"] = "Copper smith",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 35
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "Coins",
				["qty"] = 500
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Copper",
				["qty"] = 8
			},
					{
				["resource"] = "Hardwood",
				["qty"] = 8
			}
		},
		["production_output"] = 	{
			["copper lamp"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Spyglass maker"] = {
		["name"] = "Spyglass maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Lens",
				["qty"] = 8
			},
					{
				["resource"] = "Leather",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["spyglass"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Tinkerer"] = {
		["name"] = "Tinkerer",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 20
			},
					{
				["resource"] = "Coins",
				["qty"] = 500
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Tools",
				["qty"] = 2
			},
					{
				["resource"] = "Lime",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["spyglass"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Cannon foundry"] = {
		["name"] = "Cannon foundry",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 4,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 4,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 25
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 50
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Cast iron",
				["qty"] = 8
			},
					{
				["resource"] = "Cannonball",
				["qty"] = 2
			}
		},
		["production_output"] = 	{
			["naval gun"] = 4
		},
		["production_output_qty"] = 4,
		["production_base_per_min"] = 4,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Flag maker"] = {
		["name"] = "Flag maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Fabric",
				["qty"] = 6
			},
					{
				["resource"] = "Pigment",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["jolly roger"] = 10
		},
		["production_output_qty"] = 10,
		["production_base_per_min"] = 10,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Shot tower"] = {
		["name"] = "Shot tower",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 6,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 4,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 4,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 4,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 40
			},
					{
				["resource"] = "Tabby",
				["qty"] = 20
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Lead",
				["qty"] = 2
			},
					{
				["resource"] = "Copper",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["shot"] = 20
		},
		["production_output_qty"] = 20,
		["production_base_per_min"] = 20,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Pistol maker"] = {
		["name"] = "Pistol maker",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 25
			},
					{
				["resource"] = "Tabby",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Steel",
				["qty"] = 2
			},
					{
				["resource"] = "Shot",
				["qty"] = 10
			}
		},
		["production_output"] = 	{
			["pistols"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Master tailor"] = {
		["name"] = "Master tailor",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Tabby",
				["qty"] = 30
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Pearl",
				["qty"] = 2
			},
					{
				["resource"] = "Fabric",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["fancy clothing"] = 5
		},
		["production_output_qty"] = 5,
		["production_base_per_min"] = 5,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Silver smith"] = {
		["name"] = "Silver smith",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "Tabby",
				["qty"] = 25
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Silver",
				["qty"] = 14
			},
					{
				["resource"] = "Tools",
				["qty"] = 4
			}
		},
		["production_output"] = 	{
			["silver lining"] = 2
		},
		["production_output_qty"] = 2,
		["production_base_per_min"] = 2,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	},
	["Master shipwright"] = {
		["name"] = "Master shipwright",
		["building_icon_filename"] = "",
		["category"] = "",
		["theme"] = "",
		["description"] = "",
		["unlocked_by_1"] = "",
		["unlocked_by_2"] = "",
		["unlocked_by_3"] = "",
		["housing"] = 0,
		["hands_builders"] = 4,
		["hands_fetchers"] = 2,
		["hands_greenhands"] = 0,
		["hands_masterhands"] = 2,
		["hands_upkeep_1"] = "Booze",
		["hands_upkeep_1_qty"] = 2,
		["hands_upkeep_2"] = "Roast Bird",
		["hands_upkeep_2_qty"] = 2,
		["hands_upkeep_3"] = "",
		["hands_upkeep_3_qty"] = 0,
		["construction"] = 	{
					{
				["resource"] = "Planks",
				["qty"] = 30
			},
					{
				["resource"] = "Stone blocks",
				["qty"] = 30
			},
					{
				["resource"] = "Coins",
				["qty"] = 500
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			},
					{
				["resource"] = "",
				["qty"] = 0
			}
		},
		["construction_requires_fertile_area"] = false,
		["production_input"] = 	{
					{
				["resource"] = "Steel",
				["qty"] = 2
			},
					{
				["resource"] = "Hardwood",
				["qty"] = 6
			}
		},
		["production_output"] = 	{
			["silver lining"] = 2
		},
		["production_output_qty"] = 2,
		["production_base_per_min"] = 2,
		["production_booster_1"] = "",
		["production_booster_2"] = "",
		["production_output_storage"] = 0,
		["community_upkeep_1"] = "",
		["community_upkeep_1_qty"] = 0,
		["community_upkeep_2"] = "",
		["community_upkeep_2_qty"] = 0,
		["community_upkeep_3"] = "",
		["community_upkeep_3_qty"] = 0,
		["community_upkeep_4"] = "",
		["community_upkeep_4_qty"] = 0
	}
}