Event
Expulsion of Merchants

Our merchants in Target Market have been too successful in trade, and the Target Market Owner are upholding their mercantilist ideals and are now attempting to restrict and even expel our merchants from the market.
Mercantilism vs Free TradeSocietal Valueimmediate, triggerDefinitionin_game/events/economy/trade.txt:119
120type = country_event
121title = trade.3.title Expulsion of Merchants
122desc = trade.3.desc Our merchants in Target Market have been too successful in trade, and the Target Market Owner are upholding their mercantilist ideals and are now attempting to restrict and even expel our merchants from the market.
123outcome = neutral
124image = "gfx/interface/illustrations/trade_market/trade.dds"
125trigger = {
127any_market_with_merchants = {
128NOT = {
128owner = root
}
129most_powerful_merchant = root
}
}
134immediate = {
135random_market_with_merchants = {
136limit = {
137NOT = {
137owner = root
}
138most_powerful_merchant = root
}
141save_scope_as = target_market
}
}