
행동
사절 파견
막강한 델리 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
}
}
}