admin gov works
This commit is contained in:
parent
0fa21d7e79
commit
82db99534c
33 changed files with 6305 additions and 104 deletions
56
common/scripted_triggers/00_succession_triggers.txt
Normal file
56
common/scripted_triggers/00_succession_triggers.txt
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
#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 }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue