
Parliament Issue
Promote State Religion
Having our subjects following the religion of our state is a crucial step towards the stability of our realm. We should increase our efforts to convert our people.
SlavesPop Typeon debate passedModifiers
Definitionin_game/common/parliament_issues/04_clergy_estate_parliament_issues.txt:308
311modifier_when_in_debate = {
}
316allow = {
317religious_unity <= 0.9
}
320chance = {
321add = 1
322add = {
323if = {
324limit = {
325religious_unity <= 0.5
}
327value = 2
}
}
330multiply = {
331if = {
332limit = {
333religious_unity >= 0.8
}
335value = 0.5
}
337else = {
338value = 1
}
}
}
344on_debate_passed = {
350ordered_pop = {
351limit = {
352religion != root.religion
}
358order_by = {
359value = pop_size
360multiply = location.proximity
}
362max = 1
363check_range_bounds = no
364split_pop = {
365fraction = {
0.1
0.3
}
366religion = root.religion
}
}
}
