事件
宗教抵抗
事实证明,转化Target Location民众的信仰比预想地要艰难得多。虽然有小部分人对新的信仰抱有兴趣,但大多数人还是不愿接受新信仰。
定义in_game/events/religion/missionaries.txt:39
40type = country_event
41title = missionaries.2.title 宗教抵抗
42desc = missionaries.2.desc 事实证明,转化Target Location民众的信仰比预想地要艰难得多。虽然有小部分人对新的信仰抱有兴趣,但大多数人还是不愿接受新信仰。
43outcome = neutral
44trigger = {
46any_non_state_religion_location = {
47monthly_conversion > 0
48is_core_of = root
50any_neighbor_location = {
51owner ?= root
52dominant_religion = owner.religion
}
}
}
56immediate = {
57random_non_state_religion_location = {
58limit = {
59monthly_conversion > 0
60is_core_of = root
62any_neighbor_location = {
63owner ?= root
64dominant_religion = owner.religion
}
}
67save_scope_as = target_location
}
}