N3OW/common/scripted_triggers/00_succession_triggers.txt

58 lines
1.5 KiB
Text
Raw Normal View History

2025-02-20 11:52:45 +00:00
#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
}
}
2025-06-02 16:22:24 +01:00
has_title = title:e_hindustan
2025-02-20 11:52:45 +00:00
#Add any subsequent exceptions here.
}
2025-06-02 16:22:24 +01:00
NOT = { government_has_flag = government_is_administrative }
2025-02-20 11:52:45 +00:00
}
historical_succession_access_single_heir_succession_law_youngest_trigger = {
2025-06-02 16:22:24 +01:00
NOT = { government_has_flag = government_is_administrative }
2025-02-20 11:52:45 +00:00
OR = {
#has_title = title:e_byzantium
#Add any subsequent exceptions here.
}
}
historical_succession_access_single_heir_dynasty_house_trigger = {
2025-06-02 16:22:24 +01:00
NOT = { government_has_flag = government_is_administrative }
2025-02-20 11:52:45 +00:00
AND = {
has_title = title:d_bohemia
culture = { has_innovation = innovation_table_of_princes }
}
}