
Action
Demand Clerical Donations
Times of war and clashes await our people, as we strive to claim our place and defend our borders. To that end, we will demand a donation from the most affluent members of the clergy.
ClergyEstatepotential
CatholicismReligionpotential
Hussite WarsSituationselect triggerDefinitionin_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" Choose the 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 The Ducats gained will largely depend on the Estate Power of this Estate
262add_estate_satisfaction = {
}
}
}
266ai_will_do = {
267add = 100
}