
Policy
Agnatic Succession
The Imperial Crown of the Holy Roman Empire can only be worn by male rulers.
Pragmatic SanctionPolicywants propose policyDefinitionin_game/common/laws/20_hre.txt:771
775on_activate = {
}
777custom_tooltip = {
777text = hre_agnatic_succession_policy_custom_tooltip Only male Rulers can inherit the Holy Roman Empire
}
}
780wants_propose_policy = {
781if = {
782limit = {
783scope:recipient = {
}
}
787add = {
788desc = "POLICY_ANCIENT_TRADITION" Ancient Tradition
789value = 150
}
}
792else = {
793subtract = {
794desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
795value = 1000
}
}
}
800wants_this_policy_bias = {
802add = {
802desc = "POLICY_ANCIENT_TRADITION" Ancient Tradition
802value = 150
}
}