イベント
宣教活動
わが国の神学者たちが、宣教活動に十分な資金が投入されていないと訴えている。現在の宣教師の数では、Target Locationの全人口を改宗させることはほぼ不可能である。
定義in_game/events/religion/missionaries.txt:216
217type = country_event
218title = missionaries.8.title 宣教活動
219desc = missionaries.8.desc わが国の神学者たちが、宣教活動に十分な資金が投入されていないと訴えている。現在の宣教師の数では、Target Locationの全人口を改宗させることはほぼ不可能である。
220outcome = neutral
221trigger = {
222any_non_state_religion_location = {
223monthly_conversion > 0
}
}
226immediate = {
227ordered_non_state_religion_location = {
228limit = {
228monthly_conversion > 0
}
229order_by = location_tax_base
230max = 1
232save_scope_as = target_location
}
}