Event
Urbanization of the Low Countries

The Low Countries have recently seen many of their locations filled with many kinds of people, noble or commoner alike. Locations such as Target Location, Target Location2, as well as Target Location3 are the most populated, and could use our help to urbanize even more.
NetherlandsFormable Countrydynamic historical event.tagDefinitionin_game/events/DHE/flavor_ned.txt:2599
2600hide_portraits = yes
2601type = country_event
2603title = flavor_ned.33.title Urbanization of the Low Countries
2604desc = flavor_ned.33.desc The Low Countries have recently seen many of their locations filled with many kinds of people, noble or commoner alike. Locations such as Target Location, Target Location2, as well as Target Location3 are the most populated, and could use our help to urbanize even more.
2605outcome = neutral
2607fire_only_once = yes
2609dynamic_historical_event = {
}
2616illustration_tags = {
261710 = regular
261810 = exterior
}
2621trigger = {
2622any_owned_non_rural_location = {
2623percent >= 0.2
2624OR = {
2625area = area:holland_area
2626area = area:friesland_area
2627area = area:brabant_area
2628area = area:flanders_area
2629area = area:wallonia_area
}
}
}
2634immediate = {
2635ruler_or_regent ?= {
2636save_scope_as = target_character
}
}
2640ordered_owned_non_rural_location = {
2641limit = {
2642OR = {
2643area = area:holland_area
2644area = area:friesland_area
2645area = area:brabant_area
2646area = area:flanders_area
2647area = area:wallonia_area
}
}
2650order_by = population
2651position = 0
2652check_range_bounds = no
2653save_scope_as = target_location
}
2656ordered_owned_non_rural_location = {
2657limit = {
2658OR = {
2659area = area:holland_area
2660area = area:friesland_area
2661area = area:brabant_area
2662area = area:flanders_area
2663area = area:wallonia_area
}
}
2666order_by = population
2667position = 1
2668check_range_bounds = no
2669save_scope_as = target_location2
}
2672ordered_owned_non_rural_location = {
2673limit = {
2674OR = {
2675area = area:holland_area
2676area = area:friesland_area
2677area = area:brabant_area
2678area = area:flanders_area
2679area = area:wallonia_area
}
}
2682order_by = population
2683position = 2
2684check_range_bounds = no
2685save_scope_as = target_location3
}
}