Event
Donation for the War Effort

As tensions rise and the need for a well-stocked war chest becomes ever more pressing, the influential members of the Target Estate have approached Target Character with a generous offer. Recognizing the importance of the country's military endeavors, they have pledged a significant donation to support the war effort.
However, such generosity does not come without expectations, as the Target Estate seek to leverage this contribution to gain greater influence over the affairs of the Flavor Rank.
BurghersEstateoption 1, trigger
ClergyEstateoption 1, trigger
NobilityEstateoption 1, triggerDefinitionin_game/events/missionevents/conquest_mission_events.txt:3
4type = country_event
6title = conquest_mission_events.1.title Donation for the War Effort
7desc = conquest_mission_events.1.desc As tensions rise and the need for a well-stocked war chest becomes ever more pressing, the influential members of the Target Estate have approached Target Character with a generous offer. Recognizing the importance of the country's military endeavors, they have pledged a significant donation to support the war effort.
However, such generosity does not come without expectations, as the Target Estate seek to leverage this contribution to gain greater influence over the affairs of the Flavor Rank.
However, such generosity does not come without expectations, as the Target Estate seek to leverage this contribution to gain greater influence over the affairs of the Flavor Rank.
8outcome = neutral
10illustration_tags = {
11regular = 10
12interior = 10
}
15trigger = {
16OR = {
17trigger_if = {
19estate(estate_type:nobles_estate) = {
20satisfaction > 0.5
21estate_gold > 0
}
}
24trigger_if = {
26estate(estate_type:burghers_estate) = {
27satisfaction > 0.5
28estate_gold > 0
}
}
31trigger_if = {
33estate(estate_type:clergy_estate) = {
34satisfaction = 0.5
35estate_gold > 0
}
}
38trigger_else = {
38always = no
}
}
}
42immediate = {
}
44ruler_or_regent = {
44save_scope_as = target_character
}
45ordered_estate = {
46limit = {
46estate_gold > 0
}
47order_by = estate_gold
48max = 1
49check_range_bounds = no
50save_scope_as = target_estate
}
}