Added the Famed Vinters Cultural Tradition

Removed the vinyeards from the brewing culture and made it into its own tradition
This commit is contained in:
GoTouchSomeGrass314 2026-03-22 13:27:31 +01:00
parent 8f184cdd5f
commit 6cc09be20e
3 changed files with 86 additions and 1 deletions

View file

@ -3972,7 +3972,6 @@ tradition_brewery = {
}
parameters = {
allows_vineyards = yes
allows_brewery = yes
brewery_farming_bonus = yes
}

View file

@ -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
}
}