
Law
Economy of the Union
One monarch might rule over multiple thrones, yet the members of the Union are very separated in their economy. This law shall bring all of them closer to each other.
UnionInternational Organizationpotential
Codified InheritanceLawallow
Unified External DiplomacyPolicylockedPolicies 2
Definitionin_game/common/laws/40_personal_unions.txt:285
286type = international_organization
287law_category = centralization
288custom_tags = {
forbids_no_policy
}
292allow = {
293international_organization_lifetime >= 20
}
297locked = {
}
302union_unified_treasury_policy = {
303allow = {
304is_same_ruler_personal_union = yes
305has_active_senior_partner = yes
306international_organization_has_policy = policy:union_senior_succession_law
}
308payments_implemented = {
union_contribution
}
309on_activate = {
310on_union_policy_change_effect = yes
311change_union_integration_level = {
311value = 1
}
}
313on_deactivate = {
314change_union_integration_level = {
314value = -1
}
}
316international_organization_modifier = {
317union_integration_level = 1
}
319country_modifier = {
320country_cabinet_efficiency = 0.05
}
322wants_propose_policy = {
323if = {
324limit = {
325scope:recipient = {
326country_is_senior_partner = {
326country = root
}
}
}
329add = {
330desc = "VOTE_BASE_VALUE"
331value = 50
}
}
334else = {
335add = {
336desc = "VOTE_BASE_VALUE"
337value = -50
}
}
}
341wants_this_policy_bias = {
342add = union_member_opinion_on_centralization
}
344wants_keep_policy = {
345if = {
346limit = {
347scope:recipient = {
348country_is_senior_partner = {
348country = root
}
}
}
351add = {
352desc = "VOTE_IS_SENIOR_PARTNER"
353value = 1000
}
}
356else = {
357subtract = {
358desc = "VOTE_IS_JUNIOR_PARTNER"
359value = 25
}
}
362add = {
363desc = "VOTE_CONSERVATIVE_CLIMATE"
364value = 50
}
}
}
369union_cooperative_investment_policy = {
370on_activate = {
371on_union_policy_change_effect = yes
}
373can_build_buildings_in_members = yes
374can_build_roads_in_members = yes
375can_build_rgos_in_members = yes
376wants_this_policy_bias = {
377add = union_member_opinion_on_maintain
}
379wants_keep_policy = {
380add = {
381desc = "VOTE_CONSERVATIVE_CLIMATE"
382value = 50
}
}
}