이벤트
저지대의 도시화

최근 저지대 국가의 많은 지역이 귀족과 평민을 막론하고 다양한 종류의 사람들로 북적이게 되었습니다. Target Location, Target Location2, Target Location3 같은 곳은 특히 인구가 많아 더더욱 도시화하는 데 우리의 도움이 필요한 상황입니다.
네덜란드창설 국가dynamic historical event.tag정의in_game/events/DHE/flavor_ned.txt:2599
2600hide_portraits = yes
2601type = country_event
2603title = flavor_ned.33.title 저지대의 도시화
2604desc = flavor_ned.33.desc 최근 저지대 국가의 많은 지역이 귀족과 평민을 막론하고 다양한 종류의 사람들로 북적이게 되었습니다. Target Location, Target Location2, Target Location3 같은 곳은 특히 인구가 많아 더더욱 도시화하는 데 우리의 도움이 필요한 상황입니다.
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
}
}