
尽管国家已经在全力地铲除异端,但我们一些省份的民众仍旧顽固地忠于他们的信仰,抵制我们的国教。
定义in_game/events/disaster/religious_turmoil.txt:38
39type = country_event
40category = disaster_event
41title = religious_turmoil.3.title 异端不断增加
42desc = religious_turmoil.3.desc 尽管国家已经在全力地铲除异端,但我们一些省份的民众仍旧顽固地忠于他们的信仰,抵制我们的国教。
43outcome = neutral
47image = "gfx/interface/illustrations/disaster/religious_turmoil.dds"
选项
A驱逐他们
52custom_tooltip = religious_turmoil.3.a.tt 一些非Religion人群失去pop satisfaction mild penalty人群满意度。
53hidden_effect = {
54ordered_owned_location = {
55order_by = population
56limit = {
57local_religious_unity < 1.0
}
59max = {
60value = 1
61add = {
62value = root.num_provinces
63multiply = 0.2
}
}
66check_range_bounds = no
67every_pop = {
68limit = {
69owner = root
70religion != root.religion
}
}
}
}