
Action
Demand Noble 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 nobility.
NobilityEstatepotential
CatholicismReligionpotential
Hussite WarsSituationselect triggerDefinitionin_game/common/generic_actions/hussite_wars_actions.txt:139
140type = situation
141show_message = no
143ai_tick = monthly
144ai_tick_frequency = 6
146automation_tick = never
147automation_tick_frequency = 12
149potential = {
150scope:actor = {
}
}
156allow = {
157scope:actor = {
158estate_satisfaction:nobles_estate > 0.5
159estate_power(estate_type:nobles_estate) > 0
}
}
162price = price:hussite_wars_actions_price
164cooldown = {
165type = demand_noble_donations_hw_action
166years = 5
}
169select_trigger = {
170looking_for_a = situation
171target_flag = recipient
172name = "choose_situation" Choose the Situation:
173column = {
174data = name
}
}
182effect = {
183scope:actor = {
184add_gold = {
185value = {
186add = scope:actor.monthly_income_total
187multiply = {
188value = 1
189add = "estate_power(estate_type:nobles_estate)"
}
}
}
193custom_tooltip = income_depends_on_estate_power_tt The Ducats gained will largely depend on the Estate Power of this Estate
194add_estate_satisfaction = {
}
}
}
201ai_will_do = {
202add = 100
}