Scripted Effect
location_pops_convert_to_muslim
Definitionin_game/events/religion/propagate_religion_events.txt:3
4custom_tooltip = {
5text = location_pops_convert_to_muslim.tt 1% of the Pops in Target Location will Convert to Target Country Religion
6every_pop = {
7limit = {
8religion != scope:target_country.religion
}
10split_pop = {
11religion = scope:target_country.religion
12fraction = 0.01
}
}
}