
ActionNew this version
Request Emergency Grant
Ask the Burghers to pay an emergency grant from their own treasury, expecting favors in return. Transfers up to half of the burgher gold pool to the crown at the cost of burgher Estate Satisfaction. Unlike a loan, this does not consume our Concept.
BurghersEstateallow, potential, select triggerDefinitionin_game/common/generic_actions/estate_emergency_actions.txt:435
436type = owncountry
441ai_tick = never
442automation_tick = never
444potential = {
}
460allow = {
461scope:actor = {
462any_estate = {
464estate_gold >= {
}
}
}
}
472cooldown = {
473type = ask_burghers_for_loan_cooldown
474years = 5
}
477select_trigger = {
478looking_for_a = estate
479source = actor
480target_flag = target
481name = "mission_select_estate" Select an Estate
482column = {
483data = name
}
}
494effect = {
495scope:actor = {
496transfer_gold_from_estate = {
498value = {
499value = country_estate_loan_size
500multiply = 12
}
}
503add_estate_satisfaction = {
504type = scope:target.estate_type
505value = -0.1
}
}
}