Событие

Annexation Menu

qa_debug.8in_game/events/debug/qa_debug.txt:539

Choose if you want to fully colonize / annex your home area / region / subcontinent / continent.
WARNING: Colonizing the whole continent might lag out the game.

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

540type = country_event
541title = qa_debug.8.title Annexation Menu
542desc = qa_debug.8.desc Choose if you want to fully colonize / annex your home area / region / subcontinent / continent.
WARNING: Colonizing the whole continent might lag out the game.
543outcome = neutral
544orphan = yes
545trigger = {
546always = no
}
548immediate = {
549capital = {
550save_scope_as = capital_location
}
}

Варианты

AAll I need is the province.
556custom_tooltip = {
557text = qa_debug_annex_province_tt Colonize the whole Capital Location Province Definition Разграниченная провинция. Player countries will NOT be affected by it.
WARNING: This effect might desync the game
558capital.province_definition = {
559every_location_in_province_definition = {
560limit = {
561NOT = {
561owner ?= root
}
562is_ownable = yes
}
564change_location_owner = root
565add_core = root
}
}
}
BThe area will suffice.
573custom_tooltip = {
574text = qa_debug_annex_area_tt Colonize the whole Capital Location Area Область. Player countries will NOT be affected by it.
WARNING: This effect might desync the game
575capital.area = {
576every_location_in_area = {
577limit = {
578NOT = {
578owner ?= root
}
579is_ownable = yes
}
581change_location_owner = root
582add_core = root
}
}
}
CI just want my home region under my control.
590custom_tooltip = {
591text = qa_debug_annex_region_tt Colonize the whole Capital Location Region Регион. Player countries will NOT be affected by it.
WARNING: This effect might desync the game
592capital.region = {
593every_location_in_region = {
594limit = {
595NOT = {
595owner ?= root
}
596is_ownable = yes
}
598change_location_owner = root
599add_core = root
}
}
}
DTake the whole subcontinent.
607custom_tooltip = {
608text = qa_debug_annex_sub_continent_tt Colonize the whole Capital Location Sub Continent Макрорегион. Player countries will NOT be affected by it.
WARNING: This effect might desync the game
609capital.sub_continent = {
610every_location_in_sub_continent = {
611limit = {
612is_ownable = yes
613NOT = {
613owner ?= root
}
}
615change_location_owner = root
616add_core = root
}
}
}
EGive me the whole continent!
624custom_tooltip = {
625text = qa_debug_annex_continent_tt Colonize the whole Capital Location Continent Континент. Player countries will NOT be affected by it.
WARNING: This effect WILL lag out the game
626capital.continent = {
627every_location_in_continent = {
628limit = {
629NOT = {
629owner ?= root
}
630is_ownable = yes
}
632change_location_owner = root
633add_core = root
}
}
}
FClose Menu