Module:BuildingIndex

From Foundation - Wiki
Revision as of 10:56, 19 April 2025 by Olessan (talk | contribs) (Further adjustments)
Jump to navigation Jump to search

Documentation for this module may be created at Module:BuildingIndex/doc

return {
['apiary'] = {
 type = 'Monastery',
 employees = {
   workers = '2 Bee Keepers',
   ['best-Suited Class'] = '[[Brother/sister]]'
 },
 output = {
   'honey',
   'wax'
  },
 construction = {
   ['polished stone'] = '10',
   ['planks'] = '20',
   ['tools'] = '2'
 },
 costs = {
   maintenance = '12'
 },
 influence = {
   ['clergy splendour'] = '25',
   tier = 'tier 2',
   ['clergy influence'] = '5',
   prosperity = '10',
   ['perEach splendour'] = '1'
 }
},
['armoury'] = {
 type = 'Castle',
 employees = {
   workers = '4 Transporters',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '400',
 construction = {
   ['stone'] = '10',
   ['polished stone'] = '15',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '2'
 },
 influence = {
  tier = 'tier 1',
  ['gold coins'] = '25',
  prosperity = '0'
 }
},
['bakery'] = {
 type = 'Food',
 employees = {
   workers = '4 Bakers',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'flour',
   'water'
  },
 output = {
   'bread'
  },
 construction = {
   ['planks'] = '20',
   ['stone'] = '20',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '7'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['blacksmith'] = {
 type = 'Resource',
 employees = {
   workers = '2 Blacksmiths',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'coal',
   'iron'
  },
 output = {
   'tools'
  },
 construction = {
   ['planks'] = '20',
   ['polished stone'] ='50',
   ['stone'] = '10',
   ['tools'] = '6',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '6'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['blue market tent'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
   ['gold coins'] = '25'
   },
 costs = {
   maintenance = '1'
 },
 influence = {
   prosperity = '0',
   ['perEach splendour'] = '1'
 }
},
['bountiful haystack'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   prosperity = '50',
   ['perEach splendour'] = '3'
 }
},
['bowyer\'s hut'] = {
 type = 'Resource',
 employees = {
   workers = '2 Weaponsmiths',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'wood',
   'cloth',
   'tools',
   'coal',
   'steel'
  },
  output = {
   'shortbow',
   'recurve bow'
  },
 construction = {
   ['planks'] = '10',
   ['cloth'] = '5',
   ['polished stone'] ='5',
   ['tools'] = '8',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '5'
 },
 influence = {
  ['kingdom splendour'] = '25',
  prosperity = '10'
 }
},
['brewery'] = {
 type = 'Food',
 employees = {
   workers = '1 Brewer',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'wheat',
   'hops',
   'water'
  },
 output = {
   'beer'
  },
 construction = {
   ['planks'] = '20',
   ['polished stone'] ='20',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '200',
   maintenance = '14'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['builder\'s workshop'] = {
 type = 'Logistics',
 employees = {
   workers = '3 Builders',
   ['best-Suited Class'] = '[[Serf]]'
 },
 construction = {
   ['wood'] = '5'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['butchery'] = {
 type = 'Food',
 employees = {
   workers = '2 Butchers',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'boar'
  },
 output = {
   'meat'
  },
 construction = {
   ['wood'] = '10',
   ['planks'] = '10',
   ['tools'] = '3',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '1'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['candle workshop'] = {
 type = 'Goods',
 employees = {
   workers = '2 Candlemakers',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'wax',
   'iron',
   'tools',
  },
 output = {
   'candle'
  },
 construction = {
   ['planks'] = '50',
   ['polished stone'] ='30',
   ['tools'] = '13',
 },
 costs = {
   ['gold coins'] = '300',
   maintenance = '36'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['carving table'] = {
 type = 'Sub-building',
 perbuilding = '2',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['carving tent'] = {
 type = 'Sub-building',
 perbuilding = '1',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['castle'] = {
 employees = {
    type = 'Monument',
   ['best-Suited Class'] = 'varies'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  tier = 'tier 1',
  ['gold coins'] = '25',
  prosperity = '0'
 }
},
['charcoal hut'] = {
 type = 'Resource',
 employees = {
   workers = '3 Charcoal Burners',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'coal'
  },
 perbuilding = '3',
 construction = {
   ['wood'] = '20',
   ['planks'] = '5',
   ['tools'] = '2',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '3'
 },
 influence = {
 kingdom= '2',
  prosperity = '50'
 }
},
['cheesemaker'] = {
 type = 'Food',
 employees = {
   workers = '5 Cheesemakers',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'milk'
  },
 output = {
   'cheese'
  },
 construction = {
   ['planks'] = '15',
   ['polished stone'] ='10',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '75',
   maintenance = '14'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['church'] = {
type = 'Service',
 employees = {
   workers = '1 Village Priest',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['city belfry'] = {
 type = 'City Market',
 construction = {
   ['planks'] = '45',
   ['stone'] = '30',
   ['polished stone'] ='60',
   ['tools'] = '30',
   ['iron'] = '15'
 },
 costs = {
   maintenance = '4'
 },
 influence = {
   ['labour splendour'] = '300',
   tier = 'tier 5',
   ['labour influence'] = '50',
   prosperity = '200',
   ['perEach splendour'] = '5'
 }
},
['city market'] = {
 type = 'Monument',
 employees = {
   workers = 'Varies',
   ['best-suited class'] = 'varies'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  ['labour splendour'] = '150',
  prosperity = '100'
 }
},
['city stone bridge'] = {
 type = 'Bridge',
  construction = {
   ['planks'] = '10',
   ['stone'] = '80',
   ['polished stone'] ='20',
   ['tools'] = '6',
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['common wares workshop'] = {
 type = 'Goods',
 employees = {
   workers = '2 Common Wares Makers',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'planks',
   'iron'
  },
 output = {
   'common wares'
  },
 construction = {
   ['planks'] = '45',
   ['polished stone'] ='25',
   ['tools'] = '13',
 },
 costs = {
   ['gold coins'] = '200',
   maintenance = '18'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['cooperage'] = {
 type = 'Resource',
 employees = {
   workers = '3 Coopers',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'planks',
   'iron',
   'tools'
  },
 output = {
   'barrel'
  },
 construction = {
   ['planks'] = '30',
   ['polished stone'] ='10',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '300',
   maintenance = '36'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
   }
},
['court of heroes'] = {
 type = 'Decoration',
 influence = {
   ['kingdom splendour'] = '300',
   tier = 'tier 5',
   ['kingdom influence'] = '50',
   prosperity = '200',
   ['perEach splendour'] = '5'
 }
},
['dairy farm'] = {
 type = 'Food',
 employees = {
   workers = '3 Dairy Farmers',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'milk'
  },
 construction = {
   ['planks'] = '30',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '150',
   maintenance = '24'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['deceptively large wood depot'] = {
 type = 'Sub-building',
  capacity = '25',
 perbuilding = '3',
 construction = {
   ['wood'] = '10',
   ['tools'] = '2'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['drinking post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['cloth'] = '5',
   ['planks'] = '5',
   ['tools'] = '2'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['fisher\'s hut'] = {
 type = 'Food',
 employees = {
   workers = '1 Fisherman',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '50',
 output = {
   'fish'
  },
 construction = {
   ['wood'] = '20',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '2'
 },
 influence = {
   tier = 'tier 1',
   prosperity = '0',
   ['gold coins'] = '25'
 }
},
['food stall'] = {
 type = 'Sub-building',
 employees = {
   workers = 'Market Tender',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '10',
 construction = {
   ['wood'] = '10'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['forester\'s camp'] = {
 type = 'Resource',
 employees = {
   workers = '1 Forester',
   ['best-Suited Class'] = '[[Serf]]'
 },
 construction = {
   ['wood'] = '10',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '1'
 },
 influence = {
  prosperity = '0'
 }
},
['frugal haystack'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   prosperity = '50',
   ['perEach splendour'] = '2'
 }
},
['gathering hut'] = {
 type = 'Food',
 employees = {
   workers = '3 Foragers',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'berries'
  },
 construction = {
   ['wood'] = '10',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['glass smelter'] = {
 type = 'Resource',
 employees = {
   workers = '2 Glass Blowers',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'quartz',
   'coal',
   'tools'
  },
 output = {
   'glass'
  },
 construction = {
   ['wood'] = '15',
 },
 costs = {
   ['gold coins'] = '500',
   maintenance = '50'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['gold smelter'] = {
 type = 'Goods',
 employees = {
   workers = '2 Gold Smelters',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'coal',
   'iron ore'
  },
 output = {
   'gold bar'
  },
 construction = {
   ['planks'] = '20',
   ['polished stone'] ='25',
   ['tools'] = '16',
 },
 costs = {
   ['gold coins'] = '500',
   maintenance = '50'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['goods stall'] = {
 type = 'Sub-building',
 employees = {
   workers = '1 Market Tender',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '10',
 construction = {
   ['wood'] = '10',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '5'
 },
 influence = {
  prosperity = '0'
 }
},
['granary'] = {
 type = 'Logistics',
 employees = {
   workers = '4 Transporters',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '400',
 construction = {
   ['wood'] = '15',
   ['stone'] = '5',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '1'
 },
 influence = {
  prosperity = '0'
 }
},
['granary depot'] = {
 type = 'Sub-building',
  capacity = '400',
 perbuilding = '2',
 construction = {
   ['wood'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['green market tent'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '1'
 },
 influence = {
   prosperity = '0',
   ['perEach splendour'] = '1'
 }
},
['hearty haystack'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   prosperity = '50',
   ['perEach splendour'] = '2'
 }
},
['hop farm'] = {
 type = 'Food',
 employees = {
   workers = '3 Hop Farmers',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'hops'
  },
 construction = {
   ['planks'] = '20',
   ['polished stone'] ='15',
   ['tools'] = '20',
 },
 costs = {
   ['gold coins'] = '100',
   maintenance = '12'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['hunter\'s hut'] = {
 type = 'Food',
 employees = {
   workers = '2 Hunters',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'boar'
  },
 construction = {
   ['wood'] = '20',
   ['tools'] = '2',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '1'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['iron mining camp'] = {
 type = 'Resource',
 employees = {
   workers = '2 Miners',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'iron ore'
  },
 construction = {
   ['wood'] = '10',
   ['cloth'] = '3',
   ['tools'] = '4',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '2'
 },
 influence = {
 kingdom= '2',
  prosperity = '50'
 }
},
['iron smelter'] = {
 type = 'Resource',
 employees = {
   workers = '2 Iron Smelters',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'coal',
   'iron ore'
  },
 output = {
   'iron'
  },
 construction = {
   ['planks'] = '10',
   ['stone'] = '5',
   ['polished stone'] ='10',
   ['tools'] = '5',
 },
 costs = {
   ['gold coins'] = '05',
   maintenance = '4'
 },
 influence = {
 kingdom= '2',
  prosperity = '50'
 }
},
['jeweller\'s workshop'] = {
 type = 'Goods',
 employees = {
   workers = '2 Jewellers',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'gem',
   'gold bar'
  },
 output = {
   'jewellery'
  },
 construction = {
   ['planks'] = '40',
   ['polished stone'] ='40',
   ['tools'] = '25',
 },
 costs = {
   ['gold coins'] = '500',
   maintenance = '60'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['limbing post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['lumber camp'] = {
 type = 'Resource',
 employees = {
   workers = '3 Woodcutters',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'wood'
  },
 construction = {
   ['tools'] = '2',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['luxury goods stall'] = {
 type = 'Sub-building',
 employees = {
   workers = 'Market Tender',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '10',
 construction = {
   ['wood'] = '10',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '20'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['manor house'] = {
 type = 'Monument',
 employees = {
   workers = 'Varies',
   ['best-Suited Class'] = 'varies'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  ['labour splendour'] = '1',
  prosperity = '25'
 }
},
['market hall, city square'] = {
 type = 'City Market',
 employees = {
   workers = '8 Transporters',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '1200',
 construction = {
   ['planks'] = '25',
   ['stone'] = '10',
   ['polished stone'] ='10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '4'
 },
 influence = {
   ['labour splendour'] = '150',
   tier = 'tier 4',
   ['labour influence'] = '35',
   prosperity = '100',
   ['perEach splendour'] = '2'
 }
},
['market hall, storehouse'] = {
 type = 'City Market',
 employees = {
   workers = '8 Transporters',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '1200',
 construction = {
   ['planks'] = '25',
   ['stone'] = '10',
   ['polished stone'] ='10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '4'
 },
 influence = {
   ['labour splendour'] = '150',
   tier = 'tier 4',
   ['labour influence'] = '35',
   prosperity = '100',
   ['perEach splendour'] = '2'
 }
},
['modest keep'] = {
 employees = {
    type = 'Castle',
   ['best-Suited Class'] = '[[Militiaman]]'
 },
 construction = {
   ['planks'] = '30',
   ['stone'] = '75',
   ['polished stone'] ='60',
   ['tools'] = '20'
 },
 costs = {
   maintenance = '12'
 },
 influence = {
   ['kingdom splendour'] = '75',
   tier = 'tier 3',
   ['kingdom influence'] = '20',
   prosperity = '50',
   ['perEach splendour'] = '2'
 }
},
['monastery'] = {
 type = 'Monument',
 employees = {
   workers = '1 Monastic Priest',
   ['best-Suited Class'] = '[[Brother/sister]]'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  tier = 'tier 1',
  ['gold coins'] = '25',
  prosperity = '0'
 }
},
['monastic abbatial church'] = {
 type = 'Monastery',
 influence = {
   ['clergy splendour'] = '300',
   tier = 'tier 5',
   ['clergy influence'] = '50',
   prosperity = '200',
   ['perEach splendour'] = '5'
 }
},
['monastic grange'] = {
 type = 'Monastery',
 employees = {
   workers = '4 Transporters',
   ['best-Suited Class'] = '[[Brother/sister]]'
 },
  capacity = '400',
 construction = {
   ['wood'] = '15',
   ['stone'] = '5'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
  tier = 'tier 1',
  ['gold coins'] = '25',
  prosperity = '0'
 }
},
['munching post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['planks'] = '5',
   ['tools'] = '3'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['napping post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['cloth'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['paviour\'s yard'] = {
 type = 'Logistics',
 employees = {
   workers = '3 Paviours',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'stone'
  },
 construction = {
   ['planks'] = '15',
   ['polished stone'] ='20',
   ['tools'] = '10',
 },
 costs = {
   ['gold coins'] = '200',
   maintenance = '18'
 },
 influence = {
  ['labour splendour'] = '75',
  prosperity = '50'
 }
},
['red market tent'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '1'
 },
 influence = {
   prosperity = '0',
   ['perEach splendour'] = '1'
 }
},
['rustic fortified keep'] = {
 employees = {
    type = 'Castle',
   ['best-Suited Class'] = '[[Militiaman]]'
 },
 construction = {
   ['planks'] = '16',
   ['stone'] = '50',
   ['polished stone'] ='40',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '7'
 },
 influence = {
   ['kingdom splendour'] = '25',
   tier = 'tier 2',
   ['kingdom influence'] = '5',
   prosperity = '10',
   ['perEach splendour'] = '2'
 }
},
['rustic market tent'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '1'
 },
 influence = {
  prosperity = '0'
 }
},
['rustic wooden keep'] = {
 employees = {
    type = 'Castle',
   ['best-Suited Class'] = '[[Militiaman]]'
 },
 construction = {
   ['planks'] = '28',
   ['tools'] = '2'
 },
 costs = {
   maintenance = '4'
 },
 influence = {
  ['kingdom splendour'] = '1',
  prosperity = '25'
 }
},
['sawmill'] = {
 type = 'Resource',
 employees = {
   workers = '3 Carpenters',
   ['best-Suited Class'] = '[[Serf]]'
 },
 input = {
  'wood'
  },
 output = {
   'planks'
  },
 construction = {
   ['wood'] = '20',
   ['stone'] = '10',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '1'
 },
 influence = {
  prosperity = '0'
 }
},
['sculpture workshop'] = {
 type = 'Sub-building',
 employees = {
   workers = '1 Master Builder',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 perbuilding = '1',
 construction = {
   ['wood'] = '15',
   ['cloth'] = '5',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '12'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['serene campfire'] = {
 type = 'Sub-building',
 perbuilding = '1',
 construction = {
   ['wood'] = '10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['sheep farm'] = {
 type = 'Goods',
 employees = {
   workers = '2 Shepherds',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'wool'
  },
 construction = {
   ['wood'] = '10',
   ['stone'] = '10',
   ['tools'] = '2',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '5'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['snoring post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['cloth'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['spearmaker\'s hut'] = {
 type = 'Resource',
 employees = {
   workers = '2 Weaponsmiths',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'wood',
   'iron',
   'coal',
   'steel'
  },
 output = {
   'spear',
   'polearm'
  },
 construction = {
   ['planks'] = '15',
   ['polished stone'] ='5',
   ['tools'] = '8',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '5'
 },
 influence = {
  ['kingdom splendour'] = '25',
  prosperity = '10'
 }
},
['stained glass workshop'] = {
 type = 'Sub-building',
 employees = {
   workers = '1 Master Builder',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 perbuilding = '1',
 construction = {
   ['wood'] = '15',
   ['cloth'] = '5',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '32'
 },
 influence = {
   tier = 'tier 4',
   prosperity = '100',
   ['gold coins'] = '250'
 }
},
['stewing post'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['planks'] = '5',
   ['tools'] = '2'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['stone cart'] = {
 type = 'Sub-building',
  capacity = '25',
 perbuilding = '4',
 construction = {
   ['wood'] = '20',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['stone crates'] = {
 type = 'Sub-building',
  capacity = '25',
 perbuilding = '1',
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['stone rack'] = {
 type = 'Sub-building',
  capacity = '25',
 perbuilding = '1',
 construction = {
   ['wood'] = '20',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['stone rack, covered'] = {
 type = 'Sub-building',
  capacity = '25',
 perbuilding = '1',
 construction = {
   ['wood'] = '20',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['stonecutter camp'] = {
 type = 'Resource',
 employees = {
   workers = '3 Miners',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'stone'
  },
 construction = {
   ['wood'] = '10',
   ['tools'] = '2',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['stonemason hut'] = {
 type = 'Resource',
 employees = {
   workers = '1 Stone Mason',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'stone'
  },
 output = {
   'polished stone'
  },
 construction = {
   ['wood'] = '10',
   ['cloth'] = '5',
   ['tools'] = '8',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '8'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['swordsmith'] = {
 type = 'Resource',
 employees = {
   workers = '2 Weaponsmiths',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'tools',
   'iron',
   'coal',
   'steel'
  },
 output = {
   'shortsword',
   'steel sword'
  },
 construction = {
   ['planks'] = '10',
   ['polished stone'] ='10',
   ['tools'] = '8',
 },
 costs = {
   ['gold coins'] = '40',
   maintenance = '5'
 },
 influence = {
  ['kingdom splendour'] = '25',
  prosperity = '10'
 }
},
['tailor\'s workshop'] = {
 type = 'Goods',
 employees = {
   workers = '3 Tailors',
   ['best-Suited Class'] = '[[Citizen]]'
 },
 input = {
   'cloth'
  },
 output = {
   'common clothes'
  },
 construction = {
   ['planks'] = '20',
   ['stone'] = '15',
   ['tools'] = '8',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '8'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['tavern'] = {
 type = 'Monument',
 employees = {
   workers = 'Varies',
   ['best-Suited Class'] = 'varies'
 },
 costs = {
   maintenance = ''
 },
 influence = {
  ['labour splendour'] = '25',
  tier = 'tier 2',
  ['labour influence'] = 5,
  prosperity = '10'
 }
},
['tooling desk'] = {
 type = 'Sub-building',
 perbuilding = '2',
 construction = {
   ['wood'] = '10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['tooling shack'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['tooling table'] = {
 type = 'Sub-building',
 perbuilding = '1',
 construction = {
   ['wood'] = '10',
   ['tools'] = '4'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['vigilant scarecrow'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['wheat'] = '5',
   ['tools'] = '1'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   prosperity = '50',
   ['perEach splendour'] = '2'
 }
},
['village market'] = {
 type = 'Logistics',
 maintenance = '',
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['village stone bridge'] = {
 type = 'Bridge',
 construction = {
   ['planks'] = '10',
   ['stone'] = '30',
   ['polished stone'] ='4',
   ['tools'] = '2'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['village wooden bridge'] = {
 type = 'Bridge',
 construction = {
   ['planks'] = '10'
 },
 costs = {
   maintenance = ''
 },
 influence = {
   tier = 'tier 1',
   prosperity = '0',
   ['gold coins'] = '25'
 }
},
['vineyard'] = {
 type = 'Monastery',
 employees = {
   workers = '3 Vinegrowers',
   ['best-Suited Class'] = '[[Brother/sister]]'
 },
 output = {
   'grapes'
  },
 construction = {
   ['wood'] = '5',
   ['planks'] = '5',
   ['stone'] = '10',
   ['polished stone'] ='20',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '24'
 },
 influence = {
   ['clergy splendour'] = '150',
   tier = 'tier 4',
   ['clergy influence'] = '35',
   prosperity = '100',
   ['perEach splendour'] = '1'
 }
},
['warehouse'] = {
 type = 'Logistics',
 employees = {
   workers = '4 Transporters',
   ['best-Suited Class'] = '[[Serf]]'
 },
  capacity = '400',
 construction = {
   ['planks'] = '15',
   ['stone'] = '10',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = '2'
 },
 influence = {
   tier = 'tier 1',
   prosperity = '0',
   ['gold coins'] = '25'
 }
},
['warehouse depot'] = {
 type = 'Sub-building',
  capacity = '400',
 perbuilding = '2',
 construction = {
   ['wood'] = '5',
   ['tools'] = '2'
 },
 costs = {
   maintenance = '2'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['weaver hut'] = {
 type = 'Goods',
 employees = {
   workers = '2 Weavers',
   ['best-Suited Class'] = '[[Commoner]]'
 },
 input = {
   'wool'
  },
 output = {
   'cloth'
  },
 construction = {
   ['planks'] = '10',
   ['stone'] = '5',
   ['tools'] = '6',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '5'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['well'] = {
 type = 'Food',
  capacity = '0',
 output = {
   'water'
  },
 construction = {
   ['wood'] = '10',
   ['stone'] = '5',
 },
 costs = {
   ['gold coins'] = '10',
   maintenance = ''
 },
 influence = {
  prosperity = '0'
 }
},
['wheat barn'] = {
 type = 'Sub-building',
 construction = {
   ['planks'] = '20',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['wheat cart'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['tools'] = '2'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['wheat farm'] = {
 type = 'Food',
 employees = {
   workers = '3 Farmers',
   ['best-Suited Class'] = '[[Serf]]'
 },
 output = {
   'wheat'
  },
 construction = {
   ['planks'] = '20',
   ['tools'] = '4',
 },
 costs = {
   ['gold coins'] = '25',
   maintenance = '4'
 },
 influence = {
   tier = 'tier 3',
   prosperity = '50',
   ['gold coins'] = '100'
 }
},
['windmill'] = {
 type = 'Food',
 employees = {
   workers = '6 Millers',
   ['best-Suited Class'] = '[[Serf]]'
 },
 input = {
   'wheat'
  },
 output = {
   'flour'
  },
 construction = {
   ['planks'] = '15',
   ['stone'] = '15',
   ['tools'] = '6',
 },
 costs = {
   ['gold coins'] = '50',
   maintenance = '6'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['winery'] = {
 type = 'Monastery',
 employees = {
   workers = '2 Vintners',
   ['best-Suited Class'] = '[[Brother/sister]]'
 },
 input = {
   'grapes',
   'barrel'
  },
 output = {
   'wine'
  },
 construction = {
   ['planks'] = '20',
   ['stone'] = '25',
   ['polished stone'] ='25',
   ['tools'] = '5'
 },
 costs = {
   maintenance = '28'
 },
 influence = {
   ['clergy splendour'] = '150',
   tier = 'tier 4',
   ['clergy influence'] = '35',
   prosperity = '100',
   ['perEach splendour'] = '1'
 }
},
['wood depot'] = {
 type = 'Sub-building',
 capacity = '25',
 perbuilding = '3',
 construction = {
   ['wood'] = '10',
   ['tools'] = '2'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['wooden wagon'] = {
 type = 'Sub-building',
  capacity = '10',
 perbuilding = '5',
 construction = {
   ['wood'] = '5',
   ['tools'] = '1'
 },
 influence = {
   tier = 'tier 2',
   prosperity = '10',
   ['gold coins'] = '50'
 }
},
['woodsmen tool rack'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '10',
   ['planks'] = '10',
   ['tools'] = '5'
 },
 influence = {
   prosperity = '10',
   ['perEach splendour'] = '3'
 }
},
['woodsmen tool rack, waterproofed'] = {
 type = 'Sub-building',
 construction = {
   ['wood'] = '5',
   ['cloth'] = '5',
   ['planks'] = '10',
   ['tools'] = '5'
 },
 influence = {
   prosperity = '10',
   ['perEach splendour'] = '3'
 }
},
['workshop extension'] = {
 type = 'Sub-building',
 construction = {
   ['planks'] = '30',
   ['polished stone'] ='20',
   ['tools'] = '12'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 5',
   prosperity = '200',
   ['gold coins'] = '500'
 }
},
['workshop tower'] = {
 type = 'Sub-building',
 construction = {
   ['planks'] = '30',
   ['polished stone'] ='20',
   ['tools'] = '12'
 },
 costs = {
   maintenance = '1'
 },
 influence = {
   tier = 'tier 5',
   prosperity = '200',
   ['gold coins'] = '500'
 }
}
}