
행동
조공 강요
우리의 입지와 국고가 경각에 달했다고는 하나, 그래도 우리를 향해 머리를 조아리는 이들에게 자신들의 종주국이 누구인지를 되새겨줄 필요가 있습니다. 종속국이 보낸 사절단을 볼모로 잡고 조공을 요구하면, 복속된 속국과의 위계를 분명히 하고 그 관계를 강화할 수 있을 것입니다.
델리국가potential
델리의 몰락상황select trigger속국 관계 재확인정적 보정치allow정의in_game/common/generic_actions/fall_of_delhi.txt:188
189icon = fall_of_delhi_appease_the_nobility
190type = situation
192ai_tick = daily
193ai_tick_frequency = 40
195automation_tick = never
196automation_tick_frequency = 12
204allow = {
205scope:actor = {
206gold >= {
207value = scope:actor.monthly_income_trade_and_tax
208multiply = 2
}
}
}
214select_trigger = {
215looking_for_a = situation
216target_flag = recipient
217name = "choose_situation" 상황 선택:
218column = {
219data = name
}
}
227effect = {
228scope:actor = {
229add_gold = {
230value = monthly_income_trade_and_tax
231multiply = -2
}
233add_country_modifier = {
}
}
239custom_tooltip = gain_3_sop_tt 우리의 권력 점유가 3% 증가합니다
240hidden_effect = {
}
}
250ai_will_do = {
251add = {
252if = {
253limit = {
254scope:actor = {
255any_subject = {
256relative_strength = {
257target = scope:actor
258value >= 0.25
}
}
}
}
263value = 100
}
}
266add = {
267if = {
268limit = {
269scope:actor = {
270gold >= {
271value = monthly_income_trade_and_tax
272multiply = 6
}
}
}
276value = 100
}
}
}