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.titleAnnexation Menu
542desc = qa_debug.8.descChoose 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_ttColonize 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_ttColonize 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_ttColonize 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_ttColonize 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_ttColonize the whole Capital Location Continent 大陸. Player countries will NOT be affected by it. WARNING: This effect WILL lag out the game