事件
Country的新郎

由于Country近几十年来遭遇诸多不幸,最终由一位女性Ruler TitleNew Ruler坐上了王位。她未来的丈夫人选至关重要,任何人必须先取得贵族的认可,才能被允许和她结婚。
新郎选定后,贵族正在大力推动将这一程序写入法律,以便他们能够继续选择下一任统治者。
罗马国家immediate
波兰国家trigger定义in_game/events/DHE/flavor_pol.txt:413
414type = country_event
415title = flavor_pol.6.title Country的新郎
416desc = flavor_pol.6.desc 由于Country近几十年来遭遇诸多不幸,最终由一位女性Ruler TitleNew Ruler坐上了王位。她未来的丈夫人选至关重要,任何人必须先取得贵族的认可,才能被允许和她结婚。
新郎选定后,贵族正在大力推动将这一程序写入法律,以便他们能够继续选择下一任统治者。
新郎选定后,贵族正在大力推动将这一程序写入法律,以便他们能够继续选择下一任统治者。
417outcome = neutral
419fire_only_once = yes
421trigger = {
}
431illustration_tags = {
43210 = angry
43310 = interior
}
436immediate = {
}
440if = {
441limit = {
}
447save_scope_as = lithuania_groom_country
}
}
451ordered_neighbor_country = {
452order_by = total_population
453limit = {
454this != scope:lithuania_groom_country
}
461check_range_bounds = no
462max = 1
463save_scope_as = first_groom_country
}
465ordered_neighbor_country = {
466order_by = total_population
467limit = {
468this != scope:first_groom_country
469this != scope:lithuania_groom_country
}
476check_range_bounds = no
477max = 1
478save_scope_as = second_groom_country
}
480ordered_neighbor_country = {
481order_by = total_population
482limit = {
483this != scope:first_groom_country
484this != scope:second_groom_country
485this != scope:lithuania_groom_country
}
492check_range_bounds = no
493max = 1
494save_scope_as = third_groom_country
}
}