スクリプトエフェクト
location_pops_convert_to_muslim
定義in_game/events/religion/propagate_religion_events.txt:3
4custom_tooltip = {
5text = location_pops_convert_to_muslim.tt Target Locationに居住するPOPの1%がTarget Country Religionに改宗する
6every_pop = {
7limit = {
8religion != scope:target_country.religion
}
10split_pop = {
11religion = scope:target_country.religion
12fraction = 0.01
}
}
}