
Law
Diplomatic Liberties
As the Union is led from a single throne, so comes the question of how the diplomacy of the Union shall be handled.
The matters of warfare, though, are nonetheless in the hands of the Estates of our union partners.
UnionInternational Organizationpotential
Economy of the UnionLawallow
Aligned LegislaturePolicylockedPolicies 2
Definitionin_game/common/laws/40_personal_unions.txt:389
390type = international_organization
391law_category = centralization
392custom_tags = {
forbids_no_policy
}
396allow = {
397international_organization_lifetime >= 30
}
401locked = {
}
406union_unified_external_diplomacy_policy = {
407allow = {
408is_same_ruler_personal_union = yes
409has_active_senior_partner = yes
410international_organization_has_policy = policy:union_unified_treasury_policy
}
412on_activate = {
413on_union_policy_change_effect = yes
414change_union_integration_level = {
414value = 1
}
}
416on_deactivate = {
417change_union_integration_level = {
417value = -1
}
}
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 = {
427type = special_status:senior_partner
428international_organization = scope:recipient
}
}
}
432country_modifier = {
433potential_trigger = {
434has_special_status_in_international_organization = {
435type = special_status:senior_partner
436international_organization = union
}
}
439diplomatic_reputation = 1
}
441country_modifier = {
442potential_trigger = {
443NOT = {
444has_special_status_in_international_organization = {
445type = special_status:senior_partner
446international_organization = union
}
}
}
450war_no_cb_cost_modifier = 0.25
451aggressiveness_modifier = -0.75
452carefulness_modifier = 0.5
}
454wants_propose_policy = {
455if = {
456limit = {
457scope:recipient = {
458country_is_senior_partner = {
458country = root
}
}
}
461add = {
462desc = "VOTE_BASE_VALUE"
463value = 50
}
}
466else = {
467add = {
468desc = "VOTE_BASE_VALUE"
469value = -50
}
}
}
473wants_this_policy_bias = {
474add = union_member_opinion_on_centralization
}
476wants_keep_policy = {
477if = {
478limit = {
479scope:recipient = {
480country_is_senior_partner = {
480country = root
}
}
}
483add = {
484desc = "VOTE_IS_SENIOR_PARTNER"
485value = 1000
}
}
488else = {
489subtract = {
490desc = "VOTE_IS_JUNIOR_PARTNER"
491value = 25
}
}
494add = {
495desc = "VOTE_CONSERVATIVE_CLIMATE"
496value = 50
}
}
}
500union_organized_diplomats_policy = {
501on_activate = {
502on_union_policy_change_effect = yes
}
504country_modifier = {
505diplomatic_capacity_modifier = 0.1
506monthly_diplomats = 0.1
507max_diplomats = 1
}
509wants_this_policy_bias = {
510add = union_member_opinion_on_maintain
}
512wants_keep_policy = {
513add = {
514desc = "VOTE_CONSERVATIVE_CLIMATE"
515value = 50
}
}
}