
Policy
Unified External Diplomacy
The diplomatic affairs of the Union are centralized in the Senior Partner, while the other members are limited in their foreign diplomacy. The matters of warfare, however, are still in the hands of the Estates, even though now they are significantly more incentivized to take less risks in their endeavors.
Unified TreasuryPolicyallowModifiers
Country modifier 1
Country modifier 2
Definitionin_game/common/laws/40_personal_unions.txt:406
407allow = {
}
412on_activate = {
}
419international_organization_modifier = {
420union_integration_level = 1
421union_allowed_enforce_peace = yes
422union_unlock_rein_in_junior_diplomacy = yes
}
424has_limited_diplomacy = {
425NOT = {
426has_special_status_in_international_organization = {
428international_organization = scope:recipient
}
}
}
432country_modifier = {
433potential_trigger = {
434has_special_status_in_international_organization = {
436international_organization = union
}
}
}
441country_modifier = {
442potential_trigger = {
443NOT = {
444has_special_status_in_international_organization = {
446international_organization = union
}
}
}
}
454wants_propose_policy = {
455if = {
461add = {
462desc = "VOTE_BASE_VALUE" Base Value
463value = 50
}
}
466else = {
467add = {
468desc = "VOTE_BASE_VALUE" Base Value
469value = -50
}
}
}
476wants_keep_policy = {
477if = {
483add = {
484desc = "VOTE_IS_SENIOR_PARTNER" Is Senior Partner of Recipient
485value = 1000
}
}
488else = {
489subtract = {
490desc = "VOTE_IS_JUNIOR_PARTNER" Is Junior Partner of Recipient
491value = 25
}
}
494add = {
495desc = "VOTE_CONSERVATIVE_CLIMATE" Conservative Climate in Recipient
496value = 50
}
}



