Establecer posición dominante
PolíticaCambiado en esta versión

Establecer posición dominante

union_establish_seniority_policyin_game/common/laws/40_personal_unions.txt:17

La Unión solo puede mantenerse unificada en caso de haber un solo trono. Designar al socio principal de la Unión también determinará el trono que la representará en su conjunto.

Requierepre_selected_senior_partnerVariableon activate

Definiciónin_game/common/laws/40_personal_unions.txt:17

18allow = {
}
21has_parliament = yes
22propose_effect = {
23scope:recipient ?= {
24ordered_international_organization_member = {
25order_by = country_economical_base
26max = 1
27check_range_bounds = no
28save_scope_as = best_senior_partner_candidate
}
30if = {
31limit = {
31exists = scope:best_senior_partner_candidate
}
32set_variable = {
34value = scope:best_senior_partner_candidate
}
}
}
}
39on_activate = {
40custom_tooltip = union_senior_partner_policy_at Activa los estatus especiales Socio principal y Socio menor
42if = {
43limit = {
43NOT = {
}
}
44custom_tooltip = union_senior_partner_policy_tt Country With Highest Great Power se convierte en Socio principal (el país se selecciona por tener la mayor cantidad de Great Power Score de la Unión).
}
46else = {
47custom_tooltip = union_senior_partner_policy_specific_tt Pre Selected Senior Partner Country se convierte en Socio principal
}
49set_parliament_type = parliament_type:union_royal_assembly
50custom_tooltip = union_unlocks_independence_casus_belli_tt Desbloquea el Casus Belli Independencia de la unión por cada Socio menor que sea más débil que el Socio principal
51custom_tooltip = union_unlocks_war_for_seniority_casus_belli_tt Desbloquea el Casus Belli Guerra por antigüedad por cada Socio menor que sea igual o más fuerte que el Socio principal
}
53wants_propose_policy = {
54if = {
55limit = {
56union = scope:recipient
}
}
58add = {
59desc = "POLICY_WOULD_BECOME_LEADER_OF_ORGANIZATION" Sería líder de la organización
60value = 1000
}
}
63else = {
64add = {
65desc = "VOTE_BASE_VALUE" Valor base
66value = -50
}
}
}
70wants_this_policy_bias = {
71add = {
72desc = "VOTE_BASE_VALUE" Valor base
73value = -50
}
75if = {
76limit = {
76union = scope:recipient
}
}
77add = {
78desc = "POLICY_WOULD_BECOME_LEADER_OF_ORGANIZATION" Sería líder de la organización
79value = 1000
}
}
82else_if = {
83limit = {
84union = scope:recipient
}
85exists = scope:likely_senior_partner
}
87add = {
88desc = "POLICY_DIP_REP_OF_FUTURE_LEADER" Diplomatic Reputation de Likely Senior Partner
89value = scope:likely_senior_partner.modifier:diplomatic_reputation
90multiply = 3
}
92add = {
93desc = "POLICY_OPINION_OF_FUTURE_LEADER" Opinion de Likely Senior Partner
94value = "root.opinion(scope:likely_senior_partner)"
}
96if = {
97limit = {
97scope:recipient.total_members > 1
}
98add = {
99desc = "POLICY_POWER_COMPARISON_OF_FUTURE_LEADER" Great Power Score de Likely Senior Partner en comparación con la media
100value = {
101value = 0
102scope:recipient = {
103every_international_organization_member = {
104limit = {
104NOT = {
104this = scope:likely_senior_partner
}
}
105add = country_economical_base
}
}
108divide = {
109value = scope:recipient.total_members
110subtract = 1
}
112subtract = scope:likely_senior_partner.country_economical_base
113multiply = -1
}
}
}
}
}
119wants_keep_policy = {
120if = {
121limit = {
122scope:recipient = {
123country = root
}
}
}
126add = {
127desc = "VOTE_IS_SENIOR_PARTNER" Es Socio principal de: Recipient
128value = 1000
}
}
131else = {
132subtract = {
133desc = "VOTE_IS_JUNIOR_PARTNER" Es Socio menor de: Recipient
134value = 25
}
}
}
© 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