Compare commits
2 commits
9d13235f28
...
038fa1754e
| Author | SHA1 | Date | |
|---|---|---|---|
| 038fa1754e | |||
| 6cc09be20e |
3 changed files with 86 additions and 1 deletions
|
|
@ -3972,7 +3972,6 @@ tradition_brewery = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
allows_vineyards = yes
|
||||
allows_brewery = yes
|
||||
brewery_farming_bonus = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -890,4 +890,88 @@ tradition_life_is_just_a_joke = {
|
|||
ai_will_do = {
|
||||
value = 100
|
||||
}
|
||||
}
|
||||
|
||||
tradition_wine_culture = {
|
||||
category = regional
|
||||
|
||||
layers = {
|
||||
0 = diplo
|
||||
1 = western
|
||||
4 = food.dds
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_south_slavic
|
||||
has_cultural_pillar = heritage_magyar
|
||||
has_cultural_pillar = heritage_west_slavic
|
||||
has_cultural_pillar = heritage_greek
|
||||
has_cultural_pillar = heritage_italian
|
||||
has_cultural_pillar = heritage_french
|
||||
has_cultural_pillar = heritage_central_germanic
|
||||
has_cultural_pillar = heritage_hispanic
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
allows_vineyards = yes
|
||||
brewery_farming_bonus = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
prestige = {
|
||||
add = {
|
||||
value = tradition_base_cost
|
||||
desc = BASE
|
||||
format = "BASE_VALUE_FORMAT"
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
culture_pillar:ethos_spiritual = { is_in_list = traits }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = tradition_incompatible_ethos_penalty
|
||||
desc = not_spiritual_desc
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
any_culture_county = {
|
||||
count >= 5
|
||||
any_county_province = {
|
||||
OR = {
|
||||
has_building_or_higher = farm_estates_01
|
||||
has_building_or_higher = cereal_fields_01
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = tradition_unfulfilled_criteria_penalty
|
||||
desc = culture_in_farm_or_mansion_count_desc
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture_tradition_reduction_trigger = { TRADITION = tradition_brewery }
|
||||
}
|
||||
multiply = {
|
||||
value = 0.5
|
||||
desc = inspired_by_culture_desc
|
||||
}
|
||||
}
|
||||
|
||||
multiply = tradition_replacement_cost_if_relevant
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
}
|
||||
}
|
||||
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
allows_vineyards:1 "Unlocks the #color_white $building_type_vineyards_01$#! line of [buildings|E]"
|
||||
culture_parameter_allows_vineyards:0 "$allows_vineyards$"
|
||||
tradition_wine_culture_name:0 "Famed Vintners"
|
||||
tradition_wine_culture_desc:1 "Practice of growing grapes and turning it into wine has been in this culture for generations. Creating long and stretchy vineyards all around the countryside, to create all kinds of wine."
|
||||
|
||||
# MAA Unlocks
|
||||
culture_parameter_unlock_maa_handgonners:0 "Can recruit [GetMaA('handgonners').GetName] as [men_at_arms|E]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue