
Action
Send Envoys
Dispatching envoys that carry the seal of our mighty Delhi Flavor Rank with the highest security detachment will send a direct message of strength and authority to all those who seek to devour our territories.
DelhiCountrypotential
Fall of DelhiSituationselect triggerDehlavi AmbassadorsStatic ModifierallowDefinitionin_game/common/generic_actions/fall_of_delhi.txt:3
4icon = fall_of_delhi_appease_the_nobility
5type = situation
7ai_tick = daily
8ai_tick_frequency = 40
10automation_tick = never
11automation_tick_frequency = 12
19allow = {
20scope:actor = {
21gold >= {
22value = scope:actor.monthly_income_trade_and_tax
23multiply = 2
}
}
}
29select_trigger = {
30looking_for_a = situation
31target_flag = recipient
32name = "choose_situation" Choose the Situation:
33column = {
34data = name
}
}
42effect = {
43scope:actor = {
44add_gold = {
45value = monthly_income_trade_and_tax
46multiply = -2
}
}
54custom_tooltip = gain_3_sop_tt Our Share of Power will increase by +3%
55hidden_effect = {
}
}
65ai_will_do = {
66add = -50
67add = {
68if = {
69limit = {
70any_country = {
71has_variable = delhi_claimants_variable
72count > 25
}
}
75value = 100
}
}
78add = {
79if = {
80limit = {
81scope:actor = {
82gold >= {
83value = monthly_income_trade_and_tax
84multiply = 8
}
}
}
88value = 100
}
}
}