Which pops shall be religiously converted?
定义in_game/events/debug/qa_debug.txt:308
309type = country_event
310title = qa_debug.4001.title Conversion Menu - Religion
311desc = qa_debug.4001.desc Which pops shall be religiously converted?
312outcome = neutral
选项
AConvert all of my pops!
317custom_tooltip = qa_debug_convert_all_pops_tt Every owned pop will be religiously converted to Religion
BOnly the Heretics shall be converted!
323custom_tooltip = qa_debug_convert_all_heretic_pops_tt Every owned Heretic pop will be religiously converted to Religion
324hidden_effect = {
325every_owned_location = {
326every_pop = {
327limit = {
328religion.group = root.religion.group
329NOT = {
329religion = root.religion
}
}
331change_pop_religion = root.religion
}
}
}
CThe Heathens shall be converted!
339custom_tooltip = qa_debug_convert_all_heathens_pops_tt Every owned Heathen pop will be religiously converted to Religion
340hidden_effect = {
341every_owned_location = {
342every_pop = {
343limit = {
344NOT = {
344religion.group = root.religion.group
}
345NOT = {
345religion = root.religion
}
}
347change_pop_religion = root.religion
}
}
}