Event
Merchants Spread Thin

Our merchants bring in money from trade all over the world. However, it seems that they have somewhat overstretched, and the government is not able to give them the full support of the Country's diplomatic clout. It seems we will have to make a choice as to where to focus our trade.
Definitionin_game/events/random_event.txt:4453
4454type = country_event
4456title = random_event.87.title Merchants Spread Thin
4457desc = random_event.87.desc Our merchants bring in money from trade all over the world. However, it seems that they have somewhat overstretched, and the government is not able to give them the full support of the Country's diplomatic clout. It seems we will have to make a choice as to where to focus our trade.
4458outcome = neutral
4459illustration_tags = {
446010 = regular
446110 = interior
}
4464trigger = {
4467any_market_with_merchants = {
4468location = {
4469continent = continent:europe
}
4471NOT = {
4472has_merchant_power = {
4473country = root
4474key = merchants_not_supported
}
}
}
4479any_market_with_merchants = {
4480location = {
4481continent = continent:asia
}
4483NOT = {
4484has_merchant_power = {
4485country = root
4486key = merchants_not_supported
}
}
}
}
4492immediate = {
}
}