Требование дани
Действие

Требование дани

fall_of_delhi_reaffirm_vassal_relationsin_game/common/generic_actions/fall_of_delhi.txt:188

Наше положение зыбко, а казна грозит вот-вот опустеть, однако наш долг — напомнить ленникам, перед кем они преклоняют колено. Потребовав дань и приняв у себя их правителей, мы поспособствуем укреплению отношений между ленниками и сюзереном.

ТребуетДелиДержаваpotentialПадение ДелиСитуацияselect triggerПодтверждение вассальских отношенийСтатический модификаторallow

Определениеin_game/common/generic_actions/fall_of_delhi.txt:188

189icon = fall_of_delhi_appease_the_nobility
190type = situation
192ai_tick = daily
193ai_tick_frequency = 40
195automation_tick = never
196automation_tick_frequency = 12
198potential = {
199scope:actor = {
200tag = DLH
}
}
204allow = {
205scope:actor = {
206gold >= {
207value = scope:actor.monthly_income_trade_and_tax
208multiply = 2
}
}
211scope:actor = {
211NOT = {
}
}
}
214select_trigger = {
215looking_for_a = situation
216target_flag = recipient
217name = "choose_situation" Выберите Concept:
218column = {
219data = name
}
221visible = {
223situation_is_active = yes
}
}
227effect = {
228scope:actor = {
229add_gold = {
230value = monthly_income_trade_and_tax
231multiply = -2
}
233add_country_modifier = {
235years = 5
236mode = replace
}
}
239custom_tooltip = gain_3_sop_tt Наша Concept увеличится на 3%
240hidden_effect = {
241c:DLH = {
242change_variable = {
244add = 0.03
}
}
}
}
250ai_will_do = {
251add = {
252if = {
253limit = {
254scope:actor = {
255any_subject = {
256relative_strength = {
257target = scope:actor
258value >= 0.25
}
}
}
}
263value = 100
}
}
266add = {
267if = {
268limit = {
269scope:actor = {
270gold >= {
271value = monthly_income_trade_and_tax
272multiply = 6
}
}
}
276value = 100
}
}
}