
Działanie
Migracja społeczności
Migracja społeczności
Przenieś Pops z jednej Concept do innej.
Definicjain_game/common/generic_actions/pop_based_countries.txt:3
4type = owncountry
6potential = {
7scope:actor = {
8country_type = pop
}
}
12allow = {
}
15automation_tick = never
16automation_tick_frequency = 12
18price = price:migrate_pop_based_country
20select_trigger = {
21looking_for_a = province_definition
22source = actor
23target_flag = target
24name = "migrate_pop_based_country_select_source_province" Wybierz Concept, z której przeniesione zostaną Pops:
25none_available_msg_key = "migrate_pop_based_country_no_provinces"
26column = {
27data = name
}
29visible = {
30has_migration = no
}
}
34select_trigger = {
35looking_for_a = province_definition
36source = actor
37source_flags = neighbor
38target_flag = target_1
39name = "migrate_pop_based_country_select_destination_province" Wybierz Concept, do której przeniesione zostaną Pops:
40none_available_msg_key = "migrate_pop_based_country_no_neighbor_provinces"
41column = {
42data = name
}
44visible = {
45has_passable_land = yes
46is_neighbor_of_province_definition = scope:target
}
}
50effect = {
51add_migration = {
52owner = scope:actor
53from = scope:target
54to = scope:target_1
55amount = 0.100
56months = -1
}
}