
PolicyChanged this version
Pragmatic Sanction
The gender of our ruler is irrelevant. Female rulers may wear the Imperial Crown of the Holy Roman Empire as rightfully as their male counterparts.
Partition InheritanceHeir Selectionon activate
Salic LawHeir Selectionon activateDefinitionin_game/common/laws/20_hre.txt:808
809allow = {
811leader_country ?= {
812heir ?= {
813is_female = yes
}
}
}
817on_activate = {
}
819custom_tooltip = {
820text = hre_pragmatic_sanction_policy_opinion_impact Members of the Holy Roman Empire with Salic Law or Partition Inheritance will lose 75 Opinion of Holy Roman Empire Leader Country.
821every_international_organization_member = {
822limit = {
823NOT = {
823this = root.leader_country
}
824OR = {
}
}
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" Leader desires to pass this law
844value = 250
}
}
848else = {
849add = {
850desc = "POLICY_ANCIENT_TRADITION" Ancient Tradition
851value = -500
}
}
}
856wants_this_policy_bias = {
858add = {
858desc = "POLICY_ANCIENT_TRADITION" Ancient Tradition
858value = -150
}
}