606
edits
m |
(Changed format of employees section) |
||
| Line 2: | Line 2: | ||
['apiary'] = { | ['apiary'] = { | ||
type = 'Monastery', | type = 'Monastery', | ||
workers = '2 bee keepers', | employees = { | ||
workers = '2 bee keepers', | |||
class = 'brother/sister' | |||
}, | |||
output = { | output = { | ||
'honey', | 'honey', | ||
| Line 22: | Line 24: | ||
['armoury'] = { | ['armoury'] = { | ||
type = 'Castle', | type = 'Castle', | ||
workers = '4 transporters', | employees = { | ||
workers = '4 transporters', | |||
class = 'serf' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
| Line 38: | Line 42: | ||
['bakery'] = { | ['bakery'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '4 bakers', | employees = { | ||
workers = '4 bakers', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'flour', | 'flour', | ||
| Line 60: | Line 66: | ||
['blacksmith'] = { | ['blacksmith'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 blacksmiths', | employees = { | ||
workers = '2 blacksmiths', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 108: | Line 116: | ||
['bowyer\'s hut'] = { | ['bowyer\'s hut'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 weaponsmiths', | employees = { | ||
workers = '2 weaponsmiths', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'wood', | 'wood', | ||
| Line 136: | Line 146: | ||
['brewery'] = { | ['brewery'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '1 brewer', | employees = { | ||
workers = '1 brewer', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'wheat', | 'wheat', | ||
| Line 159: | Line 171: | ||
['builder\'s workshop'] = { | ['builder\'s workshop'] = { | ||
type = 'Logistics', | type = 'Logistics', | ||
workers = '3 builders', | employees = { | ||
workers = '3 builders', | |||
class = 'serf' | |||
}, | |||
construction = { | construction = { | ||
['wood'] = '5' | ['wood'] = '5' | ||
| Line 171: | Line 185: | ||
['butchery'] = { | ['butchery'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '2 butchers', | employees = { | ||
workers = '2 butchers', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'boar' | 'boar' | ||
| Line 192: | Line 208: | ||
['candle workshop'] = { | ['candle workshop'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 candlemakers', | employees = { | ||
workers = '2 candlemakers', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'wax', | 'wax', | ||
| Line 240: | Line 258: | ||
}, | }, | ||
['castle'] = { | ['castle'] = { | ||
type = 'Monument', | employees = { | ||
type = 'Monument', | |||
class = 'varies' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 250: | Line 270: | ||
['charcoal hut'] = { | ['charcoal hut'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '3 charcoal burners', | employees = { | ||
workers = '3 charcoal burners', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'coal' | 'coal' | ||
| Line 270: | Line 292: | ||
['cheesemaker'] = { | ['cheesemaker'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '5 cheesemakers', | employees = { | ||
workers = '5 cheesemakers', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'milk' | 'milk' | ||
| Line 291: | Line 315: | ||
['church'] = { | ['church'] = { | ||
type = 'Service', | type = 'Service', | ||
workers = '1 village priest', | employees = { | ||
workers = '1 village priest', | |||
class = 'commoner' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 316: | Line 342: | ||
['city market'] = { | ['city market'] = { | ||
type = 'Monument', | type = 'Monument', | ||
workers = 'varies', | employees = { | ||
workers = 'varies', | |||
class = 'varies' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 333: | Line 361: | ||
['common wares workshop'] = { | ['common wares workshop'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 common wares makers', | employees = { | ||
workers = '2 common wares makers', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'planks', | 'planks', | ||
| Line 355: | Line 385: | ||
['cooperage'] = { | ['cooperage'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '3 coopers', | employees = { | ||
workers = '3 coopers', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'planks', | 'planks', | ||
| Line 378: | Line 410: | ||
['dairy farm'] = { | ['dairy farm'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '3 dairy farmers', | employees = { | ||
workers = '3 dairy farmers', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'milk' | 'milk' | ||
| Line 421: | Line 455: | ||
['fisher\'s hut'] = { | ['fisher\'s hut'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '1 fisherman', | employees = { | ||
workers = '1 fisherman', | |||
class = 'serf' | |||
}, | |||
capacity = '50', | capacity = '50', | ||
output = { | output = { | ||
| Line 438: | Line 474: | ||
['food stall'] = { | ['food stall'] = { | ||
type = 'Sub-building', | type = 'Sub-building', | ||
workers = 'market tender', | employees = { | ||
workers = 'market tender', | |||
class = 'serf' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
| Line 451: | Line 489: | ||
['forester\'s camp'] = { | ['forester\'s camp'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '1 forester', | employees = { | ||
workers = '1 forester', | |||
class = 'serf' | |||
}, | |||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
| Line 476: | Line 516: | ||
['gathering hut'] = { | ['gathering hut'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '3 foragers', | employees = { | ||
workers = '3 foragers', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'berries' | 'berries' | ||
| Line 492: | Line 534: | ||
['glass smelter'] = { | ['glass smelter'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 glass blowers', | employees = { | ||
workers = '2 glass blowers', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'quartz', | 'quartz', | ||
| Line 513: | Line 557: | ||
['gold smelter'] = { | ['gold smelter'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 gold smelters', | employees = { | ||
workers = '2 gold smelters', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 535: | Line 581: | ||
['goods stall'] = { | ['goods stall'] = { | ||
type = 'Sub-building', | type = 'Sub-building', | ||
workers = '1 market tender', | employees = { | ||
workers = '1 market tender', | |||
class = 'serf' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
| Line 549: | Line 597: | ||
['granary'] = { | ['granary'] = { | ||
type = 'Logistics', | type = 'Logistics', | ||
workers = '4 transporters', | employees = { | ||
workers = '4 transporters', | |||
class = 'serf' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
| Line 602: | Line 652: | ||
['hop farm'] = { | ['hop farm'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '3 hop farmers', | employees = { | ||
workers = '3 hop farmers', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'hops' | 'hops' | ||
| Line 620: | Line 672: | ||
['hunter\'s hut'] = { | ['hunter\'s hut'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '2 hunters', | employees = { | ||
workers = '2 hunters', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'boar' | 'boar' | ||
| Line 637: | Line 691: | ||
['iron mining camp'] = { | ['iron mining camp'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 miners', | employees = { | ||
workers = '2 miners', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'iron ore' | 'iron ore' | ||
| Line 656: | Line 712: | ||
['iron smelter'] = { | ['iron smelter'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 iron smelters', | employees = { | ||
workers = '2 iron smelters', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 680: | Line 738: | ||
['jeweller\'s workshop'] = { | ['jeweller\'s workshop'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 jewellers', | employees = { | ||
workers = '2 jewellers', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'gem', | 'gem', | ||
| Line 713: | Line 773: | ||
['lumber camp'] = { | ['lumber camp'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '3 woodcutters', | employees = { | ||
workers = '3 woodcutters', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'wood' | 'wood' | ||
| Line 729: | Line 791: | ||
['luxury goods stall'] = { | ['luxury goods stall'] = { | ||
type = 'Sub-building', | type = 'Sub-building', | ||
workers = 'market tender', | employees = { | ||
workers = 'market tender', | |||
class = 'serf' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
| Line 743: | Line 807: | ||
['manor house'] = { | ['manor house'] = { | ||
type = 'Monument', | type = 'Monument', | ||
workers = 'varies', | employees = { | ||
workers = 'varies', | |||
class = 'varies' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 753: | Line 819: | ||
['market hall, city square'] = { | ['market hall, city square'] = { | ||
type = 'City Market', | type = 'City Market', | ||
workers = '8 transporters', | employees = { | ||
workers = '8 transporters', | |||
class = 'serf' | |||
}, | |||
capacity = '1200', | capacity = '1200', | ||
construction = { | construction = { | ||
| Line 771: | Line 839: | ||
['market hall, storehouse'] = { | ['market hall, storehouse'] = { | ||
type = 'City Market', | type = 'City Market', | ||
workers = '8 transporters', | employees = { | ||
workers = '8 transporters', | |||
class = 'serf' | |||
}, | |||
capacity = '1200', | capacity = '1200', | ||
construction = { | construction = { | ||
| Line 788: | Line 858: | ||
}, | }, | ||
['modest keep'] = { | ['modest keep'] = { | ||
type = 'Castle', | employees = { | ||
type = 'Castle', | |||
class = 'militiaman' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '30', | ['planks'] = '30', | ||
| Line 805: | Line 877: | ||
['monastery'] = { | ['monastery'] = { | ||
type = 'Monument', | type = 'Monument', | ||
workers = '1 monastic priest', | employees = { | ||
workers = '1 monastic priest', | |||
class = 'brother/sister' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 815: | Line 889: | ||
['monastic grange'] = { | ['monastic grange'] = { | ||
type = 'Monastery', | type = 'Monastery', | ||
workers = '4 transporters', | employees = { | ||
workers = '4 transporters', | |||
class = 'brother/sister' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
| Line 854: | Line 930: | ||
['paviour\'s yard'] = { | ['paviour\'s yard'] = { | ||
type = 'Logistics', | type = 'Logistics', | ||
workers = '3 paviours', | employees = { | ||
workers = '3 paviours', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'stone' | 'stone' | ||
| Line 885: | Line 963: | ||
}, | }, | ||
['rustic fortified keep'] = { | ['rustic fortified keep'] = { | ||
type = 'Castle', | employees = { | ||
type = 'Castle', | |||
class = 'militiaman' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '16', | ['planks'] = '16', | ||
| Line 913: | Line 993: | ||
}, | }, | ||
['rustic wooden keep'] = { | ['rustic wooden keep'] = { | ||
type = 'Castle', | employees = { | ||
type = 'Castle', | |||
class = 'militiaman' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '28', | ['planks'] = '28', | ||
| Line 927: | Line 1,009: | ||
['sawmill'] = { | ['sawmill'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '3 carpenters', | employees = { | ||
workers = '3 carpenters', | |||
class = 'serf' | |||
}, | |||
input = { | input = { | ||
'wood' | 'wood' | ||
| Line 947: | Line 1,031: | ||
['sculpture workshop'] = { | ['sculpture workshop'] = { | ||
type = 'Sub-building', | type = 'Sub-building', | ||
workers = '1 master builder', | employees = { | ||
workers = '1 master builder', | |||
class = 'citizen' | |||
}, | |||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 974: | Line 1,060: | ||
['sheep farm'] = { | ['sheep farm'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 shepherds', | employees = { | ||
workers = '2 shepherds', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'wool' | 'wool' | ||
| Line 1,004: | Line 1,092: | ||
['spearmaker\'s hut'] = { | ['spearmaker\'s hut'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 weaponsmiths', | employees = { | ||
workers = '2 weaponsmiths', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'wood', | 'wood', | ||
| Line 1,030: | Line 1,120: | ||
['stained glass workshop'] = { | ['stained glass workshop'] = { | ||
type = 'Sub-building', | type = 'Sub-building', | ||
workers = '1 master builder', | employees = { | ||
workers = '1 master builder', | |||
class = 'citizen' | |||
}, | |||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 1,110: | Line 1,202: | ||
['stonecutter camp'] = { | ['stonecutter camp'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '3 miners', | employees = { | ||
workers = '3 miners', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'stone' | 'stone' | ||
| Line 1,127: | Line 1,221: | ||
['stonemason hut'] = { | ['stonemason hut'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '1 stone mason', | employees = { | ||
workers = '1 stone mason', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'stone' | 'stone' | ||
| Line 1,148: | Line 1,244: | ||
['swordsmith'] = { | ['swordsmith'] = { | ||
type = 'Resource', | type = 'Resource', | ||
workers = '2 weaponsmiths', | employees = { | ||
workers = '2 weaponsmiths', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'tools', | 'tools', | ||
| Line 1,174: | Line 1,272: | ||
['tailor\'s workshop'] = { | ['tailor\'s workshop'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '3 tailors', | employees = { | ||
workers = '3 tailors', | |||
class = 'citizen' | |||
}, | |||
input = { | input = { | ||
'cloth' | 'cloth' | ||
| Line 1,195: | Line 1,295: | ||
['tavern'] = { | ['tavern'] = { | ||
type = 'Monument', | type = 'Monument', | ||
workers = 'varies', | employees = { | ||
workers = 'varies', | |||
class = 'varies' | |||
}, | |||
maintenance = '', | maintenance = '', | ||
influence = { | influence = { | ||
| Line 1,283: | Line 1,385: | ||
['vineyard'] = { | ['vineyard'] = { | ||
type = 'Monastery', | type = 'Monastery', | ||
workers = '3 vinegrowers', | employees = { | ||
workers = '3 vinegrowers', | |||
class = 'brother/sister' | |||
}, | |||
output = { | output = { | ||
'grapes' | 'grapes' | ||
| Line 1,304: | Line 1,408: | ||
['warehouse'] = { | ['warehouse'] = { | ||
type = 'Logistics', | type = 'Logistics', | ||
workers = '4 transporters', | employees = { | ||
workers = '4 transporters', | |||
class = 'serf' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
| Line 1,332: | Line 1,438: | ||
['weaver hut'] = { | ['weaver hut'] = { | ||
type = 'Goods', | type = 'Goods', | ||
workers = '2 weavers', | employees = { | ||
workers = '2 weavers', | |||
class = 'commoner' | |||
}, | |||
input = { | input = { | ||
'wool' | 'wool' | ||
| Line 1,391: | Line 1,499: | ||
['wheat farm'] = { | ['wheat farm'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '3 farmers', | employees = { | ||
workers = '3 farmers', | |||
class = 'serf' | |||
}, | |||
output = { | output = { | ||
'wheat' | 'wheat' | ||
| Line 1,408: | Line 1,518: | ||
['windmill'] = { | ['windmill'] = { | ||
type = 'Food', | type = 'Food', | ||
workers = '6 millers', | employees = { | ||
workers = '6 millers', | |||
class = 'serf' | |||
}, | |||
input = { | input = { | ||
'wheat' | 'wheat' | ||
| Line 1,429: | Line 1,541: | ||
['winery'] = { | ['winery'] = { | ||
type = 'Monastery', | type = 'Monastery', | ||
workers = '2 vintners', | employees = { | ||
workers = '2 vintners', | |||
class = 'brother/sister' | |||
}, | |||
input = { | input = { | ||
'grapes', | 'grapes', | ||
edits