
Policy
Rotating Emperorship
To prevent any single ruler from consolidating power, the Empire enforces a rotation system that actively discourages re-election of incumbents.
Holy Roman EmpireInternational Organizationcountry modifier
Imperial VotingLawallow
Emperor Successor PreferencePolicywants propose policyModifiers
Definitionin_game/common/laws/20_hre.txt:880
881level = 1
882allow = {
}
}
886on_activate = {
}
}
889international_organization_modifier = {
890pure_tooltip_entry = pte_no_allow_self_vote
891hre_emperor_comfort_policies_counter = -1
}
893country_modifier = {
895potential_trigger = {
896custom_tooltip = {
897text = DIPLOREASON_IS_EMPEROR Is Emperor of the Holy Roman Empire
898trigger_if = {
900is_leader_of_international_organization = root
}
}
}
}
911wants_propose_policy = {
912if = {
913limit = {
914scope:recipient = {
}
}
918add = {
919desc = "POLICY_BIAS_LEADER_OPPOSES" Leader does not desire to pass this law
920value = -2000
}
}
923else = {
924subtract = {
925desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
926value = 1000
}
}
}
931wants_this_policy_bias = {
932add = {
933desc = "POLICY_BIAS_PRINCE_WANTS" Prince desires to pass this law
934value = 75
}
936if = {
936add = {
936desc = "IS_ELECTOR" Is Elector
936value = 500
}
}
}

