
Aktion
Gesandte losschicken
Indem wir Gesandte mit dem höchsten Sicherheitsaufgebot losschicken, die unser Siegel tragen und unsere Stärke und Autorität repräsentieren, senden wir eine direkte Botschaft an all jene, die versuchen könnten, unser Territorium zu verschlingen.
DelhiLandpotential
Niedergang DelhisSituationselect triggerDehlavi-GesandteStatischer ModifikatorallowDefinitionin_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" Die Situation wählen:
33column = {
34data = name
}
}
42effect = {
43scope:actor = {
44add_gold = {
45value = monthly_income_trade_and_tax
46multiply = -2
}
}
54custom_tooltip = gain_3_sop_tt Unser Machtanteil erhöht sich um +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
}
}
}