
Parliament IssueChanged this version
Sponsor a Cathedral
Our governance will be forever revered if we construct a cathedral to celebrate our faith in one of our most prominent towns.
CathedralAdvanceallow
CathedralBuildingallow, on debate passed
CityLocation Rankallow, on debate passed
MegalopolisLocation Rankallow, on debate passed
TownLocation Rankallow, on debate passedModifiers
Definitionin_game/common/parliament_issues/04_clergy_estate_parliament_issues.txt:89
92modifier_when_in_debate = {
}
96allow = {
98any_owned_location = {
100OR = {
}
}
}
108chance = {
109add = 1
110add = {
111if = {
112limit = {
113societal_value:spiritualist_vs_humanist < -30
}
115value = 2
}
}
119add = {
120if = {
121limit = {
122total_effective_building_levels:cathedral < 1
}
124value = 4
}
}
127multiply = {
128if = {
129limit = {
130societal_value:spiritualist_vs_humanist > 30
}
132value = 0.5
}
134else = {
135value = 1
}
}
}
140on_debate_passed = {
141ordered_owned_location = {
142order_by = {
143value = population
144if = {
145limit = {
}
146multiply = 5
}
}
149max = 1
150limit = {
152OR = {
}
}
158construct_building = {
160cost_multiplier = 0.5
161cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}
