Скриптовое условие
succession_100_option_a_trigger
Partition Inheritance Event This event launches for every country that has partition_inheritance when a new ruler is appointed, granting stability and reducing control depending on the amount of brothers of the ruler root = country; scope:old_ruler and scope:new_ruler are supplied
Определениеin_game/events/government/succession.txt:702
703list_size = {
703name = other_sons Количество других сыновей
703value > 1
}
704any_province = {
705NOT = {
705root.capital.province = this
}
706count = {
707min = {
708every_in_list = {
709list = other_sons Количество других сыновей
710add = 1
}
}
}
}
715scope:old_ruler ?= {
716NOT = {
716this = scope:new_ruler
}
}