스크립트 효과
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에 있는 팝의 1%가 Target Country Religion(으)로 개종합니다
6every_pop = {
7limit = {
8religion != scope:target_country.religion
}
10split_pop = {
11religion = scope:target_country.religion
12fraction = 0.01
}
}
}