
Action
Demand Merchant 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 burghers.
BurghersEstatepotential
CatholicismReligionpotential
Hussite WarsSituationselect triggerDefinitionin_game/common/generic_actions/hussite_wars_actions.txt:271
272type = situation
273show_message = no
275ai_tick = monthly
276ai_tick_frequency = 6
278automation_tick = never
279automation_tick_frequency = 12
281potential = {
282scope:actor = {
}
}
288allow = {
289scope:actor = {
290estate_satisfaction:burghers_estate > 0.5
291estate_power(estate_type:burghers_estate) > 0
}
}
294price = price:hussite_wars_actions_price
296cooldown = {
297type = demand_burgher_donations_hw_action
298years = 5
}
301select_trigger = {
302looking_for_a = situation
303target_flag = recipient
304name = "choose_situation" Choose the Situation:
305column = {
306data = name
}
}
314effect = {
315scope:actor = {
316add_gold = {
317value = {
318add = scope:actor.monthly_income_total
319multiply = {
320value = 1
321add = "estate_power(estate_type:burghers_estate)"
}
}
}
325custom_tooltip = income_depends_on_estate_power_tt The Ducats gained will largely depend on the Estate Power of this Estate
326add_estate_satisfaction = {
}
}
}
330ai_will_do = {
331add = 100
}