
PolicyChanged this version
Integrated Electors
The Prince-Elector are curtailed, and one of their voting rights is transferred to the Holy Roman Empire Leader Title.
Electorate OrganizationLawallowModifiers
Definitionin_game/common/laws/20_hre.txt:1458
1459level = 5
1460allow = {
}
}
1465on_activate = {
}
1469custom_tooltip = {
1470text = integrated_electors_policy_tt The weakest Prince-Elector and the weakest Archbishop-Elector lose their positions in the Holy Roman Empire.
1471if = {
1472limit = {
1472num_countries_with_special_status(special_status:elector) >= "max_countries_with_special_status(special_status:elector)"
}
1473ordered_country_with_special_status_of_type = {
1474type = elector
1475order_by = {
1475value = country_economical_base
1475multiply = -1
}
1476check_range_bounds = no
1477max = 1
1478root = {
1478international_organization_remove_special_status = {
1478country = prev
}
}
1479if = {
1480limit = {
1480root = {
1480international_organization_has_leader = yes
}
}
1481add_opinion = {
1481target = root.leader_country
1481modifier = opinion_rescinded_electorship
}
}
}
}
1485if = {
1486limit = {
1486num_countries_with_special_status(special_status:archbishop_elector) >= "max_countries_with_special_status(special_status:archbishop_elector)"
}
1487ordered_country_with_special_status_of_type = {
1488type = archbishop_elector
1489order_by = {
1489value = country_economical_base
1489multiply = -1
}
1490check_range_bounds = no
1491max = 1
1492root = {
1492international_organization_remove_special_status = {
1492country = prev
}
}
1493if = {
1494limit = {
1494root = {
1494international_organization_has_leader = yes
}
}
1495add_opinion = {
1495target = root.leader_country
1495modifier = opinion_rescinded_electorship
}
}
}
}
}
}
1501country_modifier = {
1502potential_trigger = {
1504is_leader_of_international_organization = scope:recipient
}
}
1509international_organization_modifier = {
1511potential_trigger = {
}
1514hre_emperor_comfort_policies_counter = 1
1515hre_max_elector = -2
1516hre_max_archbishop_elector = -2
}
1518international_organization_modifier = {
1520potential_trigger = {
}
1523hre_emperor_comfort_policies_counter = 1
1524hre_max_elector = 3
1525hre_max_archbishop_elector = -3
}
1528wants_propose_policy = {
1529add = {
1530desc = "POLICY_BIAS_LEADER_WANTS" Leader desires to pass this law
1531value = 250
}
}
1536wants_this_policy_bias = {
1537add = {
1538desc = "POLICY_BIAS_PRINCE_OPPOSES" Prince does not desire to pass this law
1539value = -150
}
1542if = {
1544add = {
1545desc = "IS_ELECTOR" Is Elector
1546value = -250
}
}
1552add = {
1553desc = "LEVEL_OF_EMPEROR_COMFORT_REFORMS" Level of Emperor Comfort Reforms
1554value = 10
1555multiply = scope:recipient.modifier:hre_emperor_comfort_policies_counter
1556multiply = -1
}
}
