
행동
귀족층 회유
우리나라의 성공과 번영을 보장하려면 귀족 계층의 힘을 과소평가해서는 안 됩니다. 국정을 좌지우지하고 법률을 떠받치는 이상, 이들에게는 델리 Flavor Rank 내부의 권력 또한 수반되기 마련입니다. 따라서 우리의 이익을 위해 신속하게 귀족들의 충성을 확보해야 하며, 그렇지 않으면 우리가 저들이 보이는 야욕의 희생양이 될지도 모릅니다...
델리국가potential
델리의 몰락상황select trigger귀족 호의정적 보정치allow정의in_game/common/generic_actions/fall_of_delhi.txt:282
283type = situation
285ai_tick = daily
286ai_tick_frequency = 40
288automation_tick = never
289automation_tick_frequency = 12
297allow = {
298scope:actor = {
299gold >= {
300value = scope:actor.monthly_income_trade_and_tax
301multiply = 2
}
303government_power > 10
}
}
308select_trigger = {
309looking_for_a = situation
310target_flag = recipient
311name = "choose_situation" 상황 선택:
312column = {
313data = name
}
}
321effect = {
322scope:actor = {
323change_societal_value = {
}
324add_gold = {
325value = monthly_income_trade_and_tax
326multiply = -2
}
328add_gold_to_estate = {
330value = {
331value = monthly_income_trade_and_tax
332multiply = 2
}
}
335add_estate_satisfaction = {
}
336add_country_modifier = {
}
341custom_tooltip = appease_nobility_effect_tt 귀족 호의 보정치가 활성화된 동안에는 귀족(이)가 특별 이벤트를 통해 우리에게 반기를 들지 않습니다
}
343custom_tooltip = gain_3_sop_tt 우리의 권력 점유가 3% 증가합니다
344hidden_effect = {
}
}
354ai_will_do = {
355add = {
356if = {
357limit = {
358scope:actor = {
359estate_satisfaction:nobles_estate < 0.5
}
}
362value = 50
}
}
365add = {
366if = {
367limit = {
368scope:actor = {
369government_power >= 80
}
}
372value = 100
}
}
375add = {
376if = {
377limit = {
378scope:actor = {
379gold >= {
380value = monthly_income_trade_and_tax
381multiply = 12
}
}
}
385value = 50
}
}
}