Geskripteter Effekt
start_german_migration
BauernGesellschaftsschichtadd migrationDefinitionin_game/events/privilege_events.txt:76
78add_migration = {
79owner = $the_owner$
80from_location = $from_location$
81to = $to_province$
82culture = $target_culture$
83amount = {
87value = {
88value = $num_pops_per_month$
89multiply = {
90value = {
91value = 100
92divide = {
93value = 1430
94subtract = 1337
}
}
97multiply = {
98value = 1430
99subtract = current_year
100min = 0
}
102divide = 100
}
104floor = yes
}
107max = {
108value = {
109$from_location$ = {
110ordered_pop = {
111order_by = pop_size
112max = 1
117value = {
118value = pop_size
119multiply = 1000
120subtract = $safety_threshold_of_peasants$
121divide = $num_months$
122min = 0
}
}
}
}
}
128divide = 1000
}
130months = $num_months$
}