イベントこのバージョンで変更
庶民がTarget Countryに逃亡

すべてのCountry Adjective市民がわが廷臣や貴族のように、満ち足りた生活を送っているわけではない。Target Locationの多くの住民、特に庶民の暮らしは、劣悪を通り越して同情すら感じさせる。そのため、多くの者が貧困から逃れようと犯罪に手を染めるのも無理はない。たとえばTarget Popの大部分が故郷を捨て、Target Countryに加わっているという話がある。
農民社会階級immediate, trigger定義in_game/events/wokou_events.txt:231
232type = country_event
233title = wokou_events.3.title 庶民がTarget Countryに逃亡
234desc = wokou_events.3.desc すべてのCountry Adjective市民がわが廷臣や貴族のように、満ち足りた生活を送っているわけではない。Target Locationの多くの住民、特に庶民の暮らしは、劣悪を通り越して同情すら感じさせる。そのため、多くの者が貧困から逃れようと犯罪に手を染めるのも無理はない。たとえばTarget Popの大部分が故郷を捨て、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
}
}
}
}