
アクション
聖職者に寄付を要求
わが国の地位を主張し国境を守ろうとする国民を、戦争と衝突の時代が待ち受けている。そのために、我々は最も裕福な聖職者に寄付を求める。
聖職者階級potential
カトリック宗教potential
フス戦争局面select trigger定義in_game/common/generic_actions/hussite_wars_actions.txt:206
207type = situation
208show_message = no
210ai_tick = monthly
211ai_tick_frequency = 6
213automation_tick = never
214automation_tick_frequency = 12
217potential = {
218scope:actor = {
}
}
224allow = {
225scope:actor = {
226estate_satisfaction:clergy_estate > 0.5
227estate_power(estate_type:clergy_estate) > 0
}
}
230price = price:hussite_wars_actions_price
232cooldown = {
233type = demand_clergy_donations_hw_action
234years = 5
}
237select_trigger = {
238looking_for_a = situation
239target_flag = recipient
240name = "choose_situation" 局面を選択:
241column = {
242data = name
}
}
250effect = {
251scope:actor = {
252add_gold = {
253value = {
254add = scope:actor.monthly_income_total
255multiply = {
256value = 1
257add = "estate_power(estate_type:clergy_estate)"
}
}
}
261custom_tooltip = income_depends_on_estate_power_tt 得られるダカットはこの階級の階級権力に大きく依存する
262add_estate_satisfaction = {
}
}
}
266ai_will_do = {
267add = 100
}