Event
Crumbling Unity

As the Great Pestilence takes hold of our population in Infected Location, our efforts to curtail its advance are proving futile and many scared families all over our country have decided to abandon settlements and towns and isolate themselves in hills and forests, disregarding their duties to their farms and to the government.
This spreading of the peasants will make it very difficult for our representatives to assert the will of the state over them.
Great PestilenceDiseaseimmediate, trigger
LaborersPop Typeimmediate, option 2
PeasantsPop Typeimmediate, option 2pop_event_version_variableVariableafter, option 1, option 2Definitionin_game/events/situations/great_pestilence.txt:177
178type = country_event
179category = situation_event
181title = great_pestilence.4.title Crumbling Unity
182desc = great_pestilence.4.desc As the Great Pestilence takes hold of our population in Infected Location, our efforts to curtail its advance are proving futile and many scared families all over our country have decided to abandon settlements and towns and isolate themselves in hills and forests, disregarding their duties to their farms and to the government.
This spreading of the peasants will make it very difficult for our representatives to assert the will of the state over them.
This spreading of the peasants will make it very difficult for our representatives to assert the will of the state over them.
183outcome = neutral
185image = "gfx/interface/illustrations/situation/great_pestilence.dds"
187trigger = {
}
193immediate = {
194if = {
195limit = {
196country_type = pop
}
199random_owned_nomad_pop = {
200location = {
201save_scope_as = location_scope
202province = {
203save_scope_as = province_scope
}
}
}
207ordered_pop = {
208limit = {
}
217order_by = pop_size
218check_range_bounds = no
219max = 5
220add_to_list = gp4_pop_list
}
}
223ordered_owned_rural_location = {
224order_by = {
225value = proximity
226multiply = -1
}
228max = 5
229check_range_bounds = no
231add_to_list = gp4_list
}
233ordered_in_list = {
234list = gp4_list
235order_by = population
236save_scope_as = infected_location
237save_scope_as = location_scope
238province = {
238save_scope_as = province_scope
}
}
}
308after = {
309if = {
}
}