Событие

Purge Menu

qa_debug.5in_game/events/debug/qa_debug.txt:414

Choose which part of your society should be culled.

Определениеin_game/events/debug/qa_debug.txt:414

415type = country_event
416title = qa_debug.5.title Purge Menu
417desc = qa_debug.5.desc Choose which part of your society should be culled.
418outcome = neutral
419orphan = yes
420trigger = {
421always = no
}

Варианты

ACull the characters from my list.
426custom_tooltip = {
427text = qa_debug.5.a.tt Kill ALL Персонажи in Country
428every_character = {
429kill_character = this
}
}
BThis entire state must be purged.
436custom_tooltip = {
437text = qa_debug.5.b.tt Kill ALL Группы населения in Country
438every_owned_location = {
439every_pop = {
440add_pop_size = {
441value = pop_size
442multiply = -1
}
}
}
}
CClose Menu