56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
#Special succession types
|
|
#If adding new types to the decision, use a trigger, otherwise they may break if the culture is split.
|
|
|
|
special_succession_witengamot_trigger = {
|
|
culture = { has_cultural_parameter = witenagemot_succession_enabled }
|
|
}
|
|
|
|
special_succession_thing_trigger = {
|
|
culture = { has_cultural_parameter = scandinavian_elective_enabled }
|
|
}
|
|
|
|
special_succession_tanistry_trigger = {
|
|
culture = {
|
|
OR = {
|
|
has_cultural_pillar = heritage_brythonic
|
|
has_cultural_pillar = heritage_goidelic
|
|
}
|
|
}
|
|
}
|
|
|
|
special_succession_jirga_trigger = {
|
|
culture = { has_cultural_parameter = tribal_elective_enabled }
|
|
}
|
|
|
|
historical_succession_access_single_heir_succession_law_trigger = {
|
|
OR = {
|
|
has_title = title:k_austria
|
|
has_title = title:e_roman_empire
|
|
has_title = title:e_byzantium
|
|
AND = {
|
|
has_title = title:e_france
|
|
is_target_in_global_variable_list = {
|
|
name = unavailable_unique_decisions
|
|
target = flag:flag_reformed_carolingian_empire
|
|
}
|
|
}
|
|
#Add any subsequent exceptions here.
|
|
}
|
|
NOT = { has_government = administrative_government }
|
|
}
|
|
|
|
historical_succession_access_single_heir_succession_law_youngest_trigger = {
|
|
NOT = { has_government = administrative_government }
|
|
OR = {
|
|
#has_title = title:e_byzantium
|
|
#Add any subsequent exceptions here.
|
|
}
|
|
}
|
|
|
|
historical_succession_access_single_heir_dynasty_house_trigger = {
|
|
NOT = { has_government = administrative_government }
|
|
AND = {
|
|
has_title = title:d_bohemia
|
|
culture = { has_innovation = innovation_table_of_princes }
|
|
}
|
|
}
|