Communal Settlement building + more CoA

Added the Communal Settlement building - tied it to the communal possesions tenet !!!Missing localization and the error message when its disabled doesent work!!!
Also added CoA for Imperial Silesia, Ostrava
This commit is contained in:
GoTouchSomeGrass314 2026-03-28 14:22:53 +01:00
parent 092d41d14e
commit 4a374f1881
13 changed files with 433 additions and 19 deletions

View file

@ -980,4 +980,20 @@ building_vineyards_requirement = {
terrain = hills
}
}
}
building_communal_settlement_requirement = {
OR = {
scope:holder.faith = {
has_doctrine_parameter = allows_communal_settlement
}
root.faith = {
has_doctrine_parameter = allows_communal_settlement
}
root.culture = {
has_cultural_parameter = allows_communal_settlement
}
}
}