Event
Grant Export Licenses

Instead of paying cash to the Nobility, another option to ensure their loyalty is to grant them privileges to collect special revenues, such as from foreign trade, from which they can make a healthy profit. A proposal has recently reached Target Ruler's ears to grant several families of the Nobility export licenses for our trade with Trade Target. Doing so would please them greatly, but the Burghers may view the matter less favorably.
BurghersEstatetrigger
NobilityEstatetriggerExport Licenses for NoblesStatic ModifiertriggerDefinitionin_game/events/random_event.txt:1135
1136type = country_event
1138title = random_event.25.title Grant Export Licenses
1139desc = random_event.25.desc Instead of paying cash to the Nobility, another option to ensure their loyalty is to grant them privileges to collect special revenues, such as from foreign trade, from which they can make a healthy profit. A proposal has recently reached Target Ruler's ears to grant several families of the Nobility export licenses for our trade with Trade Target. Doing so would please them greatly, but the Burghers may view the matter less favorably.
1140outcome = neutral
1141illustration_tags = {
114210 = happy
114310 = interior
}
1146trigger = {
1147has_ruler = yes
1150has_markets = yes
1152any_market_present_in_country = {
1153any_merchant_in_market = {
1154monthly_income_trade_and_tax < root.monthly_income_trade_and_tax
}
}
}
1159immediate = {
1160random_market_present_in_country = {
1161random_merchant_in_market = {
1162limit = {
1163monthly_income_trade_and_tax < root.monthly_income_trade_and_tax
}
1165save_scope_as = trade_target
}
}
1168ruler = {
1168save_scope_as = target_ruler
}
}
}