Событие

Conversion Menu - Religion

qa_debug.4001in_game/events/debug/qa_debug.txt:308

Which pops shall be religiously converted?

Цепочка событий

Каждое событие запускается тем, под которым оно вложено; строка под ним указывает, какой выбор к нему ведёт и когда.

  1. Conversion Menu
  2. Conversion Menu - Religion
    ↳ Вариант A «Religion» · сразу
  3. Conversion Menu - Culture
    ↳ Вариант B «Culture» · сразу

Определение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
}
}
}
DClose Menu