
Policy
Holy Roman Figurehead
The Holy Roman Empire Leader Title is no longer a monarch with power within the Holy Roman Empire. All laws and policies are now in the hands of the Imperial Diet and the Prince-Elector.
Power of the Holy Roman Empire Leader TitleLawallowModifiers
Definitionin_game/common/laws/20_hre.txt:3040
3041level = 1
3042allow = {
}
}
3047on_activate = {
}
3051type = hre_force_emperor_to_abdicate
}
}
3053on_deactivate = {
3055type = hre_force_emperor_to_abdicate
}
}
3057country_modifier = {
3059potential_trigger = {
3060is_leader_of_international_organization = scope:recipient
}
}
3065wants_propose_policy = {
3066subtract = {
3067desc = "POLICY_BIAS_LEADER_OPPOSES" Leader does not desire to pass this law
3068value = 10000
}
}
3072wants_this_policy_bias = {
3073if = {
3077add = {
3078desc = "POLICY_BIAS_PRINCE_WANTS" Prince desires to pass this law
3079value = 100
}
}
3083else = {
3085subtract = {
3086desc = "POLICY_BIAS_LEADER_OPPOSES" Leader does not desire to pass this law
3087value = 10000
}
}
}
