Сокращение титулов округа
ДействиеНовое в этой версии

Сокращение титулов округа

reduction_of_circle_titlesin_game/common/generic_actions/hre_circle_actions.txt:291

Наш округ стан неэффективным и погряз в титулах и административных должностях, способных блокировать решения друг друга. Сокращение титулов не только позволит повысить эффективность нашего округа, но и укрепит наше положение. Другие участники округа будут не в восторге от подобной централизации, что снизит их довольство.

ТребуетСвященная Римская ИмперияМеждународное объединениеpotential

Определениеin_game/common/generic_actions/hre_circle_actions.txt:291

292type = owncountry
294imperial_circle_action = yes
295icon = circle_leader_action
297show_in_gui_list = no
299cooldown = {
301years = 10
}
304select_trigger = {
305show_if = {
305NOT = {
305exists = scope:target
}
}
306looking_for_a = imperial_circle
307target_flag = target
308interaction_source_list = {
309scope:actor = {
310every_imperial_circle_country_is_member_of = {
311add_to_list = source
}
}
}
315name = "choose_circle" Выберите имперский округ
316column = {
316data = name
}
}
319potential = {
320scope:actor = {
321is_imperial_circle_leader = yes
322is_member_of_circle = scope:target
323circles_are_active = yes
}
}
}
327allow = {
328scope:actor = {
329government_power >= 95
}
}
333effect = {
334scope:actor = {
335every_imperial_circle_country_is_member_of = {
336add_circle_satisfaction = -5
}
338add_country_modifier = {
340years = 5
}
342custom_tooltip = {
343text = reduction_of_circle_titles_tt Мы получим модификатор «Сокращение титулов округа», и Concept каждого участника округа о нас уменьшится на Opinion Reduction Of Circle Titles. Довольство округа уменьшится на 5 ед.
345every_imperial_circle_country_is_member_of = {
346every_circle_member = {
347limit = {
348NOT = {
348this = scope:actor
}
}
350add_opinion = {
351target = scope:actor
352modifier = opinion_reduction_of_circle_titles
}
}
}
}
}
}
360ai_will_do = {
361add = {
361value = -20
}
}