Event
Religious Resistance
It is proving much harder than anticipated to convert the citizens of Target Location. Although a few of them showed some clear interest in the beginning, the majority do not seem that willing to embrace a new religion.
Definitionin_game/events/religion/missionaries.txt:39
40type = country_event
41title = missionaries.2.title Religious Resistance
42desc = missionaries.2.desc It is proving much harder than anticipated to convert the citizens of Target Location. Although a few of them showed some clear interest in the beginning, the majority do not seem that willing to embrace a new religion.
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
}
}