Скриптовое условие

is_no_junior_monarchy

is_no_junior_monarchyin_game/events/government/election.txt:1

Определениеin_game/events/government/election.txt:1

2OR = {
3NOT = {
3government_type = government_type:monarchy
}
4NOT = {
4exists = union
}
5union ?= {
6OR = {
7country_has_special_status = {
9country = prev
}
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
}
}
}
}
}