
행동
성직자에게 기부 요구
우리나라가 위상을 찾고 국경을 지키기 위해 힘쓰는 가운데, 점차 전쟁과 충돌의 시기가 다가오고 있습니다. 이를 위해 우리는 부유한 성직자들에게 기부를 요구하려고 합니다.
성직자계층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 두카트 획득량은 해당 계층의 Concept에 크게 좌우됩니다
262add_estate_satisfaction = {
}
}
}
266ai_will_do = {
267add = 100
}