
LawChanged this version
Heir Religion
The ability to decide the religion of the Heir holds significant importance in matters of succession and governance. It allows rulers and governments to maintain religious stability, ensuring that the beliefs and practices of the ruler align with those of the majority of their subjects. Ultimately, the power to determine the religion of the heir represents an important element in the fine balance of religious freedom, governance, and societal harmony.
Same ReligionPolicylockedRecently Negotiated Succession LawStatic Modifierlockedact_of_settlementVariablelockedPolicies 4
Any Religion- Yes Heir of Any Religion
- +0.5 Tolerance of Heathen Beliefs
- +1% Clergy Estate Satisfaction Decay
- +0.1 Monthly Progress to Humanist
Same Religion- Yes Heir of Same Religion
- +0.1 Tolerance of the True Faith
- +0.2% Clergy Estate Satisfaction Recovery
- +0.1 Monthly Progress to Spiritualist
Same Religious Group- Yes Heir of Same Religion Group
- +0.25 Tolerance of Heretical Beliefs
- +0.1% Clergy Estate Satisfaction Recovery
Special Succession- +10% Legislative Efficiency
Definitionin_game/common/laws/01_common.txt:1742
1743law_category = religious
1745locked = {
1746OR = {
1747AND = {
1749custom_tooltip = {
1750text = act_of_settlement_tt Has unlocked it through a Dynamic Historical Event
}
}
1754custom_tooltip = {
1755text = recently_negotiated_succession_law_locked_tt Our Union Partner has recently enforced a change to this law
}
}
}
1761heir_special_succession = {
1762potential = {
1763succession_law = {
1764has_tag = empty_heir_religion_law
}
}
1767country_modifier = {
1768legislative_efficiency = 0.1
}
1770years = 2
}
1774potential = {
1775succession_law = {
1776NOT = {
1776has_tag = empty_heir_religion_law
}
}
1778or = {
1779not = {
1779country_exists = this
}
1780not = {
1780exists = ruler_or_heir_if_regent
}
1781ruler_or_heir_if_regent = {
1782religion = root.religion
}
1784exists = union
}
}
1787country_modifier = {
1788heir_of_same_religion = yes
1789tolerance_own = 0.1
1790clergy_estate_satisfaction_recovery = 0.002
1791monthly_towards_spiritualist = societal_value_monthly_move
}
1793estate_preferences = {
clergy_estate
}
1796years = 2
}
1798heir_same_religion_group = {
1799potential = {
1800succession_law = {
1801NOT = {
1801has_tag = empty_heir_religion_law
}
}
1803or = {
1804not = {
1804country_exists = this
}
1805not = {
1805exists = ruler_or_heir_if_regent
}
1806ruler_or_heir_if_regent = {
1807religion.group = root.religion.group
}
}
}
1811country_modifier = {
1812heir_of_same_religion_group = yes
1813tolerance_heretic = 0.25
1814clergy_estate_satisfaction_recovery = 0.001
}
1816estate_preferences = {
nobles_estate
}
1819years = 2
}
1821heir_any_religion = {
1822potential = {
1823succession_law = {
1824NOT = {
1824has_tag = empty_heir_religion_law
}
}
}
1827country_modifier = {
1828heir_of_any_religion = yes
1829tolerance_heathen = 0.5
1830clergy_estate_satisfaction_decay = 0.01
1831monthly_towards_humanist = societal_value_monthly_move
}
1833estate_preferences = {
crown_estate
}
1836years = 2
}