Event
Benefits of Free Trade

Our policy of free trade is allowing our merchants to truly earn high profits. The Target Trade in particular has been very good for our country.
Mercantilism vs Free TradeSocietal ValuetriggerDefinitionin_game/events/economy/trade.txt:505
506type = country_event
507title = trade.15.title Benefits of Free Trade
508desc = trade.15.desc Our policy of free trade is allowing our merchants to truly earn high profits. The Target Trade in particular has been very good for our country.
509outcome = neutral
510image = "gfx/interface/illustrations/trade_market/trade.dds"
511trigger = {
513any_trade = {
514trade_profit > 0
515count > 5
}
}
518immediate = {
519ordered_trade = {
520limit = {
521trade_profit > 0
}
523order_by = trade_profit
524max = 1
525check_range_bounds = no
526save_scope_as = target_trade
}
}