Event
Areal Inspections in Target Area

An extensive program of inspections has been launched to restore authority across Target Area. By tightening oversight and enforcing existing statutes, we succeeded in strengthening our control and drawing the population closer to the authority of Capital.
Legislative EfficiencyModifier TypeimmediateDefinitionin_game/events/disaster/decline_of_empire_events.txt:519
520type = country_event
521category = disaster_event
522title = decline_of_empire.7.title Areal Inspections in Target Area
523desc = decline_of_empire.7.desc An extensive program of inspections has been launched to restore authority across Target Area. By tightening oversight and enforcing existing statutes, we succeeded in strengthening our control and drawing the population closer to the authority of 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 The number of Provinces that receive the Recent Inspection Modifier scales based on our Legislative Efficiency
}