Scripted Trigger
is_no_junior_monarchy
Definitionin_game/events/government/election.txt:1
2OR = {
4NOT = {
4exists = union
}
5union ?= {
6OR = {
11any_country_with_special_status_of_type = {
12type = senior_partner
13this != root
14succession_law != root.succession_law
}
16NOT = {
17any_country_with_special_status_of_type = {
18type = senior_partner
}
}
}
}
}