
Действие советаИзменено в этой версии
Борьба с баронами-грабителями
Местные бароны-разбойники представляют угрозу нашей власти и престижу в провинции. Чтобы сохранить влияние, мы должны избавиться от них! Ну и местным крестьянам помощь тоже не помешает.
Модификаторы
Определениеin_game/common/cabinet_actions/pru_deal_with_robber_barons.txt:1
2icon = turmoil_in_brandenburg
8ability = mil
9allow_multiple = yes
11min = 0
13select_trigger = {
14looking_for_a = province
15source = actor
16target_flag = target
17name = "integrate_province_select_province" Выберите Concept для её Concept:
18none_available_msg_key = "integrate_province_no_provinces"
19column = {
20data = name
}
22column = {
23data = control
}
25visible = {
27NOT = {
27interaction_target = target
}
}
}
29map_color = {
30lerp = {
33factor = local_control
}
}
}
38on_fully_activated = {
39if = {
40limit = {
41exists = scope:target
}
}
47else = {
48custom_tooltip = remove_PRU_robber_barons_modifier Concept теряет эффект модификатора «PRU Robber Barons»
}
}
52is_finished = {
53OR = {
54cabinet_action:pru_deal_with_robber_barons = {
55is_fully_implemented_in = root
}
}
}
65progress = {
66cabinet_action:pru_deal_with_robber_barons = {
67value = "implementation_progress_percentage(scope:actor)"
}
}
71years = 2
78map_marker = {
79show_for_owner = yes
}
82ai_will_do = {
83value = 1000
}

