theomonarchy_elective done (not fully tested)

This commit is contained in:
Damimani 2026-01-17 20:41:52 +01:00
parent 3ea5af7851
commit 6e2e824259
5 changed files with 1402 additions and 1 deletions

View file

@ -0,0 +1,29 @@
title_succession_laws = {
theomonarchy_succession_law = { # For Helvetics and Monarchomachs
can_have = {
government_has_flag = government_is_feudal
OR = { # Rewrite to "has theomonarchy tenet" when that exists
religion = helvetic
#religion = monarchomach #when it is made
}
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
}
}
}