
LawChanged this version
Imperial Succession
The succession of the Holy Roman Empire is a delicate matter. The right of succession to the Imperial Throne is prescribed in the Imperial Laws.
Holy Roman EmpireInternational OrganizationpotentialPolicies 2
Definitionin_game/common/laws/20_hre.txt:753
754law_category = elector
755type = international_organization
756potential = {
}
763custom_tags = {
forbids_no_policy
}
764locked = {
765custom_description = {
}
}
771hre_agnatic_succession_policy = {
772allow = {
773has_currency_to_vote_for_law = {
773value = imperial_authority_standard_law
}
}
775on_activate = {
776hre_on_reform_level_passed_effect = {
776law_imperial_authority_cost = imperial_authority_standard_law
}
777custom_tooltip = {
777text = hre_agnatic_succession_policy_custom_tooltip
}
}
780wants_propose_policy = {
781if = {
782limit = {
783scope:recipient = {
784NOT = {
784international_organization_has_policy = policy:hre_pragmatic_sanction_policy
}
}
}
787add = {
788desc = "POLICY_ANCIENT_TRADITION"
789value = 150
}
}
792else = {
793subtract = {
794desc = "WE_ALREADY_HAVE_A_BETTER_POLICY"
795value = 1000
}
}
}
800wants_this_policy_bias = {
801add = hre_default_policy_opinion
802add = {
802desc = "POLICY_ANCIENT_TRADITION"
802value = 150
}
}
804wants_keep_policy = {
805add = hre_default_keep_policy_opinion
}
}
808hre_pragmatic_sanction_policy = {
809allow = {
810has_currency_to_vote_for_law = {
810value = imperial_authority_opposed_law
}
811leader_country ?= {
812heir ?= {
813is_female = yes
}
}
}
817on_activate = {
818hre_on_reform_level_passed_effect = {
818law_imperial_authority_cost = imperial_authority_opposed_law
}
819custom_tooltip = {
820text = hre_pragmatic_sanction_policy_opinion_impact
821every_international_organization_member = {
822limit = {
823NOT = {
823this = root.leader_country
}
824OR = {
825succession_law = heir_selection:partition_inheritance
826succession_law = heir_selection:salic_law
}
}
829add_opinion = {
829target = root.leader_country
829modifier = opinion_hre_passed_opposed_law
}
}
}
}
833international_organization_modifier = {
834hre_allow_female_emperors = yes
}
837wants_propose_policy = {
838if = {
839limit = {
840scope:recipient.leader_country.heir ?= {
840is_female = yes
}
}
842add = {
843desc = "POLICY_BIAS_LEADER_WANTS"
844value = 250
}
846add = hre_default_emperor_policy_desire
}
848else = {
849add = {
850desc = "POLICY_ANCIENT_TRADITION"
851value = -500
}
}
}
856wants_this_policy_bias = {
857add = hre_default_policy_opinion
858add = {
858desc = "POLICY_ANCIENT_TRADITION"
858value = -150
}
}
860wants_keep_policy = {
861add = hre_default_keep_policy_opinion
}
}