606
edits
(List of all placeable/non modular buildings updated to 1.10.3.5.) |
m |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
return { | return { | ||
['apiary'] = { | ['apiary'] = { | ||
type = ' | type = 'Monastery', | ||
workers = '2 | employees = { | ||
workers = '2 Bee Keepers', | |||
['best-Suited Class'] = '[[Brother/sister]]' | |||
}, | |||
output = { | output = { | ||
'honey', | 'honey', | ||
| Line 13: | Line 15: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
maintenance = '12', | costs = { | ||
splendour = ' | maintenance = '12' | ||
}, | |||
influence = { | |||
['clergy splendour'] = '25', | |||
tier = 'tier 2', | |||
['clergy influence'] = '5', | |||
prosperity = '10', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['armoury'] = { | ['armoury'] = { | ||
type = ' | type = 'Castle', | ||
workers = '4 | employees = { | ||
workers = '4 Transporters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
['stone'] = '10', | ['stone'] = '10', | ||
['polished stone'] = '15', | ['polished stone'] = '15', | ||
}, | }, | ||
maintenance = '2', | costs = { | ||
['gold coins'] = '10', | |||
maintenance = '2' | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
['gold coins'] = '25', | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['bakery'] = { | ['bakery'] = { | ||
type = ' | type = 'Food', | ||
workers = '4 | employees = { | ||
workers = '4 Bakers', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'flour', | 'flour', | ||
| Line 49: | Line 64: | ||
['stone'] = '20', | ['stone'] = '20', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | |||
costs = { | |||
['gold coins'] = '50', | |||
maintenance = '7' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | ['gold coins'] = '50' | ||
} | } | ||
}, | }, | ||
['blacksmith'] = { | ['blacksmith'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Blacksmiths', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 72: | Line 93: | ||
['stone'] = '10', | ['stone'] = '10', | ||
['tools'] = '6', | ['tools'] = '6', | ||
}, | |||
costs = { | |||
['gold coins'] = '50', | |||
maintenance = '6' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | ['gold coins'] = '50' | ||
} | } | ||
}, | }, | ||
['blue market tent'] = { | ['blue market tent'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
| Line 86: | Line 111: | ||
['gold coins'] = '25' | ['gold coins'] = '25' | ||
}, | }, | ||
maintenance = '1' | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
prosperity = '0', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['bountiful haystack'] = { | ['bountiful haystack'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '50', | |||
['bsplendour'] = '3' | |||
} | |||
}, | }, | ||
['bowyer\'s hut'] = { | ['bowyer\'s hut'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Weaponsmiths', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'wood', | 'wood', | ||
'cloth', | 'cloth', | ||
'tools' | 'tools', | ||
'coal', | |||
'steel' | |||
}, | }, | ||
output = { | output = { | ||
'shortbow' | 'shortbow', | ||
'recurve bow' | |||
}, | }, | ||
construction = { | construction = { | ||
| Line 121: | Line 154: | ||
['polished stone'] ='5', | ['polished stone'] ='5', | ||
['tools'] = '8', | ['tools'] = '8', | ||
}, | }, | ||
maintenance = '5', | costs = { | ||
['gold coins'] = '50', | |||
maintenance = '5' | |||
}, | |||
influence = { | |||
['kingdom splendour'] = '25', | |||
prosperity = '10' | |||
} | |||
}, | }, | ||
['brewery'] = { | ['brewery'] = { | ||
type = ' | type = 'Food', | ||
workers = '1 | employees = { | ||
workers = '1 Brewer', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'wheat', | 'wheat', | ||
| Line 144: | Line 182: | ||
['polished stone'] ='20', | ['polished stone'] ='20', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | }, | ||
maintenance = '14', | costs = { | ||
['gold coins'] = '200', | |||
maintenance = '14' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['builder\'s workshop'] = { | ['builder\'s workshop'] = { | ||
type = ' | type = 'Logistics', | ||
workers = '3 | employees = { | ||
workers = '3 Builders', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
construction = { | construction = { | ||
['wood'] = '5' | ['wood'] = '5' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['butchery'] = { | ['butchery'] = { | ||
type = ' | type = 'Food', | ||
workers = '2 | employees = { | ||
workers = '2 Butchers', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'boar' | 'boar' | ||
| Line 177: | Line 224: | ||
['planks'] = '10', | ['planks'] = '10', | ||
['tools'] = '3', | ['tools'] = '3', | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
['gold coins'] = '10', | |||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['candle workshop'] = { | ['candle workshop'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Candlemakers', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'wax', | 'wax', | ||
| Line 200: | Line 253: | ||
['polished stone'] ='30', | ['polished stone'] ='30', | ||
['tools'] = '13', | ['tools'] = '13', | ||
}, | }, | ||
maintenance = '36', | costs = { | ||
['gold coins'] = '300', | |||
maintenance = '36' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['carving table'] = { | ['carving table'] = { | ||
type = ' | type = 'Sub-building', | ||
perbuilding = '2', | perbuilding = '2', | ||
construction = { | construction = { | ||
| Line 215: | Line 272: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['carving tent'] = { | ['carving tent'] = { | ||
type = ' | type = 'Sub-building', | ||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 228: | Line 289: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['castle'] = { | ['castle'] = { | ||
type = ' | employees = { | ||
type = 'Monument', | |||
['best-Suited Class'] = 'varies' | |||
}, | |||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
['gold coins'] = '25', | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['charcoal hut'] = { | ['charcoal hut'] = { | ||
type = ' | type = 'Resource', | ||
workers = '3 | employees = { | ||
workers = '3 Charcoal Burners', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'coal' | 'coal' | ||
| Line 253: | Line 325: | ||
['planks'] = '5', | ['planks'] = '5', | ||
['tools'] = '2', | ['tools'] = '2', | ||
}, | }, | ||
maintenance = '3', | costs = { | ||
['gold coins'] = '25', | |||
maintenance = '3' | |||
}, | |||
influence = { | |||
kingdom= '2', | |||
prosperity = '50' | |||
} | |||
}, | }, | ||
['cheesemaker'] = { | ['cheesemaker'] = { | ||
type = ' | type = 'Food', | ||
workers = '5 | employees = { | ||
workers = '5 Cheesemakers', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'milk' | 'milk' | ||
| Line 274: | Line 351: | ||
['polished stone'] ='10', | ['polished stone'] ='10', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | }, | ||
maintenance = '14', | costs = { | ||
['gold coins'] = '75', | |||
maintenance = '14' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['church'] = { | ['church'] = { | ||
type = ' | type = 'Service', | ||
workers = '1 | employees = { | ||
workers = '1 Village Priest', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
costs = { | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['city belfry'] = { | ['city belfry'] = { | ||
type = ' | type = 'City Market', | ||
construction = { | construction = { | ||
['planks'] = '45', | ['planks'] = '45', | ||
| Line 299: | Line 383: | ||
['iron'] = '15' | ['iron'] = '15' | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
splendour = '5', | maintenance = '4' | ||
}, | |||
influence = { | |||
['labour splendour'] = '300', | |||
tier = 'tier 5', | |||
['labour influence'] = '50', | |||
prosperity = '200', | |||
['bsplendour'] = '5' | |||
} | |||
}, | }, | ||
['city market'] = { | ['city market'] = { | ||
type = ' | type = 'Monument', | ||
workers = ' | employees = { | ||
workers = 'Varies', | |||
['best-suited class'] = 'varies' | |||
}, | |||
costs = { | |||
}, | |||
influence = { | |||
['labour splendour'] = '150', | |||
prosperity = '100' | |||
} | |||
}, | }, | ||
['city stone bridge'] = { | ['city stone bridge'] = { | ||
type = ' | type = 'Bridge', | ||
construction = { | |||
['planks'] = '10', | |||
tier = '4', | ['stone'] = '80', | ||
['polished stone'] ='20', | |||
['tools'] = '6', | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['common wares workshop'] = { | ['common wares workshop'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Common Wares Makers', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'planks', | 'planks', | ||
| Line 336: | Line 438: | ||
['polished stone'] ='25', | ['polished stone'] ='25', | ||
['tools'] = '13', | ['tools'] = '13', | ||
}, | }, | ||
maintenance = '18', | costs = { | ||
['gold coins'] = '200', | |||
maintenance = '18' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['cooperage'] = { | ['cooperage'] = { | ||
type = ' | type = 'Resource', | ||
workers = '3 | employees = { | ||
workers = '3 Coopers', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'planks', | 'planks', | ||
| Line 359: | Line 467: | ||
['polished stone'] ='10', | ['polished stone'] ='10', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | }, | ||
maintenance = '36', | costs = { | ||
['gold coins'] = '300', | |||
tier = ' | maintenance = '36' | ||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | |||
['court of heroes'] = { | |||
type = 'Decoration', | |||
costs = { | |||
}, | |||
influence = { | |||
['kingdom splendour'] = '300', | |||
tier = 'tier 5', | |||
['kingdom influence'] = '50', | |||
prosperity = '200', | |||
['bsplendour'] = '5' | |||
} | |||
}, | }, | ||
['dairy farm'] = { | ['dairy farm'] = { | ||
type = ' | type = 'Food', | ||
workers = '3 | employees = { | ||
workers = '3 Dairy Farmers', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'milk' | 'milk' | ||
| Line 376: | Line 502: | ||
['planks'] = '30', | ['planks'] = '30', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | }, | ||
maintenance = '24', | costs = { | ||
['gold coins'] = '150', | |||
maintenance = '24' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['deceptively large wood depot'] = { | ['deceptively large wood depot'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '3', | perbuilding = '3', | ||
| Line 391: | Line 521: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['drinking post'] = { | ['drinking post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 404: | Line 537: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['fisher\'s hut'] = { | ['fisher\'s hut'] = { | ||
type = ' | type = 'Food', | ||
workers = '1 | employees = { | ||
workers = '1 Fisherman', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '50', | capacity = '50', | ||
output = { | output = { | ||
| Line 419: | Line 557: | ||
construction = { | construction = { | ||
['wood'] = '20', | ['wood'] = '20', | ||
}, | }, | ||
maintenance = '2', | costs = { | ||
['gold coins'] = '10', | |||
maintenance = '2' | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
prosperity = '0', | |||
['gold coins'] = '25' | |||
} | |||
}, | }, | ||
['food stall'] = { | ['food stall'] = { | ||
type = ' | type = 'Sub-building', | ||
workers = ' | employees = { | ||
workers = 'Market Tender', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
['wood'] = '10' | ['wood'] = '10' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['forester\'s camp'] = { | ['forester\'s camp'] = { | ||
type = ' | type = 'Resource', | ||
workers = '1 | employees = { | ||
workers = '1 Forester', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
maintenance = '1' | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['frugal haystack'] = { | ['frugal haystack'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '50', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['gathering hut'] = { | ['gathering hut'] = { | ||
type = ' | type = 'Food', | ||
workers = '3 | employees = { | ||
workers = '3 Foragers', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'berries' | 'berries' | ||
| Line 473: | Line 625: | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
}, | |||
influence = '0' | influence = { | ||
prosperity = '0' | |||
} | |||
}, | }, | ||
['glass smelter'] = { | ['glass smelter'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Glass Blowers', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'quartz', | 'quartz', | ||
| Line 494: | Line 649: | ||
construction = { | construction = { | ||
['wood'] = '15', | ['wood'] = '15', | ||
}, | }, | ||
maintenance = '50', | costs = { | ||
['gold coins'] = '500', | |||
maintenance = '50' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['gold smelter'] = { | ['gold smelter'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Gold Smelters', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 516: | Line 677: | ||
['polished stone'] ='25', | ['polished stone'] ='25', | ||
['tools'] = '16', | ['tools'] = '16', | ||
}, | }, | ||
maintenance = '50', | costs = { | ||
['gold coins'] = '500', | |||
maintenance = '50' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['goods stall'] = { | ['goods stall'] = { | ||
type = ' | type = 'Sub-building', | ||
workers = '1 | employees = { | ||
workers = '1 Market Tender', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '25', | |||
maintenance = '5' | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['granary'] = { | ['granary'] = { | ||
type = ' | type = 'Logistics', | ||
workers = '4 | employees = { | ||
workers = '4 Transporters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
['wood'] = '15', | ['wood'] = '15', | ||
['stone'] = '5', | ['stone'] = '5', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
maintenance = '1' | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['granary depot'] = { | ['granary depot'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '400', | capacity = '400', | ||
perbuilding = '2', | perbuilding = '2', | ||
| Line 560: | Line 733: | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['green market tent'] = { | ['green market tent'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['cloth'] = '5', | ['cloth'] = '5', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '25', | |||
maintenance = '1' | |||
}, | |||
influence = { | |||
prosperity = '0', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['hearty haystack'] = { | ['hearty haystack'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '50', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['hop farm'] = { | ['hop farm'] = { | ||
type = ' | type = 'Food', | ||
workers = '3 | employees = { | ||
workers = '3 Hop Farmers', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'hops' | 'hops' | ||
| Line 601: | Line 783: | ||
['polished stone'] ='15', | ['polished stone'] ='15', | ||
['tools'] = '20', | ['tools'] = '20', | ||
}, | |||
costs = { | |||
['gold coins'] = '100', | |||
maintenance = '12' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | ['gold coins'] = '100' | ||
} | } | ||
}, | }, | ||
['hunter\'s hut'] = { | ['hunter\'s hut'] = { | ||
type = ' | type = 'Food', | ||
workers = '2 | employees = { | ||
workers = '2 Hunters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'boar' | 'boar' | ||
| Line 618: | Line 806: | ||
['wood'] = '20', | ['wood'] = '20', | ||
['tools'] = '2', | ['tools'] = '2', | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
['gold coins'] = '10', | |||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['iron mining camp'] = { | ['iron mining camp'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Miners', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'iron ore' | 'iron ore' | ||
| Line 636: | Line 830: | ||
['cloth'] = '3', | ['cloth'] = '3', | ||
['tools'] = '4', | ['tools'] = '4', | ||
}, | }, | ||
maintenance = '2', | costs = { | ||
['gold coins'] = '25', | |||
maintenance = '2' | |||
}, | |||
influence = { | |||
kingdom= '2', | |||
prosperity = '50' | |||
} | |||
}, | }, | ||
['iron smelter'] = { | ['iron smelter'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Iron Smelters', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'coal', | 'coal', | ||
| Line 659: | Line 858: | ||
['polished stone'] ='10', | ['polished stone'] ='10', | ||
['tools'] = '5', | ['tools'] = '5', | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
['gold coins'] = '05', | |||
maintenance = '4' | |||
}, | |||
influence = { | |||
kingdom= '2', | |||
prosperity = '50' | |||
} | |||
}, | }, | ||
['jeweller\'s workshop'] = { | ['jeweller\'s workshop'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Jewellers', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'gem', | 'gem', | ||
| Line 681: | Line 885: | ||
['polished stone'] ='40', | ['polished stone'] ='40', | ||
['tools'] = '25', | ['tools'] = '25', | ||
}, | }, | ||
maintenance = '60', | costs = { | ||
['gold coins'] = '500', | |||
maintenance = '60' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['limbing post'] = { | ['limbing post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['lumber camp'] = { | ['lumber camp'] = { | ||
type = ' | type = 'Resource', | ||
workers = '3 | employees = { | ||
workers = '3 Woodcutters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'wood' | 'wood' | ||
| Line 708: | Line 921: | ||
construction = { | construction = { | ||
['tools'] = '2', | ['tools'] = '2', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
}, | |||
influence = '0' | influence = { | ||
prosperity = '0' | |||
} | |||
}, | }, | ||
['luxury goods stall'] = { | ['luxury goods stall'] = { | ||
type = ' | type = 'Sub-building', | ||
workers = ' | employees = { | ||
workers = 'Market Tender', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '10', | capacity = '10', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
}, | }, | ||
maintenance = '20', | costs = { | ||
['gold coins'] = '50', | |||
maintenance = '20' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['manor house'] = { | ['manor house'] = { | ||
type = ' | type = 'Monument', | ||
workers = ' | employees = { | ||
workers = 'Varies', | |||
['best-Suited Class'] = 'varies' | |||
}, | |||
costs = { | |||
}, | |||
influence = { | |||
['labour splendour'] = '1', | |||
prosperity = '25' | |||
} | |||
}, | }, | ||
['market hall, city square'] = { | ['market hall, city square'] = { | ||
type = ' | type = 'City Market', | ||
workers = '8 | employees = { | ||
workers = '8 Transporters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '1200', | capacity = '1200', | ||
construction = { | construction = { | ||
| Line 749: | Line 975: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
splendour = ' | maintenance = '4' | ||
}, | |||
influence = { | |||
['labour splendour'] = '150', | |||
tier = 'tier 4', | |||
['labour influence'] = '35', | |||
prosperity = '100', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['market hall, storehouse'] = { | ['market hall, storehouse'] = { | ||
type = ' | type = 'City Market', | ||
workers = '8 | employees = { | ||
workers = '8 Transporters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '1200', | capacity = '1200', | ||
construction = { | construction = { | ||
| Line 766: | Line 999: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
splendour = ' | maintenance = '4' | ||
}, | |||
influence = { | |||
['labour splendour'] = '150', | |||
tier = 'tier 4', | |||
['labour influence'] = '35', | |||
prosperity = '100', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['modest keep'] = { | ['modest keep'] = { | ||
type = ' | employees = { | ||
type = 'Castle', | |||
['best-Suited Class'] = '[[Militiaman]]' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '30', | ['planks'] = '30', | ||
| Line 781: | Line 1,021: | ||
['tools'] = '20' | ['tools'] = '20' | ||
}, | }, | ||
maintenance = '12', | costs = { | ||
splendour = ' | maintenance = '12' | ||
}, | |||
influence = { | |||
['kingdom splendour'] = '75', | |||
tier = 'tier 3', | |||
['kingdom influence'] = '20', | |||
prosperity = '50', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['monastery'] = { | ['monastery'] = { | ||
type = ' | type = 'Monument', | ||
workers = '1 | employees = { | ||
workers = '1 Monastic Priest', | |||
['best-Suited Class'] = '[[Brother/sister]]' | |||
}, | |||
costs = { | |||
}, | |||
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', | |||
['bsplendour'] = '5' | |||
}, | |||
costs = { | |||
}, | |||
}, | }, | ||
['monastic grange'] = { | ['monastic grange'] = { | ||
type = ' | type = 'Monastery', | ||
workers = '4 | employees = { | ||
workers = '4 Transporters', | |||
['best-Suited Class'] = '[[Brother/sister]]' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
| Line 805: | Line 1,069: | ||
['stone'] = '5' | ['stone'] = '5' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
['gold coins'] = '25', | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['munching post'] = { | ['munching post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 817: | Line 1,085: | ||
['tools'] = '3' | ['tools'] = '3' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['napping post'] = { | ['napping post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 829: | Line 1,100: | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['paviour\'s yard'] = { | ['paviour\'s yard'] = { | ||
type = ' | type = 'Logistics', | ||
workers = '3 | employees = { | ||
workers = '3 Paviours', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'stone' | 'stone' | ||
| Line 845: | Line 1,121: | ||
['polished stone'] ='20', | ['polished stone'] ='20', | ||
['tools'] = '10', | ['tools'] = '10', | ||
}, | }, | ||
maintenance = '18', | costs = { | ||
['gold coins'] = '200', | |||
maintenance = '18' | |||
}, | |||
influence = { | |||
['labour splendour'] = '75', | |||
prosperity = '50' | |||
} | |||
}, | }, | ||
['red market tent'] = { | ['red market tent'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['cloth'] = '5', | ['cloth'] = '5', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '25', | |||
maintenance = '1' | |||
}, | |||
influence = { | |||
prosperity = '0', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['rustic fortified keep'] = { | ['rustic fortified keep'] = { | ||
type = ' | employees = { | ||
type = 'Castle', | |||
['best-Suited Class'] = '[[Militiaman]]' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '16', | ['planks'] = '16', | ||
| Line 874: | Line 1,157: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '7', | costs = { | ||
splendour = '2', | maintenance = '7' | ||
}, | |||
influence = { | |||
['kingdom splendour'] = '25', | |||
tier = 'tier 2', | |||
['kingdom influence'] = '5', | |||
prosperity = '10', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['rustic market tent'] = { | ['rustic market tent'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['cloth'] = '5', | ['cloth'] = '5', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '25', | |||
maintenance = '1' | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['rustic wooden keep'] = { | ['rustic wooden keep'] = { | ||
type = ' | employees = { | ||
type = 'Castle', | |||
['best-Suited Class'] = '[[Militiaman]]' | |||
}, | |||
construction = { | construction = { | ||
['planks'] = '28', | ['planks'] = '28', | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
maintenance = '4' | |||
}, | |||
influence = { | |||
['kingdom splendour'] = '1', | |||
prosperity = '25' | |||
} | |||
}, | }, | ||
['sawmill'] = { | ['sawmill'] = { | ||
type = ' | type = 'Resource', | ||
workers = '3 | employees = { | ||
workers = '3 Carpenters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
input = { | input = { | ||
'wood' | 'wood' | ||
| Line 917: | Line 1,214: | ||
['wood'] = '20', | ['wood'] = '20', | ||
['stone'] = '10', | ['stone'] = '10', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
maintenance = '1' | |||
influence = '0' | }, | ||
influence = { | |||
prosperity = '0' | |||
} | |||
}, | }, | ||
['sculpture workshop'] = { | ['sculpture workshop'] = { | ||
type = ' | type = 'Sub-building', | ||
workers = '1 | employees = { | ||
workers = '1 Master Builder', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 934: | Line 1,235: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '12', | costs = { | ||
maintenance = '12' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['serene campfire'] = { | ['serene campfire'] = { | ||
type = ' | type = 'Sub-building', | ||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 946: | Line 1,251: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['sheep farm'] = { | ['sheep farm'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Shepherds', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'wool' | 'wool' | ||
| Line 962: | Line 1,273: | ||
['stone'] = '10', | ['stone'] = '10', | ||
['tools'] = '2', | ['tools'] = '2', | ||
}, | }, | ||
maintenance = '5', | costs = { | ||
['gold coins'] = '25', | |||
maintenance = '5' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['snoring post'] = { | ['snoring post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 976: | Line 1,291: | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['spearmaker\'s hut'] = { | ['spearmaker\'s hut'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Weaponsmiths', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'wood', | 'wood', | ||
'iron' | 'iron', | ||
'coal', | |||
'steel' | |||
}, | }, | ||
output = { | output = { | ||
'spear' | 'spear', | ||
'polearm' | |||
}, | }, | ||
construction = { | construction = { | ||
| Line 996: | Line 1,319: | ||
['polished stone'] ='5', | ['polished stone'] ='5', | ||
['tools'] = '8', | ['tools'] = '8', | ||
}, | }, | ||
maintenance = '5', | costs = { | ||
['gold coins'] = '50', | |||
maintenance = '5' | |||
}, | |||
influence = { | |||
['kingdom splendour'] = '25', | |||
prosperity = '10' | |||
} | |||
}, | }, | ||
['stained glass workshop'] = { | ['stained glass workshop'] = { | ||
type = ' | type = 'Sub-building', | ||
workers = '1 | employees = { | ||
workers = '1 Master Builder', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 1,013: | Line 1,341: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '32', | costs = { | ||
maintenance = '32' | |||
}, | |||
influence = { | |||
tier = 'tier 4', | |||
prosperity = '100', | |||
['gold coins'] = '250' | |||
} | |||
}, | }, | ||
['stewing post'] = { | ['stewing post'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 1,025: | Line 1,357: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['stone cart'] = { | ['stone cart'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '4', | perbuilding = '4', | ||
| Line 1,038: | Line 1,373: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['stone crates'] = { | ['stone crates'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '1', | perbuilding = '1', | ||
| Line 1,052: | Line 1,391: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['stone rack'] = { | ['stone rack'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '1', | perbuilding = '1', | ||
| Line 1,065: | Line 1,408: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['stone rack, covered'] = { | ['stone rack, covered'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '1', | perbuilding = '1', | ||
| Line 1,078: | Line 1,425: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['stonecutter camp'] = { | ['stonecutter camp'] = { | ||
type = ' | type = 'Resource', | ||
workers = '3 | employees = { | ||
workers = '3 Miners', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'stone' | 'stone' | ||
| Line 1,093: | Line 1,446: | ||
['wood'] = '10', | ['wood'] = '10', | ||
['tools'] = '2', | ['tools'] = '2', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
}, | |||
influence = '0' | influence = { | ||
prosperity = '0' | |||
} | |||
}, | }, | ||
['stonemason hut'] = { | ['stonemason hut'] = { | ||
type = ' | type = 'Resource', | ||
workers = '1 | employees = { | ||
workers = '1 Stone Mason', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'stone' | 'stone' | ||
| Line 1,114: | Line 1,470: | ||
['cloth'] = '5', | ['cloth'] = '5', | ||
['tools'] = '8', | ['tools'] = '8', | ||
}, | }, | ||
maintenance = '8', | costs = { | ||
['gold coins'] = '25', | |||
maintenance = '8' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['swordsmith'] = { | ['swordsmith'] = { | ||
type = ' | type = 'Resource', | ||
workers = '2 | employees = { | ||
workers = '2 Weaponsmiths', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'tools', | 'tools', | ||
'iron', | 'iron', | ||
'coal' | 'coal', | ||
'steel' | |||
}, | }, | ||
output = { | output = { | ||
'shortsword' | 'shortsword', | ||
'steel sword' | |||
}, | }, | ||
construction = { | construction = { | ||
| Line 1,137: | Line 1,501: | ||
['polished stone'] ='10', | ['polished stone'] ='10', | ||
['tools'] = '8', | ['tools'] = '8', | ||
}, | }, | ||
maintenance = '5', | costs = { | ||
['gold coins'] = '40', | |||
maintenance = '5' | |||
}, | |||
influence = { | |||
['kingdom splendour'] = '25', | |||
prosperity = '10' | |||
} | |||
}, | }, | ||
['tailor\'s workshop'] = { | ['tailor\'s workshop'] = { | ||
type = ' | type = 'Goods', | ||
workers = '3 | employees = { | ||
workers = '3 Tailors', | |||
['best-Suited Class'] = '[[Citizen]]' | |||
}, | |||
input = { | input = { | ||
'cloth' | 'cloth' | ||
| Line 1,158: | Line 1,527: | ||
['stone'] = '15', | ['stone'] = '15', | ||
['tools'] = '8', | ['tools'] = '8', | ||
}, | |||
costs = { | |||
['gold coins'] = '50', | |||
maintenance = '8' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | ['gold coins'] = '50' | ||
} | } | ||
}, | }, | ||
['tavern'] = { | ['tavern'] = { | ||
type = ' | type = 'Monument', | ||
workers = ' | employees = { | ||
workers = 'Varies', | |||
['best-Suited Class'] = 'varies' | |||
}, | |||
costs = { | |||
}, | |||
influence = { | |||
['labour splendour'] = '25', | |||
tier = 'tier 2', | |||
['labour influence'] = 5, | |||
prosperity = '10' | |||
} | |||
}, | }, | ||
['tooling desk'] = { | ['tooling desk'] = { | ||
type = ' | type = 'Sub-building', | ||
perbuilding = '2', | perbuilding = '2', | ||
construction = { | construction = { | ||
| Line 1,181: | Line 1,560: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['tooling shack'] = { | ['tooling shack'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['tooling table'] = { | ['tooling table'] = { | ||
type = ' | type = 'Sub-building', | ||
perbuilding = '1', | perbuilding = '1', | ||
construction = { | construction = { | ||
| Line 1,204: | Line 1,591: | ||
['tools'] = '4' | ['tools'] = '4' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['vigilant scarecrow'] = { | ['vigilant scarecrow'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 1,216: | Line 1,607: | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
prosperity = '50', | |||
['bsplendour'] = '2' | |||
} | |||
}, | }, | ||
['village market'] = { | ['village market'] = { | ||
type = ' | type = 'Logistics', | ||
maintenance = '', | maintenance = '', | ||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['village stone bridge'] = { | ['village stone bridge'] = { | ||
type = ' | type = 'Bridge', | ||
construction = { | construction = { | ||
['planks'] = '10', | ['planks'] = '10', | ||
| Line 1,237: | Line 1,631: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['village wooden bridge'] = { | ['village wooden bridge'] = { | ||
type = ' | type = 'Bridge', | ||
construction = { | construction = { | ||
['planks'] = '10' | ['planks'] = '10' | ||
}, | }, | ||
costs = { | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
prosperity = '0', | |||
['gold coins'] = '25' | |||
} | |||
}, | }, | ||
['vineyard'] = { | ['vineyard'] = { | ||
type = ' | type = 'Monastery', | ||
workers = '3 | employees = { | ||
workers = '3 Vinegrowers', | |||
['best-Suited Class'] = '[[Brother/sister]]' | |||
}, | |||
output = { | output = { | ||
'grapes' | 'grapes' | ||
| Line 1,266: | Line 1,668: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '24', | costs = { | ||
splendour = ' | maintenance = '24' | ||
}, | |||
influence = { | |||
['clergy splendour'] = '150', | |||
tier = 'tier 4', | |||
['clergy influence'] = '35', | |||
prosperity = '100', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['warehouse'] = { | ['warehouse'] = { | ||
type = ' | type = 'Logistics', | ||
workers = '4 | employees = { | ||
workers = '4 Transporters', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
capacity = '400', | capacity = '400', | ||
construction = { | construction = { | ||
['planks'] = '15', | ['planks'] = '15', | ||
['stone'] = '10', | ['stone'] = '10', | ||
}, | }, | ||
maintenance = '2', | costs = { | ||
['gold coins'] = '10', | |||
maintenance = '2' | |||
}, | |||
influence = { | |||
tier = 'tier 1', | |||
prosperity = '0', | |||
['gold coins'] = '25' | |||
} | |||
}, | }, | ||
['warehouse depot'] = { | ['warehouse depot'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '400', | capacity = '400', | ||
perbuilding = '2', | perbuilding = '2', | ||
| Line 1,295: | Line 1,708: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
maintenance = '2', | costs = { | ||
maintenance = '2' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['weaver hut'] = { | ['weaver hut'] = { | ||
type = ' | type = 'Goods', | ||
workers = '2 | employees = { | ||
workers = '2 Weavers', | |||
['best-Suited Class'] = '[[Commoner]]' | |||
}, | |||
input = { | input = { | ||
'wool' | 'wool' | ||
| Line 1,314: | Line 1,733: | ||
['stone'] = '5', | ['stone'] = '5', | ||
['tools'] = '6', | ['tools'] = '6', | ||
}, | |||
costs = { | |||
['gold coins'] = '50', | |||
maintenance = '5' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | ['gold coins'] = '50' | ||
} | } | ||
}, | }, | ||
['well'] = { | ['well'] = { | ||
type = ' | type = 'Food', | ||
capacity = '0', | capacity = '0', | ||
output = { | output = { | ||
| Line 1,330: | Line 1,753: | ||
['wood'] = '10', | ['wood'] = '10', | ||
['stone'] = '5', | ['stone'] = '5', | ||
}, | }, | ||
costs = { | |||
['gold coins'] = '10', | |||
}, | |||
influence = '0' | influence = { | ||
prosperity = '0' | |||
} | |||
}, | }, | ||
['wheat barn'] = { | ['wheat barn'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['planks'] = '20', | ['planks'] = '20', | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['wheat cart'] = { | ['wheat cart'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['wheat farm'] = { | ['wheat farm'] = { | ||
type = ' | type = 'Food', | ||
workers = '3 | employees = { | ||
workers = '3 Farmers', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
output = { | output = { | ||
'wheat' | 'wheat' | ||
| Line 1,369: | Line 1,803: | ||
['planks'] = '20', | ['planks'] = '20', | ||
['tools'] = '4', | ['tools'] = '4', | ||
}, | }, | ||
maintenance = '4', | costs = { | ||
['gold coins'] = '25', | |||
maintenance = '4' | |||
}, | |||
influence = { | |||
tier = 'tier 3', | |||
prosperity = '50', | |||
['gold coins'] = '100' | |||
} | |||
}, | }, | ||
['windmill'] = { | ['windmill'] = { | ||
type = ' | type = 'Food', | ||
workers = '6 | employees = { | ||
workers = '6 Millers', | |||
['best-Suited Class'] = '[[Serf]]' | |||
}, | |||
input = { | input = { | ||
'wheat' | 'wheat' | ||
| Line 1,390: | Line 1,830: | ||
['stone'] = '15', | ['stone'] = '15', | ||
['tools'] = '6', | ['tools'] = '6', | ||
}, | |||
costs = { | |||
['gold coins'] = '50', | |||
maintenance = '6' | |||
}, | |||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | ['gold coins'] = '50' | ||
} | } | ||
}, | }, | ||
['winery'] = { | ['winery'] = { | ||
type = ' | type = 'Monastery', | ||
workers = '2 | employees = { | ||
workers = '2 Vintners', | |||
['best-Suited Class'] = '[[Brother/sister]]' | |||
}, | |||
input = { | input = { | ||
'grapes', | 'grapes', | ||
| Line 1,414: | Line 1,860: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
maintenance = '28', | costs = { | ||
splendour = ' | maintenance = '28' | ||
}, | |||
influence = { | |||
['clergy splendour'] = '150', | |||
tier = 'tier 4', | |||
['clergy influence'] = '35', | |||
prosperity = '100', | |||
['bsplendour'] = '1' | |||
} | |||
}, | }, | ||
['wood depot'] = { | ['wood depot'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '25', | capacity = '25', | ||
perbuilding = '3', | perbuilding = '3', | ||
| Line 1,428: | Line 1,879: | ||
['tools'] = '2' | ['tools'] = '2' | ||
}, | }, | ||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['wooden wagon'] = { | ['wooden wagon'] = { | ||
type = ' | type = 'Sub-building', | ||
capacity = '10', | capacity = '10', | ||
perbuilding = '5', | perbuilding = '5', | ||
| Line 1,440: | Line 1,893: | ||
['tools'] = '1' | ['tools'] = '1' | ||
}, | }, | ||
influence = { | |||
tier = 'tier 2', | |||
prosperity = '10', | |||
['gold coins'] = '50' | |||
} | |||
}, | }, | ||
['woodsmen tool rack'] = { | ['woodsmen tool rack'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '10', | ['wood'] = '10', | ||
| Line 1,451: | Line 1,906: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
influence = { | |||
prosperity = '10', | |||
['bsplendour'] = '3' | |||
} | |||
}, | }, | ||
['woodsmen tool rack, waterproofed'] = { | ['woodsmen tool rack, waterproofed'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['wood'] = '5', | ['wood'] = '5', | ||
| Line 1,464: | Line 1,919: | ||
['tools'] = '5' | ['tools'] = '5' | ||
}, | }, | ||
influence = { | |||
prosperity = '10', | |||
['bsplendour'] = '3' | |||
} | |||
}, | }, | ||
['workshop extension'] = { | ['workshop extension'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['planks'] = '30', | ['planks'] = '30', | ||
| Line 1,476: | Line 1,931: | ||
['tools'] = '12' | ['tools'] = '12' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 5', | |||
prosperity = '200', | |||
['gold coins'] = '500' | |||
} | |||
}, | }, | ||
['workshop tower'] = { | ['workshop tower'] = { | ||
type = ' | type = 'Sub-building', | ||
construction = { | construction = { | ||
['planks'] = '30', | ['planks'] = '30', | ||
| Line 1,488: | Line 1,947: | ||
['tools'] = '12' | ['tools'] = '12' | ||
}, | }, | ||
maintenance = '1', | costs = { | ||
maintenance = '1' | |||
}, | |||
influence = { | |||
tier = 'tier 5', | |||
prosperity = '200', | |||
['gold coins'] = '500' | |||
} | |||
} | } | ||
} | } | ||
edits