Iniciar guerra colonial
Interacción nacional

Iniciar guerra colonial

start_war_in_colonyin_game/common/country_interactions/start_war_in_colony.txt:1

Solicitamos que vayan a la guerra con Target.

RequiereNación colonialTipo de súbditoselect trigger 1, select trigger 2

Definiciónin_game/common/country_interactions/start_war_in_colony.txt:1

2category = CATEGORY_SUBJECT_ACTIONS
3type = subject
5potential = {
6scope:actor = {
7country_type = location
}
}
11allow = {
}
14ai_tick = never
16select_trigger = {
17looking_for_a = country
18interaction_source_list = {
19scope:actor = {
20every_subject = {
21add_to_list = source
}
}
}
25target_flag = recipient
26name = "choose_country" Elige el Country:
27column = {
28data = name
}
30visible = {
31country_type = location
32is_subject_type = colonial_nation
}
34enabled = {
35at_war = no
36subject_loyalty >= MIN_SUBJECT_LOYALTY_FOR_ACTION (50)
}
}
42select_trigger = {
43looking_for_a = country
44target_flag = target
45interaction_source_list = {
46scope:recipient = {
47every_neighbor_country = {
48limit = {
49is_rebel_country = no
}
51add_to_list = source
}
}
}
55name = "start_war_in_colony_SELECT_COUNTRY_TITLE" Selecciona el Country contra el que Recipient debe ir a la War:
56none_available_msg_key = "start_war_in_colony_no_countries"
57column = {
58data = name
}
60column = {
61data = population
}
63visible = {
64scope:recipient = {
65not = {
66has_truce_with = root
}
}
69OR = {
70is_subject_type = colonial_nation
71power_projection < scope:recipient.power_projection
}
}
}
76effect = {
77if = {
78limit = {
79exists = scope:target
}
81scope:recipient = {
82declare_war_with_cb = {
83target = scope:target
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. Todos los derechos reservados. Proyecto no oficial de fans, sin afiliación con Paradox Interactive. Contenido del juego © Paradox Interactive. Acerca de · Privacidad · Aviso legal