Event
Trade Expansion
Discussions regarding ways to expand our trade have been ongoing in the Parliament for some time now. We already have exclusive control over a local market but there are many who are enticed by the possibilities of overseas trading. Others are convinced that the risks are too great and that more money could be made at home.
RepublicGovernment TypetriggerDefinitionin_game/events/government/republics.txt:328
329type = country_event
330title = republics.15.title Trade Expansion
331desc = republics.15.desc Discussions regarding ways to expand our trade have been ongoing in the Parliament for some time now. We already have exclusive control over a local market but there are many who are enticed by the possibilities of overseas trading. Others are convinced that the risks are too great and that more money could be made at home.
332outcome = neutral
333trigger = {
336num_of_ports > 0
339has_markets = yes
341any_market_with_merchants = {
342location = {
343OR = {
344sub_continent = sub_continent:north_america
345sub_continent = sub_continent:south_america
}
}
}
}
351immediate = {
352random_market_with_merchants = {
353limit = {
354location = {
355OR = {
356sub_continent = sub_continent:north_america
357sub_continent = sub_continent:south_america
}
}
}
361save_scope_as = overseas_market
}
}