EventChanged this version
Commoners Flee to Target Country

Not all of the Country Adjective citizens are as fortunate as our courtiers or the Nobility who all live very fulfilling lives. Many, especially the Commoners of Target Location, live in deplorable or even pitiful conditions. It is no surprise then, that many of them turn to crime to escape the poverty. Many of the Target Pop, for example, seem to have fled their homes to join the Target Country.
PeasantsPop Typeimmediate, triggerDefinitionin_game/events/wokou_events.txt:231
232type = country_event
233title = wokou_events.3.title Commoners Flee to Target Country
234desc = wokou_events.3.desc Not all of the Country Adjective citizens are as fortunate as our courtiers or the Nobility who all live very fulfilling lives. Many, especially the Commoners of Target Location, live in deplorable or even pitiful conditions. It is no surprise then, that many of them turn to crime to escape the poverty. Many of the Target Pop, for example, seem to have fled their homes to join the Target Country.
235outcome = neutral
237illustration_tags = {
23810 = regular
23910 = exterior
}
242trigger = {
244any_owned_location = {
246is_coastal = yes
247OR = {
248development < {
249value = root.total_development
250divide = root.num_locations
}
252prosperity <= -0.25
}
}
}
262immediate = {
}
265random_owned_location = {
266limit = {
268is_coastal = yes
269OR = {
270development < {
271value = root.total_development
272divide = root.num_locations
}
274prosperity <= -0.25
}
}
282save_scope_as = target_location
283ordered_pop = {
289order_by = pop_size
290max = 1
291save_scope_as = target_pop
}
}
294set_local_variable = {
295name = pops_migrated_amount
296value = {
297min = {
298value = scope:target_pop.pop_size
299multiply = 0.05
}
301max = {
302value = scope:target_pop.pop_size
303multiply = 0.2
}
}
}
}