361title = qa_debug.4002.titleConversion Menu - Culture
362desc = qa_debug.4002.descWhich pops shall be culturally converted?
363outcome = neutral
Варианты
AConvert all of my pops!
368custom_tooltip = qa_debug_change_all_pops_culture_ttEvery owned province's culture will be converted to Culture
369hidden_effect = {
370every_owned_location = {
371every_pop = {
372change_pop_culture = root.culture
}
}
}
BConvert all who are not accepted!
380custom_tooltip = qa_debug_change_all_unaccepted_pops_culture_ttEvery owned province, which does NOT have an Accepted Culture will be culturally converted to Culture
381hidden_effect = {
382every_owned_location = {
383every_pop = {
384limit = {
385NOT = {
385culture = {
385is_accepted_in = root
}
}
}
387change_pop_culture = root.culture
}
}
}
CConvert all the accepted ones!
395custom_tooltip = qa_debug_change_all_accepted_pops_culture_ttEvery owned province, which has an Accepted Culture will be culturally converted to Culture