EventChanged this version
Colonization of Silesia
Since its conquest, the area of Silesia has been left relatively desolate and devastated by the effects of the wars. Without wanting to spend much on investments and with an ever-rising fervor to assimilate heretic provinces in the country, some have proposed to invite Country Adjective settlers into the area to both stimulate the local economy as well as to assimilate the area into our country.
BrandenburgCountrydynamic historical event.tag
Spiritualist vs HumanistSocietal ValuetriggerDefinitionin_game/events/DHE/flavor_brapru.txt:1645
1647hide_portraits = yes
1648type = country_event
1649title = flavor_brapru.27.title Colonization of Silesia
1650desc = flavor_brapru.27.desc Since its conquest, the area of Silesia has been left relatively desolate and devastated by the effects of the wars. Without wanting to spend much on investments and with an ever-rising fervor to assimilate heretic provinces in the country, some have proposed to invite Country Adjective settlers into the area to both stimulate the local economy as well as to assimilate the area into our country.
1651outcome = neutral
1652historical_info = flavor_brapru.27.historical_info Following the acquisition of Silesia in 1742, the Prussian State enacted policies in order to encourage Protestant settlement in Eastern Silesia, which was predominantly Catholic and Polish-speaking. In 1773, an edict was issued to encourage further settlers to live in Silesia.
1654fire_only_once = yes
1655dynamic_historical_event = {
}
1662illustration_tags = {
166310 = regular
166410 = interior
}
1667trigger = {
1670area:silesia_area = {
1671any_location_in_area = {
1672owner ?= ROOT
1673percent >= 0.9
}
}
1676continent:europe = {
1677any_sub_continent_in_continent = {
1678any_region_in_continent = {
1679any_area_in_region = {
1680NOT = {
1680this = area:silesia_area
}
1681any_province_definition_in_area = {
1682any_province_in_province_definition = {
1683religion_percentage = {
1684religion = ROOT.religion
1685value > 0
}
}
}
}
}
}
}
}
1695immediate = {
1696set_local_variable = {
1697name = amount_of_provinces
1698value = 0
}
1700continent:europe = {
1701every_sub_continent_in_continent = {
1702every_region_in_continent = {
1703every_area_in_region = {
1704limit = {
1705NOT = {
1705this = area:silesia_area
}
}
1707every_province_definition_in_area = {
1708every_province_in_province_definition = {
1709limit = {
1710religion_percentage = {
1711religion = ROOT.religion
1712value > 0
}
}
1715add_to_list = protestant_provinces_list
1716change_local_variable = {
1717name = amount_of_provinces
1718add = 1
}
}
}
}
}
}
}
}