Event
Foreign Aid

Recently, a confraternity has been buying bulk goods in our markets to bring into Charity Target.
Oddly enough, however, they seem to be buying more goods than their donations should be capable of affording; More importantly, extracting such a large number of goods could make our Flavor Rank vulnerable if the 'dire death' gets any more dire...
Bubonic PlagueDiseaseimmediate, trigger
BurghersEstateoption 2bd1018_cdVariabletriggerDefinitionin_game/events/situations/black_death.txt:1717
1718type = country_event
1719category = situation_event
1720title = black_death.1018.t Foreign Aid
1721desc = black_death.1018.desc Recently, a confraternity has been buying bulk goods in our markets to bring into Charity Target.
Oddly enough, however, they seem to be buying more goods than their donations should be capable of affording; More importantly, extracting such a large number of goods could make our Flavor Rank vulnerable if the 'dire death' gets any more dire...
Oddly enough, however, they seem to be buying more goods than their donations should be capable of affording; More importantly, extracting such a large number of goods could make our Flavor Rank vulnerable if the 'dire death' gets any more dire...
1722outcome = neutral
1723image = "gfx/interface/illustrations/situation/black_death.dds"
1725trigger = {
1727any_neighbor_country = {
1728NOT = {
1728is_rival_of = ROOT
}
1729NOT = {
1729is_enemy_of = ROOT
}
1730NOT = {
1731has_opinion = {
1732target = ROOT
1733modifier = opinion_sent_help
}
}
1736NOT = {
1737has_opinion = {
1738target = ROOT
1739modifier = denied_aid
}
}
1743capital.market = {
1744has_merchant = prev
}
}
1747capital.market = {
1748NOT = {
1749has_merchant_power = {
1750country = ROOT
1751key = merchants_not_supported
}
}
1754NOT = {
1755has_merchant_power = {
1756country = ROOT
1757key = BANNED_EXPORTS
}
}
}
}
1763immediate = {
1765random_neighbor_country = {
1766limit = {
1767NOT = {
1767is_rival_of = ROOT
}
1768NOT = {
1768is_enemy_of = ROOT
}
}
1771save_scope_as = charity_target
}
}