
アクション
貴族をなだめる
わが国が成功し繁栄するためには、貴族の力を軽んじてはならない。彼らは王を擁立し、王政を支える存在であるため、わがデリー 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
}
}
}