Поселить племя
Действие совета

Поселить племя

settle_tribesmenin_game/common/cabinet_actions/settle_tribesmen.txt:1

Мы слегка вдохновим соплеменников стать крестьянами

ТребуетNMapColors|MAP_COLOR_HIGHКонстантаselect triggerNMapColors|MAP_COLOR_LOWКонстантаselect trigger

Модификаторы

Определениеin_game/common/cabinet_actions/settle_tribesmen.txt:1

2ability = mil
4potential = {
5num_locations > 0
6num_pop_type_in_country:tribesmen > 0
}
10allow_multiple = yes
12select_trigger = {
13looking_for_a = province
14source = actor
15target_flag = target
16name = "settle_tribesmen_select_province" Поселить в провинции
17none_available_msg_key = "settle_tribesmen_no_provinces"
18column = {
19data = name
}
21column = {
22data = province_tribesmen
}
24column = {
25data = population
}
27column = {
28data = province_tax_base
}
30visible = {
31num_pop_type_in_province:tribesmen > 0
32NOT = {
32cabinet_action = settle_tribesmen
32interaction_target = target
}
}
}
34map_color = {
35lerp = {
38factor = percentage_pop_type_in_location:tribesmen
}
}
}
43location_modifier = {
}
47is_finished = {
48scope:target ?= {
49num_pop_type_in_province:tribesmen <= 0
}
}
53map_marker = {
54show_for_owner = yes
}