이벤트
Target Area 시찰

Target Area 전역의 권위를 회복하기 위한 대대적인 시찰 계획이 수립되었습니다. 감시와 감독을 강화하고 현행 법규를 엄격히 집행함으로써, 우리는 통제력을 강화하고 주민들을 Capital의 권위 아래 결집시킬 것입니다.
입법 효율보정치 유형immediate정의in_game/events/disaster/decline_of_empire_events.txt:519
520type = country_event
521category = disaster_event
522title = decline_of_empire.7.title Target Area 시찰
523desc = decline_of_empire.7.desc Target Area 전역의 권위를 회복하기 위한 대대적인 시찰 계획이 수립되었습니다. 감시와 감독을 강화하고 현행 법규를 엄격히 집행함으로써, 우리는 통제력을 강화하고 주민들을 Capital의 권위 아래 결집시킬 것입니다.
524outcome = neutral
526image = "gfx/interface/illustrations/disaster/decline_of_empire.dds"
528immediate = {
529if = {
530limit = {
531any_rebel = {
532any_pops_supporting_rebel = {
533location.area = scope:target_area
}
}
}
538every_rebel = {
539limit = {
540any_pops_supporting_rebel = {
541location.area = scope:target_area
}
}
545every_pops_supporting_rebel = {
545add_to_list = decline_pop_list_7
}
}
}
549set_variable = {
551value = {
552add = scope:target_area.population
553divide = total_population
554if = {
}
}
}
564scope:target_area = {
565ordered_province_in_area = {
566limit = {
566owner = root
}
567order_by = {
568value = population
569if = {
570limit = {
570province_satisfaction < 0.05
}
571multiply = -0.05
}
573else = {
574multiply = {
575value = province_satisfaction
576multiply = -1
}
}
}
581max = {
582value = root.modifier:legislative_efficiency
583multiply = 20
584ceiling = yes
}
587check_range_bounds = no
589add_to_list = decline_event_provinces_7
}
}
}
652after = {
653custom_tooltip = amount_of_provinces_receive_bonus_depends_legislative_efficiency_tt 최근 시찰 시행 보정치의 효과를 받을 수 있는 지방의 수는 우리의 입법 효율에 따라 변동합니다
}