
行动
要求教士捐款
战争与冲突的时代正等待着我们的人民,我们将为争取自身地位、捍卫疆土而奋斗。为此,我们将要求最富裕的神职人员捐款。
教士阶层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
}