Event
A Pleasant Legal Coincidence

It appears that Target Character has recently represented prominent members of the Target Estate in court, earning them favorable results. As a reward, they have made a generous donation to our coffers. While this monetary benefit will surely further our wealth, our advisors are eager to suggest countless ways to properly invest our newfound coin.
BurghersEstateimmediate, trigger
ClergyEstateimmediate, trigger
NobilityEstateimmediate, triggerDefinitionin_game/events/character/artist_events.txt:2586
2587type = country_event
2588title = artist_events.45.title A Pleasant Legal Coincidence
2589desc = artist_events.45.desc It appears that Target Character has recently represented prominent members of the Target Estate in court, earning them favorable results. As a reward, they have made a generous donation to our coffers. While this monetary benefit will surely further our wealth, our advisors are eager to suggest countless ways to properly invest our newfound coin.
2590outcome = neutral
2591illustration_tags = {
259210 = happy
259310 = interior
}
2595trigger = {
2596any_artist = {
2596artist_type = jurist
}
2598any_estate = {
2599OR = {
}
2604estate_gold > 300
}
}
2608immediate = {
2609random_artist = {
2610limit = {
2610artist_type = jurist
}
2611save_scope_as = target_character
}
2613random_estate = {
2614limit = {
2615OR = {
}
2620estate_gold > 300
}
2622save_scope_as = target_estate
}
}