Added the Vinyeards line of buildings
For now, they are tied to the Brewing Culture tradition, but this might (and probably will) change in the future.
This commit is contained in:
parent
d39a7fd386
commit
f316d8d724
8 changed files with 470 additions and 12 deletions
|
|
@ -499,4 +499,23 @@
|
|||
building_leclerc_dyeworks_02:1 "Leclerc Dyehouse"
|
||||
building_leclerc_dyeworks_02_desc:1 "A centre of production, where the collected titanium rust is stored and used in the making of Leclerc White by master unionsmen and their apprentices."
|
||||
building_leclerc_dyeworks_03:1 "Leclercier Union Hall"
|
||||
building_leclerc_dyeworks_03_desc:1 "The local headquarters of the Leclercier Union in the region, which oversees product quality, tax collection and the continued training of new masters."
|
||||
building_leclerc_dyeworks_03_desc:1 "The local headquarters of the Leclercier Union in the region, which oversees product quality, tax collection and the continued training of new masters."
|
||||
|
||||
building_type_vineyards_01:1 "Vineyards"
|
||||
building_type_vineyards_01_desc:0 "$building_vineyards_01_desc$"
|
||||
building_vineyards_01:1 "Small Vineyard"
|
||||
building_vineyards_01_desc:0 "A small plantation of grape-bearing vines produces rough wine for the surrounding settlements."
|
||||
building_vineyards_02:1 "Small Winepresses"
|
||||
building_vineyards_02_desc:0 "Many small wine presses are installed to replace manual labor with quicker and more efficient machinery."
|
||||
building_vineyards_03:1 "Fermenting Vats"
|
||||
building_vineyards_03_desc:0 "The more the wine ferments, the richer the flavor. Many fermenting vats and barrels were made to further improve the winemaking process."
|
||||
building_vineyards_04:1 "Large Vineyard"
|
||||
building_vineyards_04_desc:0 "A large plantation of grape-bearing vines, that produces not only rough and fine wine but also other grape products. "
|
||||
building_vineyards_05:1 "Large Winepresses"
|
||||
building_vineyards_05_desc:0 "Many large wine presses are installed to further speed up the process of pressing grapes into rough wine."
|
||||
building_vineyards_06:1 "Specialized Coopers"
|
||||
building_vineyards_06_desc:0 "With the production growing, the surrounding wineries needed more barrels to age their wine. This attracted many talented coopers to the region, creating several cooper Unions."
|
||||
building_vineyards_07:1 "Massive Vineyard"
|
||||
building_vineyards_07_desc:0 "A massive plantation of grape-bearing vines, which stretches for miles across the surrounding lands, covering massive amount of space."
|
||||
building_vineyards_08:1 "Massive Winepresses"
|
||||
building_vineyards_08_desc:0 "In many wineries, a massive wine press was installed to press thousands of grapes in seconds, speeding up the whole process."
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@
|
|||
|
||||
life_is_a_joke_trait_same_culture_opinion:0 "Opinion of [gregarious|E], [cynical|E], [fickle|E], and [eccentric|E] characters"
|
||||
|
||||
allows_vineyards:1 "Unlocks the #color_white $building_type_vineyards_01$#! line of [buildings|E]"
|
||||
culture_parameter_allows_vineyards:0 "$allows_vineyards$"
|
||||
|
||||
# MAA Unlocks
|
||||
culture_parameter_unlock_maa_handgonners:0 "Can recruit [GetMaA('handgonners').GetName] as [men_at_arms|E]"
|
||||
culture_parameter_unlock_maa_kuhjung:0 "Can recruit [GetMaA('cowboys').GetName] as [men_at_arms|E]"
|
||||
Loading…
Add table
Add a link
Reference in a new issue