
Policy
Tricameral Imperial Diet
With the Tricameral Imperial Diet, Free Imperial City finally gain a decisive voice. The Imperial Diet now consists of three chambers — ecclesiastical, princely, and civic — reflecting a more inclusive balance of power.
• Balanced power among Emperor, Prince-Elector, Archbishop-Elector, Imperial Prince, Free Imperial City, and minor theocratic roles
• Imperial Peasant Republic gain the highest influence here
• Most inclusive form of the Diet
Free Imperial CitySpecial Statuswants this policy bias
Imperial DietLawallowModifiers
Definitionin_game/common/laws/20_hre.txt:2862
2863level = 4
2864allow = {
}
}
2870on_activate = {
}
}
2876country_modifier = {
2878potential_trigger = {
2879is_leader_of_international_organization = scope:recipient
}
}
2884wants_propose_policy = {
2885add = {
2886desc = "POLICY_BIAS_LEADER_WANTS" Leader desires to pass this law
2887value = 66
}
2890if = {
2891limit = {
2892scope:recipient = {
2893NOT = {
}
}
}
2896add = {
2897desc = "POLICY_BIAS_LEADER_WANTS" Leader desires to pass this law
2898value = 66
}
}
2901else = {
2902subtract = {
2903desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
2904value = 1000
}
}
}
2909wants_this_policy_bias = {
2910add = {
2911desc = "POLICY_BIAS_PRINCE_OPPOSES" Prince does not desire to pass this law
2912value = -33
}
2915if = {
2916limit = {
2916has_special_status_in_international_organization = {
2916international_organization = scope:recipient
}
}
2917add = {
2918desc = "BENEFITS_US" Benefits us
2919value = 1000
}
}
2922if = {
2924add = {
2925desc = "DOES_NOT_BENEFITS_US" Does not benefit us
2926value = -50
}
}
}
