
Policy
Improved Imperial Authority
The authority of the Holy Roman Empire Leader Title is vastly expanded, allowing them to enforce policies in the Imperial Diet for the betterment of the Holy Roman Empire.
Power of the Holy Roman Empire Leader TitleLawallow
Revoke PrivilegiaPolicywants propose policyModifiers
Definitionin_game/common/laws/20_hre.txt:3141
3142level = 3
3143allow = {
}
}
3149on_activate = {
}
}
3153country_modifier = {
3154potential_trigger = {
3156is_leader_of_international_organization = scope:recipient
}
}
3161international_organization_modifier = {
3162imperial_ban_allowed = yes
3163allow_overrule_imperial_diet = yes
}
3166wants_propose_policy = {
3167if = {
3168limit = {
3169scope:recipient = {
}
}
3173add = {
3174desc = "POLICY_EMPEROR_WANTS" Emperor Wants this Policy
3175value = 100
}
}
3178else = {
3179subtract = {
3180desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
3181value = 1000
}
}
}
3187wants_this_policy_bias = {
3188add = {
3189desc = "POLICY_PRINCE_OPPOSES" Princes Oppose to Policy
3190value = -100
}
}

