
Action
Appease the Nobles
The power of the Nobility should not be underestimated when it comes to assuring the success and prosperity of our realm. Being kingmakers and upholders of crown law conveys significant power within our Delhi Flavor Rank. For our own benefit, we must swiftly secure their allegiances, lest we fall pray to their pursuits of power...
DelhiCountrypotential
Fall of DelhiSituationselect triggerNoble FavorsStatic ModifierallowDefinitionin_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" Choose the 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 As long as the Noble Favors Modifier is active, the Nobility will not rise up against our authority via special Events
}
343custom_tooltip = gain_3_sop_tt Our Share of Power will increase by +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
}
}
}