이벤트
Country의 신랑

최근 수십 년간 Country에 닥친 많은 불운한 일로 인해 결국 여성인 New Ruler(이)가 Ruler Title(으)로 즉위하게 되었습니다. 이로써 Ruler Title(이)가 누구와 혼사를 치를 것인지는 중대한 문제가 되었지만, 귀족들은 자신이 인정하는 후보자와만 혼인을 허락할 것입니다.
신랑이 선출되면 귀족들은 이 절차를 법으로 규정하여, 자신들이 계속 다음 통치자를 선택할 수 있도록 압박을 가할 것입니다.
로마국가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에 닥친 많은 불운한 일로 인해 결국 여성인 New Ruler(이)가 Ruler Title(으)로 즉위하게 되었습니다. 이로써 Ruler Title(이)가 누구와 혼사를 치를 것인지는 중대한 문제가 되었지만, 귀족들은 자신이 인정하는 후보자와만 혼인을 허락할 것입니다.
신랑이 선출되면 귀족들은 이 절차를 법으로 규정하여, 자신들이 계속 다음 통치자를 선택할 수 있도록 압박을 가할 것입니다.
신랑이 선출되면 귀족들은 이 절차를 법으로 규정하여, 자신들이 계속 다음 통치자를 선택할 수 있도록 압박을 가할 것입니다.
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
}
}