Event
Urbanization

Craftsmen families from the rural settlements have migrated to the Target Location Rank of Target Location to work in one of the many prosperous manufactories. Over time, Target Location has grown to an even more attractive target location for many others. This so-called urbanization process seems to not slow down any time soon as yet another wave of families are on their way to move from the province of Rural Province to Urbanization Province.
IndustrializationInstitutiontrigger
Rural SettlementLocation Rankimmediate, option 1, triggerDefinitionin_game/events/institution_events.txt:3348
3349type = country_event
3350title = institution_events.161.title Urbanization
3351desc = institution_events.161.desc Craftsmen families from the rural settlements have migrated to the Target Location Rank of Target Location to work in one of the many prosperous manufactories. Over time, Target Location has grown to an even more attractive target location for many others. This so-called urbanization process seems to not slow down any time soon as yet another wave of families are on their way to move from the province of Rural Province to Urbanization Province.
3352outcome = neutral
3353trigger = {
3354current_year > 1737
3357any_owned_non_rural_location = {
3359province_definition = {
3360any_neighbor_province_definition = {
3361any_location_in_province_definition = {
3362owner ?= root
}
}
}
}
}
3369image = "gfx/interface/illustrations/institutions/industrialization.dds"
3370immediate = {
3371random_owned_non_rural_location = {
3372limit = {
3374province_definition = {
3375any_neighbor_province_definition = {
3376any_location_in_province_definition = {
3377owner ?= root
}
}
}
}
3383save_scope_as = target_location
3384province_definition = {
3385save_scope_as = urbanization_province
3386random_neighbor_province_definition = {
3387limit = {
3388any_location_in_province_definition = {
3389owner ?= root
}
}
3393save_scope_as = rural_province
}
}
}
}