Module:BuildingData
From Corsair Cove Official Wiki
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:
- Module:BuildingTable
- Module:BuildingInfoboxGenerator
- Template:Building
- Template:Building infobox
- Template:Building icon
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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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",
["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
}
}


