Event
The Need for Coin

The devastating situation caused by the Great Pestilence in many villages in Target Location has led them to stop paying their taxes.
Many have already perished or fallen ill and those that have not yet succumbed to the plague struggle to meet their own needs, let alone the demands of the Flavor Rank.
Nonetheless, the damage that a lack of funds could do to the people as a whole goes far beyond the penuries of a small set of villages, so our tax collectors have been quite aggressive in reminding the locals to pay their dues. Unfortunately, this was responded in kind.
Great PestilenceDiseaseimmediate, trigger
Rural SettlementLocation Ranktrigger
PeasantsPop Typeoption 1, option 2Less Taxes for CommonersStatic ModifiertriggerDefinitionin_game/events/situations/great_pestilence.txt:423
424type = country_event
425category = situation_event
427title = great_pestilence.6.t The Need for Coin
428desc = great_pestilence.6.desc The devastating situation caused by the Great Pestilence in many villages in Target Location has led them to stop paying their taxes.
Many have already perished or fallen ill and those that have not yet succumbed to the plague struggle to meet their own needs, let alone the demands of the Flavor Rank.
Nonetheless, the damage that a lack of funds could do to the people as a whole goes far beyond the penuries of a small set of villages, so our tax collectors have been quite aggressive in reminding the locals to pay their dues. Unfortunately, this was responded in kind.
Many have already perished or fallen ill and those that have not yet succumbed to the plague struggle to meet their own needs, let alone the demands of the Flavor Rank.
Nonetheless, the damage that a lack of funds could do to the people as a whole goes far beyond the penuries of a small set of villages, so our tax collectors have been quite aggressive in reminding the locals to pay their dues. Unfortunately, this was responded in kind.
429outcome = neutral
430image = "gfx/interface/illustrations/situation/great_pestilence.dds"
432trigger = {
433trigger_if = {
434limit = {
435country_type = pop
}
437any_owned_nomad_pop = {
438location = {
}
}
}
445trigger_else = {
446any_owned_rural_location = {
}
}
}
451immediate = {
452if = {
453limit = {
454country_type = pop
}
456random_owned_nomad_pop = {
457limit = {
}
462location = {
463save_scope_as = target_location
}
}
}
467else = {
468random_owned_rural_location = {
470save_scope_as = target_location
}
}
}