N3OW/common/laws/NEOW_succession_laws.txt

26 lines
704 B
Text
Raw Normal View History

2026-01-18 18:35:17 +01:00
title_succession_laws = {
theomonarchy_succession_law = { # For Helvetics and Monarchomachs
can_have = {
government_has_flag = government_is_feudal
2026-01-26 19:33:38 +01:00
faith = { has_doctrine_parameter = has_access_to_theomonarchy_succession }
highest_held_title_tier >= tier_kingdom
}
can_pass = {
can_change_title_law_trigger = yes
}
can_title_have = {
can_title_have_law_general_trigger = yes
}
succession = {
order_of_succession = election
election_type = theomonarchy_elective
}
flag = elective_succession_law
revoke_cost = {
prestige = change_title_succession_law_prestige_cost
}
pass_cost = {
prestige = change_title_succession_law_prestige_cost
}
}
}