
アクション
使節を派遣する
屈強な護衛部隊とともに、偉大なるデリー Flavor Rankの印章を携えた使節団を派遣する。わが領土を狙う者たちに対し、わが国の力と権威を見せつけるのだ。
デリー国家potential
デリー陥落局面select triggerデフラヴィーの大使静的補正allow定義in_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" 局面を選択:
33column = {
34data = name
}
}
42effect = {
43scope:actor = {
44add_gold = {
45value = monthly_income_trade_and_tax
46multiply = -2
}
}
54custom_tooltip = gain_3_sop_tt わが国の権力占有率が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
}
}
}