
行动
安抚贵族
贵族阶层对苏丹国的成功和繁荣起着至关重要的作用。作为苏丹的拥立者和中央法律的维护者,他们在我们的德里 Flavor Rank中拥有举足轻重的权势。为我们自身当地利益着想,我们必须迅速获得他们的效忠,以免我们沦为他们追逐权力的旁落者……
德里国家potential
德里的衰亡局势select trigger贵族人情静态修正allow定义in_game/common/generic_actions/fall_of_delhi.txt:282
283type = situation
285ai_tick = daily
286ai_tick_frequency = 40
288automation_tick = never
289automation_tick_frequency = 12
297allow = {
298scope:actor = {
299gold >= {
300value = scope:actor.monthly_income_trade_and_tax
301multiply = 2
}
303government_power > 10
}
}
308select_trigger = {
309looking_for_a = situation
310target_flag = recipient
311name = "choose_situation" 选择局势:
312column = {
313data = name
}
}
321effect = {
322scope:actor = {
323change_societal_value = {
}
324add_gold = {
325value = monthly_income_trade_and_tax
326multiply = -2
}
328add_gold_to_estate = {
330value = {
331value = monthly_income_trade_and_tax
332multiply = 2
}
}
335add_estate_satisfaction = {
}
336add_country_modifier = {
}
341custom_tooltip = appease_nobility_effect_tt 只要贵族人情修正生效,贵族就不会通过特殊事件反抗我们的权威
}
343custom_tooltip = gain_3_sop_tt 我方的权力支配度将会增加+3%
344hidden_effect = {
}
}
354ai_will_do = {
355add = {
356if = {
357limit = {
358scope:actor = {
359estate_satisfaction:nobles_estate < 0.5
}
}
362value = 50
}
}
365add = {
366if = {
367limit = {
368scope:actor = {
369government_power >= 80
}
}
372value = 100
}
}
375add = {
376if = {
377limit = {
378scope:actor = {
379gold >= {
380value = monthly_income_trade_and_tax
381multiply = 12
}
}
}
385value = 50
}
}
}