Merge branch 'main' into Minority-Community-Branch

This commit is contained in:
Fishedotjpg 2026-03-02 00:40:46 +00:00
commit 7d67966aed
85 changed files with 7759 additions and 3619 deletions

View file

@ -950,4 +950,15 @@ building_leclerc_dyeworks_requirement_terrain = {
this.barony = title:b_lyon
this.barony = title:b_roanne
}
}
building_vineyards_requirement = {
AND = {
root.culture = { has_cultural_parameter = allows_vineyards }
OR = {
terrain = farmlands
terrain = plains
terrain = hills
}
}
}

View file

@ -92,5 +92,5 @@ has_mandala_faith_trigger = {
faith = { has_doctrine_parameter = unreformed }
}
}
#faith = { has_doctrine = doctrine_polytheist }
faith = { has_doctrine = doctrine_polytheist }
}