
Policy
Bicameral Imperial Diet
The Bicameral Imperial Diet expands representation by granting voting rights to ecclesiastical dignitaries and princely rulers alike, forming two chambers within the Diet.
• Standard power for Emperor, Prince-Elector, Archbishop-Elector, and Imperial Prince
• Imperial Prelate gain meaningful influence
• Free Imperial City and Imperial Peasant Republic still lack representation
Free Imperial CitySpecial Statuswants this policy bias
Imperial DietLawallow
Tricameral Imperial DietPolicywants propose policyModifiers
Definitionin_game/common/laws/20_hre.txt:2795
2796level = 3
2797allow = {
}
}
2803on_activate = {
}
}
2808country_modifier = {
2810potential_trigger = {
2811is_leader_of_international_organization = scope:recipient
}
}
2816wants_propose_policy = {
2817if = {
2818limit = {
2819scope:recipient = {
2820NOT = {
}
}
}
2823add = {
2824desc = "POLICY_BIAS_LEADER_WANTS" Leader desires to pass this law
2825value = 66
}
}
2828else = {
2829subtract = {
2830desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
2831value = 1000
}
}
}
2837wants_this_policy_bias = {
2838add = {
2839desc = "POLICY_BIAS_PRINCE_OPPOSES" Prince does not desire to pass this law
2840value = 25
}
2843if = {
2844limit = {
2844has_special_status_in_international_organization = {
2844international_organization = scope:recipient
}
}
2845add = {
2846desc = "DOES_NOTBENEFITS_US"
2847value = -100
}
}
2850if = {
2852add = {
2853desc = "DOES_NOT_BENEFITS_US" Does not benefit us
2854value = -25
}
}
}
